@liner-fe/design-token 2.4.33 → 2.5.33
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/lib/tailwind.css +6 -6
- package/package.json +13 -15
- package/src/style/tailwind.css +6 -6
package/lib/tailwind.css
CHANGED
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
--radius-xl: var(--lp-sys-radius-xl);
|
|
123
123
|
--radius-xxl: var(--lp-sys-radius-xxl);
|
|
124
124
|
--breakpoint-*: initial;
|
|
125
|
-
--breakpoint-s:
|
|
126
|
-
--breakpoint-m:
|
|
127
|
-
--breakpoint-l:
|
|
128
|
-
--breakpoint-xl:
|
|
129
|
-
--breakpoint-xxl:
|
|
130
|
-
--breakpoint-xxxl:
|
|
125
|
+
--breakpoint-s: 600px;
|
|
126
|
+
--breakpoint-m: 1024px;
|
|
127
|
+
--breakpoint-l: 1366px;
|
|
128
|
+
--breakpoint-xl: 1536px;
|
|
129
|
+
--breakpoint-xxl: 1920px;
|
|
130
|
+
--breakpoint-xxxl: 2560px;
|
|
131
131
|
--spacing-component-50: var(--lp-sys-padding-component-50);
|
|
132
132
|
--spacing-component-100: var(--lp-sys-padding-component-100);
|
|
133
133
|
--spacing-component-150: var(--lp-sys-padding-component-150);
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/design-token",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@eslint/js": "^9.22.0",
|
|
7
|
-
"@liner-fe/design-token-primitive": "workspace:^",
|
|
8
7
|
"@types/react": "^18.2.48",
|
|
9
8
|
"eslint": "^9.22.0",
|
|
10
9
|
"eslint-plugin-react": "^7.37.4",
|
|
@@ -15,23 +14,15 @@
|
|
|
15
14
|
"tsup": "^8.5.0",
|
|
16
15
|
"tsx": "^4.19.4",
|
|
17
16
|
"typescript": "^5.1.3",
|
|
18
|
-
"typescript-eslint": "^8.26.1"
|
|
17
|
+
"typescript-eslint": "^8.26.1",
|
|
18
|
+
"@liner-fe/design-token-primitive": "^0.1.31"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"react": "^18",
|
|
22
22
|
"recoil": "^0.5.2"
|
|
23
23
|
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"build": "yarn create-css && yarn tsup --config ./config/tsup/tsup.config.ts && yarn copy-tailwind",
|
|
26
|
-
"build:package": "yarn build",
|
|
27
|
-
"prepack": "yarn build",
|
|
28
|
-
"create-css": "yarn ts-node ./scripts/index.ts",
|
|
29
|
-
"ts-node": "tsx --tsconfig tsconfig.build.json",
|
|
30
|
-
"copy-tailwind": "yarn ts-node ./scripts/utils/copy-file.ts"
|
|
31
|
-
},
|
|
32
24
|
"publishConfig": {
|
|
33
|
-
"access": "public"
|
|
34
|
-
"main": "./lib/index.js"
|
|
25
|
+
"access": "public"
|
|
35
26
|
},
|
|
36
27
|
"exports": {
|
|
37
28
|
".": {
|
|
@@ -48,5 +39,12 @@
|
|
|
48
39
|
"files": [
|
|
49
40
|
"lib",
|
|
50
41
|
"src"
|
|
51
|
-
]
|
|
52
|
-
|
|
42
|
+
],
|
|
43
|
+
"scripts": {
|
|
44
|
+
"build": "pnpm create-css && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm copy-tailwind",
|
|
45
|
+
"build:package": "pnpm build",
|
|
46
|
+
"create-css": "pnpm ts-node ./scripts/index.ts",
|
|
47
|
+
"ts-node": "tsx --tsconfig tsconfig.build.json",
|
|
48
|
+
"copy-tailwind": "pnpm ts-node ./scripts/utils/copy-file.ts"
|
|
49
|
+
}
|
|
50
|
+
}
|
package/src/style/tailwind.css
CHANGED
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
--radius-xl: var(--lp-sys-radius-xl);
|
|
123
123
|
--radius-xxl: var(--lp-sys-radius-xxl);
|
|
124
124
|
--breakpoint-*: initial;
|
|
125
|
-
--breakpoint-s:
|
|
126
|
-
--breakpoint-m:
|
|
127
|
-
--breakpoint-l:
|
|
128
|
-
--breakpoint-xl:
|
|
129
|
-
--breakpoint-xxl:
|
|
130
|
-
--breakpoint-xxxl:
|
|
125
|
+
--breakpoint-s: 600px;
|
|
126
|
+
--breakpoint-m: 1024px;
|
|
127
|
+
--breakpoint-l: 1366px;
|
|
128
|
+
--breakpoint-xl: 1536px;
|
|
129
|
+
--breakpoint-xxl: 1920px;
|
|
130
|
+
--breakpoint-xxxl: 2560px;
|
|
131
131
|
--spacing-component-50: var(--lp-sys-padding-component-50);
|
|
132
132
|
--spacing-component-100: var(--lp-sys-padding-component-100);
|
|
133
133
|
--spacing-component-150: var(--lp-sys-padding-component-150);
|