@mirohq/design-system-flex 2.1.25 → 2.1.26

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 +2 -3
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -232,8 +232,6 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<{
232
232
  readonly 200: "16px";
233
233
  };
234
234
  shadows: {
235
- readonly 50: "0 4px 16px #05003812";
236
- readonly 100: "0 8px 32px #05003808";
237
235
  readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
238
236
  readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
239
237
  readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
@@ -247,7 +245,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<{
247
245
  readonly 'icon-400': "32px";
248
246
  };
249
247
  space: {
250
- readonly 0: 0;
248
+ readonly 0: "0px";
251
249
  readonly 50: "4px";
252
250
  readonly 100: "8px";
253
251
  readonly 150: "12px";
@@ -277,6 +275,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<{
277
275
  readonly 300: any;
278
276
  readonly 400: any;
279
277
  readonly 600: any;
278
+ readonly 700: any;
280
279
  readonly 800: any;
281
280
  readonly 1200: any;
282
281
  readonly 1600: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-flex",
3
- "version": "2.1.25",
3
+ "version": "2.1.26",
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.1",
30
- "@mirohq/design-system-utils": "^0.14.3",
31
- "@mirohq/design-system-stitches": "^2.3.12"
30
+ "@mirohq/design-system-stitches": "^2.3.13",
31
+ "@mirohq/design-system-utils": "^0.14.3"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",