@mirohq/design-system-stitches 2.3.9 → 2.3.10
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 +9 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -243,6 +243,7 @@ declare const config: {
|
|
|
243
243
|
readonly 400: "32px";
|
|
244
244
|
readonly 500: "40px";
|
|
245
245
|
readonly 600: "48px";
|
|
246
|
+
readonly 700: "56px";
|
|
246
247
|
readonly 800: "64px";
|
|
247
248
|
readonly 1200: "96px";
|
|
248
249
|
readonly 1600: "128px";
|
|
@@ -710,6 +711,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
710
711
|
readonly 400?: string | number | boolean | undefined;
|
|
711
712
|
readonly 500?: string | number | boolean | undefined;
|
|
712
713
|
readonly 600?: string | number | boolean | undefined;
|
|
714
|
+
readonly 700?: string | number | boolean | undefined;
|
|
713
715
|
readonly 800?: string | number | boolean | undefined;
|
|
714
716
|
readonly 1200?: string | number | boolean | undefined;
|
|
715
717
|
readonly 1600?: string | number | boolean | undefined;
|
|
@@ -997,6 +999,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
997
999
|
readonly 400?: string | number | boolean | undefined;
|
|
998
1000
|
readonly 500?: string | number | boolean | undefined;
|
|
999
1001
|
readonly 600?: string | number | boolean | undefined;
|
|
1002
|
+
readonly 700?: string | number | boolean | undefined;
|
|
1000
1003
|
readonly 800?: string | number | boolean | undefined;
|
|
1001
1004
|
readonly 1200?: string | number | boolean | undefined;
|
|
1002
1005
|
readonly 1600?: string | number | boolean | undefined;
|
|
@@ -1290,6 +1293,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1290
1293
|
readonly 400: "32px";
|
|
1291
1294
|
readonly 500: "40px";
|
|
1292
1295
|
readonly 600: "48px";
|
|
1296
|
+
readonly 700: "56px";
|
|
1293
1297
|
readonly 800: "64px";
|
|
1294
1298
|
readonly 1200: "96px";
|
|
1295
1299
|
readonly 1600: "128px";
|
|
@@ -1772,6 +1776,7 @@ declare const globalCss: <Styles extends {
|
|
|
1772
1776
|
readonly 400: "32px";
|
|
1773
1777
|
readonly 500: "40px";
|
|
1774
1778
|
readonly 600: "48px";
|
|
1779
|
+
readonly 700: "56px";
|
|
1775
1780
|
readonly 800: "64px";
|
|
1776
1781
|
readonly 1200: "96px";
|
|
1777
1782
|
readonly 1600: "128px";
|
|
@@ -2236,6 +2241,7 @@ declare const globalCss: <Styles extends {
|
|
|
2236
2241
|
readonly 400: "32px";
|
|
2237
2242
|
readonly 500: "40px";
|
|
2238
2243
|
readonly 600: "48px";
|
|
2244
|
+
readonly 700: "56px";
|
|
2239
2245
|
readonly 800: "64px";
|
|
2240
2246
|
readonly 1200: "96px";
|
|
2241
2247
|
readonly 1600: "128px";
|
|
@@ -2701,6 +2707,7 @@ declare const keyframes: (style: {
|
|
|
2701
2707
|
readonly 400: "32px";
|
|
2702
2708
|
readonly 500: "40px";
|
|
2703
2709
|
readonly 600: "48px";
|
|
2710
|
+
readonly 700: "56px";
|
|
2704
2711
|
readonly 800: "64px";
|
|
2705
2712
|
readonly 1200: "96px";
|
|
2706
2713
|
readonly 1600: "128px";
|
|
@@ -3388,6 +3395,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3388
3395
|
readonly 400: "32px";
|
|
3389
3396
|
readonly 500: "40px";
|
|
3390
3397
|
readonly 600: "48px";
|
|
3398
|
+
readonly 700: "56px";
|
|
3391
3399
|
readonly 800: "64px";
|
|
3392
3400
|
readonly 1200: "96px";
|
|
3393
3401
|
readonly 1600: "128px";
|
|
@@ -3854,6 +3862,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3854
3862
|
readonly 400: "32px";
|
|
3855
3863
|
readonly 500: "40px";
|
|
3856
3864
|
readonly 600: "48px";
|
|
3865
|
+
readonly 700: "56px";
|
|
3857
3866
|
readonly 800: "64px";
|
|
3858
3867
|
readonly 1200: "96px";
|
|
3859
3868
|
readonly 1600: "128px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"lodash.merge": "^4.6.2",
|
|
30
|
-
"@mirohq/design-system-themes": "^0.
|
|
30
|
+
"@mirohq/design-system-themes": "^0.4.0",
|
|
31
31
|
"@mirohq/design-system-types": "^0.6.2",
|
|
32
|
-
"@mirohq/design-tokens": "^3.0
|
|
32
|
+
"@mirohq/design-tokens": "^3.1.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|