scorer-ui-kit 2.0.4 → 2.0.6
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/DateTimeBlock.d.ts +1 -0
- package/dist/Filters/index.d.ts +2 -1
- package/dist/Filters/molecules/FilterLayout.d.ts +24 -0
- package/dist/Form/atoms/SliderInput.d.ts +3 -1
- package/dist/Form/molecules/PercentageSlider.d.ts +2 -0
- package/dist/Form/organisms/AreaUploadManager.d.ts +4 -0
- package/dist/Global/atoms/UserDrawerMeta.d.ts +10 -0
- package/dist/Global/index.d.ts +26 -0
- package/dist/Icons/StatusIcon.d.ts +1 -0
- package/dist/LineUI/LineReducer.d.ts +15 -1
- package/dist/LineUI/LineSet.d.ts +3 -0
- package/dist/LineUI/LineUI.d.ts +3 -0
- package/dist/LineUI/LineUIRTC.d.ts +3 -0
- package/dist/LineUI/LineUIVideo.d.ts +3 -0
- package/dist/LineUI/LineUnit.d.ts +3 -0
- package/dist/LineUI/index.d.ts +6 -0
- package/dist/NoImageBig~MNFHGlMj.svg +4 -0
- package/dist/Tables/atoms/TableRowThumbnail.d.ts +1 -0
- package/dist/Tables/atoms/TypeTableRow.d.ts +1 -0
- package/dist/Tables/organisms/TypeTable.d.ts +1 -0
- package/dist/helpers/index.d.ts +2 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1541 -790
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1541 -791
- package/dist/index.modern.js.map +1 -1
- package/dist/svg/NoImage.d.ts +3 -0
- package/dist/svg/index.d.ts +1 -0
- package/dist/themes/light/custom.d.ts +9 -0
- package/dist/themes/light/light.d.ts +9 -0
- package/package.json +1 -1
package/dist/svg/index.d.ts
CHANGED
|
@@ -10,6 +10,9 @@ export declare const custom: {
|
|
|
10
10
|
highlightLine: {
|
|
11
11
|
stroke: string;
|
|
12
12
|
};
|
|
13
|
+
highlightLineBorder: {
|
|
14
|
+
stroke: string;
|
|
15
|
+
};
|
|
13
16
|
grabHandle: {
|
|
14
17
|
fill: string;
|
|
15
18
|
stroke: string;
|
|
@@ -55,6 +58,9 @@ export declare const custom: {
|
|
|
55
58
|
highlightLine: {
|
|
56
59
|
stroke: string;
|
|
57
60
|
};
|
|
61
|
+
highlightLineBorder: {
|
|
62
|
+
stroke: string;
|
|
63
|
+
};
|
|
58
64
|
grabHandle: {
|
|
59
65
|
fill: string;
|
|
60
66
|
stroke: string;
|
|
@@ -100,6 +106,9 @@ export declare const custom: {
|
|
|
100
106
|
highlightLine: {
|
|
101
107
|
stroke: string;
|
|
102
108
|
};
|
|
109
|
+
highlightLineBorder: {
|
|
110
|
+
stroke: string;
|
|
111
|
+
};
|
|
103
112
|
grabHandle: {
|
|
104
113
|
fill: string;
|
|
105
114
|
stroke: string;
|
|
@@ -1467,6 +1467,9 @@ declare const _default: {
|
|
|
1467
1467
|
highlightLine: {
|
|
1468
1468
|
stroke: string;
|
|
1469
1469
|
};
|
|
1470
|
+
highlightLineBorder: {
|
|
1471
|
+
stroke: string;
|
|
1472
|
+
};
|
|
1470
1473
|
grabHandle: {
|
|
1471
1474
|
fill: string;
|
|
1472
1475
|
stroke: string;
|
|
@@ -1512,6 +1515,9 @@ declare const _default: {
|
|
|
1512
1515
|
highlightLine: {
|
|
1513
1516
|
stroke: string;
|
|
1514
1517
|
};
|
|
1518
|
+
highlightLineBorder: {
|
|
1519
|
+
stroke: string;
|
|
1520
|
+
};
|
|
1515
1521
|
grabHandle: {
|
|
1516
1522
|
fill: string;
|
|
1517
1523
|
stroke: string;
|
|
@@ -1557,6 +1563,9 @@ declare const _default: {
|
|
|
1557
1563
|
highlightLine: {
|
|
1558
1564
|
stroke: string;
|
|
1559
1565
|
};
|
|
1566
|
+
highlightLineBorder: {
|
|
1567
|
+
stroke: string;
|
|
1568
|
+
};
|
|
1560
1569
|
grabHandle: {
|
|
1561
1570
|
fill: string;
|
|
1562
1571
|
stroke: string;
|