@mirohq/design-system-dropdown-menu 3.5.14 → 3.5.15

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 +84 -0
  2. package/package.json +7 -7
package/dist/types.d.ts CHANGED
@@ -207,6 +207,10 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<{},
207
207
  readonly 800: "4rem";
208
208
  readonly 900: "4.5rem";
209
209
  };
210
+ fonts: {
211
+ readonly heading: "Roobert, sans-serif";
212
+ readonly body: "Open Sans, sans-serif";
213
+ };
210
214
  radii: {
211
215
  readonly none: 0;
212
216
  readonly half: "999em";
@@ -713,6 +717,10 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
713
717
  readonly 800: "4rem";
714
718
  readonly 900: "4.5rem";
715
719
  };
720
+ fonts: {
721
+ readonly heading: "Roobert, sans-serif";
722
+ readonly body: "Open Sans, sans-serif";
723
+ };
716
724
  radii: {
717
725
  readonly none: 0;
718
726
  readonly half: "999em";
@@ -1326,6 +1334,10 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
1326
1334
  readonly 800: "4rem";
1327
1335
  readonly 900: "4.5rem";
1328
1336
  };
1337
+ fonts: {
1338
+ readonly heading: "Roobert, sans-serif";
1339
+ readonly body: "Open Sans, sans-serif";
1340
+ };
1329
1341
  radii: {
1330
1342
  readonly none: 0;
1331
1343
  readonly half: "999em";
@@ -1822,6 +1834,10 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
1822
1834
  readonly 800: "4rem";
1823
1835
  readonly 900: "4.5rem";
1824
1836
  };
1837
+ fonts: {
1838
+ readonly heading: "Roobert, sans-serif";
1839
+ readonly body: "Open Sans, sans-serif";
1840
+ };
1825
1841
  radii: {
1826
1842
  readonly none: 0;
1827
1843
  readonly half: "999em";
@@ -2307,6 +2323,10 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2307
2323
  readonly 800: "4rem";
2308
2324
  readonly 900: "4.5rem";
2309
2325
  };
2326
+ fonts: {
2327
+ readonly heading: "Roobert, sans-serif";
2328
+ readonly body: "Open Sans, sans-serif";
2329
+ };
2310
2330
  radii: {
2311
2331
  readonly none: 0;
2312
2332
  readonly half: "999em";
@@ -2805,6 +2825,10 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
2805
2825
  readonly 800: "4rem";
2806
2826
  readonly 900: "4.5rem";
2807
2827
  };
2828
+ fonts: {
2829
+ readonly heading: "Roobert, sans-serif";
2830
+ readonly body: "Open Sans, sans-serif";
2831
+ };
2808
2832
  radii: {
2809
2833
  readonly none: 0;
2810
2834
  readonly half: "999em";
@@ -3282,6 +3306,10 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
3282
3306
  readonly 800: "4rem";
3283
3307
  readonly 900: "4.5rem";
3284
3308
  };
3309
+ fonts: {
3310
+ readonly heading: "Roobert, sans-serif";
3311
+ readonly body: "Open Sans, sans-serif";
3312
+ };
3285
3313
  radii: {
3286
3314
  readonly none: 0;
3287
3315
  readonly half: "999em";
@@ -3788,6 +3816,10 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
3788
3816
  readonly 800: "4rem";
3789
3817
  readonly 900: "4.5rem";
3790
3818
  };
3819
+ fonts: {
3820
+ readonly heading: "Roobert, sans-serif";
3821
+ readonly body: "Open Sans, sans-serif";
3822
+ };
3791
3823
  radii: {
3792
3824
  readonly none: 0;
3793
3825
  readonly half: "999em";
@@ -4267,6 +4299,10 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4267
4299
  readonly 800: "4rem";
4268
4300
  readonly 900: "4.5rem";
4269
4301
  };
4302
+ fonts: {
4303
+ readonly heading: "Roobert, sans-serif";
4304
+ readonly body: "Open Sans, sans-serif";
4305
+ };
4270
4306
  radii: {
4271
4307
  readonly none: 0;
4272
4308
  readonly half: "999em";
@@ -4754,6 +4790,10 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
4754
4790
  readonly 800: "4rem";
4755
4791
  readonly 900: "4.5rem";
4756
4792
  };
4793
+ fonts: {
4794
+ readonly heading: "Roobert, sans-serif";
4795
+ readonly body: "Open Sans, sans-serif";
4796
+ };
4757
4797
  radii: {
4758
4798
  readonly none: 0;
4759
4799
  readonly half: "999em";
@@ -5318,6 +5358,10 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
5318
5358
  readonly 800: "4rem";
5319
5359
  readonly 900: "4.5rem";
5320
5360
  };
5361
+ fonts: {
5362
+ readonly heading: "Roobert, sans-serif";
5363
+ readonly body: "Open Sans, sans-serif";
5364
+ };
5321
5365
  radii: {
5322
5366
  readonly none: 0;
5323
5367
  readonly half: "999em";
@@ -5831,6 +5875,10 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
5831
5875
  readonly 800: "4rem";
5832
5876
  readonly 900: "4.5rem";
5833
5877
  };
5878
+ fonts: {
5879
+ readonly heading: "Roobert, sans-serif";
5880
+ readonly body: "Open Sans, sans-serif";
5881
+ };
5834
5882
  radii: {
5835
5883
  readonly none: 0;
5836
5884
  readonly half: "999em";
@@ -6307,6 +6355,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6307
6355
  readonly 800: "4rem";
6308
6356
  readonly 900: "4.5rem";
6309
6357
  };
6358
+ fonts: {
6359
+ readonly heading: "Roobert, sans-serif";
6360
+ readonly body: "Open Sans, sans-serif";
6361
+ };
6310
6362
  radii: {
6311
6363
  readonly none: 0;
6312
6364
  readonly half: "999em";
@@ -6777,6 +6829,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
6777
6829
  readonly 800: "4rem";
6778
6830
  readonly 900: "4.5rem";
6779
6831
  };
6832
+ fonts: {
6833
+ readonly heading: "Roobert, sans-serif";
6834
+ readonly body: "Open Sans, sans-serif";
6835
+ };
6780
6836
  radii: {
6781
6837
  readonly none: 0;
6782
6838
  readonly half: "999em";
@@ -7251,6 +7307,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
7251
7307
  readonly 800: "4rem";
7252
7308
  readonly 900: "4.5rem";
7253
7309
  };
7310
+ fonts: {
7311
+ readonly heading: "Roobert, sans-serif";
7312
+ readonly body: "Open Sans, sans-serif";
7313
+ };
7254
7314
  radii: {
7255
7315
  readonly none: 0;
7256
7316
  readonly half: "999em";
@@ -7731,6 +7791,10 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
7731
7791
  readonly 800: "4rem";
7732
7792
  readonly 900: "4.5rem";
7733
7793
  };
7794
+ fonts: {
7795
+ readonly heading: "Roobert, sans-serif";
7796
+ readonly body: "Open Sans, sans-serif";
7797
+ };
7734
7798
  radii: {
7735
7799
  readonly none: 0;
7736
7800
  readonly half: "999em";
@@ -8201,6 +8265,10 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8201
8265
  readonly 800: "4rem";
8202
8266
  readonly 900: "4.5rem";
8203
8267
  };
8268
+ fonts: {
8269
+ readonly heading: "Roobert, sans-serif";
8270
+ readonly body: "Open Sans, sans-serif";
8271
+ };
8204
8272
  radii: {
8205
8273
  readonly none: 0;
8206
8274
  readonly half: "999em";
@@ -8675,6 +8743,10 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
8675
8743
  readonly 800: "4rem";
8676
8744
  readonly 900: "4.5rem";
8677
8745
  };
8746
+ fonts: {
8747
+ readonly heading: "Roobert, sans-serif";
8748
+ readonly body: "Open Sans, sans-serif";
8749
+ };
8678
8750
  radii: {
8679
8751
  readonly none: 0;
8680
8752
  readonly half: "999em";
@@ -9151,6 +9223,10 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9151
9223
  readonly 800: "4rem";
9152
9224
  readonly 900: "4.5rem";
9153
9225
  };
9226
+ fonts: {
9227
+ readonly heading: "Roobert, sans-serif";
9228
+ readonly body: "Open Sans, sans-serif";
9229
+ };
9154
9230
  radii: {
9155
9231
  readonly none: 0;
9156
9232
  readonly half: "999em";
@@ -9621,6 +9697,10 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
9621
9697
  readonly 800: "4rem";
9622
9698
  readonly 900: "4.5rem";
9623
9699
  };
9700
+ fonts: {
9701
+ readonly heading: "Roobert, sans-serif";
9702
+ readonly body: "Open Sans, sans-serif";
9703
+ };
9624
9704
  radii: {
9625
9705
  readonly none: 0;
9626
9706
  readonly half: "999em";
@@ -10095,6 +10175,10 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
10095
10175
  readonly 800: "4rem";
10096
10176
  readonly 900: "4.5rem";
10097
10177
  };
10178
+ fonts: {
10179
+ readonly heading: "Roobert, sans-serif";
10180
+ readonly body: "Open Sans, sans-serif";
10181
+ };
10098
10182
  radii: {
10099
10183
  readonly none: 0;
10100
10184
  readonly half: "999em";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-dropdown-menu",
3
- "version": "3.5.14",
3
+ "version": "3.5.15",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -29,15 +29,15 @@
29
29
  "dependencies": {
30
30
  "@radix-ui/react-dropdown-menu": "^2.0.5",
31
31
  "@react-aria/utils": "^3.13.0",
32
- "@mirohq/design-system-base-icon": "^0.1.10",
32
+ "@mirohq/design-system-base-icon": "^0.1.11",
33
+ "@mirohq/design-system-base-switch": "^0.1.10",
33
34
  "@mirohq/design-system-primitive": "^1.1.1",
34
- "@mirohq/design-system-scroll-area": "^0.1.10",
35
- "@mirohq/design-system-stitches": "^2.3.11",
36
- "@mirohq/design-system-styles": "^1.1.8",
35
+ "@mirohq/design-system-scroll-area": "^0.1.11",
36
+ "@mirohq/design-system-stitches": "^2.3.12",
37
+ "@mirohq/design-system-styles": "^1.1.9",
37
38
  "@mirohq/design-system-types": "^0.6.2",
38
39
  "@mirohq/design-system-use-layout-effect": "^0.2.1",
39
- "@mirohq/design-system-utils": "^0.14.3",
40
- "@mirohq/design-system-base-switch": "^0.1.9"
40
+ "@mirohq/design-system-utils": "^0.14.3"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "rollup -c ../../../rollup.config.js",