indicator-ui 0.0.83 → 0.0.85
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 +1 -16
- package/dist/index.css.map +1 -1
- package/dist/index.js +10 -11
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/primary.scss +4 -4
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-color.scss +3 -3
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-gray.scss +3 -3
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-primary.scss +3 -3
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss +3 -3
- package/dist/types/src/ui/CheckboxMark/ui/CheckboxMark.d.ts +1 -1
- package/dist/types/src/ui/FormBuilder/lib/formBuilder.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -251,10 +251,6 @@
|
|
|
251
251
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:hover {
|
|
252
252
|
background-color: var(--blue-dark-600);
|
|
253
253
|
}
|
|
254
|
-
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:focus {
|
|
255
|
-
background-color: var(--blue-dark-500);
|
|
256
|
-
box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
257
|
-
}
|
|
258
254
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:disabled, .Buttons-module__button___I3yLe.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx {
|
|
259
255
|
opacity: 0.3;
|
|
260
256
|
}
|
|
@@ -278,9 +274,6 @@
|
|
|
278
274
|
background-color: var(--blue-dark-50);
|
|
279
275
|
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--blue-dark-300);
|
|
280
276
|
}
|
|
281
|
-
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:focus {
|
|
282
|
-
box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--blue-dark-300);
|
|
283
|
-
}
|
|
284
277
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx {
|
|
285
278
|
opacity: 0.5;
|
|
286
279
|
}
|
|
@@ -307,9 +300,6 @@
|
|
|
307
300
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:hover .Buttons-module__text___htxqX {
|
|
308
301
|
color: var(--gray-800);
|
|
309
302
|
}
|
|
310
|
-
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:focus {
|
|
311
|
-
box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--gray-300);
|
|
312
|
-
}
|
|
313
303
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne.Buttons-module__disabled___INiFx {
|
|
314
304
|
opacity: 0.5;
|
|
315
305
|
}
|
|
@@ -518,9 +508,6 @@
|
|
|
518
508
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:hover {
|
|
519
509
|
background-color: var(--error-600);
|
|
520
510
|
}
|
|
521
|
-
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:focus {
|
|
522
|
-
background-color: var(--error-500);
|
|
523
|
-
}
|
|
524
511
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:disabled, .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx {
|
|
525
512
|
opacity: 0.3;
|
|
526
513
|
}
|
|
@@ -537,9 +524,6 @@
|
|
|
537
524
|
background-color: var(--error-50);
|
|
538
525
|
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--error-400);
|
|
539
526
|
}
|
|
540
|
-
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:focus {
|
|
541
|
-
box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--error-200);
|
|
542
|
-
}
|
|
543
527
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:disabled, .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx {
|
|
544
528
|
opacity: 0.5;
|
|
545
529
|
}
|
|
@@ -3569,6 +3553,7 @@
|
|
|
3569
3553
|
background-color: var(--gray-100);
|
|
3570
3554
|
cursor: pointer;
|
|
3571
3555
|
transition: all 200ms ease-out;
|
|
3556
|
+
outline: none;
|
|
3572
3557
|
}
|
|
3573
3558
|
.TabButtons-module__tabButtons___vSLsZ {
|
|
3574
3559
|
display: flex;
|