@mirohq/design-system-badge 0.3.19-select.0 → 0.3.20

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 -3
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -206,6 +206,10 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
206
206
  readonly 800: "4rem";
207
207
  readonly 900: "4.5rem";
208
208
  };
209
+ fonts: {
210
+ readonly heading: "Roobert, sans-serif";
211
+ readonly body: "Open Sans, sans-serif";
212
+ };
209
213
  radii: {
210
214
  readonly none: 0;
211
215
  readonly half: "999em";
@@ -292,9 +296,9 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
292
296
  };
293
297
  'z-indices': {
294
298
  readonly dropdownMenu: 100;
295
- readonly select: 100;
296
- readonly popover: 200;
297
- readonly tooltip: 300;
299
+ readonly select: 200;
300
+ readonly popover: 300;
301
+ readonly tooltip: 400;
298
302
  };
299
303
  }, {
300
304
  readonly background: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-badge",
3
- "version": "0.3.19-select.0",
3
+ "version": "0.3.20",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.1",
30
30
  "@mirohq/design-system-types": "^0.6.2",
31
- "@mirohq/design-system-stitches": "^2.3.11-select.0"
31
+ "@mirohq/design-system-stitches": "^2.3.12"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",