@mirohq/design-system-grid 2.1.8 → 2.1.9
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 +12 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -276,6 +276,11 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
276
276
|
readonly 'stacking-500': any;
|
|
277
277
|
readonly 'stacking-800': any;
|
|
278
278
|
};
|
|
279
|
+
'stroke-width': {
|
|
280
|
+
readonly thin: "1.5px";
|
|
281
|
+
readonly normal: "2px";
|
|
282
|
+
readonly bold: "4px";
|
|
283
|
+
};
|
|
279
284
|
'z-indices': {
|
|
280
285
|
readonly dropdownMenu: 100;
|
|
281
286
|
readonly popover: 200;
|
|
@@ -404,6 +409,7 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
404
409
|
readonly scrollPaddingRight: "space-inset";
|
|
405
410
|
readonly scrollPaddingTop: "space-inset";
|
|
406
411
|
readonly stroke: "colors";
|
|
412
|
+
readonly strokeWidth: "stroke-width";
|
|
407
413
|
readonly textDecorationColor: "colors";
|
|
408
414
|
readonly textShadow: "shadows";
|
|
409
415
|
readonly top: "space";
|
|
@@ -738,6 +744,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
738
744
|
readonly 'stacking-500': any;
|
|
739
745
|
readonly 'stacking-800': any;
|
|
740
746
|
};
|
|
747
|
+
'stroke-width': {
|
|
748
|
+
readonly thin: "1.5px";
|
|
749
|
+
readonly normal: "2px";
|
|
750
|
+
readonly bold: "4px";
|
|
751
|
+
};
|
|
741
752
|
'z-indices': {
|
|
742
753
|
readonly dropdownMenu: 100;
|
|
743
754
|
readonly popover: 200;
|
|
@@ -866,6 +877,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
866
877
|
readonly scrollPaddingRight: "space-inset";
|
|
867
878
|
readonly scrollPaddingTop: "space-inset";
|
|
868
879
|
readonly stroke: "colors";
|
|
880
|
+
readonly strokeWidth: "stroke-width";
|
|
869
881
|
readonly textDecorationColor: "colors";
|
|
870
882
|
readonly textShadow: "shadows";
|
|
871
883
|
readonly top: "space";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-grid",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
30
30
|
"@mirohq/design-system-utils": "^0.13.1",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|