@mirohq/design-system-base-select 1.3.17 → 1.3.19

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 +1 -1
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -5570,7 +5570,7 @@ declare const contentStyles: {
5570
5570
  flexShrink?: Globals | ScaleValue | Index | OnlyNumber | undefined;
5571
5571
  flexWrap?: Globals | ScaleValue | Index | Property.FlexWrap | undefined;
5572
5572
  float?: Globals | ScaleValue | Index | Property.Float | undefined;
5573
- fontFamily?: Globals | ScaleValue | Index | Property.FontFamily | "$heading" | "$body" | undefined;
5573
+ fontFamily?: Globals | ScaleValue | Index | Property.FontFamily | "$display" | "$heading" | "$body" | undefined;
5574
5574
  fontFeatureSettings?: Globals | ScaleValue | Index | Property.FontFeatureSettings | undefined;
5575
5575
  fontKerning?: Globals | ScaleValue | Index | Property.FontKerning | undefined;
5576
5576
  fontLanguageOverride?: Globals | ScaleValue | Index | Property.FontLanguageOverride | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-base-select",
3
- "version": "1.3.17",
3
+ "version": "1.3.19",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^2.2.1",
30
- "@mirohq/design-system-stitches": "^3.3.17",
31
- "@mirohq/design-system-styles": "^3.2.17"
30
+ "@mirohq/design-system-stitches": "^3.3.19",
31
+ "@mirohq/design-system-styles": "^3.2.19"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../../rollup.config.js",