@mirohq/design-system-scroll-area 0.1.13 → 0.1.14
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/types.d.ts +65 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -116,6 +116,9 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
116
116
|
"background-primary-subtle-pressed-hover"?: any;
|
|
117
117
|
"background-primary-subtle-selected"?: any;
|
|
118
118
|
"background-success"?: any;
|
|
119
|
+
"background-success-prominent"?: any;
|
|
120
|
+
"background-success-prominent-active"?: any;
|
|
121
|
+
"background-success-prominent-hover"?: any;
|
|
119
122
|
"background-warning-prominent"?: any;
|
|
120
123
|
"background-warning-subtle"?: any;
|
|
121
124
|
"border-danger"?: any;
|
|
@@ -144,6 +147,8 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
144
147
|
"border-primary-hover"?: any;
|
|
145
148
|
"border-primary-inverted"?: any;
|
|
146
149
|
"border-success"?: any;
|
|
150
|
+
"border-success-active"?: any;
|
|
151
|
+
"border-success-hover"?: any;
|
|
147
152
|
"border-warning"?: any;
|
|
148
153
|
"icon-danger"?: any;
|
|
149
154
|
"icon-danger-active"?: any;
|
|
@@ -163,9 +168,12 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
163
168
|
"icon-primary-inverted"?: any;
|
|
164
169
|
"icon-primary-selected"?: any;
|
|
165
170
|
"icon-success"?: any;
|
|
171
|
+
"icon-success-active"?: any;
|
|
172
|
+
"icon-success-hover"?: any;
|
|
166
173
|
"icon-success-inverted"?: any;
|
|
167
174
|
"icon-warning"?: any;
|
|
168
175
|
"icon-warning-prominent"?: any;
|
|
176
|
+
"icon-warning-subtle"?: any;
|
|
169
177
|
"text-danger"?: any;
|
|
170
178
|
"text-danger-active"?: any;
|
|
171
179
|
"text-danger-hover"?: any;
|
|
@@ -187,7 +195,11 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
187
195
|
"text-primary-inverted-subtle"?: any;
|
|
188
196
|
"text-primary-selected"?: any;
|
|
189
197
|
"text-success"?: any;
|
|
198
|
+
"text-success-active"?: any;
|
|
199
|
+
"text-success-hover"?: any;
|
|
200
|
+
"text-success-inverted"?: any;
|
|
190
201
|
"text-warning"?: any;
|
|
202
|
+
"text-warning-subtle"?: any;
|
|
191
203
|
};
|
|
192
204
|
'font-sizes': {
|
|
193
205
|
readonly 150: "0.75rem";
|
|
@@ -230,6 +242,7 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
230
242
|
};
|
|
231
243
|
space: {
|
|
232
244
|
readonly 0: "0px";
|
|
245
|
+
readonly 25: "2px";
|
|
233
246
|
readonly 50: "4px";
|
|
234
247
|
readonly 100: "8px";
|
|
235
248
|
readonly 150: "12px";
|
|
@@ -596,6 +609,9 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
596
609
|
"background-primary-subtle-pressed-hover"?: any;
|
|
597
610
|
"background-primary-subtle-selected"?: any;
|
|
598
611
|
"background-success"?: any;
|
|
612
|
+
"background-success-prominent"?: any;
|
|
613
|
+
"background-success-prominent-active"?: any;
|
|
614
|
+
"background-success-prominent-hover"?: any;
|
|
599
615
|
"background-warning-prominent"?: any;
|
|
600
616
|
"background-warning-subtle"?: any;
|
|
601
617
|
"border-danger"?: any;
|
|
@@ -624,6 +640,8 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
624
640
|
"border-primary-hover"?: any;
|
|
625
641
|
"border-primary-inverted"?: any;
|
|
626
642
|
"border-success"?: any;
|
|
643
|
+
"border-success-active"?: any;
|
|
644
|
+
"border-success-hover"?: any;
|
|
627
645
|
"border-warning"?: any;
|
|
628
646
|
"icon-danger"?: any;
|
|
629
647
|
"icon-danger-active"?: any;
|
|
@@ -643,9 +661,12 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
643
661
|
"icon-primary-inverted"?: any;
|
|
644
662
|
"icon-primary-selected"?: any;
|
|
645
663
|
"icon-success"?: any;
|
|
664
|
+
"icon-success-active"?: any;
|
|
665
|
+
"icon-success-hover"?: any;
|
|
646
666
|
"icon-success-inverted"?: any;
|
|
647
667
|
"icon-warning"?: any;
|
|
648
668
|
"icon-warning-prominent"?: any;
|
|
669
|
+
"icon-warning-subtle"?: any;
|
|
649
670
|
"text-danger"?: any;
|
|
650
671
|
"text-danger-active"?: any;
|
|
651
672
|
"text-danger-hover"?: any;
|
|
@@ -667,7 +688,11 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
667
688
|
"text-primary-inverted-subtle"?: any;
|
|
668
689
|
"text-primary-selected"?: any;
|
|
669
690
|
"text-success"?: any;
|
|
691
|
+
"text-success-active"?: any;
|
|
692
|
+
"text-success-hover"?: any;
|
|
693
|
+
"text-success-inverted"?: any;
|
|
670
694
|
"text-warning"?: any;
|
|
695
|
+
"text-warning-subtle"?: any;
|
|
671
696
|
};
|
|
672
697
|
'font-sizes': {
|
|
673
698
|
readonly 150: "0.75rem";
|
|
@@ -710,6 +735,7 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
710
735
|
};
|
|
711
736
|
space: {
|
|
712
737
|
readonly 0: "0px";
|
|
738
|
+
readonly 25: "2px";
|
|
713
739
|
readonly 50: "4px";
|
|
714
740
|
readonly 100: "8px";
|
|
715
741
|
readonly 150: "12px";
|
|
@@ -1085,6 +1111,9 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
1085
1111
|
"background-primary-subtle-pressed-hover"?: any;
|
|
1086
1112
|
"background-primary-subtle-selected"?: any;
|
|
1087
1113
|
"background-success"?: any;
|
|
1114
|
+
"background-success-prominent"?: any;
|
|
1115
|
+
"background-success-prominent-active"?: any;
|
|
1116
|
+
"background-success-prominent-hover"?: any;
|
|
1088
1117
|
"background-warning-prominent"?: any;
|
|
1089
1118
|
"background-warning-subtle"?: any;
|
|
1090
1119
|
"border-danger"?: any;
|
|
@@ -1113,6 +1142,8 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
1113
1142
|
"border-primary-hover"?: any;
|
|
1114
1143
|
"border-primary-inverted"?: any;
|
|
1115
1144
|
"border-success"?: any;
|
|
1145
|
+
"border-success-active"?: any;
|
|
1146
|
+
"border-success-hover"?: any;
|
|
1116
1147
|
"border-warning"?: any;
|
|
1117
1148
|
"icon-danger"?: any;
|
|
1118
1149
|
"icon-danger-active"?: any;
|
|
@@ -1132,9 +1163,12 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
1132
1163
|
"icon-primary-inverted"?: any;
|
|
1133
1164
|
"icon-primary-selected"?: any;
|
|
1134
1165
|
"icon-success"?: any;
|
|
1166
|
+
"icon-success-active"?: any;
|
|
1167
|
+
"icon-success-hover"?: any;
|
|
1135
1168
|
"icon-success-inverted"?: any;
|
|
1136
1169
|
"icon-warning"?: any;
|
|
1137
1170
|
"icon-warning-prominent"?: any;
|
|
1171
|
+
"icon-warning-subtle"?: any;
|
|
1138
1172
|
"text-danger"?: any;
|
|
1139
1173
|
"text-danger-active"?: any;
|
|
1140
1174
|
"text-danger-hover"?: any;
|
|
@@ -1156,7 +1190,11 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
1156
1190
|
"text-primary-inverted-subtle"?: any;
|
|
1157
1191
|
"text-primary-selected"?: any;
|
|
1158
1192
|
"text-success"?: any;
|
|
1193
|
+
"text-success-active"?: any;
|
|
1194
|
+
"text-success-hover"?: any;
|
|
1195
|
+
"text-success-inverted"?: any;
|
|
1159
1196
|
"text-warning"?: any;
|
|
1197
|
+
"text-warning-subtle"?: any;
|
|
1160
1198
|
};
|
|
1161
1199
|
'font-sizes': {
|
|
1162
1200
|
readonly 150: "0.75rem";
|
|
@@ -1199,6 +1237,7 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
1199
1237
|
};
|
|
1200
1238
|
space: {
|
|
1201
1239
|
readonly 0: "0px";
|
|
1240
|
+
readonly 25: "2px";
|
|
1202
1241
|
readonly 50: "4px";
|
|
1203
1242
|
readonly 100: "8px";
|
|
1204
1243
|
readonly 150: "12px";
|
|
@@ -1570,6 +1609,9 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1570
1609
|
"background-primary-subtle-pressed-hover"?: any;
|
|
1571
1610
|
"background-primary-subtle-selected"?: any;
|
|
1572
1611
|
"background-success"?: any;
|
|
1612
|
+
"background-success-prominent"?: any;
|
|
1613
|
+
"background-success-prominent-active"?: any;
|
|
1614
|
+
"background-success-prominent-hover"?: any;
|
|
1573
1615
|
"background-warning-prominent"?: any;
|
|
1574
1616
|
"background-warning-subtle"?: any;
|
|
1575
1617
|
"border-danger"?: any;
|
|
@@ -1598,6 +1640,8 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1598
1640
|
"border-primary-hover"?: any;
|
|
1599
1641
|
"border-primary-inverted"?: any;
|
|
1600
1642
|
"border-success"?: any;
|
|
1643
|
+
"border-success-active"?: any;
|
|
1644
|
+
"border-success-hover"?: any;
|
|
1601
1645
|
"border-warning"?: any;
|
|
1602
1646
|
"icon-danger"?: any;
|
|
1603
1647
|
"icon-danger-active"?: any;
|
|
@@ -1617,9 +1661,12 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1617
1661
|
"icon-primary-inverted"?: any;
|
|
1618
1662
|
"icon-primary-selected"?: any;
|
|
1619
1663
|
"icon-success"?: any;
|
|
1664
|
+
"icon-success-active"?: any;
|
|
1665
|
+
"icon-success-hover"?: any;
|
|
1620
1666
|
"icon-success-inverted"?: any;
|
|
1621
1667
|
"icon-warning"?: any;
|
|
1622
1668
|
"icon-warning-prominent"?: any;
|
|
1669
|
+
"icon-warning-subtle"?: any;
|
|
1623
1670
|
"text-danger"?: any;
|
|
1624
1671
|
"text-danger-active"?: any;
|
|
1625
1672
|
"text-danger-hover"?: any;
|
|
@@ -1641,7 +1688,11 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1641
1688
|
"text-primary-inverted-subtle"?: any;
|
|
1642
1689
|
"text-primary-selected"?: any;
|
|
1643
1690
|
"text-success"?: any;
|
|
1691
|
+
"text-success-active"?: any;
|
|
1692
|
+
"text-success-hover"?: any;
|
|
1693
|
+
"text-success-inverted"?: any;
|
|
1644
1694
|
"text-warning"?: any;
|
|
1695
|
+
"text-warning-subtle"?: any;
|
|
1645
1696
|
};
|
|
1646
1697
|
'font-sizes': {
|
|
1647
1698
|
readonly 150: "0.75rem";
|
|
@@ -1684,6 +1735,7 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1684
1735
|
};
|
|
1685
1736
|
space: {
|
|
1686
1737
|
readonly 0: "0px";
|
|
1738
|
+
readonly 25: "2px";
|
|
1687
1739
|
readonly 50: "4px";
|
|
1688
1740
|
readonly 100: "8px";
|
|
1689
1741
|
readonly 150: "12px";
|
|
@@ -2049,6 +2101,9 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
2049
2101
|
"background-primary-subtle-pressed-hover"?: any;
|
|
2050
2102
|
"background-primary-subtle-selected"?: any;
|
|
2051
2103
|
"background-success"?: any;
|
|
2104
|
+
"background-success-prominent"?: any;
|
|
2105
|
+
"background-success-prominent-active"?: any;
|
|
2106
|
+
"background-success-prominent-hover"?: any;
|
|
2052
2107
|
"background-warning-prominent"?: any;
|
|
2053
2108
|
"background-warning-subtle"?: any;
|
|
2054
2109
|
"border-danger"?: any;
|
|
@@ -2077,6 +2132,8 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
2077
2132
|
"border-primary-hover"?: any;
|
|
2078
2133
|
"border-primary-inverted"?: any;
|
|
2079
2134
|
"border-success"?: any;
|
|
2135
|
+
"border-success-active"?: any;
|
|
2136
|
+
"border-success-hover"?: any;
|
|
2080
2137
|
"border-warning"?: any;
|
|
2081
2138
|
"icon-danger"?: any;
|
|
2082
2139
|
"icon-danger-active"?: any;
|
|
@@ -2096,9 +2153,12 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
2096
2153
|
"icon-primary-inverted"?: any;
|
|
2097
2154
|
"icon-primary-selected"?: any;
|
|
2098
2155
|
"icon-success"?: any;
|
|
2156
|
+
"icon-success-active"?: any;
|
|
2157
|
+
"icon-success-hover"?: any;
|
|
2099
2158
|
"icon-success-inverted"?: any;
|
|
2100
2159
|
"icon-warning"?: any;
|
|
2101
2160
|
"icon-warning-prominent"?: any;
|
|
2161
|
+
"icon-warning-subtle"?: any;
|
|
2102
2162
|
"text-danger"?: any;
|
|
2103
2163
|
"text-danger-active"?: any;
|
|
2104
2164
|
"text-danger-hover"?: any;
|
|
@@ -2120,7 +2180,11 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
2120
2180
|
"text-primary-inverted-subtle"?: any;
|
|
2121
2181
|
"text-primary-selected"?: any;
|
|
2122
2182
|
"text-success"?: any;
|
|
2183
|
+
"text-success-active"?: any;
|
|
2184
|
+
"text-success-hover"?: any;
|
|
2185
|
+
"text-success-inverted"?: any;
|
|
2123
2186
|
"text-warning"?: any;
|
|
2187
|
+
"text-warning-subtle"?: any;
|
|
2124
2188
|
};
|
|
2125
2189
|
'font-sizes': {
|
|
2126
2190
|
readonly 150: "0.75rem";
|
|
@@ -2163,6 +2227,7 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
2163
2227
|
};
|
|
2164
2228
|
space: {
|
|
2165
2229
|
readonly 0: "0px";
|
|
2230
|
+
readonly 25: "2px";
|
|
2166
2231
|
readonly 50: "4px";
|
|
2167
2232
|
readonly 100: "8px";
|
|
2168
2233
|
readonly 150: "12px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-scroll-area",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@radix-ui/react-scroll-area": "^1.0.4",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.14"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|