@bichon/ds 0.0.4 → 0.0.5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -255,7 +255,7 @@ 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
- var PRETENDARD_CDN_BASE = "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/woff2";
258
+ var PRETENDARD_CDN_BASE = "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2";
259
259
  var globalStyles = css`
260
260
  @font-face {
261
261
  font-family: 'Pretendard';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bichon/ds",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Bichon Design System - Design tokens & React components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",