@bichon/ds 0.0.3 → 0.0.4
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.js +19 -38
- package/package.json +3 -4
- package/dist/Pretendard-Black-JLVK6ESK.woff2 +0 -0
- package/dist/Pretendard-Bold-4AHBL5CN.woff2 +0 -0
- package/dist/Pretendard-ExtraBold-3U7HNRI4.woff2 +0 -0
- package/dist/Pretendard-ExtraLight-W2EFW6U4.woff2 +0 -0
- package/dist/Pretendard-Light-44S62PI7.woff2 +0 -0
- package/dist/Pretendard-Medium-CLYKZXFO.woff2 +0 -0
- package/dist/Pretendard-Regular-CGOPAG2E.woff2 +0 -0
- package/dist/Pretendard-SemiBold-Z6RJ4TYK.woff2 +0 -0
- package/dist/Pretendard-Thin-7QVSFVOF.woff2 +0 -0
- package/dist/index.cjs +0 -2186
- package/dist/index.d.cts +0 -539
package/dist/index.js
CHANGED
|
@@ -255,95 +255,76 @@ var shadows = {
|
|
|
255
255
|
xl: "0px 12px 24px 0px rgba(0, 27, 55, 0.18)",
|
|
256
256
|
modal: "0px 4px 12px 0px rgba(0, 27, 55, 0.15)"
|
|
257
257
|
};
|
|
258
|
-
|
|
259
|
-
// src/assets/fonts/woff2/Pretendard-Thin.woff2
|
|
260
|
-
var Pretendard_Thin_default = "./Pretendard-Thin-7QVSFVOF.woff2";
|
|
261
|
-
|
|
262
|
-
// src/assets/fonts/woff2/Pretendard-ExtraLight.woff2
|
|
263
|
-
var Pretendard_ExtraLight_default = "./Pretendard-ExtraLight-W2EFW6U4.woff2";
|
|
264
|
-
|
|
265
|
-
// src/assets/fonts/woff2/Pretendard-Light.woff2
|
|
266
|
-
var Pretendard_Light_default = "./Pretendard-Light-44S62PI7.woff2";
|
|
267
|
-
|
|
268
|
-
// src/assets/fonts/woff2/Pretendard-Regular.woff2
|
|
269
|
-
var Pretendard_Regular_default = "./Pretendard-Regular-CGOPAG2E.woff2";
|
|
270
|
-
|
|
271
|
-
// src/assets/fonts/woff2/Pretendard-Medium.woff2
|
|
272
|
-
var Pretendard_Medium_default = "./Pretendard-Medium-CLYKZXFO.woff2";
|
|
273
|
-
|
|
274
|
-
// src/assets/fonts/woff2/Pretendard-SemiBold.woff2
|
|
275
|
-
var Pretendard_SemiBold_default = "./Pretendard-SemiBold-Z6RJ4TYK.woff2";
|
|
276
|
-
|
|
277
|
-
// src/assets/fonts/woff2/Pretendard-Bold.woff2
|
|
278
|
-
var Pretendard_Bold_default = "./Pretendard-Bold-4AHBL5CN.woff2";
|
|
279
|
-
|
|
280
|
-
// src/assets/fonts/woff2/Pretendard-ExtraBold.woff2
|
|
281
|
-
var Pretendard_ExtraBold_default = "./Pretendard-ExtraBold-3U7HNRI4.woff2";
|
|
282
|
-
|
|
283
|
-
// src/assets/fonts/woff2/Pretendard-Black.woff2
|
|
284
|
-
var Pretendard_Black_default = "./Pretendard-Black-JLVK6ESK.woff2";
|
|
285
|
-
|
|
286
|
-
// src/styles/globalStyles.ts
|
|
258
|
+
var PRETENDARD_CDN_BASE = "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/woff2";
|
|
287
259
|
var globalStyles = css`
|
|
288
260
|
@font-face {
|
|
289
261
|
font-family: 'Pretendard';
|
|
290
|
-
src: url(${
|
|
262
|
+
src: url('${PRETENDARD_CDN_BASE}/Pretendard-Thin.woff2')
|
|
263
|
+
format('woff2');
|
|
291
264
|
font-weight: 100;
|
|
292
265
|
font-display: swap;
|
|
293
266
|
}
|
|
294
267
|
|
|
295
268
|
@font-face {
|
|
296
269
|
font-family: 'Pretendard';
|
|
297
|
-
src: url(${
|
|
270
|
+
src: url('${PRETENDARD_CDN_BASE}/Pretendard-ExtraLight.woff2')
|
|
271
|
+
format('woff2');
|
|
298
272
|
font-weight: 200;
|
|
299
273
|
font-display: swap;
|
|
300
274
|
}
|
|
301
275
|
|
|
302
276
|
@font-face {
|
|
303
277
|
font-family: 'Pretendard';
|
|
304
|
-
src: url(${
|
|
278
|
+
src: url('${PRETENDARD_CDN_BASE}/Pretendard-Light.woff2')
|
|
279
|
+
format('woff2');
|
|
305
280
|
font-weight: 300;
|
|
306
281
|
font-display: swap;
|
|
307
282
|
}
|
|
308
283
|
|
|
309
284
|
@font-face {
|
|
310
285
|
font-family: 'Pretendard';
|
|
311
|
-
src: url(${
|
|
286
|
+
src: url('${PRETENDARD_CDN_BASE}/Pretendard-Regular.woff2')
|
|
287
|
+
format('woff2');
|
|
312
288
|
font-weight: 400;
|
|
313
289
|
font-display: swap;
|
|
314
290
|
}
|
|
315
291
|
|
|
316
292
|
@font-face {
|
|
317
293
|
font-family: 'Pretendard';
|
|
318
|
-
src: url(${
|
|
294
|
+
src: url('${PRETENDARD_CDN_BASE}/Pretendard-Medium.woff2')
|
|
295
|
+
format('woff2');
|
|
319
296
|
font-weight: 500;
|
|
320
297
|
font-display: swap;
|
|
321
298
|
}
|
|
322
299
|
|
|
323
300
|
@font-face {
|
|
324
301
|
font-family: 'Pretendard';
|
|
325
|
-
src: url(${
|
|
302
|
+
src: url('${PRETENDARD_CDN_BASE}/Pretendard-SemiBold.woff2')
|
|
303
|
+
format('woff2');
|
|
326
304
|
font-weight: 600;
|
|
327
305
|
font-display: swap;
|
|
328
306
|
}
|
|
329
307
|
|
|
330
308
|
@font-face {
|
|
331
309
|
font-family: 'Pretendard';
|
|
332
|
-
src: url(${
|
|
310
|
+
src: url('${PRETENDARD_CDN_BASE}/Pretendard-Bold.woff2')
|
|
311
|
+
format('woff2');
|
|
333
312
|
font-weight: 700;
|
|
334
313
|
font-display: swap;
|
|
335
314
|
}
|
|
336
315
|
|
|
337
316
|
@font-face {
|
|
338
317
|
font-family: 'Pretendard';
|
|
339
|
-
src: url(${
|
|
318
|
+
src: url('${PRETENDARD_CDN_BASE}/Pretendard-ExtraBold.woff2')
|
|
319
|
+
format('woff2');
|
|
340
320
|
font-weight: 800;
|
|
341
321
|
font-display: swap;
|
|
342
322
|
}
|
|
343
323
|
|
|
344
324
|
@font-face {
|
|
345
325
|
font-family: 'Pretendard';
|
|
346
|
-
src: url(${
|
|
326
|
+
src: url('${PRETENDARD_CDN_BASE}/Pretendard-Black.woff2')
|
|
327
|
+
format('woff2');
|
|
347
328
|
font-weight: 900;
|
|
348
329
|
font-display: swap;
|
|
349
330
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bichon/ds",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Bichon Design System - Design tokens & React components",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "./dist/index.
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
9
|
"imports": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
|
-
"import": "./dist/index.js"
|
|
16
|
-
"require": "./dist/index.cjs"
|
|
15
|
+
"import": "./dist/index.js"
|
|
17
16
|
}
|
|
18
17
|
},
|
|
19
18
|
"files": [
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|