tide-design-system 2.0.49 → 2.0.51
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/.eslintrc.cjs +29 -0
- package/.storybook/preview.ts +3 -3
- package/dist/css/realm/aero.css +6 -5
- package/dist/css/realm/atv.css +8 -7
- package/dist/css/realm/boatmart.css +2 -1
- package/dist/css/realm/cycle.css +25 -11
- package/dist/css/realm/equipment.css +12 -11
- package/dist/css/realm/pwc.css +2 -1
- package/dist/css/realm/rv.css +4 -4
- package/dist/css/realm/snow.css +12 -11
- package/dist/css/realm/truck.css +6 -5
- package/dist/style.css +1 -1
- package/dist/tide-design-system.cjs +2 -2
- package/dist/tide-design-system.esm.d.ts +9 -1
- package/dist/tide-design-system.esm.js +174 -170
- package/dist/utilities/storybook.ts +4 -5
- package/dist/utilities/validation.ts +3 -4
- package/index.ts +18 -19
- package/package.json +5 -1
- package/src/assets/css/realm/aero.css +6 -5
- package/src/assets/css/realm/atv.css +8 -7
- package/src/assets/css/realm/boatmart.css +2 -1
- package/src/assets/css/realm/cycle.css +25 -11
- package/src/assets/css/realm/equipment.css +12 -11
- package/src/assets/css/realm/pwc.css +2 -1
- package/src/assets/css/realm/rv.css +4 -4
- package/src/assets/css/realm/snow.css +12 -11
- package/src/assets/css/realm/truck.css +6 -5
- package/src/components/TideAlert.vue +5 -5
- package/src/components/TideBackgroundImage.vue +2 -2
- package/src/components/TideBadgePremium.vue +2 -2
- package/src/components/TideBadgeTrustedPartner.vue +3 -3
- package/src/components/TideBreadCrumbs.vue +4 -5
- package/src/components/TideButton.vue +7 -6
- package/src/components/TideButtonIcon.vue +5 -5
- package/src/components/TideButtonPagination.vue +3 -3
- package/src/components/TideCard.vue +4 -4
- package/src/components/TideCarousel.vue +1 -1
- package/src/components/TideChipAction.vue +1 -1
- package/src/components/TideChipInput.vue +1 -1
- package/src/components/TideDivider.vue +3 -2
- package/src/components/TideIcon.vue +6 -6
- package/src/components/TideImage.vue +10 -4
- package/src/components/TideInputCheckbox.vue +1 -1
- package/src/components/TideInputSelect.vue +4 -4
- package/src/components/TideInputText.vue +6 -6
- package/src/components/TideInputTextarea.vue +3 -3
- package/src/components/TideLink.vue +4 -4
- package/src/components/TideModal.vue +1 -1
- package/src/components/TidePagination.vue +1 -1
- package/src/components/TideSeoLinks.vue +2 -2
- package/src/components/TideTabs.vue +2 -2
- package/src/components/TideToggle.vue +1 -1
- package/src/docs/integration.md +1 -1
- package/src/stories/DemoCssUtilities.stories.ts +3 -3
- package/src/stories/FoundationsBorder.stories.ts +2 -2
- package/src/stories/FoundationsGap.stories.ts +2 -2
- package/src/stories/FoundationsGrid.stories.ts +2 -2
- package/src/stories/FoundationsMargin.stories.ts +2 -2
- package/src/stories/FoundationsPadding.stories.ts +2 -2
- package/src/stories/FoundationsShadow.stories.ts +2 -2
- package/src/stories/FoundationsTransparency.stories.ts +2 -2
- package/src/stories/FoundationsTypography.stories.ts +2 -2
- package/src/stories/TideAlert.stories.ts +1 -1
- package/src/stories/TideBackgroundImage.stories.ts +3 -4
- package/src/stories/TideBadgeTrustedPartner.stories.ts +1 -1
- package/src/stories/TideBreadCrumbs.stories.ts +2 -2
- package/src/stories/TideButton.stories.ts +1 -1
- package/src/stories/TideButtonIcon.stories.ts +2 -2
- package/src/stories/TideButtonPagination.stories.ts +1 -1
- package/src/stories/TideCard.stories.ts +1 -1
- package/src/stories/TideCarousel.stories.ts +2 -2
- package/src/stories/TideColumns.stories.ts +2 -2
- package/src/stories/TideDivider.stories.ts +1 -1
- package/src/stories/TideIcon.stories.ts +1 -1
- package/src/stories/TideImage.stories.ts +23 -4
- package/src/stories/TideInputSelect.stories.ts +2 -2
- package/src/stories/TideInputText.stories.ts +1 -1
- package/src/stories/TideLink.stories.ts +3 -3
- package/src/stories/TideModal.stories.ts +2 -2
- package/src/stories/TidePagination.stories.ts +1 -1
- package/src/stories/TideSeoLinks.stories.ts +2 -3
- package/src/stories/TideTabs.stories.ts +2 -2
- package/src/types/Realm.ts +1 -1
- package/src/utilities/storybook.ts +4 -5
- package/src/utilities/validation.ts +3 -4
- package/vite.config.ts +4 -4
|
@@ -1417,9 +1417,11 @@ declare type Props_16 = {
|
|
|
1417
1417
|
|
|
1418
1418
|
declare type Props_17 = {
|
|
1419
1419
|
alt: string;
|
|
1420
|
+
height?: string;
|
|
1420
1421
|
isLazy?: boolean;
|
|
1421
1422
|
sources?: Source[];
|
|
1422
1423
|
src?: string;
|
|
1424
|
+
width?: string;
|
|
1423
1425
|
};
|
|
1424
1426
|
|
|
1425
1427
|
declare type Props_18 = {
|
|
@@ -1591,7 +1593,7 @@ export declare const REALM: {
|
|
|
1591
1593
|
readonly ATV: "atv";
|
|
1592
1594
|
readonly BOATMART: "boatmart";
|
|
1593
1595
|
readonly CYCLE: "cycle";
|
|
1594
|
-
readonly
|
|
1596
|
+
readonly EQUIPMENT: "equipment";
|
|
1595
1597
|
readonly PWC: "pwc";
|
|
1596
1598
|
readonly RV: "rv";
|
|
1597
1599
|
readonly SNOW: "snow";
|
|
@@ -2024,15 +2026,21 @@ size: Size;
|
|
|
2024
2026
|
|
|
2025
2027
|
export declare const TideImage: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToOption_17<Props_17>, {
|
|
2026
2028
|
alt: string;
|
|
2029
|
+
height: undefined;
|
|
2027
2030
|
isLazy: boolean;
|
|
2028
2031
|
sources: () => never[];
|
|
2029
2032
|
src: undefined;
|
|
2033
|
+
width: undefined;
|
|
2030
2034
|
}>, any, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToOption_17<Props_17>, {
|
|
2031
2035
|
alt: string;
|
|
2036
|
+
height: undefined;
|
|
2032
2037
|
isLazy: boolean;
|
|
2033
2038
|
sources: () => never[];
|
|
2034
2039
|
src: undefined;
|
|
2040
|
+
width: undefined;
|
|
2035
2041
|
}>>>, {
|
|
2042
|
+
height: string;
|
|
2043
|
+
width: string;
|
|
2036
2044
|
alt: string;
|
|
2037
2045
|
isLazy: boolean;
|
|
2038
2046
|
sources: Source[];
|