@fonixtree/magic-design 1.0.36 → 1.0.38

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 (27) hide show
  1. package/es/assets/fonts/.DS_Store +0 -0
  2. package/es/common/LinkModal/FilteredProductModal/index.js +81 -105
  3. package/es/common/LinkModal/FilteredProductModal/index.less +1 -0
  4. package/es/common/LinkModal/ProductDetailPage/index.js +92 -57
  5. package/es/common/LinkModal/ProductDetailPage/index.less +6 -1
  6. package/es/common/ProductModal/index.js +124 -87
  7. package/es/common/ProductModal/index.less +7 -1
  8. package/es/common/ProductSource/index.js +65 -13
  9. package/es/composite-comp/dito/components/Recommend/mobile/index.js +26 -23
  10. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +4 -2
  11. package/es/locale/en/en.json +10 -1
  12. package/es/locale/es/es.json +10 -1
  13. package/es/locale/id/id.json +10 -1
  14. package/lib/assets/fonts/.DS_Store +0 -0
  15. package/lib/common/LinkModal/FilteredProductModal/index.js +81 -105
  16. package/lib/common/LinkModal/FilteredProductModal/index.less +1 -0
  17. package/lib/common/LinkModal/ProductDetailPage/index.js +92 -57
  18. package/lib/common/LinkModal/ProductDetailPage/index.less +6 -1
  19. package/lib/common/ProductModal/index.js +124 -87
  20. package/lib/common/ProductModal/index.less +7 -1
  21. package/lib/common/ProductSource/index.js +65 -13
  22. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +26 -23
  23. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +4 -2
  24. package/lib/locale/en/en.json +10 -1
  25. package/lib/locale/es/es.json +10 -1
  26. package/lib/locale/id/id.json +10 -1
  27. package/package.json +1 -1
@@ -1,4 +1,12 @@
1
1
  {
2
+ "PUSH": "Push",
3
+ "SET_AS_TEMPLATE": "Set as Template",
4
+ "DISPLAY_PAGE": "Display page",
5
+ "NAME": "Name",
6
+ "ADD_MENU": "Add Menu",
7
+ "TIPS": "Tips",
8
+ "AL": "AL",
9
+ "PEEK": "Peek",
2
10
  "ADDRESS": "Address",
3
11
  "LOCATION_LOGO": "Location Logo",
4
12
  "MESSAGE_ICON": "Message icon",
@@ -90,7 +98,8 @@
90
98
  "BANNER_HEIGHT": "Altura del banner",
91
99
  "IMAGE": "Imagen",
92
100
  "PRODUCT_NAME": "Nombre del producto",
93
- "PRODUCT_CODE": "Código de producto",
101
+ "SKU_CODE": "Código SKU",
102
+ "SPU_CODE": "Código spu",
94
103
  "SKU": "SKU",
95
104
  "PRICE": "Precio",
96
105
  "BRAND": "Marca",
@@ -1,4 +1,12 @@
1
1
  {
2
+ "PUSH": "Push",
3
+ "SET_AS_TEMPLATE": "Set as Template",
4
+ "DISPLAY_PAGE": "Display page",
5
+ "NAME": "Name",
6
+ "ADD_MENU": "Add Menu",
7
+ "TIPS": "Tips",
8
+ "AL": "AL",
9
+ "PEEK": "Peek",
2
10
  "ADDRESS": "Address",
3
11
  "LOCATION_LOGO": "Location Logo",
4
12
  "MESSAGE_ICON": "Message icon",
@@ -90,7 +98,8 @@
90
98
  "BANNER_HEIGHT": "Banner Height",
91
99
  "IMAGE": "Image",
92
100
  "PRODUCT_NAME": "Product Name",
93
- "PRODUCT_CODE": "Product Code",
101
+ "SKU_CODE": "SKU Code",
102
+ "SPU_CODE": "SPU Code",
94
103
  "SKU": "SKU",
95
104
  "PRICE": "Price",
96
105
  "BRAND": "Brand",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "1.0.36",
4
+ "version": "1.0.38",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",