@mirohq/design-system-toolbar 2.4.3 → 2.4.4

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +52 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -121,6 +121,9 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
121
121
  "background-primary-subtle-pressed-hover"?: any;
122
122
  "background-primary-subtle-selected"?: any;
123
123
  "background-success"?: any;
124
+ "background-success-prominent"?: any;
125
+ "background-success-prominent-active"?: any;
126
+ "background-success-prominent-hover"?: any;
124
127
  "background-warning-prominent"?: any;
125
128
  "background-warning-subtle"?: any;
126
129
  "border-danger"?: any;
@@ -149,6 +152,8 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
149
152
  "border-primary-hover"?: any;
150
153
  "border-primary-inverted"?: any;
151
154
  "border-success"?: any;
155
+ "border-success-active"?: any;
156
+ "border-success-hover"?: any;
152
157
  "border-warning"?: any;
153
158
  "icon-danger"?: any;
154
159
  "icon-danger-active"?: any;
@@ -168,9 +173,12 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
168
173
  "icon-primary-inverted"?: any;
169
174
  "icon-primary-selected"?: any;
170
175
  "icon-success"?: any;
176
+ "icon-success-active"?: any;
177
+ "icon-success-hover"?: any;
171
178
  "icon-success-inverted"?: any;
172
179
  "icon-warning"?: any;
173
180
  "icon-warning-prominent"?: any;
181
+ "icon-warning-subtle"?: any;
174
182
  "text-danger"?: any;
175
183
  "text-danger-active"?: any;
176
184
  "text-danger-hover"?: any;
@@ -192,7 +200,11 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
192
200
  "text-primary-inverted-subtle"?: any;
193
201
  "text-primary-selected"?: any;
194
202
  "text-success"?: any;
203
+ "text-success-active"?: any;
204
+ "text-success-hover"?: any;
205
+ "text-success-inverted"?: any;
195
206
  "text-warning"?: any;
207
+ "text-warning-subtle"?: any;
196
208
  };
197
209
  'font-sizes': {
198
210
  readonly 150: "0.75rem";
@@ -235,6 +247,7 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
235
247
  };
236
248
  space: {
237
249
  readonly 0: "0px";
250
+ readonly 25: "2px";
238
251
  readonly 50: "4px";
239
252
  readonly 100: "8px";
240
253
  readonly 150: "12px";
@@ -607,6 +620,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
607
620
  "background-primary-subtle-pressed-hover"?: any;
608
621
  "background-primary-subtle-selected"?: any;
609
622
  "background-success"?: any;
623
+ "background-success-prominent"?: any;
624
+ "background-success-prominent-active"?: any;
625
+ "background-success-prominent-hover"?: any;
610
626
  "background-warning-prominent"?: any;
611
627
  "background-warning-subtle"?: any;
612
628
  "border-danger"?: any;
@@ -635,6 +651,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
635
651
  "border-primary-hover"?: any;
636
652
  "border-primary-inverted"?: any;
637
653
  "border-success"?: any;
654
+ "border-success-active"?: any;
655
+ "border-success-hover"?: any;
638
656
  "border-warning"?: any;
639
657
  "icon-danger"?: any;
640
658
  "icon-danger-active"?: any;
@@ -654,9 +672,12 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
654
672
  "icon-primary-inverted"?: any;
655
673
  "icon-primary-selected"?: any;
656
674
  "icon-success"?: any;
675
+ "icon-success-active"?: any;
676
+ "icon-success-hover"?: any;
657
677
  "icon-success-inverted"?: any;
658
678
  "icon-warning"?: any;
659
679
  "icon-warning-prominent"?: any;
680
+ "icon-warning-subtle"?: any;
660
681
  "text-danger"?: any;
661
682
  "text-danger-active"?: any;
662
683
  "text-danger-hover"?: any;
@@ -678,7 +699,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
678
699
  "text-primary-inverted-subtle"?: any;
679
700
  "text-primary-selected"?: any;
680
701
  "text-success"?: any;
702
+ "text-success-active"?: any;
703
+ "text-success-hover"?: any;
704
+ "text-success-inverted"?: any;
681
705
  "text-warning"?: any;
706
+ "text-warning-subtle"?: any;
682
707
  };
683
708
  'font-sizes': {
684
709
  readonly 150: "0.75rem";
@@ -721,6 +746,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
721
746
  };
722
747
  space: {
723
748
  readonly 0: "0px";
749
+ readonly 25: "2px";
724
750
  readonly 50: "4px";
725
751
  readonly 100: "8px";
726
752
  readonly 150: "12px";
@@ -1106,6 +1132,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
1106
1132
  "background-primary-subtle-pressed-hover"?: any;
1107
1133
  "background-primary-subtle-selected"?: any;
1108
1134
  "background-success"?: any;
1135
+ "background-success-prominent"?: any;
1136
+ "background-success-prominent-active"?: any;
1137
+ "background-success-prominent-hover"?: any;
1109
1138
  "background-warning-prominent"?: any;
1110
1139
  "background-warning-subtle"?: any;
1111
1140
  "border-danger"?: any;
@@ -1134,6 +1163,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
1134
1163
  "border-primary-hover"?: any;
1135
1164
  "border-primary-inverted"?: any;
1136
1165
  "border-success"?: any;
1166
+ "border-success-active"?: any;
1167
+ "border-success-hover"?: any;
1137
1168
  "border-warning"?: any;
1138
1169
  "icon-danger"?: any;
1139
1170
  "icon-danger-active"?: any;
@@ -1153,9 +1184,12 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
1153
1184
  "icon-primary-inverted"?: any;
1154
1185
  "icon-primary-selected"?: any;
1155
1186
  "icon-success"?: any;
1187
+ "icon-success-active"?: any;
1188
+ "icon-success-hover"?: any;
1156
1189
  "icon-success-inverted"?: any;
1157
1190
  "icon-warning"?: any;
1158
1191
  "icon-warning-prominent"?: any;
1192
+ "icon-warning-subtle"?: any;
1159
1193
  "text-danger"?: any;
1160
1194
  "text-danger-active"?: any;
1161
1195
  "text-danger-hover"?: any;
@@ -1177,7 +1211,11 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
1177
1211
  "text-primary-inverted-subtle"?: any;
1178
1212
  "text-primary-selected"?: any;
1179
1213
  "text-success"?: any;
1214
+ "text-success-active"?: any;
1215
+ "text-success-hover"?: any;
1216
+ "text-success-inverted"?: any;
1180
1217
  "text-warning"?: any;
1218
+ "text-warning-subtle"?: any;
1181
1219
  };
1182
1220
  'font-sizes': {
1183
1221
  readonly 150: "0.75rem";
@@ -1220,6 +1258,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
1220
1258
  };
1221
1259
  space: {
1222
1260
  readonly 0: "0px";
1261
+ readonly 25: "2px";
1223
1262
  readonly 50: "4px";
1224
1263
  readonly 100: "8px";
1225
1264
  readonly 150: "12px";
@@ -1586,6 +1625,9 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
1586
1625
  "background-primary-subtle-pressed-hover"?: any;
1587
1626
  "background-primary-subtle-selected"?: any;
1588
1627
  "background-success"?: any;
1628
+ "background-success-prominent"?: any;
1629
+ "background-success-prominent-active"?: any;
1630
+ "background-success-prominent-hover"?: any;
1589
1631
  "background-warning-prominent"?: any;
1590
1632
  "background-warning-subtle"?: any;
1591
1633
  "border-danger"?: any;
@@ -1614,6 +1656,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
1614
1656
  "border-primary-hover"?: any;
1615
1657
  "border-primary-inverted"?: any;
1616
1658
  "border-success"?: any;
1659
+ "border-success-active"?: any;
1660
+ "border-success-hover"?: any;
1617
1661
  "border-warning"?: any;
1618
1662
  "icon-danger"?: any;
1619
1663
  "icon-danger-active"?: any;
@@ -1633,9 +1677,12 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
1633
1677
  "icon-primary-inverted"?: any;
1634
1678
  "icon-primary-selected"?: any;
1635
1679
  "icon-success"?: any;
1680
+ "icon-success-active"?: any;
1681
+ "icon-success-hover"?: any;
1636
1682
  "icon-success-inverted"?: any;
1637
1683
  "icon-warning"?: any;
1638
1684
  "icon-warning-prominent"?: any;
1685
+ "icon-warning-subtle"?: any;
1639
1686
  "text-danger"?: any;
1640
1687
  "text-danger-active"?: any;
1641
1688
  "text-danger-hover"?: any;
@@ -1657,7 +1704,11 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
1657
1704
  "text-primary-inverted-subtle"?: any;
1658
1705
  "text-primary-selected"?: any;
1659
1706
  "text-success"?: any;
1707
+ "text-success-active"?: any;
1708
+ "text-success-hover"?: any;
1709
+ "text-success-inverted"?: any;
1660
1710
  "text-warning"?: any;
1711
+ "text-warning-subtle"?: any;
1661
1712
  };
1662
1713
  'font-sizes': {
1663
1714
  readonly 150: "0.75rem";
@@ -1700,6 +1751,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
1700
1751
  };
1701
1752
  space: {
1702
1753
  readonly 0: "0px";
1754
+ readonly 25: "2px";
1703
1755
  readonly 50: "4px";
1704
1756
  readonly 100: "8px";
1705
1757
  readonly 150: "12px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-toolbar",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,8 +31,8 @@
31
31
  "@react-aria/interactions": "^3.13.0",
32
32
  "@react-aria/utils": "^3.13.0",
33
33
  "@react-types/shared": "^3.16.0",
34
- "@mirohq/design-system-stitches": "^2.3.13",
35
- "@mirohq/design-system-styles": "^1.1.10"
34
+ "@mirohq/design-system-stitches": "^2.3.14",
35
+ "@mirohq/design-system-styles": "^1.1.11"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",