@mirohq/design-system-badge 0.3.7 → 0.3.8
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 +6 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -257,6 +257,11 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
257
257
|
readonly 'stacking-500': any;
|
|
258
258
|
readonly 'stacking-800': any;
|
|
259
259
|
};
|
|
260
|
+
'stroke-width': {
|
|
261
|
+
readonly thin: "1.5px";
|
|
262
|
+
readonly normal: "2px";
|
|
263
|
+
readonly bold: "4px";
|
|
264
|
+
};
|
|
260
265
|
'z-indices': {
|
|
261
266
|
readonly dropdownMenu: 100;
|
|
262
267
|
readonly popover: 200;
|
|
@@ -385,6 +390,7 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never>
|
|
|
385
390
|
readonly scrollPaddingRight: "space-inset";
|
|
386
391
|
readonly scrollPaddingTop: "space-inset";
|
|
387
392
|
readonly stroke: "colors";
|
|
393
|
+
readonly strokeWidth: "stroke-width";
|
|
388
394
|
readonly textDecorationColor: "colors";
|
|
389
395
|
readonly textShadow: "shadows";
|
|
390
396
|
readonly top: "space";
|
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.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.0",
|
|
31
31
|
"@mirohq/design-system-types": "^0.4.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@mirohq/design-system-button": "^3.0.
|
|
34
|
+
"@mirohq/design-system-button": "^3.0.8"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|