scorer-ui-kit 2.9.0 → 2.9.2
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/Filters/atoms/FilterDropHandler.d.ts +6 -1
- package/dist/Filters/molecules/DatePicker.d.ts +7 -1
- package/dist/Filters/molecules/DropdownDatePicker.d.ts +2 -0
- package/dist/Form/molecules/DurationSlider.d.ts +1 -0
- package/dist/Global/index.d.ts +3 -0
- package/dist/helpers/index.d.ts +3 -2
- package/dist/index.js +371 -222
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +372 -223
- package/dist/index.modern.js.map +1 -1
- package/dist/theme/index.d.ts +0 -29
- package/dist/theme/legacy/styles.d.ts +0 -11
- package/dist/theme/legacy/typography.d.ts +0 -18
- package/package.json +1 -1
package/dist/theme/index.d.ts
CHANGED
|
@@ -750,24 +750,6 @@ declare const _default: {
|
|
|
750
750
|
color: string;
|
|
751
751
|
};
|
|
752
752
|
};
|
|
753
|
-
modal: {
|
|
754
|
-
title: {
|
|
755
|
-
textAlign: string;
|
|
756
|
-
fontSize: string;
|
|
757
|
-
fontWeight: number;
|
|
758
|
-
textShadow: string;
|
|
759
|
-
textDecoration: string;
|
|
760
|
-
color: string;
|
|
761
|
-
};
|
|
762
|
-
basicContent: {
|
|
763
|
-
textAlign: string;
|
|
764
|
-
fontSize: string;
|
|
765
|
-
fontWeight: number;
|
|
766
|
-
lineHeight: string;
|
|
767
|
-
textDecoration: string;
|
|
768
|
-
color: string;
|
|
769
|
-
};
|
|
770
|
-
};
|
|
771
753
|
};
|
|
772
754
|
colors: {
|
|
773
755
|
pureBase: string;
|
|
@@ -1299,17 +1281,6 @@ declare const _default: {
|
|
|
1299
1281
|
border: string;
|
|
1300
1282
|
};
|
|
1301
1283
|
};
|
|
1302
|
-
modal: {
|
|
1303
|
-
overlay: {
|
|
1304
|
-
backgroundColor: string;
|
|
1305
|
-
};
|
|
1306
|
-
container: {
|
|
1307
|
-
boxShadow: string;
|
|
1308
|
-
backgroundColor: string;
|
|
1309
|
-
borderColor: string;
|
|
1310
|
-
border: string;
|
|
1311
|
-
};
|
|
1312
|
-
};
|
|
1313
1284
|
};
|
|
1314
1285
|
animation: {
|
|
1315
1286
|
easing: {
|
|
@@ -486,15 +486,4 @@ export declare const styles: {
|
|
|
486
486
|
border: string;
|
|
487
487
|
};
|
|
488
488
|
};
|
|
489
|
-
modal: {
|
|
490
|
-
overlay: {
|
|
491
|
-
backgroundColor: string;
|
|
492
|
-
};
|
|
493
|
-
container: {
|
|
494
|
-
boxShadow: string;
|
|
495
|
-
backgroundColor: string;
|
|
496
|
-
borderColor: string;
|
|
497
|
-
border: string;
|
|
498
|
-
};
|
|
499
|
-
};
|
|
500
489
|
};
|
|
@@ -681,22 +681,4 @@ export declare const typography: {
|
|
|
681
681
|
color: string;
|
|
682
682
|
};
|
|
683
683
|
};
|
|
684
|
-
modal: {
|
|
685
|
-
title: {
|
|
686
|
-
textAlign: string;
|
|
687
|
-
fontSize: string;
|
|
688
|
-
fontWeight: number;
|
|
689
|
-
textShadow: string;
|
|
690
|
-
textDecoration: string;
|
|
691
|
-
color: string;
|
|
692
|
-
};
|
|
693
|
-
basicContent: {
|
|
694
|
-
textAlign: string;
|
|
695
|
-
fontSize: string;
|
|
696
|
-
fontWeight: number;
|
|
697
|
-
lineHeight: string;
|
|
698
|
-
textDecoration: string;
|
|
699
|
-
color: string;
|
|
700
|
-
};
|
|
701
|
-
};
|
|
702
684
|
};
|