@mirohq/design-system-select 0.1.2 → 0.1.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 +32 -0
  2. package/package.json +6 -6
package/dist/types.d.ts CHANGED
@@ -205,6 +205,10 @@ declare const StyledSelect: react.ForwardRefExoticComponent<Omit<{}, never> & _s
205
205
  readonly 800: "4rem";
206
206
  readonly 900: "4.5rem";
207
207
  };
208
+ fonts: {
209
+ readonly heading: "Roobert, sans-serif";
210
+ readonly body: "Open Sans, sans-serif";
211
+ };
208
212
  radii: {
209
213
  readonly none: 0;
210
214
  readonly half: "999em";
@@ -678,6 +682,10 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
678
682
  readonly 800: "4rem";
679
683
  readonly 900: "4.5rem";
680
684
  };
685
+ fonts: {
686
+ readonly heading: "Roobert, sans-serif";
687
+ readonly body: "Open Sans, sans-serif";
688
+ };
681
689
  radii: {
682
690
  readonly none: 0;
683
691
  readonly half: "999em";
@@ -1155,6 +1163,10 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
1155
1163
  readonly 800: "4rem";
1156
1164
  readonly 900: "4.5rem";
1157
1165
  };
1166
+ fonts: {
1167
+ readonly heading: "Roobert, sans-serif";
1168
+ readonly body: "Open Sans, sans-serif";
1169
+ };
1158
1170
  radii: {
1159
1171
  readonly none: 0;
1160
1172
  readonly half: "999em";
@@ -1646,6 +1658,10 @@ declare const StyledPortal: react.ForwardRefExoticComponent<Omit<{}, never> & _s
1646
1658
  readonly 800: "4rem";
1647
1659
  readonly 900: "4.5rem";
1648
1660
  };
1661
+ fonts: {
1662
+ readonly heading: "Roobert, sans-serif";
1663
+ readonly body: "Open Sans, sans-serif";
1664
+ };
1649
1665
  radii: {
1650
1666
  readonly none: 0;
1651
1667
  readonly half: "999em";
@@ -2131,6 +2147,10 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
2131
2147
  readonly 800: "4rem";
2132
2148
  readonly 900: "4.5rem";
2133
2149
  };
2150
+ fonts: {
2151
+ readonly heading: "Roobert, sans-serif";
2152
+ readonly body: "Open Sans, sans-serif";
2153
+ };
2134
2154
  radii: {
2135
2155
  readonly none: 0;
2136
2156
  readonly half: "999em";
@@ -2628,6 +2648,10 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
2628
2648
  readonly 800: "4rem";
2629
2649
  readonly 900: "4.5rem";
2630
2650
  };
2651
+ fonts: {
2652
+ readonly heading: "Roobert, sans-serif";
2653
+ readonly body: "Open Sans, sans-serif";
2654
+ };
2631
2655
  radii: {
2632
2656
  readonly none: 0;
2633
2657
  readonly half: "999em";
@@ -3220,6 +3244,10 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
3220
3244
  readonly 800: "4rem";
3221
3245
  readonly 900: "4.5rem";
3222
3246
  };
3247
+ fonts: {
3248
+ readonly heading: "Roobert, sans-serif";
3249
+ readonly body: "Open Sans, sans-serif";
3250
+ };
3223
3251
  radii: {
3224
3252
  readonly none: 0;
3225
3253
  readonly half: "999em";
@@ -3697,6 +3725,10 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
3697
3725
  readonly 800: "4rem";
3698
3726
  readonly 900: "4.5rem";
3699
3727
  };
3728
+ fonts: {
3729
+ readonly heading: "Roobert, sans-serif";
3730
+ readonly body: "Open Sans, sans-serif";
3731
+ };
3700
3732
  radii: {
3701
3733
  readonly none: 0;
3702
3734
  readonly half: "999em";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-select",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,12 +27,12 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@radix-ui/react-select": "^1.2.2",
30
- "@mirohq/design-system-icons": "^0.30.2",
31
- "@mirohq/design-system-primitive": "^1.1.1",
32
- "@mirohq/design-system-scroll-area": "^0.1.10",
33
- "@mirohq/design-system-stitches": "^2.3.11",
30
+ "@mirohq/design-system-icons": "^0.30.4",
31
+ "@mirohq/design-system-scroll-area": "^0.1.11",
32
+ "@mirohq/design-system-stitches": "^2.3.12",
34
33
  "@mirohq/design-system-types": "^0.6.2",
35
- "@mirohq/design-system-utils": "^0.14.3"
34
+ "@mirohq/design-system-utils": "^0.14.3",
35
+ "@mirohq/design-system-primitive": "^1.1.1"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",