@adstore/templates 1.0.0 → 2.0.0
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/CHANGELOG.md +18 -2
- package/dist/style.css +1613 -0
- package/dist/templates.es.js +2707 -0
- package/dist/templates.umd.js +2710 -0
- package/package.json +10 -24
- package/dist/adstore/apps/templates/src/cacheDriver.d.ts +0 -7
- package/dist/adstore/apps/templates/src/constants/animations.d.ts +0 -5
- package/dist/adstore/apps/templates/src/constants/breakpoints.d.ts +0 -6
- package/dist/adstore/apps/templates/src/plugins/classNamesPlugin.d.ts +0 -22
- package/dist/adstore/apps/templates/src/plugins/giftOpenPlugin.d.ts +0 -10
- package/dist/adstore/apps/templates/src/plugins/googleFontsPlugin.d.ts +0 -3
- package/dist/adstore/apps/templates/src/plugins/highlightPlugin.d.ts +0 -11
- package/dist/adstore/apps/templates/src/plugins/index.d.ts +0 -12
- package/dist/adstore/apps/templates/src/plugins/injectNodePlugin.d.ts +0 -23
- package/dist/adstore/apps/templates/src/plugins/legalInfoPlugin.d.ts +0 -17
- package/dist/adstore/apps/templates/src/plugins/patchStylesPlugin.d.ts +0 -12
- package/dist/adstore/apps/templates/src/plugins/statePlugin.d.ts +0 -9
- package/dist/adstore/apps/templates/src/promos/BonusCard/index.d.ts +0 -2
- package/dist/adstore/apps/templates/src/promos/BonusCard/script.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/ComplexGift/chunks/cardChunk/index.d.ts +0 -4
- package/dist/adstore/apps/templates/src/promos/ComplexGift/chunks/cardChunk/script.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/ComplexGift/index.d.ts +0 -6
- package/dist/adstore/apps/templates/src/promos/ComplexGift/script.d.ts +0 -9
- package/dist/adstore/apps/templates/src/promos/ComplexPopup/chunks/popupCardChunk/index.d.ts +0 -4
- package/dist/adstore/apps/templates/src/promos/ComplexPopup/chunks/popupCardChunk/script.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/ComplexPopup/index.d.ts +0 -6
- package/dist/adstore/apps/templates/src/promos/ComplexPopup/script.d.ts +0 -2
- package/dist/adstore/apps/templates/src/promos/ExpressPopup/chunks/matchChunk/index.d.ts +0 -4
- package/dist/adstore/apps/templates/src/promos/ExpressPopup/index.d.ts +0 -6
- package/dist/adstore/apps/templates/src/promos/ExpressPopup/script.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/SimplePopup/chunks/textChunk/index.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/SimplePopup/index.d.ts +0 -6
- package/dist/adstore/apps/templates/src/promos/SimplePopup/script.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesOneTwoSlideChunk/index.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesOneTwoSlideChunk/script.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesSlideChunk/index.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesSlideChunk/script.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/WideCard/chunks/textSlideChunk/index.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/WideCard/chunks/textSlideChunk/script.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/WideCard/index.d.ts +0 -8
- package/dist/adstore/apps/templates/src/promos/WideCard/script.d.ts +0 -3
- package/dist/adstore/apps/templates/src/promos/index.d.ts +0 -7
- package/dist/adstore/apps/templates/src/renderDriver.d.ts +0 -48
- package/dist/adstore/apps/templates/src/utils/htmlToElement.d.ts +0 -1
- package/dist/adstore/apps/templates/src/utils/injectLink.d.ts +0 -6
- package/dist/adstore/apps/templates/src/utils/injectStyle.d.ts +0 -1
- package/dist/adstore/apps/templates/src/utils/injectStyleRules.d.ts +0 -2
- package/dist/adstore/apps/templates/src/utils/isRenderDriver.d.ts +0 -2
- package/dist/adstore/apps/templates/src/utils/isTemplate.d.ts +0 -1
- package/dist/adstore/apps/templates/src/utils/switchTextAlignToFlex.d.ts +0 -1
- package/dist/adstore/apps/templates/src/utils/toggleClassName.d.ts +0 -1
- package/dist/my-lib.d.ts +0 -1
- package/dist/my-lib.es.js +0 -2463
- package/dist/my-lib.umd.js +0 -247
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,23 @@
|
|
1
1
|
# @adstore/templates
|
2
2
|
|
3
|
-
##
|
3
|
+
## 2.0.0
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
7
|
-
-
|
7
|
+
- f8e0c35: Full replace templates to templates-preact. Update web version
|
8
|
+
|
9
|
+
### Minor Changes
|
10
|
+
|
11
|
+
- 3ee1297: Integrate new template by Preact
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- ca46788: Integrade SimplePopup
|
16
|
+
- 76702f5: Remake BonusCard
|
17
|
+
- dcedd4f: Fix accent typo for ExpressPopup
|
18
|
+
- 6c050a8: Remake ExpressPopup
|
19
|
+
- b148e96: Remake ComplexGift + ComplexPopup
|
20
|
+
- dcedd4f: Add offers config for all templates
|
21
|
+
- 7486894: Add new util methods + contants. Fixes for React adapter
|
22
|
+
- d3964cd: Remake WideCard
|
23
|
+
- dcedd4f: Fix device resolver for initialState
|