@mirohq/design-system-toolbar 2.2.11 → 2.2.12
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 +16 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -206,6 +206,10 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
206
206
|
readonly 800: "4rem";
|
|
207
207
|
readonly 900: "4.5rem";
|
|
208
208
|
};
|
|
209
|
+
fonts: {
|
|
210
|
+
readonly heading: "Roobert, sans-serif";
|
|
211
|
+
readonly body: "Open Sans, sans-serif";
|
|
212
|
+
};
|
|
209
213
|
radii: {
|
|
210
214
|
readonly none: 0;
|
|
211
215
|
readonly half: "999em";
|
|
@@ -689,6 +693,10 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
689
693
|
readonly 800: "4rem";
|
|
690
694
|
readonly 900: "4.5rem";
|
|
691
695
|
};
|
|
696
|
+
fonts: {
|
|
697
|
+
readonly heading: "Roobert, sans-serif";
|
|
698
|
+
readonly body: "Open Sans, sans-serif";
|
|
699
|
+
};
|
|
692
700
|
radii: {
|
|
693
701
|
readonly none: 0;
|
|
694
702
|
readonly half: "999em";
|
|
@@ -1185,6 +1193,10 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
1185
1193
|
readonly 800: "4rem";
|
|
1186
1194
|
readonly 900: "4.5rem";
|
|
1187
1195
|
};
|
|
1196
|
+
fonts: {
|
|
1197
|
+
readonly heading: "Roobert, sans-serif";
|
|
1198
|
+
readonly body: "Open Sans, sans-serif";
|
|
1199
|
+
};
|
|
1188
1200
|
radii: {
|
|
1189
1201
|
readonly none: 0;
|
|
1190
1202
|
readonly half: "999em";
|
|
@@ -1662,6 +1674,10 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
|
|
|
1662
1674
|
readonly 800: "4rem";
|
|
1663
1675
|
readonly 900: "4.5rem";
|
|
1664
1676
|
};
|
|
1677
|
+
fonts: {
|
|
1678
|
+
readonly heading: "Roobert, sans-serif";
|
|
1679
|
+
readonly body: "Open Sans, sans-serif";
|
|
1680
|
+
};
|
|
1665
1681
|
radii: {
|
|
1666
1682
|
readonly none: 0;
|
|
1667
1683
|
readonly half: "999em";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-toolbar",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-toolbar": "^1.0.0",
|
|
31
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
32
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
31
|
+
"@mirohq/design-system-styles": "^1.1.9",
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.3.12"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rollup -c ../../../rollup.config.js",
|