@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
@@ -2675,6 +2675,9 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
2675
2675
  GroupType2["borderRadius"] = "borderRadius";
2676
2676
  GroupType2["borderInlineStart"] = "borderInlineStart";
2677
2677
  GroupType2["borderInlineEnd"] = "borderInlineEnd";
2678
+ GroupType2["borderColor"] = "borderColor";
2679
+ GroupType2["borderWidth"] = "borderWidth";
2680
+ GroupType2["borderStyle"] = "borderStyle";
2678
2681
  GroupType2["font"] = "font";
2679
2682
  GroupType2["textDecoration"] = "textDecoration";
2680
2683
  GroupType2["gap"] = "gap";