@adstore/templates 1.0.0 → 2.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +52 -2
  2. package/dist/style.css +1651 -0
  3. package/dist/templates.es.js +2826 -0
  4. package/dist/templates.umd.js +2829 -0
  5. package/package.json +11 -24
  6. package/dist/adstore/apps/templates/src/cacheDriver.d.ts +0 -7
  7. package/dist/adstore/apps/templates/src/constants/animations.d.ts +0 -5
  8. package/dist/adstore/apps/templates/src/constants/breakpoints.d.ts +0 -6
  9. package/dist/adstore/apps/templates/src/plugins/classNamesPlugin.d.ts +0 -22
  10. package/dist/adstore/apps/templates/src/plugins/giftOpenPlugin.d.ts +0 -10
  11. package/dist/adstore/apps/templates/src/plugins/googleFontsPlugin.d.ts +0 -3
  12. package/dist/adstore/apps/templates/src/plugins/highlightPlugin.d.ts +0 -11
  13. package/dist/adstore/apps/templates/src/plugins/index.d.ts +0 -12
  14. package/dist/adstore/apps/templates/src/plugins/injectNodePlugin.d.ts +0 -23
  15. package/dist/adstore/apps/templates/src/plugins/legalInfoPlugin.d.ts +0 -17
  16. package/dist/adstore/apps/templates/src/plugins/patchStylesPlugin.d.ts +0 -12
  17. package/dist/adstore/apps/templates/src/plugins/statePlugin.d.ts +0 -9
  18. package/dist/adstore/apps/templates/src/promos/BonusCard/index.d.ts +0 -2
  19. package/dist/adstore/apps/templates/src/promos/BonusCard/script.d.ts +0 -3
  20. package/dist/adstore/apps/templates/src/promos/ComplexGift/chunks/cardChunk/index.d.ts +0 -4
  21. package/dist/adstore/apps/templates/src/promos/ComplexGift/chunks/cardChunk/script.d.ts +0 -3
  22. package/dist/adstore/apps/templates/src/promos/ComplexGift/index.d.ts +0 -6
  23. package/dist/adstore/apps/templates/src/promos/ComplexGift/script.d.ts +0 -9
  24. package/dist/adstore/apps/templates/src/promos/ComplexPopup/chunks/popupCardChunk/index.d.ts +0 -4
  25. package/dist/adstore/apps/templates/src/promos/ComplexPopup/chunks/popupCardChunk/script.d.ts +0 -3
  26. package/dist/adstore/apps/templates/src/promos/ComplexPopup/index.d.ts +0 -6
  27. package/dist/adstore/apps/templates/src/promos/ComplexPopup/script.d.ts +0 -2
  28. package/dist/adstore/apps/templates/src/promos/ExpressPopup/chunks/matchChunk/index.d.ts +0 -4
  29. package/dist/adstore/apps/templates/src/promos/ExpressPopup/index.d.ts +0 -6
  30. package/dist/adstore/apps/templates/src/promos/ExpressPopup/script.d.ts +0 -3
  31. package/dist/adstore/apps/templates/src/promos/SimplePopup/chunks/textChunk/index.d.ts +0 -3
  32. package/dist/adstore/apps/templates/src/promos/SimplePopup/index.d.ts +0 -6
  33. package/dist/adstore/apps/templates/src/promos/SimplePopup/script.d.ts +0 -3
  34. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesOneTwoSlideChunk/index.d.ts +0 -3
  35. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesOneTwoSlideChunk/script.d.ts +0 -3
  36. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesSlideChunk/index.d.ts +0 -3
  37. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesSlideChunk/script.d.ts +0 -3
  38. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/textSlideChunk/index.d.ts +0 -3
  39. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/textSlideChunk/script.d.ts +0 -3
  40. package/dist/adstore/apps/templates/src/promos/WideCard/index.d.ts +0 -8
  41. package/dist/adstore/apps/templates/src/promos/WideCard/script.d.ts +0 -3
  42. package/dist/adstore/apps/templates/src/promos/index.d.ts +0 -7
  43. package/dist/adstore/apps/templates/src/renderDriver.d.ts +0 -48
  44. package/dist/adstore/apps/templates/src/utils/htmlToElement.d.ts +0 -1
  45. package/dist/adstore/apps/templates/src/utils/injectLink.d.ts +0 -6
  46. package/dist/adstore/apps/templates/src/utils/injectStyle.d.ts +0 -1
  47. package/dist/adstore/apps/templates/src/utils/injectStyleRules.d.ts +0 -2
  48. package/dist/adstore/apps/templates/src/utils/isRenderDriver.d.ts +0 -2
  49. package/dist/adstore/apps/templates/src/utils/isTemplate.d.ts +0 -1
  50. package/dist/adstore/apps/templates/src/utils/switchTextAlignToFlex.d.ts +0 -1
  51. package/dist/adstore/apps/templates/src/utils/toggleClassName.d.ts +0 -1
  52. package/dist/my-lib.d.ts +0 -1
  53. package/dist/my-lib.es.js +0 -2463
  54. package/dist/my-lib.umd.js +0 -247
package/CHANGELOG.md CHANGED
@@ -1,7 +1,57 @@
1
1
  # @adstore/templates
2
2
 
3
- ## 1.0.0
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - f67824b: Lock usless fuctions
8
+ - f67824b: Add button animation (SimpleGift)
9
+
10
+ ## 2.0.3
11
+
12
+ ### Patch Changes
13
+
14
+ - 8251580: Fix matrics for all promos
15
+ - 4f83f9b: Make parser for SimpleGift. Style fixes for SimpleGift
16
+ - 75acf6b: Add spacing functional
17
+
18
+ ## 2.0.2
19
+
20
+ ### Patch Changes
21
+
22
+ - 573bc56: Fix container detect device. Fix load custom font from GoogleFonts
23
+ - fda304d: Add logo config. Fix size of bonuses. (Complex popup)
24
+ - 52e29b5: Fix render children (Simple popup)
25
+ - 64004e9: Fixes for Express popup
26
+ - 2f4475e: Fix animations (SimpleGift, ComplexGift)
27
+ - b4fffd7: Make fixes for WideCard
28
+ - d722719: Fix hidden children after reload
29
+
30
+ ## 2.0.1
31
+
32
+ ### Patch Changes
33
+
34
+ - febb0f1: Fixed functionality of changing the background color of slides (WideCard template)
35
+ - 984694e: Fix offer for templates
36
+
37
+ ## 2.0.0
4
38
 
5
39
  ### Major Changes
6
40
 
7
- - First init
41
+ - f8e0c35: Full replace templates to templates-preact. Update web version
42
+
43
+ ### Minor Changes
44
+
45
+ - 3ee1297: Integrate new template by Preact
46
+
47
+ ### Patch Changes
48
+
49
+ - ca46788: Integrade SimplePopup
50
+ - 76702f5: Remake BonusCard
51
+ - dcedd4f: Fix accent typo for ExpressPopup
52
+ - 6c050a8: Remake ExpressPopup
53
+ - b148e96: Remake ComplexGift + ComplexPopup
54
+ - dcedd4f: Add offers config for all templates
55
+ - 7486894: Add new util methods + contants. Fixes for React adapter
56
+ - d3964cd: Remake WideCard
57
+ - dcedd4f: Fix device resolver for initialState