indicator-ui 0.0.57 → 0.0.58
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 +13 -13
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-black.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-color.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-gray.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/primary.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-color.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-gray.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab-active.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-color.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-gray.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-white.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-primary.scss +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss +1 -1
- package/dist/types/src/ui/Buttons/ui/Button.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
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
background-color: var(--blue-dark-500);
|
|
253
253
|
box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
254
254
|
}
|
|
255
|
-
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:disabled {
|
|
255
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:disabled, .Buttons-module__button___I3yLe.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx {
|
|
256
256
|
opacity: 0.3;
|
|
257
257
|
}
|
|
258
258
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ {
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:focus {
|
|
279
279
|
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);
|
|
280
280
|
}
|
|
281
|
-
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:disabled {
|
|
281
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx {
|
|
282
282
|
opacity: 0.5;
|
|
283
283
|
}
|
|
284
284
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne {
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:focus {
|
|
308
308
|
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);
|
|
309
309
|
}
|
|
310
|
-
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled {
|
|
310
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne.Buttons-module__disabled___INiFx {
|
|
311
311
|
opacity: 0.5;
|
|
312
312
|
}
|
|
313
313
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__icon___U2AOU svg * {
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:hover .Buttons-module__icon___U2AOU svg * {
|
|
328
328
|
stroke: var(--base-white);
|
|
329
329
|
}
|
|
330
|
-
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:disabled {
|
|
330
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq.Buttons-module__disabled___INiFx {
|
|
331
331
|
opacity: 0.5;
|
|
332
332
|
}
|
|
333
333
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__icon___U2AOU svg * {
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:hover .Buttons-module__icon___U2AOU svg * {
|
|
348
348
|
stroke: var(--blue-dark-700);
|
|
349
349
|
}
|
|
350
|
-
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:disabled {
|
|
350
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw.Buttons-module__disabled___INiFx {
|
|
351
351
|
opacity: 0.5;
|
|
352
352
|
}
|
|
353
353
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu .Buttons-module__icon___U2AOU svg * {
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:hover .Buttons-module__icon___U2AOU svg * {
|
|
371
371
|
stroke: var(--gray-900);
|
|
372
372
|
}
|
|
373
|
-
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:disabled {
|
|
373
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu.Buttons-module__disabled___INiFx {
|
|
374
374
|
opacity: 0.5;
|
|
375
375
|
}
|
|
376
376
|
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN {
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:hover .Buttons-module__icon___U2AOU svg * {
|
|
398
398
|
stroke: var(--blue-dark-700);
|
|
399
399
|
}
|
|
400
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:disabled {
|
|
400
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN.Buttons-module__disabled___INiFx {
|
|
401
401
|
opacity: 0.5;
|
|
402
402
|
}
|
|
403
403
|
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t {
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:hover .Buttons-module__icon___U2AOU svg * {
|
|
425
425
|
stroke: var(--gray-900);
|
|
426
426
|
}
|
|
427
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:disabled {
|
|
427
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t.Buttons-module__disabled___INiFx {
|
|
428
428
|
opacity: 0.5;
|
|
429
429
|
}
|
|
430
430
|
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd {
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:hover .Buttons-module__icon___U2AOU svg * {
|
|
452
452
|
stroke: var(--gray-500);
|
|
453
453
|
}
|
|
454
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled {
|
|
454
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd.Buttons-module__disabled___INiFx {
|
|
455
455
|
opacity: 0.5;
|
|
456
456
|
}
|
|
457
457
|
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq {
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:hover .Buttons-module__text___htxqX {
|
|
477
477
|
color: var(--gray-900);
|
|
478
478
|
}
|
|
479
|
-
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:disabled {
|
|
479
|
+
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:disabled, .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq.Buttons-module__disabled___INiFx {
|
|
480
480
|
opacity: 0.5;
|
|
481
481
|
}
|
|
482
482
|
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo {
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:hover .Buttons-module__text___htxqX {
|
|
505
505
|
color: var(--gray-800);
|
|
506
506
|
}
|
|
507
|
-
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled {
|
|
507
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled, .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo.Buttons-module__disabled___INiFx {
|
|
508
508
|
opacity: 0.5;
|
|
509
509
|
}
|
|
510
510
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN {
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:focus {
|
|
519
519
|
background-color: var(--error-500);
|
|
520
520
|
}
|
|
521
|
-
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:disabled {
|
|
521
|
+
.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 {
|
|
522
522
|
opacity: 0.3;
|
|
523
523
|
}
|
|
524
524
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ {
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:focus {
|
|
538
538
|
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);
|
|
539
539
|
}
|
|
540
|
-
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:disabled {
|
|
540
|
+
.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 {
|
|
541
541
|
opacity: 0.5;
|
|
542
542
|
}
|
|
543
543
|
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
|