tycho-components 0.6.8 → 0.6.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.
@@ -64,4 +64,4 @@
64
64
  --border-default: 1px solid var(--color-disabled);
65
65
  --border-radius: var(--spacing-xsmall);
66
66
  --border-radius-btn: calc(var(--spacing-xsmall) / 2);
67
- }
67
+ }
@@ -1,13 +1,20 @@
1
- @use '_variables.scss';
1
+ @use "_variables.scss";
2
+
3
+ :root {
4
+ --font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5
+ }
2
6
 
3
7
  html,
4
8
  body,
5
9
  #root {
6
10
  min-height: 100%;
11
+ height: 100%;
7
12
  background-color: var(--color-background);
8
- font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
9
- 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
10
- 'Segoe UI Symbol', 'Noto Color Emoji';
13
+ font-family: var(--font-family);
14
+ }
15
+
16
+ body {
17
+ margin: 0;
11
18
  }
12
19
 
13
20
  .pointer {
@@ -54,4 +61,4 @@ body,
54
61
  border-radius: 50%;
55
62
  width: 32px;
56
63
  height: 32px;
57
- }
64
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.6.8",
4
+ "version": "0.6.10",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -53,7 +53,7 @@
53
53
  "react-hook-form": "^7.45.2",
54
54
  "react-i18next": "^13.0.2",
55
55
  "react-router-dom": "^6.14.2",
56
- "tycho-storybook": ">=0.3.1",
56
+ "tycho-storybook": ">=0.3.2",
57
57
  "yup": "^1.2.0"
58
58
  },
59
59
  "devDependencies": {