@mirohq/design-system-badge 0.3.9 → 0.3.10-dropdown.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 +6 -6
  2. package/package.json +3 -6
package/dist/types.d.ts CHANGED
@@ -204,28 +204,28 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
204
204
  readonly 'icon-400': "32px";
205
205
  };
206
206
  space: {
207
- readonly none: 0;
207
+ readonly 0: 0;
208
208
  readonly 50: "4px";
209
209
  readonly 100: "8px";
210
210
  readonly 150: "12px";
211
211
  readonly 200: "16px";
212
212
  readonly 300: "24px";
213
213
  readonly 400: "32px";
214
- readonly 500: "64px";
214
+ readonly 500: "40px";
215
215
  readonly 600: "48px";
216
216
  readonly 800: "64px";
217
217
  readonly 1200: "96px";
218
218
  readonly 1600: "128px";
219
219
  };
220
220
  'space-gap': {
221
- readonly none: any;
221
+ readonly 0: any;
222
222
  readonly 50: any;
223
223
  readonly 100: any;
224
224
  readonly 200: any;
225
225
  readonly 300: any;
226
226
  };
227
227
  'space-inset': {
228
- readonly none: any;
228
+ readonly 0: any;
229
229
  readonly 50: any;
230
230
  readonly 100: any;
231
231
  readonly 150: any;
@@ -238,7 +238,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
238
238
  readonly 1600: any;
239
239
  };
240
240
  'space-offset': {
241
- readonly none: any;
241
+ readonly 0: any;
242
242
  readonly 50: any;
243
243
  readonly 100: any;
244
244
  readonly 150: any;
@@ -249,7 +249,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
249
249
  readonly 800: any;
250
250
  readonly 1200: any;
251
251
  readonly 1600: any;
252
- readonly 'stacking-none': any;
252
+ readonly 'stacking-0': any;
253
253
  readonly 'stacking-100': any;
254
254
  readonly 'stacking-200': any;
255
255
  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.9",
3
+ "version": "0.3.10-dropdown.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,11 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.0",
30
- "@mirohq/design-system-stitches": "^2.3.1",
31
- "@mirohq/design-system-types": "^0.5.0"
32
- },
33
- "devDependencies": {
34
- "@mirohq/design-system-button": "^3.1.1"
30
+ "@mirohq/design-system-types": "^0.5.0",
31
+ "@mirohq/design-system-stitches": "^2.3.2-dropdown.0"
35
32
  },
36
33
  "scripts": {
37
34
  "build": "rollup -c ../../../rollup.config.js",