indicator-ui 0.0.201 → 0.0.203

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -103,6 +103,36 @@
103
103
  --orange-900: #772917;
104
104
  --orange-950: #511C10;
105
105
  }
106
+
107
+ :root {
108
+ --moss-25: #FAFDF7;
109
+ --moss-50: #F5FBEE;
110
+ --moss-100: #E6F4D7;
111
+ --moss-200: #CEEAB0;
112
+ --moss-300: #ACDC79;
113
+ --moss-400: #86CB3C;
114
+ --moss-500: #669F2A;
115
+ --moss-600: #4F7A21;
116
+ --moss-700: #3F621A;
117
+ --moss-800: #335015;
118
+ --moss-900: #2B4212;
119
+ --moss-950: #1A280B;
120
+ }
121
+
122
+ :root {
123
+ --yellow-25: #FEFDF0;
124
+ --yellow-50: #FEFBE8;
125
+ --yellow-100: #FEF7C3;
126
+ --yellow-200: #FEEE95;
127
+ --yellow-300: #FDE272;
128
+ --yellow-400: #FAC515;
129
+ --yellow-500: #EAAA08;
130
+ --yellow-600: #CA8504;
131
+ --yellow-700: #A15C07;
132
+ --yellow-800: #854A0E;
133
+ --yellow-900: #713B12;
134
+ --yellow-950: #542C0D;
135
+ }
106
136
  /*!*********************************************************************************************!*\
107
137
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/colors/css-variables/index.css ***!
108
138
  \*********************************************************************************************/