@wix/auto_sdk_data-extension-schema_schemas 1.0.86 → 1.0.87

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 (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +5 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +173 -8
  5. package/build/cjs/index.typings.js +5 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +173 -8
  8. package/build/cjs/meta.js +5 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +5 -0
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +173 -8
  14. package/build/es/index.typings.mjs +5 -0
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +173 -8
  17. package/build/es/meta.mjs +5 -0
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +5 -0
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +173 -8
  23. package/build/internal/cjs/index.typings.js +5 -0
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +173 -8
  26. package/build/internal/cjs/meta.js +5 -0
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +5 -0
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +173 -8
  32. package/build/internal/es/index.typings.mjs +5 -0
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +173 -8
  35. package/build/internal/es/meta.mjs +5 -0
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +3 -3
package/build/cjs/meta.js CHANGED
@@ -2613,6 +2613,10 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
2613
2613
  GroupType2["cssDataType"] = "cssDataType";
2614
2614
  GroupType2["dataType"] = "dataType";
2615
2615
  GroupType2["preset"] = "preset";
2616
+ GroupType2["data"] = "data";
2617
+ GroupType2["presets"] = "presets";
2618
+ GroupType2["cssCustomProperties"] = "cssCustomProperties";
2619
+ GroupType2["displayGroups"] = "displayGroups";
2616
2620
  GroupType2["background"] = "background";
2617
2621
  GroupType2["margin"] = "margin";
2618
2622
  GroupType2["padding"] = "padding";
@@ -2627,6 +2631,7 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
2627
2631
  GroupType2["font"] = "font";
2628
2632
  GroupType2["textDecoration"] = "textDecoration";
2629
2633
  GroupType2["gap"] = "gap";
2634
+ GroupType2["text"] = "text";
2630
2635
  GroupType2["arrayItems"] = "arrayItems";
2631
2636
  GroupType2["arrayItem"] = "arrayItem";
2632
2637
  GroupType2["listItem"] = "listItem";