@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.
@@ -15412,6 +15412,9 @@ declare enum GroupType {
15412
15412
  borderRadius = "borderRadius",
15413
15413
  borderInlineStart = "borderInlineStart",
15414
15414
  borderInlineEnd = "borderInlineEnd",
15415
+ borderColor = "borderColor",
15416
+ borderWidth = "borderWidth",
15417
+ borderStyle = "borderStyle",
15415
15418
  font = "font",
15416
15419
  textDecoration = "textDecoration",
15417
15420
  gap = "gap",
@@ -15424,7 +15427,7 @@ declare enum GroupType {
15424
15427
  listItem = "listItem"
15425
15428
  }
15426
15429
  /** @enumType */
15427
- 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';
15430
+ 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';
15428
15431
  interface ItemsGroup {
15429
15432
  /**
15430
15433
  * A list of items that should be in this group
@@ -2679,6 +2679,9 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
2679
2679
  GroupType2["borderRadius"] = "borderRadius";
2680
2680
  GroupType2["borderInlineStart"] = "borderInlineStart";
2681
2681
  GroupType2["borderInlineEnd"] = "borderInlineEnd";
2682
+ GroupType2["borderColor"] = "borderColor";
2683
+ GroupType2["borderWidth"] = "borderWidth";
2684
+ GroupType2["borderStyle"] = "borderStyle";
2682
2685
  GroupType2["font"] = "font";
2683
2686
  GroupType2["textDecoration"] = "textDecoration";
2684
2687
  GroupType2["gap"] = "gap";