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.
- package/dist/IconBunkhouse-348a1518.cjs +2 -0
- package/dist/IconBunkhouse-e7cb965d.js +16 -0
- package/dist/css/dynamic-buttons.css +0 -12
- package/dist/css/reset.css +2 -1
- package/dist/css/utilities.css +5 -5
- package/dist/style.css +1 -1
- package/dist/tide-design-system.cjs +2 -2
- package/dist/tide-design-system.esm.d.ts +16 -0
- package/dist/tide-design-system.esm.js +279 -267
- package/dist/utilities/storybook.ts +2 -5
- package/index.ts +7 -5
- package/package.json +3 -1
- package/src/assets/css/dynamic-buttons.css +0 -12
- package/src/assets/css/reset.css +2 -1
- package/src/assets/css/utilities.css +5 -5
- package/src/assets/svg/icons/IconBunkhouse.svg +3 -0
- package/src/components/TideButton.vue +12 -7
- package/src/components/TideCard.vue +12 -4
- package/src/components/TideColumns.vue +3 -1
- package/src/components/TideInputSelect.vue +1 -1
- package/src/stories/FoundationsGap.stories.ts +6 -2
- package/src/stories/TideButton.stories.ts +10 -0
- package/src/stories/TideCard.stories.ts +8 -2
- package/src/stories/TideIcon.stories.ts +1 -2
- package/src/types/Field.ts +1 -1
- package/src/types/Form.ts +1 -1
- package/src/types/Icon.ts +1 -0
- package/src/types/Size.ts +7 -0
- package/src/utilities/storybook.ts +2 -5
- package/vite-env.d.ts +2 -0
- package/vite.config.ts +2 -2
|
@@ -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;
|