@mirohq/design-system-select 0.3.10 → 0.3.11-tag-component.0

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 +7 -0
  2. package/package.json +8 -8
package/dist/types.d.ts CHANGED
@@ -244,6 +244,7 @@ declare const StyledSelectContent: react.ForwardRefExoticComponent<Omit<Omit<_mi
244
244
  "text-warning-subtle"?: any;
245
245
  };
246
246
  'font-sizes': {
247
+ readonly 125: "0.625rem";
247
248
  readonly 150: "0.75rem";
248
249
  readonly 175: "0.875rem";
249
250
  readonly 200: "1rem";
@@ -775,6 +776,7 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
775
776
  "text-warning-subtle"?: any;
776
777
  };
777
778
  'font-sizes': {
779
+ readonly 125: "0.625rem";
778
780
  readonly 150: "0.75rem";
779
781
  readonly 175: "0.875rem";
780
782
  readonly 200: "1rem";
@@ -1310,6 +1312,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
1310
1312
  "text-warning-subtle"?: any;
1311
1313
  };
1312
1314
  'font-sizes': {
1315
+ readonly 125: "0.625rem";
1313
1316
  readonly 150: "0.75rem";
1314
1317
  readonly 175: "0.875rem";
1315
1318
  readonly 200: "1rem";
@@ -1868,6 +1871,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
1868
1871
  "text-warning-subtle"?: any;
1869
1872
  };
1870
1873
  'font-sizes': {
1874
+ readonly 125: "0.625rem";
1871
1875
  readonly 150: "0.75rem";
1872
1876
  readonly 175: "0.875rem";
1873
1877
  readonly 200: "1rem";
@@ -2430,6 +2434,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
2430
2434
  "text-warning-subtle"?: any;
2431
2435
  };
2432
2436
  'font-sizes': {
2437
+ readonly 125: "0.625rem";
2433
2438
  readonly 150: "0.75rem";
2434
2439
  readonly 175: "0.875rem";
2435
2440
  readonly 200: "1rem";
@@ -3093,6 +3098,7 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
3093
3098
  "text-warning-subtle"?: any;
3094
3099
  };
3095
3100
  'font-sizes': {
3101
+ readonly 125: "0.625rem";
3096
3102
  readonly 150: "0.75rem";
3097
3103
  readonly 175: "0.875rem";
3098
3104
  readonly 200: "1rem";
@@ -3628,6 +3634,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
3628
3634
  "text-warning-subtle"?: any;
3629
3635
  };
3630
3636
  'font-sizes': {
3637
+ readonly 125: "0.625rem";
3631
3638
  readonly 150: "0.75rem";
3632
3639
  readonly 175: "0.875rem";
3633
3640
  readonly 200: "1rem";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-select",
3
- "version": "0.3.10",
3
+ "version": "0.3.11-tag-component.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -30,15 +30,15 @@
30
30
  "@react-aria/interactions": "^3.13.0",
31
31
  "@react-aria/utils": "^3.13.0",
32
32
  "@react-types/shared": "^3.16.0",
33
- "@mirohq/design-system-base-form": "^0.2.1",
33
+ "@mirohq/design-system-base-form": "^0.2.2-tag-component.0",
34
+ "@mirohq/design-system-icons": "^0.39.2-tag-component.0",
35
+ "@mirohq/design-system-scroll-area": "^0.2.2-tag-component.0",
34
36
  "@mirohq/design-system-primitive": "^1.1.2",
35
- "@mirohq/design-system-icons": "^0.39.1",
36
- "@mirohq/design-system-scroll-area": "^0.2.1",
37
- "@mirohq/design-system-stitches": "^2.6.1",
38
- "@mirohq/design-system-styles": "^1.2.0",
37
+ "@mirohq/design-system-stitches": "^2.6.2-tag-component.0",
38
+ "@mirohq/design-system-styles": "^1.2.1-tag-component.0",
39
39
  "@mirohq/design-system-types": "^0.6.2",
40
- "@mirohq/design-system-utils": "^0.15.0",
41
- "@mirohq/design-system-use-force-update": "^0.1.0"
40
+ "@mirohq/design-system-use-force-update": "^0.1.0",
41
+ "@mirohq/design-system-utils": "^0.15.0"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "rollup -c ../../../rollup.config.js",