@mirohq/design-system-stitches 2.6.10 → 2.6.11
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 -6
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -263,7 +263,7 @@ declare const config: {
|
|
|
263
263
|
};
|
|
264
264
|
fonts: {
|
|
265
265
|
readonly heading: "Roobert, sans-serif";
|
|
266
|
-
readonly body: "Open Sans, sans-serif";
|
|
266
|
+
readonly body: "OpenSans, Open Sans, sans-serif";
|
|
267
267
|
};
|
|
268
268
|
radii: {
|
|
269
269
|
readonly 0: "0px";
|
|
@@ -1377,7 +1377,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1377
1377
|
};
|
|
1378
1378
|
fonts: {
|
|
1379
1379
|
readonly heading: "Roobert, sans-serif";
|
|
1380
|
-
readonly body: "Open Sans, sans-serif";
|
|
1380
|
+
readonly body: "OpenSans, Open Sans, sans-serif";
|
|
1381
1381
|
};
|
|
1382
1382
|
radii: {
|
|
1383
1383
|
readonly 0: "0px";
|
|
@@ -1884,7 +1884,7 @@ declare const globalCss: <Styles extends {
|
|
|
1884
1884
|
};
|
|
1885
1885
|
fonts: {
|
|
1886
1886
|
readonly heading: "Roobert, sans-serif";
|
|
1887
|
-
readonly body: "Open Sans, sans-serif";
|
|
1887
|
+
readonly body: "OpenSans, Open Sans, sans-serif";
|
|
1888
1888
|
};
|
|
1889
1889
|
radii: {
|
|
1890
1890
|
readonly 0: "0px";
|
|
@@ -2373,7 +2373,7 @@ declare const globalCss: <Styles extends {
|
|
|
2373
2373
|
};
|
|
2374
2374
|
fonts: {
|
|
2375
2375
|
readonly heading: "Roobert, sans-serif";
|
|
2376
|
-
readonly body: "Open Sans, sans-serif";
|
|
2376
|
+
readonly body: "OpenSans, Open Sans, sans-serif";
|
|
2377
2377
|
};
|
|
2378
2378
|
radii: {
|
|
2379
2379
|
readonly 0: "0px";
|
|
@@ -2863,7 +2863,7 @@ declare const keyframes: (style: {
|
|
|
2863
2863
|
};
|
|
2864
2864
|
fonts: {
|
|
2865
2865
|
readonly heading: "Roobert, sans-serif";
|
|
2866
|
-
readonly body: "Open Sans, sans-serif";
|
|
2866
|
+
readonly body: "OpenSans, Open Sans, sans-serif";
|
|
2867
2867
|
};
|
|
2868
2868
|
radii: {
|
|
2869
2869
|
readonly 0: "0px";
|
|
@@ -3396,7 +3396,7 @@ declare const theme: {
|
|
|
3396
3396
|
};
|
|
3397
3397
|
fonts: {
|
|
3398
3398
|
readonly heading: "Roobert, sans-serif";
|
|
3399
|
-
readonly body: "Open Sans, sans-serif";
|
|
3399
|
+
readonly body: "OpenSans, Open Sans, sans-serif";
|
|
3400
3400
|
};
|
|
3401
3401
|
radii: {
|
|
3402
3402
|
readonly 0: "0px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.11",
|
|
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.7.0",
|
|
31
30
|
"@mirohq/design-system-types": "^0.10.0",
|
|
32
|
-
"@mirohq/design-
|
|
31
|
+
"@mirohq/design-system-themes": "^0.7.1",
|
|
32
|
+
"@mirohq/design-tokens": "^5.1.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|