@mirohq/design-system-badge 0.3.10 → 0.3.11

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 +6 -6
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -210,28 +210,28 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
210
210
  readonly 'icon-400': "32px";
211
211
  };
212
212
  space: {
213
- readonly none: 0;
213
+ readonly 0: 0;
214
214
  readonly 50: "4px";
215
215
  readonly 100: "8px";
216
216
  readonly 150: "12px";
217
217
  readonly 200: "16px";
218
218
  readonly 300: "24px";
219
219
  readonly 400: "32px";
220
- readonly 500: "64px";
220
+ readonly 500: "40px";
221
221
  readonly 600: "48px";
222
222
  readonly 800: "64px";
223
223
  readonly 1200: "96px";
224
224
  readonly 1600: "128px";
225
225
  };
226
226
  'space-gap': {
227
- readonly none: any;
227
+ readonly 0: any;
228
228
  readonly 50: any;
229
229
  readonly 100: any;
230
230
  readonly 200: any;
231
231
  readonly 300: any;
232
232
  };
233
233
  'space-inset': {
234
- readonly none: any;
234
+ readonly 0: any;
235
235
  readonly 50: any;
236
236
  readonly 100: any;
237
237
  readonly 150: any;
@@ -244,7 +244,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
244
244
  readonly 1600: any;
245
245
  };
246
246
  'space-offset': {
247
- readonly none: any;
247
+ readonly 0: any;
248
248
  readonly 50: any;
249
249
  readonly 100: any;
250
250
  readonly 150: any;
@@ -255,7 +255,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
255
255
  readonly 800: any;
256
256
  readonly 1200: any;
257
257
  readonly 1600: any;
258
- readonly 'stacking-none': any;
258
+ readonly 'stacking-0': any;
259
259
  readonly 'stacking-100': any;
260
260
  readonly 'stacking-200': any;
261
261
  readonly 'stacking-300': any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-badge",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
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": "^1.1.0",
30
- "@mirohq/design-system-stitches": "^2.3.2",
31
- "@mirohq/design-system-types": "^0.5.0"
30
+ "@mirohq/design-system-types": "^0.5.0",
31
+ "@mirohq/design-system-stitches": "^2.3.3"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",