@kinxcdn/commerce-player 1.0.25 → 1.0.27

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.d.ts CHANGED
@@ -42,7 +42,7 @@ declare enum BORDER_LINE {
42
42
  "ALWAYS" = "ALWAYS",
43
43
  "DAY" = "DAY",
44
44
  "DISAPPEAR" = "DISAPPEAR",
45
- "NONE" = ""
45
+ "NONE" = "NONE"
46
46
  }
47
47
  declare enum WIDGET_PLAYER_TYPE {
48
48
  "POPUP" = "POPUP",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kinxcdn/commerce-player",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "author": "Soyeong Choi",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/umd/index.js",
@@ -11,7 +11,7 @@
11
11
  "/dist"
12
12
  ],
13
13
  "scripts": {
14
- "rollup": "NODE_ENV=prod rm -rf dist/ && rollup -c --bundleConfigAsCjs",
14
+ "rollup": "rollup -c --bundleConfigAsCjs",
15
15
  "rollup:dev": "NODE_ENV=dev rm -rf dist/react && rollup -c --bundleConfigAsCjs",
16
16
  "rollup:web": "rm -rf dist/web && rollup --config rollup.web.config.js --bundleConfigAsCjs",
17
17
  "storybook": "NODE_ENV=dev storybook dev -p 6006",
@@ -44,7 +44,7 @@
44
44
  "@types/react-slick": "0.23.13",
45
45
  "autoprefixer": "10.4.20",
46
46
  "chromatic": "11.28.2",
47
- "lucide-react": "0.477.0",
47
+ "lucide-react": "0.503.0",
48
48
  "postcss": "8.5.3",
49
49
  "postcss-import": "16.1.0",
50
50
  "postcss-url": "10.1.3",
@@ -87,11 +87,12 @@
87
87
  "react-share": "5.2.2",
88
88
  "react-slick": "0.30.3",
89
89
  "slick-carousel": "1.8.1",
90
- "sonner": "2.0.1",
90
+ "sonner": "2.0.3",
91
91
  "swiper": "11.1.15",
92
- "tailwind-merge": "3.0.2",
92
+ "tailwind-merge": "3.2.0",
93
93
  "tailwind-scrollbar-hide": "2.0.0",
94
94
  "tailwindcss-animate": "1.0.7",
95
+ "tw-animate-css": "1.2.8",
95
96
  "vaul": "1.1.2"
96
97
  }
97
98
  }