@wix/auto_sdk_data-extension-schema_schemas 1.0.99 → 1.0.100

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.
@@ -15438,6 +15438,9 @@ declare enum GroupType {
15438
15438
  borderRadius = "borderRadius",
15439
15439
  borderInlineStart = "borderInlineStart",
15440
15440
  borderInlineEnd = "borderInlineEnd",
15441
+ borderColor = "borderColor",
15442
+ borderWidth = "borderWidth",
15443
+ borderStyle = "borderStyle",
15441
15444
  font = "font",
15442
15445
  textDecoration = "textDecoration",
15443
15446
  gap = "gap",
@@ -15450,7 +15453,7 @@ declare enum GroupType {
15450
15453
  listItem = "listItem"
15451
15454
  }
15452
15455
  /** @enumType */
15453
- type GroupTypeWithLiterals = GroupType | 'UNKNOWN_GroupType' | 'cssDataType' | 'dataType' | 'preset' | 'data' | 'presets' | 'cssCustomProperties' | 'displayGroups' | 'background' | 'margin' | 'padding' | 'border' | 'borderTop' | 'borderRight' | 'borderBottom' | 'borderLeft' | 'borderRadius' | 'borderInlineStart' | 'borderInlineEnd' | 'font' | 'textDecoration' | 'gap' | 'text' | 'arrayItems' | 'arrayItem' | 'listItem';
15456
+ type GroupTypeWithLiterals = GroupType | 'UNKNOWN_GroupType' | 'cssDataType' | 'dataType' | 'preset' | 'data' | 'presets' | 'cssCustomProperties' | 'displayGroups' | 'background' | 'margin' | 'padding' | 'border' | 'borderTop' | 'borderRight' | 'borderBottom' | 'borderLeft' | 'borderRadius' | 'borderInlineStart' | 'borderInlineEnd' | 'borderColor' | 'borderWidth' | 'borderStyle' | 'font' | 'textDecoration' | 'gap' | 'text' | 'arrayItems' | 'arrayItem' | 'listItem';
15454
15457
  interface ItemsGroup {
15455
15458
  /**
15456
15459
  * A list of items that should be in this group
package/build/es/meta.mjs CHANGED
@@ -2404,6 +2404,9 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
2404
2404
  GroupType2["borderRadius"] = "borderRadius";
2405
2405
  GroupType2["borderInlineStart"] = "borderInlineStart";
2406
2406
  GroupType2["borderInlineEnd"] = "borderInlineEnd";
2407
+ GroupType2["borderColor"] = "borderColor";
2408
+ GroupType2["borderWidth"] = "borderWidth";
2409
+ GroupType2["borderStyle"] = "borderStyle";
2407
2410
  GroupType2["font"] = "font";
2408
2411
  GroupType2["textDecoration"] = "textDecoration";
2409
2412
  GroupType2["gap"] = "gap";