@mirohq/design-system-popover 5.1.0 → 5.1.1

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 +39 -0
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -117,6 +117,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
117
117
  "background-primary-subtle-pressed-hover"?: any;
118
118
  "background-primary-subtle-selected"?: any;
119
119
  "background-success"?: any;
120
+ "background-success-prominent"?: any;
121
+ "background-success-prominent-active"?: any;
122
+ "background-success-prominent-hover"?: any;
120
123
  "background-warning-prominent"?: any;
121
124
  "background-warning-subtle"?: any;
122
125
  "border-danger"?: any;
@@ -145,6 +148,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
145
148
  "border-primary-hover"?: any;
146
149
  "border-primary-inverted"?: any;
147
150
  "border-success"?: any;
151
+ "border-success-active"?: any;
152
+ "border-success-hover"?: any;
148
153
  "border-warning"?: any;
149
154
  "icon-danger"?: any;
150
155
  "icon-danger-active"?: any;
@@ -164,9 +169,12 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
164
169
  "icon-primary-inverted"?: any;
165
170
  "icon-primary-selected"?: any;
166
171
  "icon-success"?: any;
172
+ "icon-success-active"?: any;
173
+ "icon-success-hover"?: any;
167
174
  "icon-success-inverted"?: any;
168
175
  "icon-warning"?: any;
169
176
  "icon-warning-prominent"?: any;
177
+ "icon-warning-subtle"?: any;
170
178
  "text-danger"?: any;
171
179
  "text-danger-active"?: any;
172
180
  "text-danger-hover"?: any;
@@ -188,7 +196,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
188
196
  "text-primary-inverted-subtle"?: any;
189
197
  "text-primary-selected"?: any;
190
198
  "text-success"?: any;
199
+ "text-success-active"?: any;
200
+ "text-success-hover"?: any;
201
+ "text-success-inverted"?: any;
191
202
  "text-warning"?: any;
203
+ "text-warning-subtle"?: any;
192
204
  };
193
205
  'font-sizes': {
194
206
  readonly 150: "0.75rem";
@@ -231,6 +243,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
231
243
  };
232
244
  space: {
233
245
  readonly 0: "0px";
246
+ readonly 25: "2px";
234
247
  readonly 50: "4px";
235
248
  readonly 100: "8px";
236
249
  readonly 150: "12px";
@@ -604,6 +617,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
604
617
  "background-primary-subtle-pressed-hover"?: any;
605
618
  "background-primary-subtle-selected"?: any;
606
619
  "background-success"?: any;
620
+ "background-success-prominent"?: any;
621
+ "background-success-prominent-active"?: any;
622
+ "background-success-prominent-hover"?: any;
607
623
  "background-warning-prominent"?: any;
608
624
  "background-warning-subtle"?: any;
609
625
  "border-danger"?: any;
@@ -632,6 +648,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
632
648
  "border-primary-hover"?: any;
633
649
  "border-primary-inverted"?: any;
634
650
  "border-success"?: any;
651
+ "border-success-active"?: any;
652
+ "border-success-hover"?: any;
635
653
  "border-warning"?: any;
636
654
  "icon-danger"?: any;
637
655
  "icon-danger-active"?: any;
@@ -651,9 +669,12 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
651
669
  "icon-primary-inverted"?: any;
652
670
  "icon-primary-selected"?: any;
653
671
  "icon-success"?: any;
672
+ "icon-success-active"?: any;
673
+ "icon-success-hover"?: any;
654
674
  "icon-success-inverted"?: any;
655
675
  "icon-warning"?: any;
656
676
  "icon-warning-prominent"?: any;
677
+ "icon-warning-subtle"?: any;
657
678
  "text-danger"?: any;
658
679
  "text-danger-active"?: any;
659
680
  "text-danger-hover"?: any;
@@ -675,7 +696,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
675
696
  "text-primary-inverted-subtle"?: any;
676
697
  "text-primary-selected"?: any;
677
698
  "text-success"?: any;
699
+ "text-success-active"?: any;
700
+ "text-success-hover"?: any;
701
+ "text-success-inverted"?: any;
678
702
  "text-warning"?: any;
703
+ "text-warning-subtle"?: any;
679
704
  };
680
705
  'font-sizes': {
681
706
  readonly 150: "0.75rem";
@@ -718,6 +743,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
718
743
  };
719
744
  space: {
720
745
  readonly 0: "0px";
746
+ readonly 25: "2px";
721
747
  readonly 50: "4px";
722
748
  readonly 100: "8px";
723
749
  readonly 150: "12px";
@@ -1209,6 +1235,9 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
1209
1235
  "background-primary-subtle-pressed-hover"?: any;
1210
1236
  "background-primary-subtle-selected"?: any;
1211
1237
  "background-success"?: any;
1238
+ "background-success-prominent"?: any;
1239
+ "background-success-prominent-active"?: any;
1240
+ "background-success-prominent-hover"?: any;
1212
1241
  "background-warning-prominent"?: any;
1213
1242
  "background-warning-subtle"?: any;
1214
1243
  "border-danger"?: any;
@@ -1237,6 +1266,8 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
1237
1266
  "border-primary-hover"?: any;
1238
1267
  "border-primary-inverted"?: any;
1239
1268
  "border-success"?: any;
1269
+ "border-success-active"?: any;
1270
+ "border-success-hover"?: any;
1240
1271
  "border-warning"?: any;
1241
1272
  "icon-danger"?: any;
1242
1273
  "icon-danger-active"?: any;
@@ -1256,9 +1287,12 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
1256
1287
  "icon-primary-inverted"?: any;
1257
1288
  "icon-primary-selected"?: any;
1258
1289
  "icon-success"?: any;
1290
+ "icon-success-active"?: any;
1291
+ "icon-success-hover"?: any;
1259
1292
  "icon-success-inverted"?: any;
1260
1293
  "icon-warning"?: any;
1261
1294
  "icon-warning-prominent"?: any;
1295
+ "icon-warning-subtle"?: any;
1262
1296
  "text-danger"?: any;
1263
1297
  "text-danger-active"?: any;
1264
1298
  "text-danger-hover"?: any;
@@ -1280,7 +1314,11 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
1280
1314
  "text-primary-inverted-subtle"?: any;
1281
1315
  "text-primary-selected"?: any;
1282
1316
  "text-success"?: any;
1317
+ "text-success-active"?: any;
1318
+ "text-success-hover"?: any;
1319
+ "text-success-inverted"?: any;
1283
1320
  "text-warning"?: any;
1321
+ "text-warning-subtle"?: any;
1284
1322
  };
1285
1323
  'font-sizes': {
1286
1324
  readonly 150: "0.75rem";
@@ -1323,6 +1361,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
1323
1361
  };
1324
1362
  space: {
1325
1363
  readonly 0: "0px";
1364
+ readonly 25: "2px";
1326
1365
  readonly 50: "4px";
1327
1366
  readonly 100: "8px";
1328
1367
  readonly 150: "12px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-popover",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -29,10 +29,10 @@
29
29
  "dependencies": {
30
30
  "@radix-ui/react-popover": "^1.0.0",
31
31
  "@radix-ui/react-use-size": "^1.0.1",
32
- "@mirohq/design-system-icons": "^0.30.6",
32
+ "@mirohq/design-system-icons": "^0.30.7",
33
33
  "@mirohq/design-system-primitive": "^1.1.1",
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",