@wix/auto_sdk_quick-pages_contents 1.0.19 → 1.0.20
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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +67 -52
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +65 -50
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +67 -52
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +65 -50
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +67 -52
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +65 -50
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +67 -52
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +65 -50
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -769,7 +769,7 @@ type V1GradientTypeWithLiterals = V1GradientType | 'LINEAR' | 'RADIAL';
|
|
|
769
769
|
interface Stop {
|
|
770
770
|
/**
|
|
771
771
|
* Stop color as hex value.
|
|
772
|
-
* @
|
|
772
|
+
* @maxLength 19
|
|
773
773
|
*/
|
|
774
774
|
color?: string | null;
|
|
775
775
|
/** Stop position (0-1). */
|
|
@@ -810,7 +810,7 @@ interface StylesBackground {
|
|
|
810
810
|
type?: StylesBackgroundTypeWithLiterals;
|
|
811
811
|
/**
|
|
812
812
|
* Background color as a hexadecimal value.
|
|
813
|
-
* @
|
|
813
|
+
* @maxLength 19
|
|
814
814
|
*/
|
|
815
815
|
color?: string | null;
|
|
816
816
|
/** Gradient configuration. */
|
|
@@ -917,33 +917,33 @@ interface Styles {
|
|
|
917
917
|
borderRadius?: number | null;
|
|
918
918
|
/**
|
|
919
919
|
* Border color as a hexadecimal value.
|
|
920
|
-
* @
|
|
920
|
+
* @maxLength 19
|
|
921
921
|
*/
|
|
922
922
|
borderColor?: string | null;
|
|
923
923
|
/**
|
|
924
924
|
* Border color as a hexadecimal value (hover state).
|
|
925
|
-
* @
|
|
925
|
+
* @maxLength 19
|
|
926
926
|
*/
|
|
927
927
|
borderColorHover?: string | null;
|
|
928
928
|
/**
|
|
929
929
|
* Text color as a hexadecimal value.
|
|
930
|
-
* @
|
|
930
|
+
* @maxLength 19
|
|
931
931
|
*/
|
|
932
932
|
textColor?: string | null;
|
|
933
933
|
/**
|
|
934
934
|
* Text color as a hexadecimal value (hover state).
|
|
935
|
-
* @
|
|
935
|
+
* @maxLength 19
|
|
936
936
|
*/
|
|
937
937
|
textColorHover?: string | null;
|
|
938
938
|
/**
|
|
939
939
|
* Deprecated: Use `background` instead.
|
|
940
|
-
* @
|
|
940
|
+
* @maxLength 19
|
|
941
941
|
* @deprecated
|
|
942
942
|
*/
|
|
943
943
|
backgroundColor?: string | null;
|
|
944
944
|
/**
|
|
945
945
|
* Deprecated: Use `backgroundHover` instead.
|
|
946
|
-
* @
|
|
946
|
+
* @maxLength 19
|
|
947
947
|
* @deprecated
|
|
948
948
|
*/
|
|
949
949
|
backgroundColorHover?: string | null;
|
|
@@ -1395,7 +1395,7 @@ interface ImageDataStylesBorder {
|
|
|
1395
1395
|
width?: number | null;
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Border color as a hexadecimal value.
|
|
1398
|
-
* @
|
|
1398
|
+
* @maxLength 19
|
|
1399
1399
|
*/
|
|
1400
1400
|
color?: string | null;
|
|
1401
1401
|
/** Border radius in pixels. */
|
|
@@ -1436,22 +1436,22 @@ type StylesPositionWithLiterals = StylesPosition | 'START' | 'END' | 'TOP' | 'HI
|
|
|
1436
1436
|
interface LinkPreviewDataStyles {
|
|
1437
1437
|
/**
|
|
1438
1438
|
* Background color as a hexadecimal value.
|
|
1439
|
-
* @
|
|
1439
|
+
* @maxLength 19
|
|
1440
1440
|
*/
|
|
1441
1441
|
backgroundColor?: string | null;
|
|
1442
1442
|
/**
|
|
1443
1443
|
* Title color as a hexadecimal value.
|
|
1444
|
-
* @
|
|
1444
|
+
* @maxLength 19
|
|
1445
1445
|
*/
|
|
1446
1446
|
titleColor?: string | null;
|
|
1447
1447
|
/**
|
|
1448
1448
|
* Subtitle color as a hexadecimal value.
|
|
1449
|
-
* @
|
|
1449
|
+
* @maxLength 19
|
|
1450
1450
|
*/
|
|
1451
1451
|
subtitleColor?: string | null;
|
|
1452
1452
|
/**
|
|
1453
1453
|
* Link color as a hexadecimal value.
|
|
1454
|
-
* @
|
|
1454
|
+
* @maxLength 19
|
|
1455
1455
|
*/
|
|
1456
1456
|
linkColor?: string | null;
|
|
1457
1457
|
/** Border width in pixels. */
|
|
@@ -1460,7 +1460,7 @@ interface LinkPreviewDataStyles {
|
|
|
1460
1460
|
borderRadius?: number | null;
|
|
1461
1461
|
/**
|
|
1462
1462
|
* Border color as a hexadecimal value.
|
|
1463
|
-
* @
|
|
1463
|
+
* @maxLength 19
|
|
1464
1464
|
*/
|
|
1465
1465
|
borderColor?: string | null;
|
|
1466
1466
|
/** Position of thumbnail. Defaults to `START`. */
|
|
@@ -1611,19 +1611,19 @@ interface BackgroundGradient {
|
|
|
1611
1611
|
angle?: number | null;
|
|
1612
1612
|
/**
|
|
1613
1613
|
* The start color as a hexademical value.
|
|
1614
|
-
* @
|
|
1614
|
+
* @maxLength 19
|
|
1615
1615
|
*/
|
|
1616
1616
|
startColor?: string | null;
|
|
1617
1617
|
/**
|
|
1618
1618
|
* The end color as a hexademical value.
|
|
1619
|
-
* @
|
|
1619
|
+
* @maxLength 19
|
|
1620
1620
|
*/
|
|
1621
1621
|
lastColor?: string | null;
|
|
1622
1622
|
}
|
|
1623
1623
|
interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
|
|
1624
1624
|
/**
|
|
1625
1625
|
* The background color as a hexademical value.
|
|
1626
|
-
* @
|
|
1626
|
+
* @maxLength 19
|
|
1627
1627
|
*/
|
|
1628
1628
|
color?: string | null;
|
|
1629
1629
|
/** An image to use for the background. */
|
|
@@ -1637,7 +1637,7 @@ interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
|
|
|
1637
1637
|
interface PollDesignBackgroundBackgroundOneOf {
|
|
1638
1638
|
/**
|
|
1639
1639
|
* The background color as a hexademical value.
|
|
1640
|
-
* @
|
|
1640
|
+
* @maxLength 19
|
|
1641
1641
|
*/
|
|
1642
1642
|
color?: string | null;
|
|
1643
1643
|
/** An image to use for the background. */
|
|
@@ -1951,32 +1951,32 @@ interface ButtonStyles {
|
|
|
1951
1951
|
borderRadius?: number | null;
|
|
1952
1952
|
/**
|
|
1953
1953
|
* Border color as a hexadecimal value.
|
|
1954
|
-
* @
|
|
1954
|
+
* @maxLength 19
|
|
1955
1955
|
*/
|
|
1956
1956
|
borderColor?: string | null;
|
|
1957
1957
|
/**
|
|
1958
1958
|
* Text color as a hexadecimal value.
|
|
1959
|
-
* @
|
|
1959
|
+
* @maxLength 19
|
|
1960
1960
|
*/
|
|
1961
1961
|
textColor?: string | null;
|
|
1962
1962
|
/**
|
|
1963
1963
|
* Background color as a hexadecimal value.
|
|
1964
|
-
* @
|
|
1964
|
+
* @maxLength 19
|
|
1965
1965
|
*/
|
|
1966
1966
|
backgroundColor?: string | null;
|
|
1967
1967
|
/**
|
|
1968
1968
|
* Border color as a hexadecimal value (hover state).
|
|
1969
|
-
* @
|
|
1969
|
+
* @maxLength 19
|
|
1970
1970
|
*/
|
|
1971
1971
|
borderColorHover?: string | null;
|
|
1972
1972
|
/**
|
|
1973
1973
|
* Text color as a hexadecimal value (hover state).
|
|
1974
|
-
* @
|
|
1974
|
+
* @maxLength 19
|
|
1975
1975
|
*/
|
|
1976
1976
|
textColorHover?: string | null;
|
|
1977
1977
|
/**
|
|
1978
1978
|
* Background color as a hexadecimal value (hover state).
|
|
1979
|
-
* @
|
|
1979
|
+
* @maxLength 19
|
|
1980
1980
|
*/
|
|
1981
1981
|
backgroundColorHover?: string | null;
|
|
1982
1982
|
/** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
|
|
@@ -1993,7 +1993,7 @@ interface ImageStyles {
|
|
|
1993
1993
|
resizing?: ResizingWithLiterals;
|
|
1994
1994
|
/**
|
|
1995
1995
|
* Image border color as a hexadecimal value.
|
|
1996
|
-
* @
|
|
1996
|
+
* @maxLength 19
|
|
1997
1997
|
*/
|
|
1998
1998
|
borderColor?: string | null;
|
|
1999
1999
|
/** Image border width in pixels. */
|
|
@@ -2006,17 +2006,17 @@ interface RibbonStyles {
|
|
|
2006
2006
|
ribbonText?: string | null;
|
|
2007
2007
|
/**
|
|
2008
2008
|
* Ribbon background color as a hexadecimal value.
|
|
2009
|
-
* @
|
|
2009
|
+
* @maxLength 19
|
|
2010
2010
|
*/
|
|
2011
2011
|
backgroundColor?: string | null;
|
|
2012
2012
|
/**
|
|
2013
2013
|
* Ribbon text color as a hexadecimal value.
|
|
2014
|
-
* @
|
|
2014
|
+
* @maxLength 19
|
|
2015
2015
|
*/
|
|
2016
2016
|
textColor?: string | null;
|
|
2017
2017
|
/**
|
|
2018
2018
|
* Ribbon border color as a hexadecimal value.
|
|
2019
|
-
* @
|
|
2019
|
+
* @maxLength 19
|
|
2020
2020
|
*/
|
|
2021
2021
|
borderColor?: string | null;
|
|
2022
2022
|
/** Ribbon border width in pixels. */
|
|
@@ -2029,12 +2029,12 @@ interface RibbonStyles {
|
|
|
2029
2029
|
interface CardStyles {
|
|
2030
2030
|
/**
|
|
2031
2031
|
* Card background color as a hexadecimal value.
|
|
2032
|
-
* @
|
|
2032
|
+
* @maxLength 19
|
|
2033
2033
|
*/
|
|
2034
2034
|
backgroundColor?: string | null;
|
|
2035
2035
|
/**
|
|
2036
2036
|
* Card border color as a hexadecimal value.
|
|
2037
|
-
* @
|
|
2037
|
+
* @maxLength 19
|
|
2038
2038
|
*/
|
|
2039
2039
|
borderColor?: string | null;
|
|
2040
2040
|
/** Card border width in pixels. */
|
|
@@ -2049,12 +2049,12 @@ interface CardStyles {
|
|
|
2049
2049
|
titlePriceLayout?: LayoutWithLiterals;
|
|
2050
2050
|
/**
|
|
2051
2051
|
* Title text color as a hexadecimal value.
|
|
2052
|
-
* @
|
|
2052
|
+
* @maxLength 19
|
|
2053
2053
|
*/
|
|
2054
2054
|
titleColor?: string | null;
|
|
2055
2055
|
/**
|
|
2056
2056
|
* Text color as a hexadecimal value.
|
|
2057
|
-
* @
|
|
2057
|
+
* @maxLength 19
|
|
2058
2058
|
*/
|
|
2059
2059
|
textColor?: string | null;
|
|
2060
2060
|
}
|
|
@@ -2236,29 +2236,29 @@ interface CellStyle {
|
|
|
2236
2236
|
verticalAlignment?: VerticalAlignmentWithLiterals;
|
|
2237
2237
|
/**
|
|
2238
2238
|
* Cell background color as a hexadecimal value.
|
|
2239
|
-
* @
|
|
2239
|
+
* @maxLength 19
|
|
2240
2240
|
*/
|
|
2241
2241
|
backgroundColor?: string | null;
|
|
2242
2242
|
}
|
|
2243
2243
|
interface BorderColors {
|
|
2244
2244
|
/**
|
|
2245
2245
|
* Left border color as a hexadecimal value.
|
|
2246
|
-
* @
|
|
2246
|
+
* @maxLength 19
|
|
2247
2247
|
*/
|
|
2248
2248
|
left?: string | null;
|
|
2249
2249
|
/**
|
|
2250
2250
|
* Right border color as a hexadecimal value.
|
|
2251
|
-
* @
|
|
2251
|
+
* @maxLength 19
|
|
2252
2252
|
*/
|
|
2253
2253
|
right?: string | null;
|
|
2254
2254
|
/**
|
|
2255
2255
|
* Top border color as a hexadecimal value.
|
|
2256
|
-
* @
|
|
2256
|
+
* @maxLength 19
|
|
2257
2257
|
*/
|
|
2258
2258
|
top?: string | null;
|
|
2259
2259
|
/**
|
|
2260
2260
|
* Bottom border color as a hexadecimal value.
|
|
2261
|
-
* @
|
|
2261
|
+
* @maxLength 19
|
|
2262
2262
|
*/
|
|
2263
2263
|
bottom?: string | null;
|
|
2264
2264
|
}
|
|
@@ -2333,7 +2333,7 @@ interface CaptionData {
|
|
|
2333
2333
|
interface LayoutData {
|
|
2334
2334
|
/**
|
|
2335
2335
|
* Deprecated: Use `background` instead.
|
|
2336
|
-
* @
|
|
2336
|
+
* @maxLength 19
|
|
2337
2337
|
* @deprecated
|
|
2338
2338
|
*/
|
|
2339
2339
|
backgroundColor?: string | null;
|
|
@@ -2341,7 +2341,7 @@ interface LayoutData {
|
|
|
2341
2341
|
backgroundImage?: LayoutDataBackgroundImage;
|
|
2342
2342
|
/**
|
|
2343
2343
|
* Border color as a hexadecimal value.
|
|
2344
|
-
* @
|
|
2344
|
+
* @maxLength 19
|
|
2345
2345
|
*/
|
|
2346
2346
|
borderColor?: string | null;
|
|
2347
2347
|
/** Border width in pixels. */
|
|
@@ -2350,7 +2350,7 @@ interface LayoutData {
|
|
|
2350
2350
|
borderRadius?: number | null;
|
|
2351
2351
|
/**
|
|
2352
2352
|
* Deprecated: Use `backdrop` instead.
|
|
2353
|
-
* @
|
|
2353
|
+
* @maxLength 19
|
|
2354
2354
|
* @deprecated
|
|
2355
2355
|
*/
|
|
2356
2356
|
backdropColor?: string | null;
|
|
@@ -2488,7 +2488,7 @@ interface LayoutDataBackground {
|
|
|
2488
2488
|
type?: LayoutDataBackgroundTypeWithLiterals;
|
|
2489
2489
|
/**
|
|
2490
2490
|
* Background color as a hexadecimal value.
|
|
2491
|
-
* @
|
|
2491
|
+
* @maxLength 19
|
|
2492
2492
|
*/
|
|
2493
2493
|
color?: string | null;
|
|
2494
2494
|
/** Gradient configuration. */
|
|
@@ -2500,7 +2500,7 @@ interface Backdrop {
|
|
|
2500
2500
|
type?: BackdropTypeWithLiterals;
|
|
2501
2501
|
/**
|
|
2502
2502
|
* Backdrop color as a hexadecimal value.
|
|
2503
|
-
* @
|
|
2503
|
+
* @maxLength 19
|
|
2504
2504
|
*/
|
|
2505
2505
|
color?: string | null;
|
|
2506
2506
|
/** Gradient configuration. */
|
|
@@ -2521,7 +2521,7 @@ interface ShapeData {
|
|
|
2521
2521
|
interface ShapeDataStyles {
|
|
2522
2522
|
/**
|
|
2523
2523
|
* Shape fill color as a hexadecimal value.
|
|
2524
|
-
* @
|
|
2524
|
+
* @maxLength 19
|
|
2525
2525
|
*/
|
|
2526
2526
|
color?: string | null;
|
|
2527
2527
|
/** Map of original color keys to their new color values. */
|
|
@@ -2580,7 +2580,7 @@ interface CardDataBackground {
|
|
|
2580
2580
|
type?: CardDataBackgroundTypeWithLiterals;
|
|
2581
2581
|
/**
|
|
2582
2582
|
* Background color as a hexadecimal value.
|
|
2583
|
-
* @
|
|
2583
|
+
* @maxLength 19
|
|
2584
2584
|
*/
|
|
2585
2585
|
color?: string | null;
|
|
2586
2586
|
/** Gradient configuration. */
|
|
@@ -2607,7 +2607,7 @@ interface TocData {
|
|
|
2607
2607
|
itemSpacing?: number | null;
|
|
2608
2608
|
/**
|
|
2609
2609
|
* Optional override for the text color.
|
|
2610
|
-
* @
|
|
2610
|
+
* @maxLength 19
|
|
2611
2611
|
*/
|
|
2612
2612
|
color?: string | null;
|
|
2613
2613
|
/** Indentation style. Default: NESTED. */
|
|
@@ -2649,7 +2649,10 @@ interface SmartBlockData {
|
|
|
2649
2649
|
orientation?: string | null;
|
|
2650
2650
|
/** Column size controlling cells per row. */
|
|
2651
2651
|
columnSize?: ColumnSizeWithLiterals;
|
|
2652
|
-
/**
|
|
2652
|
+
/**
|
|
2653
|
+
* Border color (for SOLID_JOINED_BOXES variant).
|
|
2654
|
+
* @maxLength 19
|
|
2655
|
+
*/
|
|
2653
2656
|
borderColor?: string | null;
|
|
2654
2657
|
/** Border width in pixels (for SOLID_JOINED_BOXES variant). */
|
|
2655
2658
|
borderWidth?: number | null;
|
|
@@ -2708,7 +2711,10 @@ interface SmartBlockCellData {
|
|
|
2708
2711
|
label?: string | null;
|
|
2709
2712
|
/** Shape file details. */
|
|
2710
2713
|
shape?: Media;
|
|
2711
|
-
/**
|
|
2714
|
+
/**
|
|
2715
|
+
* Border color of the cell.
|
|
2716
|
+
* @maxLength 19
|
|
2717
|
+
*/
|
|
2712
2718
|
borderColor?: string | null;
|
|
2713
2719
|
/** Border width in pixels. */
|
|
2714
2720
|
borderWidth?: number | null;
|
|
@@ -2716,11 +2722,20 @@ interface SmartBlockCellData {
|
|
|
2716
2722
|
borderRadius?: number | null;
|
|
2717
2723
|
/** The type of the parent smart block (must match parent). */
|
|
2718
2724
|
type?: SmartBlockDataTypeWithLiterals;
|
|
2719
|
-
/**
|
|
2725
|
+
/**
|
|
2726
|
+
* Accent color for non-background variants (e.g., line, bullet, label color).
|
|
2727
|
+
* @maxLength 19
|
|
2728
|
+
*/
|
|
2720
2729
|
accentColor?: string | null;
|
|
2721
|
-
/**
|
|
2730
|
+
/**
|
|
2731
|
+
* Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).
|
|
2732
|
+
* @maxLength 19
|
|
2733
|
+
*/
|
|
2722
2734
|
backgroundColor?: string | null;
|
|
2723
|
-
/**
|
|
2735
|
+
/**
|
|
2736
|
+
* Shape fill color as a hexadecimal value.
|
|
2737
|
+
* @maxLength 19
|
|
2738
|
+
*/
|
|
2724
2739
|
shapeColor?: string | null;
|
|
2725
2740
|
}
|
|
2726
2741
|
interface Metadata {
|