@landtrustinc/design-system 1.1.0-beta.0 → 1.1.1
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/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +39 -22
- package/dist/index.js +474 -265
- package/dist/index.js.map +1 -1
- package/dist/variables.css +3 -0
- package/package.json +2 -7
- package/variables.css +3 -0
package/dist/variables.css
CHANGED
|
@@ -157,8 +157,11 @@
|
|
|
157
157
|
--spacing-7: 28px;
|
|
158
158
|
--spacing-8: 32px;
|
|
159
159
|
--spacing-10: 40px;
|
|
160
|
+
--spacing-11: 44px;
|
|
160
161
|
--spacing-12: 48px;
|
|
161
162
|
--spacing-14: 56px;
|
|
163
|
+
--spacing-16: 64px;
|
|
164
|
+
--spacing-20: 80px;
|
|
162
165
|
--spacing-24: 96px;
|
|
163
166
|
--spacing-32: 128px;
|
|
164
167
|
--spacing-64: 256px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@landtrustinc/design-system",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Design system components for LandTrust applications",
|
|
6
6
|
"homepage": "https://github.com/LandtrustInc/landtrust-ui/tree/main/packages/design-system",
|
|
@@ -38,12 +38,7 @@
|
|
|
38
38
|
"lint-staged:prettier": "prettier --write",
|
|
39
39
|
"lint-staged:tsc-files": "tsc-files --noEmit emotion.d.ts declarations.d.ts",
|
|
40
40
|
"prepareIcons": "svgr ./src/Icon/icons",
|
|
41
|
-
"
|
|
42
|
-
"publish:beta-dry": "npm run build && npm publish --tag beta --dry-run",
|
|
43
|
-
"storybook": "storybook dev -p 6006",
|
|
44
|
-
"version:beta": "npm version prerelease --preid=beta",
|
|
45
|
-
"version:beta-major": "npm version premajor --preid=beta",
|
|
46
|
-
"version:beta-minor": "npm version preminor --preid=beta"
|
|
41
|
+
"storybook": "storybook dev -p 6006"
|
|
47
42
|
},
|
|
48
43
|
"dependencies": {
|
|
49
44
|
"hex-rgb": "^4.2.0",
|
package/variables.css
CHANGED
|
@@ -157,8 +157,11 @@
|
|
|
157
157
|
--spacing-7: 28px;
|
|
158
158
|
--spacing-8: 32px;
|
|
159
159
|
--spacing-10: 40px;
|
|
160
|
+
--spacing-11: 44px;
|
|
160
161
|
--spacing-12: 48px;
|
|
161
162
|
--spacing-14: 56px;
|
|
163
|
+
--spacing-16: 64px;
|
|
164
|
+
--spacing-20: 80px;
|
|
162
165
|
--spacing-24: 96px;
|
|
163
166
|
--spacing-32: 128px;
|
|
164
167
|
--spacing-64: 256px;
|