tide-design-system 2.1.14 → 2.2.1

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.
@@ -1543,11 +1543,6 @@ declare type Props = {
1543
1543
  };
1544
1544
 
1545
1545
  declare type Props_10 = {
1546
- activeTab: number;
1547
- tabs: Tab[];
1548
- };
1549
-
1550
- declare type Props_11 = {
1551
1546
  description?: string;
1552
1547
  heading: string;
1553
1548
  icon?: Icon;
@@ -1556,7 +1551,7 @@ declare type Props_11 = {
1556
1551
  href?: string;
1557
1552
  };
1558
1553
 
1559
- declare type Props_12 = {
1554
+ declare type Props_11 = {
1560
1555
  isFloating?: boolean;
1561
1556
  isHideawayButtons?: boolean;
1562
1557
  isTouchscreen?: boolean;
@@ -1564,35 +1559,35 @@ declare type Props_12 = {
1564
1559
  title?: string;
1565
1560
  };
1566
1561
 
1567
- declare type Props_13 = {
1562
+ declare type Props_12 = {
1568
1563
  href: string;
1569
1564
  isNewTab?: boolean;
1570
1565
  label: string;
1571
1566
  };
1572
1567
 
1573
- declare type Props_14 = {
1568
+ declare type Props_13 = {
1574
1569
  isActive: boolean;
1575
1570
  label: string;
1576
1571
  };
1577
1572
 
1578
- declare type Props_15 = {
1573
+ declare type Props_14 = {
1579
1574
  label: string;
1580
1575
  };
1581
1576
 
1582
- declare type Props_16 = {
1577
+ declare type Props_15 = {
1583
1578
  heading?: string;
1584
1579
  };
1585
1580
 
1586
- declare type Props_17 = {
1581
+ declare type Props_16 = {
1587
1582
  orientation?: Orientation;
1588
1583
  };
1589
1584
 
1590
- declare type Props_18 = {
1585
+ declare type Props_17 = {
1591
1586
  icon: Icon;
1592
1587
  size?: Size;
1593
1588
  };
1594
1589
 
1595
- declare type Props_19 = {
1590
+ declare type Props_18 = {
1596
1591
  alt: string;
1597
1592
  height?: string;
1598
1593
  isLazy?: boolean;
@@ -1601,6 +1596,13 @@ declare type Props_19 = {
1601
1596
  width?: string;
1602
1597
  };
1603
1598
 
1599
+ declare type Props_19 = {
1600
+ alt: string;
1601
+ isLazy: boolean;
1602
+ sources?: Source[];
1603
+ src?: string;
1604
+ };
1605
+
1604
1606
  declare type Props_2 = {
1605
1607
  heading?: string;
1606
1608
  isToast?: boolean;
@@ -1700,10 +1702,9 @@ declare type Props_29 = {
1700
1702
  };
1701
1703
 
1702
1704
  declare type Props_3 = {
1703
- alt: string;
1704
- isLazy: boolean;
1705
- sources?: Source[];
1706
- src?: string;
1705
+ iconLeading?: Icon;
1706
+ isFloating?: boolean;
1707
+ label: string;
1707
1708
  };
1708
1709
 
1709
1710
  declare type Props_30 = {
@@ -1717,20 +1718,14 @@ declare type Props_31 = {
1717
1718
  };
1718
1719
 
1719
1720
  declare type Props_4 = {
1720
- iconLeading?: Icon;
1721
- isFloating?: boolean;
1722
- label: string;
1723
- };
1724
-
1725
- declare type Props_5 = {
1726
1721
  years?: BadgeTrustedYears;
1727
1722
  };
1728
1723
 
1729
- declare type Props_6 = {
1724
+ declare type Props_5 = {
1730
1725
  breadCrumbs: BreadCrumb[];
1731
1726
  };
1732
1727
 
1733
- declare type Props_7 = {
1728
+ declare type Props_6 = {
1734
1729
  disabled?: boolean;
1735
1730
  element?: Element_2;
1736
1731
  href?: string;
@@ -1742,7 +1737,7 @@ declare type Props_7 = {
1742
1737
  size?: SizeButton;
1743
1738
  };
1744
1739
 
1745
- declare type Props_8 = {
1740
+ declare type Props_7 = {
1746
1741
  disabled?: boolean;
1747
1742
  element?: Element_2;
1748
1743
  href?: string;
@@ -1751,13 +1746,18 @@ declare type Props_8 = {
1751
1746
  priority?: Priority;
1752
1747
  };
1753
1748
 
1754
- declare type Props_9 = {
1749
+ declare type Props_8 = {
1755
1750
  disabled?: boolean;
1756
1751
  element?: ElementTextAsIcon;
1757
1752
  href?: string;
1758
1753
  label: string | number;
1759
1754
  };
1760
1755
 
1756
+ declare type Props_9 = {
1757
+ activeTab: number;
1758
+ tabs: Tab[];
1759
+ };
1760
+
1761
1761
  export declare type RangeData = {
1762
1762
  min: number | null;
1763
1763
  max: number | null;
@@ -1959,29 +1959,10 @@ isToast: boolean;
1959
1959
  default?(_: {}): any;
1960
1960
  }>;
1961
1961
 
1962
- export declare const TideBackgroundImage: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<Props_3>, {
1963
- alt: string;
1964
- isLazy: boolean;
1965
- sources: () => never[];
1966
- src: undefined;
1967
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<Props_3>, {
1968
- alt: string;
1969
- isLazy: boolean;
1970
- sources: () => never[];
1971
- src: undefined;
1972
- }>>>, {
1973
- alt: string;
1974
- isLazy: boolean;
1975
- sources: Source[];
1976
- src: string;
1977
- }, {}>, {
1978
- default?(_: {}): any;
1979
- }>;
1980
-
1981
- export declare const TideBadge: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToOption_4<Props_4>, {
1962
+ export declare const TideBadge: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<Props_3>, {
1982
1963
  iconLeading: undefined;
1983
1964
  isFloating: boolean;
1984
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToOption_4<Props_4>, {
1965
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToOption_3<Props_3>, {
1985
1966
  iconLeading: undefined;
1986
1967
  isFloating: boolean;
1987
1968
  }>>>, {
@@ -1989,23 +1970,23 @@ iconLeading: Icon;
1989
1970
  isFloating: boolean;
1990
1971
  }, {}>;
1991
1972
 
1992
- export declare const TideBadgeTrustedPartner: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<Props_5>, {
1973
+ export declare const TideBadgeTrustedPartner: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToOption_4<Props_4>, {
1993
1974
  years: "5";
1994
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<Props_5>, {
1975
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToOption_4<Props_4>, {
1995
1976
  years: "5";
1996
1977
  }>>>, {
1997
1978
  years: BadgeTrustedYears;
1998
1979
  }, {}>;
1999
1980
 
2000
- export declare const TideBreadCrumbs: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToOption_6<Props_6>, {
1981
+ export declare const TideBreadCrumbs: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<Props_5>, {
2001
1982
  breadCrumbs: undefined;
2002
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToOption_6<Props_6>, {
1983
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToOption_5<Props_5>, {
2003
1984
  breadCrumbs: undefined;
2004
1985
  }>>>, {
2005
1986
  breadCrumbs: BreadCrumb[];
2006
1987
  }, {}>;
2007
1988
 
2008
- export declare const TideButton: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToOption_7<Props_7>, {
1989
+ export declare const TideButton: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToOption_6<Props_6>, {
2009
1990
  disabled: boolean;
2010
1991
  element: "button";
2011
1992
  href: undefined;
@@ -2015,7 +1996,7 @@ isNewTab: boolean;
2015
1996
  label: undefined;
2016
1997
  priority: "primary";
2017
1998
  size: "large";
2018
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToOption_7<Props_7>, {
1999
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToOption_6<Props_6>, {
2019
2000
  disabled: boolean;
2020
2001
  element: "button";
2021
2002
  href: undefined;
@@ -2037,14 +2018,14 @@ iconLeading: Icon;
2037
2018
  iconTrailing: Icon;
2038
2019
  }, {}>;
2039
2020
 
2040
- export declare const TideButtonIcon: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToOption_8<Props_8>, {
2021
+ export declare const TideButtonIcon: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToOption_7<Props_7>, {
2041
2022
  disabled: boolean;
2042
2023
  element: "button";
2043
2024
  href: undefined;
2044
2025
  icon: undefined;
2045
2026
  isNewTab: boolean;
2046
2027
  priority: "primary";
2047
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToOption_8<Props_8>, {
2028
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToOption_7<Props_7>, {
2048
2029
  disabled: boolean;
2049
2030
  element: "button";
2050
2031
  href: undefined;
@@ -2060,12 +2041,12 @@ isNewTab: boolean;
2060
2041
  priority: Priority;
2061
2042
  }, {}>;
2062
2043
 
2063
- export declare const TideButtonPagination: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToOption_9<Props_9>, {
2044
+ export declare const TideButtonPagination: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToOption_8<Props_8>, {
2064
2045
  disabled: boolean;
2065
2046
  element: "button";
2066
2047
  href: undefined;
2067
2048
  label: undefined;
2068
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToOption_9<Props_9>, {
2049
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToOption_8<Props_8>, {
2069
2050
  disabled: boolean;
2070
2051
  element: "button";
2071
2052
  href: undefined;
@@ -2077,11 +2058,11 @@ element: ElementTextAsIcon;
2077
2058
  href: string;
2078
2059
  }, {}>;
2079
2060
 
2080
- export declare const TideButtonSegmented: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToOption_10<Props_10>, {
2061
+ export declare const TideButtonSegmented: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToOption_9<Props_9>, {
2081
2062
  activeTab: number;
2082
2063
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2083
2064
  change: (...args: any[]) => void;
2084
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToOption_10<Props_10>, {
2065
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToOption_9<Props_9>, {
2085
2066
  activeTab: number;
2086
2067
  }>>> & {
2087
2068
  onChange?: ((...args: any[]) => any) | undefined;
@@ -2089,13 +2070,13 @@ onChange?: ((...args: any[]) => any) | undefined;
2089
2070
  activeTab: number;
2090
2071
  }, {}>;
2091
2072
 
2092
- export declare const TideCard: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToOption_11<Props_11>, {
2073
+ export declare const TideCard: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToOption_10<Props_10>, {
2093
2074
  description: undefined;
2094
2075
  href: undefined;
2095
2076
  icon: undefined;
2096
2077
  selected: undefined;
2097
2078
  type: "informational";
2098
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToOption_11<Props_11>, {
2079
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToOption_10<Props_10>, {
2099
2080
  description: undefined;
2100
2081
  href: undefined;
2101
2082
  icon: undefined;
@@ -2109,7 +2090,7 @@ description: string;
2109
2090
  selected: boolean;
2110
2091
  }, {}>;
2111
2092
 
2112
- export declare const TideCarousel: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToOption_12<Props_12>, {
2093
+ export declare const TideCarousel: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToOption_11<Props_11>, {
2113
2094
  isFloating: boolean;
2114
2095
  isHideawayButtons: boolean;
2115
2096
  isTouchscreen: undefined;
@@ -2117,7 +2098,7 @@ subtitle: undefined;
2117
2098
  title: undefined;
2118
2099
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2119
2100
  change: (...args: any[]) => void;
2120
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToOption_12<Props_12>, {
2101
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToOption_11<Props_11>, {
2121
2102
  isFloating: boolean;
2122
2103
  isHideawayButtons: boolean;
2123
2104
  isTouchscreen: undefined;
@@ -2136,23 +2117,23 @@ subtitle: string;
2136
2117
  default?(_: {}): any;
2137
2118
  }>;
2138
2119
 
2139
- export declare const TideChipAction: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToOption_13<Props_13>, {
2120
+ export declare const TideChipAction: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToOption_12<Props_12>, {
2140
2121
  isNewTab: boolean;
2141
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToOption_13<Props_13>, {
2122
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToOption_12<Props_12>, {
2142
2123
  isNewTab: boolean;
2143
2124
  }>>>, {
2144
2125
  isNewTab: boolean;
2145
2126
  }, {}>;
2146
2127
 
2147
- export declare const TideChipFilter: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_TypePropsToOption_14<Props_14>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToOption_14<Props_14>>>, {}, {}>, {
2128
+ export declare const TideChipFilter: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_TypePropsToOption_13<Props_13>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToOption_13<Props_13>>>, {}, {}>, {
2148
2129
  default?(_: {}): any;
2149
2130
  }>;
2150
2131
 
2151
- export declare const TideChipInput: DefineComponent<__VLS_TypePropsToOption_15<Props_15>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToOption_15<Props_15>>>, {}, {}>;
2132
+ export declare const TideChipInput: DefineComponent<__VLS_TypePropsToOption_14<Props_14>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToOption_14<Props_14>>>, {}, {}>;
2152
2133
 
2153
- export declare const TideColumns: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToOption_16<Props_16>, {
2134
+ export declare const TideColumns: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToOption_15<Props_15>, {
2154
2135
  heading: string;
2155
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToOption_16<Props_16>, {
2136
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToOption_15<Props_15>, {
2156
2137
  heading: string;
2157
2138
  }>>>, {
2158
2139
  heading: string;
@@ -2163,30 +2144,30 @@ heading: string;
2163
2144
  section4?(_: {}): any;
2164
2145
  }>;
2165
2146
 
2166
- export declare const TideDivider: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToOption_17<Props_17>, {
2147
+ export declare const TideDivider: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToOption_16<Props_16>, {
2167
2148
  orientation: "horizontal";
2168
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToOption_17<Props_17>, {
2149
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToOption_16<Props_16>, {
2169
2150
  orientation: "horizontal";
2170
2151
  }>>>, {
2171
2152
  orientation: Orientation;
2172
2153
  }, {}>;
2173
2154
 
2174
- export declare const TideIcon: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToOption_18<Props_18>, {
2155
+ export declare const TideIcon: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToOption_17<Props_17>, {
2175
2156
  size: "small";
2176
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToOption_18<Props_18>, {
2157
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToOption_17<Props_17>, {
2177
2158
  size: "small";
2178
2159
  }>>>, {
2179
2160
  size: Size;
2180
2161
  }, {}>;
2181
2162
 
2182
- export declare const TideImage: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToOption_19<Props_19>, {
2163
+ export declare const TideImage: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToOption_18<Props_18>, {
2183
2164
  alt: string;
2184
2165
  height: undefined;
2185
2166
  isLazy: boolean;
2186
2167
  sources: () => never[];
2187
2168
  src: undefined;
2188
2169
  width: undefined;
2189
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToOption_19<Props_19>, {
2170
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToOption_18<Props_18>, {
2190
2171
  alt: string;
2191
2172
  height: undefined;
2192
2173
  isLazy: boolean;
@@ -2202,6 +2183,25 @@ sources: Source[];
2202
2183
  src: string;
2203
2184
  }, {}>;
2204
2185
 
2186
+ export declare const TideImageBackground: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToOption_19<Props_19>, {
2187
+ alt: string;
2188
+ isLazy: boolean;
2189
+ sources: () => never[];
2190
+ src: undefined;
2191
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToOption_19<Props_19>, {
2192
+ alt: string;
2193
+ isLazy: boolean;
2194
+ sources: () => never[];
2195
+ src: undefined;
2196
+ }>>>, {
2197
+ alt: string;
2198
+ isLazy: boolean;
2199
+ sources: Source[];
2200
+ src: string;
2201
+ }, {}>, {
2202
+ default?(_: {}): any;
2203
+ }>;
2204
+
2205
2205
  export declare const TideIndicator: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToOption_20<Props_20>, {
2206
2206
  label: undefined;
2207
2207
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToOption_20<Props_20>, {