@mirohq/design-system-badge 0.3.20 → 0.3.21
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.
- package/dist/types.d.ts +2 -3
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -220,8 +220,6 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
220
220
|
readonly 200: "16px";
|
|
221
221
|
};
|
|
222
222
|
shadows: {
|
|
223
|
-
readonly 50: "0 4px 16px #05003812";
|
|
224
|
-
readonly 100: "0 8px 32px #05003808";
|
|
225
223
|
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";
|
|
226
224
|
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";
|
|
227
225
|
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";
|
|
@@ -235,7 +233,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
235
233
|
readonly 'icon-400': "32px";
|
|
236
234
|
};
|
|
237
235
|
space: {
|
|
238
|
-
readonly 0:
|
|
236
|
+
readonly 0: "0px";
|
|
239
237
|
readonly 50: "4px";
|
|
240
238
|
readonly 100: "8px";
|
|
241
239
|
readonly 150: "12px";
|
|
@@ -265,6 +263,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
265
263
|
readonly 300: any;
|
|
266
264
|
readonly 400: any;
|
|
267
265
|
readonly 600: any;
|
|
266
|
+
readonly 700: any;
|
|
268
267
|
readonly 800: any;
|
|
269
268
|
readonly 1200: any;
|
|
270
269
|
readonly 1600: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-badge",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-
|
|
29
|
+
"@mirohq/design-system-stitches": "^2.3.13",
|
|
30
30
|
"@mirohq/design-system-types": "^0.6.2",
|
|
31
|
-
"@mirohq/design-system-
|
|
31
|
+
"@mirohq/design-system-primitive": "^1.1.1"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|