@wix/auto_sdk_multilingual_machine-translation 1.0.46 → 1.0.47

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.
@@ -316,7 +316,7 @@ type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';
316
316
  interface Stop {
317
317
  /**
318
318
  * Stop color as hex value.
319
- * @format COLOR_HEX
319
+ * @maxLength 19
320
320
  */
321
321
  color?: string | null;
322
322
  /** Stop position (0-1). */
@@ -357,7 +357,7 @@ interface Background {
357
357
  type?: BackgroundTypeWithLiterals;
358
358
  /**
359
359
  * Background color as a hexadecimal value.
360
- * @format COLOR_HEX
360
+ * @maxLength 19
361
361
  */
362
362
  color?: string | null;
363
363
  /** Gradient configuration. */
@@ -464,33 +464,33 @@ interface Styles {
464
464
  borderRadius?: number | null;
465
465
  /**
466
466
  * Border color as a hexadecimal value.
467
- * @format COLOR_HEX
467
+ * @maxLength 19
468
468
  */
469
469
  borderColor?: string | null;
470
470
  /**
471
471
  * Border color as a hexadecimal value (hover state).
472
- * @format COLOR_HEX
472
+ * @maxLength 19
473
473
  */
474
474
  borderColorHover?: string | null;
475
475
  /**
476
476
  * Text color as a hexadecimal value.
477
- * @format COLOR_HEX
477
+ * @maxLength 19
478
478
  */
479
479
  textColor?: string | null;
480
480
  /**
481
481
  * Text color as a hexadecimal value (hover state).
482
- * @format COLOR_HEX
482
+ * @maxLength 19
483
483
  */
484
484
  textColorHover?: string | null;
485
485
  /**
486
486
  * Deprecated: Use `background` instead.
487
- * @format COLOR_HEX
487
+ * @maxLength 19
488
488
  * @deprecated
489
489
  */
490
490
  backgroundColor?: string | null;
491
491
  /**
492
492
  * Deprecated: Use `backgroundHover` instead.
493
- * @format COLOR_HEX
493
+ * @maxLength 19
494
494
  * @deprecated
495
495
  */
496
496
  backgroundColorHover?: string | null;
@@ -942,7 +942,7 @@ interface StylesBorder {
942
942
  width?: number | null;
943
943
  /**
944
944
  * Border color as a hexadecimal value.
945
- * @format COLOR_HEX
945
+ * @maxLength 19
946
946
  */
947
947
  color?: string | null;
948
948
  /** Border radius in pixels. */
@@ -983,22 +983,22 @@ type StylesPositionWithLiterals = StylesPosition | 'START' | 'END' | 'TOP' | 'HI
983
983
  interface LinkPreviewDataStyles {
984
984
  /**
985
985
  * Background color as a hexadecimal value.
986
- * @format COLOR_HEX
986
+ * @maxLength 19
987
987
  */
988
988
  backgroundColor?: string | null;
989
989
  /**
990
990
  * Title color as a hexadecimal value.
991
- * @format COLOR_HEX
991
+ * @maxLength 19
992
992
  */
993
993
  titleColor?: string | null;
994
994
  /**
995
995
  * Subtitle color as a hexadecimal value.
996
- * @format COLOR_HEX
996
+ * @maxLength 19
997
997
  */
998
998
  subtitleColor?: string | null;
999
999
  /**
1000
1000
  * Link color as a hexadecimal value.
1001
- * @format COLOR_HEX
1001
+ * @maxLength 19
1002
1002
  */
1003
1003
  linkColor?: string | null;
1004
1004
  /** Border width in pixels. */
@@ -1007,7 +1007,7 @@ interface LinkPreviewDataStyles {
1007
1007
  borderRadius?: number | null;
1008
1008
  /**
1009
1009
  * Border color as a hexadecimal value.
1010
- * @format COLOR_HEX
1010
+ * @maxLength 19
1011
1011
  */
1012
1012
  borderColor?: string | null;
1013
1013
  /** Position of thumbnail. Defaults to `START`. */
@@ -1158,19 +1158,19 @@ interface BackgroundGradient {
1158
1158
  angle?: number | null;
1159
1159
  /**
1160
1160
  * The start color as a hexademical value.
1161
- * @format COLOR_HEX
1161
+ * @maxLength 19
1162
1162
  */
1163
1163
  startColor?: string | null;
1164
1164
  /**
1165
1165
  * The end color as a hexademical value.
1166
- * @format COLOR_HEX
1166
+ * @maxLength 19
1167
1167
  */
1168
1168
  lastColor?: string | null;
1169
1169
  }
1170
1170
  interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
1171
1171
  /**
1172
1172
  * The background color as a hexademical value.
1173
- * @format COLOR_HEX
1173
+ * @maxLength 19
1174
1174
  */
1175
1175
  color?: string | null;
1176
1176
  /** An image to use for the background. */
@@ -1184,7 +1184,7 @@ interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
1184
1184
  interface PollDesignBackgroundBackgroundOneOf {
1185
1185
  /**
1186
1186
  * The background color as a hexademical value.
1187
- * @format COLOR_HEX
1187
+ * @maxLength 19
1188
1188
  */
1189
1189
  color?: string | null;
1190
1190
  /** An image to use for the background. */
@@ -1498,32 +1498,32 @@ interface ButtonStyles {
1498
1498
  borderRadius?: number | null;
1499
1499
  /**
1500
1500
  * Border color as a hexadecimal value.
1501
- * @format COLOR_HEX
1501
+ * @maxLength 19
1502
1502
  */
1503
1503
  borderColor?: string | null;
1504
1504
  /**
1505
1505
  * Text color as a hexadecimal value.
1506
- * @format COLOR_HEX
1506
+ * @maxLength 19
1507
1507
  */
1508
1508
  textColor?: string | null;
1509
1509
  /**
1510
1510
  * Background color as a hexadecimal value.
1511
- * @format COLOR_HEX
1511
+ * @maxLength 19
1512
1512
  */
1513
1513
  backgroundColor?: string | null;
1514
1514
  /**
1515
1515
  * Border color as a hexadecimal value (hover state).
1516
- * @format COLOR_HEX
1516
+ * @maxLength 19
1517
1517
  */
1518
1518
  borderColorHover?: string | null;
1519
1519
  /**
1520
1520
  * Text color as a hexadecimal value (hover state).
1521
- * @format COLOR_HEX
1521
+ * @maxLength 19
1522
1522
  */
1523
1523
  textColorHover?: string | null;
1524
1524
  /**
1525
1525
  * Background color as a hexadecimal value (hover state).
1526
- * @format COLOR_HEX
1526
+ * @maxLength 19
1527
1527
  */
1528
1528
  backgroundColorHover?: string | null;
1529
1529
  /** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
@@ -1540,7 +1540,7 @@ interface ImageStyles {
1540
1540
  resizing?: ResizingWithLiterals;
1541
1541
  /**
1542
1542
  * Image border color as a hexadecimal value.
1543
- * @format COLOR_HEX
1543
+ * @maxLength 19
1544
1544
  */
1545
1545
  borderColor?: string | null;
1546
1546
  /** Image border width in pixels. */
@@ -1553,17 +1553,17 @@ interface RibbonStyles {
1553
1553
  ribbonText?: string | null;
1554
1554
  /**
1555
1555
  * Ribbon background color as a hexadecimal value.
1556
- * @format COLOR_HEX
1556
+ * @maxLength 19
1557
1557
  */
1558
1558
  backgroundColor?: string | null;
1559
1559
  /**
1560
1560
  * Ribbon text color as a hexadecimal value.
1561
- * @format COLOR_HEX
1561
+ * @maxLength 19
1562
1562
  */
1563
1563
  textColor?: string | null;
1564
1564
  /**
1565
1565
  * Ribbon border color as a hexadecimal value.
1566
- * @format COLOR_HEX
1566
+ * @maxLength 19
1567
1567
  */
1568
1568
  borderColor?: string | null;
1569
1569
  /** Ribbon border width in pixels. */
@@ -1576,12 +1576,12 @@ interface RibbonStyles {
1576
1576
  interface CardStyles {
1577
1577
  /**
1578
1578
  * Card background color as a hexadecimal value.
1579
- * @format COLOR_HEX
1579
+ * @maxLength 19
1580
1580
  */
1581
1581
  backgroundColor?: string | null;
1582
1582
  /**
1583
1583
  * Card border color as a hexadecimal value.
1584
- * @format COLOR_HEX
1584
+ * @maxLength 19
1585
1585
  */
1586
1586
  borderColor?: string | null;
1587
1587
  /** Card border width in pixels. */
@@ -1596,12 +1596,12 @@ interface CardStyles {
1596
1596
  titlePriceLayout?: LayoutWithLiterals;
1597
1597
  /**
1598
1598
  * Title text color as a hexadecimal value.
1599
- * @format COLOR_HEX
1599
+ * @maxLength 19
1600
1600
  */
1601
1601
  titleColor?: string | null;
1602
1602
  /**
1603
1603
  * Text color as a hexadecimal value.
1604
- * @format COLOR_HEX
1604
+ * @maxLength 19
1605
1605
  */
1606
1606
  textColor?: string | null;
1607
1607
  }
@@ -1783,29 +1783,29 @@ interface CellStyle {
1783
1783
  verticalAlignment?: VerticalAlignmentWithLiterals;
1784
1784
  /**
1785
1785
  * Cell background color as a hexadecimal value.
1786
- * @format COLOR_HEX
1786
+ * @maxLength 19
1787
1787
  */
1788
1788
  backgroundColor?: string | null;
1789
1789
  }
1790
1790
  interface BorderColors {
1791
1791
  /**
1792
1792
  * Left border color as a hexadecimal value.
1793
- * @format COLOR_HEX
1793
+ * @maxLength 19
1794
1794
  */
1795
1795
  left?: string | null;
1796
1796
  /**
1797
1797
  * Right border color as a hexadecimal value.
1798
- * @format COLOR_HEX
1798
+ * @maxLength 19
1799
1799
  */
1800
1800
  right?: string | null;
1801
1801
  /**
1802
1802
  * Top border color as a hexadecimal value.
1803
- * @format COLOR_HEX
1803
+ * @maxLength 19
1804
1804
  */
1805
1805
  top?: string | null;
1806
1806
  /**
1807
1807
  * Bottom border color as a hexadecimal value.
1808
- * @format COLOR_HEX
1808
+ * @maxLength 19
1809
1809
  */
1810
1810
  bottom?: string | null;
1811
1811
  }
@@ -1880,7 +1880,7 @@ interface CaptionData {
1880
1880
  interface LayoutData {
1881
1881
  /**
1882
1882
  * Deprecated: Use `background` instead.
1883
- * @format COLOR_HEX
1883
+ * @maxLength 19
1884
1884
  * @deprecated
1885
1885
  */
1886
1886
  backgroundColor?: string | null;
@@ -1888,7 +1888,7 @@ interface LayoutData {
1888
1888
  backgroundImage?: LayoutDataBackgroundImage;
1889
1889
  /**
1890
1890
  * Border color as a hexadecimal value.
1891
- * @format COLOR_HEX
1891
+ * @maxLength 19
1892
1892
  */
1893
1893
  borderColor?: string | null;
1894
1894
  /** Border width in pixels. */
@@ -1897,7 +1897,7 @@ interface LayoutData {
1897
1897
  borderRadius?: number | null;
1898
1898
  /**
1899
1899
  * Deprecated: Use `backdrop` instead.
1900
- * @format COLOR_HEX
1900
+ * @maxLength 19
1901
1901
  * @deprecated
1902
1902
  */
1903
1903
  backdropColor?: string | null;
@@ -2035,7 +2035,7 @@ interface LayoutDataBackground {
2035
2035
  type?: LayoutDataBackgroundTypeWithLiterals;
2036
2036
  /**
2037
2037
  * Background color as a hexadecimal value.
2038
- * @format COLOR_HEX
2038
+ * @maxLength 19
2039
2039
  */
2040
2040
  color?: string | null;
2041
2041
  /** Gradient configuration. */
@@ -2047,7 +2047,7 @@ interface Backdrop {
2047
2047
  type?: BackdropTypeWithLiterals;
2048
2048
  /**
2049
2049
  * Backdrop color as a hexadecimal value.
2050
- * @format COLOR_HEX
2050
+ * @maxLength 19
2051
2051
  */
2052
2052
  color?: string | null;
2053
2053
  /** Gradient configuration. */
@@ -2068,7 +2068,7 @@ interface ShapeData {
2068
2068
  interface ShapeDataStyles {
2069
2069
  /**
2070
2070
  * Shape fill color as a hexadecimal value.
2071
- * @format COLOR_HEX
2071
+ * @maxLength 19
2072
2072
  */
2073
2073
  color?: string | null;
2074
2074
  /** Map of original color keys to their new color values. */
@@ -2127,7 +2127,7 @@ interface CardDataBackground {
2127
2127
  type?: CardDataBackgroundTypeWithLiterals;
2128
2128
  /**
2129
2129
  * Background color as a hexadecimal value.
2130
- * @format COLOR_HEX
2130
+ * @maxLength 19
2131
2131
  */
2132
2132
  color?: string | null;
2133
2133
  /** Gradient configuration. */
@@ -2154,7 +2154,7 @@ interface TocData {
2154
2154
  itemSpacing?: number | null;
2155
2155
  /**
2156
2156
  * Optional override for the text color.
2157
- * @format COLOR_HEX
2157
+ * @maxLength 19
2158
2158
  */
2159
2159
  color?: string | null;
2160
2160
  /** Indentation style. Default: NESTED. */
@@ -2196,7 +2196,10 @@ interface SmartBlockData {
2196
2196
  orientation?: string | null;
2197
2197
  /** Column size controlling cells per row. */
2198
2198
  columnSize?: ColumnSizeWithLiterals;
2199
- /** Border color (for SOLID_JOINED_BOXES variant). */
2199
+ /**
2200
+ * Border color (for SOLID_JOINED_BOXES variant).
2201
+ * @maxLength 19
2202
+ */
2200
2203
  borderColor?: string | null;
2201
2204
  /** Border width in pixels (for SOLID_JOINED_BOXES variant). */
2202
2205
  borderWidth?: number | null;
@@ -2255,7 +2258,10 @@ interface SmartBlockCellData {
2255
2258
  label?: string | null;
2256
2259
  /** Shape file details. */
2257
2260
  shape?: Media;
2258
- /** Border color of the cell. */
2261
+ /**
2262
+ * Border color of the cell.
2263
+ * @maxLength 19
2264
+ */
2259
2265
  borderColor?: string | null;
2260
2266
  /** Border width in pixels. */
2261
2267
  borderWidth?: number | null;
@@ -2263,11 +2269,20 @@ interface SmartBlockCellData {
2263
2269
  borderRadius?: number | null;
2264
2270
  /** The type of the parent smart block (must match parent). */
2265
2271
  type?: SmartBlockDataTypeWithLiterals;
2266
- /** Accent color for non-background variants (e.g., line, bullet, label color). */
2272
+ /**
2273
+ * Accent color for non-background variants (e.g., line, bullet, label color).
2274
+ * @maxLength 19
2275
+ */
2267
2276
  accentColor?: string | null;
2268
- /** Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES). */
2277
+ /**
2278
+ * Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).
2279
+ * @maxLength 19
2280
+ */
2269
2281
  backgroundColor?: string | null;
2270
- /** Shape fill color as a hexadecimal value. */
2282
+ /**
2283
+ * Shape fill color as a hexadecimal value.
2284
+ * @maxLength 19
2285
+ */
2271
2286
  shapeColor?: string | null;
2272
2287
  }
2273
2288
  interface Metadata {