All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.olvind.mui.muiMaterial.colorsBlueGreyMod.scala Maven / Gradle / Ivy

There is a newer version: 5.11.16
Show newest version
package com.olvind.mui.muiMaterial

import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

object colorsBlueGreyMod {
  
  object default {
    
    @JSImport("@mui/material/colors/blueGrey", JSImport.Default)
    @js.native
    val ^ : js.Any = js.native
    
    /**
      * Preview: ![blueGrey 100](https://mui.com/static/colors-preview/blueGrey-100-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.100")
    @js.native
    val `100`: String /* "#cfd8dc" */ = js.native
    
    /**
      * Preview: ![blueGrey 200](https://mui.com/static/colors-preview/blueGrey-200-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.200")
    @js.native
    val `200`: String /* "#b0bec5" */ = js.native
    
    /**
      * Preview: ![blueGrey 300](https://mui.com/static/colors-preview/blueGrey-300-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.300")
    @js.native
    val `300`: String /* "#90a4ae" */ = js.native
    
    /**
      * Preview: ![blueGrey 400](https://mui.com/static/colors-preview/blueGrey-400-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.400")
    @js.native
    val `400`: String /* "#78909c" */ = js.native
    
    /**
      * Preview: ![blueGrey 50](https://mui.com/static/colors-preview/blueGrey-50-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.50")
    @js.native
    val `50`: String /* "#eceff1" */ = js.native
    
    /**
      * Preview: ![blueGrey 500](https://mui.com/static/colors-preview/blueGrey-500-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.500")
    @js.native
    val `500`: String /* "#607d8b" */ = js.native
    
    /**
      * Preview: ![blueGrey 600](https://mui.com/static/colors-preview/blueGrey-600-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.600")
    @js.native
    val `600`: String /* "#546e7a" */ = js.native
    
    /**
      * Preview: ![blueGrey 700](https://mui.com/static/colors-preview/blueGrey-700-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.700")
    @js.native
    val `700`: String /* "#455a64" */ = js.native
    
    /**
      * Preview: ![blueGrey 800](https://mui.com/static/colors-preview/blueGrey-800-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.800")
    @js.native
    val `800`: String /* "#37474f" */ = js.native
    
    /**
      * Preview: ![blueGrey 900](https://mui.com/static/colors-preview/blueGrey-900-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.900")
    @js.native
    val `900`: String /* "#263238" */ = js.native
    
    /**
      * Preview: ![blueGrey A100](https://mui.com/static/colors-preview/blueGrey-A100-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.A100")
    @js.native
    def A100: String /* "#cfd8dc" */ = js.native
    inline def A100_=(x: "#cfd8dc"): Unit = ^.asInstanceOf[js.Dynamic].updateDynamic("A100")(x.asInstanceOf[js.Any])
    
    /**
      * Preview: ![blueGrey A200](https://mui.com/static/colors-preview/blueGrey-A200-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.A200")
    @js.native
    def A200: String /* "#b0bec5" */ = js.native
    inline def A200_=(x: "#b0bec5"): Unit = ^.asInstanceOf[js.Dynamic].updateDynamic("A200")(x.asInstanceOf[js.Any])
    
    /**
      * Preview: ![blueGrey A400](https://mui.com/static/colors-preview/blueGrey-A400-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.A400")
    @js.native
    def A400: String /* "#78909c" */ = js.native
    inline def A400_=(x: "#78909c"): Unit = ^.asInstanceOf[js.Dynamic].updateDynamic("A400")(x.asInstanceOf[js.Any])
    
    /**
      * Preview: ![blueGrey A700](https://mui.com/static/colors-preview/blueGrey-A700-24x24.png)
      */
    @JSImport("@mui/material/colors/blueGrey", "default.A700")
    @js.native
    def A700: String /* "#455a64" */ = js.native
    inline def A700_=(x: "#455a64"): Unit = ^.asInstanceOf[js.Dynamic].updateDynamic("A700")(x.asInstanceOf[js.Any])
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy