tide-design-system 2.0.48 → 2.0.49

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.
@@ -1214,6 +1214,7 @@ export declare const ICON: {
1214
1214
  readonly AWARD_STAR: "award-star";
1215
1215
  readonly BED: "bed";
1216
1216
  readonly BOOKMARK: "bookmark";
1217
+ readonly BUNKHOUSE: "bunkhouse";
1217
1218
  readonly CALENDAR_MONTH: "calendar-month";
1218
1219
  readonly CALL: "call";
1219
1220
  readonly CHECK: "check";
@@ -1545,6 +1546,7 @@ declare type Props_6 = {
1545
1546
  isNewTab?: boolean;
1546
1547
  label: string;
1547
1548
  priority?: Priority;
1549
+ size?: SizeButton;
1548
1550
  };
1549
1551
 
1550
1552
  declare type Props_7 = {
@@ -1570,6 +1572,7 @@ declare type Props_9 = {
1570
1572
  iconPosition: CardIconPosition;
1571
1573
  selected?: boolean;
1572
1574
  type: CardType;
1575
+ href?: string;
1573
1576
  };
1574
1577
 
1575
1578
  export declare type RangeData = {
@@ -1646,6 +1649,13 @@ export declare const SIZE: {
1646
1649
 
1647
1650
  export declare type Size = (typeof SIZE)[keyof typeof SIZE];
1648
1651
 
1652
+ export declare const SIZE_BUTTON: {
1653
+ readonly LARGE: "large";
1654
+ readonly SMALL: "small";
1655
+ };
1656
+
1657
+ export declare type SizeButton = (typeof SIZE)[keyof typeof SIZE];
1658
+
1649
1659
  declare type Source = {
1650
1660
  media: Media;
1651
1661
  srcset: string;
@@ -1869,6 +1879,7 @@ iconTrailing: undefined;
1869
1879
  isNewTab: boolean;
1870
1880
  label: undefined;
1871
1881
  priority: "primary";
1882
+ size: "large";
1872
1883
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToOption_6<Props_6>, {
1873
1884
  disabled: boolean;
1874
1885
  element: "button";
@@ -1878,8 +1889,10 @@ iconTrailing: undefined;
1878
1889
  isNewTab: boolean;
1879
1890
  label: undefined;
1880
1891
  priority: "primary";
1892
+ size: "large";
1881
1893
  }>>>, {
1882
1894
  label: string;
1895
+ size: SizeButton;
1883
1896
  disabled: boolean;
1884
1897
  element: Element_2;
1885
1898
  href: string;
@@ -1931,12 +1944,14 @@ href: string;
1931
1944
 
1932
1945
  export declare const TideCard: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToOption_9<Props_9>, {
1933
1946
  description: undefined;
1947
+ href: undefined;
1934
1948
  icon: undefined;
1935
1949
  iconPosition: "left";
1936
1950
  selected: undefined;
1937
1951
  type: "informational";
1938
1952
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToOption_9<Props_9>, {
1939
1953
  description: undefined;
1954
+ href: undefined;
1940
1955
  icon: undefined;
1941
1956
  iconPosition: "left";
1942
1957
  selected: undefined;
@@ -1944,6 +1959,7 @@ type: "informational";
1944
1959
  }>>>, {
1945
1960
  type: CardType;
1946
1961
  icon: Icon;
1962
+ href: string;
1947
1963
  description: string;
1948
1964
  iconPosition: CardIconPosition;
1949
1965
  selected: boolean;