indicator-ui 0.0.154 → 0.0.156
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 +17 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +6 -14
- package/dist/index.js.map +1 -1
- package/dist/scss/styles/colors/primary.scss +1 -1
- package/dist/types/src/ui/ScrollProvider/types/ScrollProviderTypes.d.ts +10 -1
- package/dist/types/src/ui/ScrollProvider/ui/ScrollProvider.d.ts +8 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
--error-700: #B42318;
|
|
43
43
|
--error-800: #912018;
|
|
44
44
|
--error-900: #7A271A;
|
|
45
|
-
--error-950: #
|
|
45
|
+
--error-950: #55160C;
|
|
46
46
|
|
|
47
47
|
--warning-25: #FFFCF5;
|
|
48
48
|
--warning-50: #FFFAEB;
|
|
@@ -89,7 +89,20 @@
|
|
|
89
89
|
--blue-dark-950: #002266;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
|
|
92
|
+
:root {
|
|
93
|
+
--orange-25: #FEFAF5;
|
|
94
|
+
--orange-50: #FEF6EE;
|
|
95
|
+
--orange-100: #FDEAD7;
|
|
96
|
+
--orange-200: #F9DBAF;
|
|
97
|
+
--orange-300: #F7B27A;
|
|
98
|
+
--orange-400: #F38744;
|
|
99
|
+
--orange-500: #EF6820;
|
|
100
|
+
--orange-600: #E04F16;
|
|
101
|
+
--orange-700: #B93815;
|
|
102
|
+
--orange-800: #932F19;
|
|
103
|
+
--orange-900: #772917;
|
|
104
|
+
--orange-950: #511C10;
|
|
105
|
+
}
|
|
93
106
|
/*!*********************************************************************************************!*\
|
|
94
107
|
!*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/colors/css-variables/index.css ***!
|
|
95
108
|
\*********************************************************************************************/
|
|
@@ -3184,6 +3197,7 @@
|
|
|
3184
3197
|
stroke: var(--gray-700);
|
|
3185
3198
|
}
|
|
3186
3199
|
.TabButtons-module__tabButtons___vSLsZ .TabButtons-module__rightIcon___Vllb5 svg {
|
|
3200
|
+
display: block;
|
|
3187
3201
|
flex: none;
|
|
3188
3202
|
width: 16px;
|
|
3189
3203
|
height: 16px;
|
|
@@ -3192,6 +3206,7 @@
|
|
|
3192
3206
|
stroke: var(--gray-700);
|
|
3193
3207
|
}
|
|
3194
3208
|
.TabButtons-module__tabButtons___vSLsZ .TabButtons-module__leftIcon___yDOkS svg {
|
|
3209
|
+
display: block;
|
|
3195
3210
|
flex: none;
|
|
3196
3211
|
width: 16px;
|
|
3197
3212
|
height: 16px;
|