@channel.io/bezier-tokens 0.1.0-alpha.0 → 0.1.0-alpha.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/cjs/darkTheme.js +1 -1
- package/dist/cjs/global.js +34 -35
- package/dist/cjs/lightTheme.js +1 -1
- package/dist/css/dark-theme.css +1 -1
- package/dist/css/global.css +15 -16
- package/dist/css/light-theme.css +1 -1
- package/dist/esm/darkTheme.mjs +1 -1
- package/dist/esm/global.mjs +34 -35
- package/dist/esm/lightTheme.mjs +1 -1
- package/dist/types/cjs/global.d.ts +0 -1
- package/dist/types/cjs/index.d.ts +0 -1
- package/dist/types/esm/global.d.mts +0 -1
- package/dist/types/esm/index.d.mts +0 -1
- package/dist/types/esm/index.d.mts.map +1 -1
- package/package.json +1 -1
package/dist/cjs/darkTheme.js
CHANGED
package/dist/cjs/global.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 23 Nov 2023 06:25:44 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -140,45 +140,44 @@ module.exports = {
|
|
|
140
140
|
"black-60": "#00000099",
|
|
141
141
|
"black-85": "#000000D9",
|
|
142
142
|
"black-100": "#000000",
|
|
143
|
-
"font-size-11": "
|
|
144
|
-
"font-size-12": "
|
|
145
|
-
"font-size-13": "
|
|
146
|
-
"font-size-14": "
|
|
147
|
-
"font-size-15": "
|
|
148
|
-
"font-size-16": "
|
|
149
|
-
"font-size-17": "1.
|
|
150
|
-
"font-size-18": "1.
|
|
151
|
-
"font-size-22": "
|
|
152
|
-
"font-size-24": "
|
|
153
|
-
"font-size-30": "
|
|
154
|
-
"font-size-36": "
|
|
155
|
-
"font-line-height-16": "
|
|
156
|
-
"font-line-height-18": "1.
|
|
157
|
-
"font-line-height-20": "
|
|
158
|
-
"font-line-height-22": "
|
|
159
|
-
"font-line-height-24": "
|
|
160
|
-
"font-line-height-28": "
|
|
161
|
-
"font-line-height-32": "2rem",
|
|
162
|
-
"font-line-height-36": "
|
|
163
|
-
"font-line-height-44": "
|
|
143
|
+
"font-size-11": "1.1rem",
|
|
144
|
+
"font-size-12": "1.2rem",
|
|
145
|
+
"font-size-13": "1.3rem",
|
|
146
|
+
"font-size-14": "1.4rem",
|
|
147
|
+
"font-size-15": "1.5rem",
|
|
148
|
+
"font-size-16": "1.6rem",
|
|
149
|
+
"font-size-17": "1.7rem",
|
|
150
|
+
"font-size-18": "1.8rem",
|
|
151
|
+
"font-size-22": "2.2rem",
|
|
152
|
+
"font-size-24": "2.4rem",
|
|
153
|
+
"font-size-30": "3rem",
|
|
154
|
+
"font-size-36": "3.6rem",
|
|
155
|
+
"font-line-height-16": "1.6rem",
|
|
156
|
+
"font-line-height-18": "1.8rem",
|
|
157
|
+
"font-line-height-20": "2rem",
|
|
158
|
+
"font-line-height-22": "2.2rem",
|
|
159
|
+
"font-line-height-24": "2.4rem",
|
|
160
|
+
"font-line-height-28": "2.8rem",
|
|
161
|
+
"font-line-height-32": "3.2rem",
|
|
162
|
+
"font-line-height-36": "3.6rem",
|
|
163
|
+
"font-line-height-44": "4.4rem",
|
|
164
164
|
"font-weight-400": "400",
|
|
165
165
|
"font-weight-700": "700",
|
|
166
|
-
"font-family-sans-system": "-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Roboto', system-ui, sans-serif",
|
|
167
166
|
"font-family-sans-kr": "'Inter', 'NotoSansKR', 'NotoSansJP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Roboto', system-ui, sans-serif",
|
|
168
167
|
"font-family-sans-jp": "'Inter', 'NotoSansJP', 'NotoSansKR', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Roboto', system-ui, sans-serif",
|
|
169
168
|
"font-family-mono": "ui-monospace, SFMono-Regular, 'SF Mono', Consolas, 'Liberation Mono', Menlo, monospace",
|
|
170
|
-
"radius-2": "
|
|
171
|
-
"radius-3": "
|
|
172
|
-
"radius-4": "
|
|
173
|
-
"radius-6": "
|
|
174
|
-
"radius-8": "
|
|
175
|
-
"radius-10": "
|
|
176
|
-
"radius-12": "
|
|
177
|
-
"radius-14": "
|
|
178
|
-
"radius-16": "
|
|
179
|
-
"radius-20": "
|
|
180
|
-
"radius-32": "
|
|
181
|
-
"radius-44": "
|
|
169
|
+
"radius-2": "2px",
|
|
170
|
+
"radius-3": "3px",
|
|
171
|
+
"radius-4": "4px",
|
|
172
|
+
"radius-6": "6px",
|
|
173
|
+
"radius-8": "8px",
|
|
174
|
+
"radius-10": "10px",
|
|
175
|
+
"radius-12": "12px",
|
|
176
|
+
"radius-14": "14px",
|
|
177
|
+
"radius-16": "16px",
|
|
178
|
+
"radius-20": "20px",
|
|
179
|
+
"radius-32": "32px",
|
|
180
|
+
"radius-44": "44px",
|
|
182
181
|
"radius-42-p": "42%",
|
|
183
182
|
"radius-100-p": "100%",
|
|
184
183
|
"transition-easing": "cubic-bezier(.3,0,0,1)",
|
package/dist/cjs/lightTheme.js
CHANGED
package/dist/css/dark-theme.css
CHANGED
package/dist/css/global.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 23 Nov 2023 06:25:44 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:where(:root, :host) {
|
|
@@ -10,20 +10,21 @@
|
|
|
10
10
|
--transition-easing: cubic-bezier(.3,0,0,1);
|
|
11
11
|
--radius-100-p: 100%;
|
|
12
12
|
--radius-42-p: 42%;
|
|
13
|
-
--radius-44:
|
|
14
|
-
--radius-32:
|
|
15
|
-
--radius-20:
|
|
16
|
-
--radius-16:
|
|
17
|
-
--radius-14:
|
|
18
|
-
--radius-12:
|
|
19
|
-
--radius-10:
|
|
20
|
-
--radius-8:
|
|
21
|
-
--radius-6:
|
|
22
|
-
--radius-4:
|
|
23
|
-
--radius-3:
|
|
24
|
-
--radius-2:
|
|
13
|
+
--radius-44: 44px;
|
|
14
|
+
--radius-32: 32px;
|
|
15
|
+
--radius-20: 20px;
|
|
16
|
+
--radius-16: 16px;
|
|
17
|
+
--radius-14: 14px;
|
|
18
|
+
--radius-12: 12px;
|
|
19
|
+
--radius-10: 10px;
|
|
20
|
+
--radius-8: 8px;
|
|
21
|
+
--radius-6: 6px;
|
|
22
|
+
--radius-4: 4px;
|
|
23
|
+
--radius-3: 3px;
|
|
24
|
+
--radius-2: 2px;
|
|
25
25
|
--font-family-mono: ui-monospace, SFMono-Regular, 'SF Mono', Consolas, 'Liberation Mono', Menlo, monospace;
|
|
26
|
-
--font-family-sans-
|
|
26
|
+
--font-family-sans-jp: 'Inter', 'NotoSansJP', 'NotoSansKR', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Roboto', system-ui, sans-serif;
|
|
27
|
+
--font-family-sans-kr: 'Inter', 'NotoSansKR', 'NotoSansJP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Roboto', system-ui, sans-serif;
|
|
27
28
|
--font-weight-700: 700;
|
|
28
29
|
--font-weight-400: 400;
|
|
29
30
|
--font-line-height-44: 4.4rem;
|
|
@@ -183,6 +184,4 @@
|
|
|
183
184
|
--blue-500: #4E40C9;
|
|
184
185
|
--blue-400: #5E56F0;
|
|
185
186
|
--blue-300: #6687FF;
|
|
186
|
-
--font-family-sans-jp: 'Inter', 'NotoSansJP', 'NotoSansKR', var(--font-family-sans-system);
|
|
187
|
-
--font-family-sans-kr: 'Inter', 'NotoSansKR', 'NotoSansJP', var(--font-family-sans-system);
|
|
188
187
|
}
|
package/dist/css/light-theme.css
CHANGED
package/dist/esm/darkTheme.mjs
CHANGED
package/dist/esm/global.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 23 Nov 2023 06:25:44 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default {
|
|
@@ -140,45 +140,44 @@ export default {
|
|
|
140
140
|
"black-60": "#00000099",
|
|
141
141
|
"black-85": "#000000D9",
|
|
142
142
|
"black-100": "#000000",
|
|
143
|
-
"font-size-11": "
|
|
144
|
-
"font-size-12": "
|
|
145
|
-
"font-size-13": "
|
|
146
|
-
"font-size-14": "
|
|
147
|
-
"font-size-15": "
|
|
148
|
-
"font-size-16": "
|
|
149
|
-
"font-size-17": "1.
|
|
150
|
-
"font-size-18": "1.
|
|
151
|
-
"font-size-22": "
|
|
152
|
-
"font-size-24": "
|
|
153
|
-
"font-size-30": "
|
|
154
|
-
"font-size-36": "
|
|
155
|
-
"font-line-height-16": "
|
|
156
|
-
"font-line-height-18": "1.
|
|
157
|
-
"font-line-height-20": "
|
|
158
|
-
"font-line-height-22": "
|
|
159
|
-
"font-line-height-24": "
|
|
160
|
-
"font-line-height-28": "
|
|
161
|
-
"font-line-height-32": "2rem",
|
|
162
|
-
"font-line-height-36": "
|
|
163
|
-
"font-line-height-44": "
|
|
143
|
+
"font-size-11": "1.1rem",
|
|
144
|
+
"font-size-12": "1.2rem",
|
|
145
|
+
"font-size-13": "1.3rem",
|
|
146
|
+
"font-size-14": "1.4rem",
|
|
147
|
+
"font-size-15": "1.5rem",
|
|
148
|
+
"font-size-16": "1.6rem",
|
|
149
|
+
"font-size-17": "1.7rem",
|
|
150
|
+
"font-size-18": "1.8rem",
|
|
151
|
+
"font-size-22": "2.2rem",
|
|
152
|
+
"font-size-24": "2.4rem",
|
|
153
|
+
"font-size-30": "3rem",
|
|
154
|
+
"font-size-36": "3.6rem",
|
|
155
|
+
"font-line-height-16": "1.6rem",
|
|
156
|
+
"font-line-height-18": "1.8rem",
|
|
157
|
+
"font-line-height-20": "2rem",
|
|
158
|
+
"font-line-height-22": "2.2rem",
|
|
159
|
+
"font-line-height-24": "2.4rem",
|
|
160
|
+
"font-line-height-28": "2.8rem",
|
|
161
|
+
"font-line-height-32": "3.2rem",
|
|
162
|
+
"font-line-height-36": "3.6rem",
|
|
163
|
+
"font-line-height-44": "4.4rem",
|
|
164
164
|
"font-weight-400": "400",
|
|
165
165
|
"font-weight-700": "700",
|
|
166
|
-
"font-family-sans-system": "-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Roboto', system-ui, sans-serif",
|
|
167
166
|
"font-family-sans-kr": "'Inter', 'NotoSansKR', 'NotoSansJP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Roboto', system-ui, sans-serif",
|
|
168
167
|
"font-family-sans-jp": "'Inter', 'NotoSansJP', 'NotoSansKR', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Roboto', system-ui, sans-serif",
|
|
169
168
|
"font-family-mono": "ui-monospace, SFMono-Regular, 'SF Mono', Consolas, 'Liberation Mono', Menlo, monospace",
|
|
170
|
-
"radius-2": "
|
|
171
|
-
"radius-3": "
|
|
172
|
-
"radius-4": "
|
|
173
|
-
"radius-6": "
|
|
174
|
-
"radius-8": "
|
|
175
|
-
"radius-10": "
|
|
176
|
-
"radius-12": "
|
|
177
|
-
"radius-14": "
|
|
178
|
-
"radius-16": "
|
|
179
|
-
"radius-20": "
|
|
180
|
-
"radius-32": "
|
|
181
|
-
"radius-44": "
|
|
169
|
+
"radius-2": "2px",
|
|
170
|
+
"radius-3": "3px",
|
|
171
|
+
"radius-4": "4px",
|
|
172
|
+
"radius-6": "6px",
|
|
173
|
+
"radius-8": "8px",
|
|
174
|
+
"radius-10": "10px",
|
|
175
|
+
"radius-12": "12px",
|
|
176
|
+
"radius-14": "14px",
|
|
177
|
+
"radius-16": "16px",
|
|
178
|
+
"radius-20": "20px",
|
|
179
|
+
"radius-32": "32px",
|
|
180
|
+
"radius-44": "44px",
|
|
182
181
|
"radius-42-p": "42%",
|
|
183
182
|
"radius-100-p": "100%",
|
|
184
183
|
"transition-easing": "cubic-bezier(.3,0,0,1)",
|
package/dist/esm/lightTheme.mjs
CHANGED
|
@@ -158,7 +158,6 @@ declare const _exports: {
|
|
|
158
158
|
"font-line-height-44": string;
|
|
159
159
|
"font-weight-400": string;
|
|
160
160
|
"font-weight-700": string;
|
|
161
|
-
"font-family-sans-system": string;
|
|
162
161
|
"font-family-sans-kr": string;
|
|
163
162
|
"font-family-sans-jp": string;
|
|
164
163
|
"font-family-mono": string;
|
|
@@ -263,7 +263,6 @@ export const tokens: Readonly<{
|
|
|
263
263
|
"font-line-height-44": string;
|
|
264
264
|
"font-weight-400": string;
|
|
265
265
|
"font-weight-700": string;
|
|
266
|
-
"font-family-sans-system": string;
|
|
267
266
|
"font-family-sans-kr": string;
|
|
268
267
|
"font-family-sans-jp": string;
|
|
269
268
|
"font-family-mono": string;
|
|
@@ -158,7 +158,6 @@ declare const _default: {
|
|
|
158
158
|
"font-line-height-44": string;
|
|
159
159
|
"font-weight-400": string;
|
|
160
160
|
"font-weight-700": string;
|
|
161
|
-
"font-family-sans-system": string;
|
|
162
161
|
"font-family-sans-kr": string;
|
|
163
162
|
"font-family-sans-jp": string;
|
|
164
163
|
"font-family-mono": string;
|
|
@@ -263,7 +263,6 @@ export const tokens: Readonly<{
|
|
|
263
263
|
"font-line-height-44": string;
|
|
264
264
|
"font-weight-400": string;
|
|
265
265
|
"font-weight-700": string;
|
|
266
|
-
"font-family-sans-system": string;
|
|
267
266
|
"font-family-sans-kr": string;
|
|
268
267
|
"font-family-sans-jp": string;
|
|
269
268
|
"font-family-mono": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../esm/index.mjs"],"names":[],"mappings":"AAIA
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../esm/index.mjs"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIG"}
|