@kinxcdn/commerce-player 1.0.20 → 1.0.22
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/commerce-player.min.js +6 -12
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ interface Collection {
|
|
|
32
32
|
}
|
|
33
33
|
declare enum ICON_FORM {
|
|
34
34
|
INSTA = "INSTA",
|
|
35
|
-
|
|
35
|
+
YOUTUBE = "YOUTUBE"
|
|
36
36
|
}
|
|
37
37
|
declare enum ICON_SHAPE {
|
|
38
38
|
"MANY" = "MANY",
|
|
@@ -41,7 +41,8 @@ declare enum ICON_SHAPE {
|
|
|
41
41
|
declare enum BORDER_LINE {
|
|
42
42
|
"ALWAYS" = "ALWAYS",
|
|
43
43
|
"DAY" = "DAY",
|
|
44
|
-
"DISAPPEAR" = "DISAPPEAR"
|
|
44
|
+
"DISAPPEAR" = "DISAPPEAR",
|
|
45
|
+
"NONE" = ""
|
|
45
46
|
}
|
|
46
47
|
declare enum WIDGET_PLAYER_TYPE {
|
|
47
48
|
"POPUP" = "POPUP",
|