tide-design-system 2.4.0 → 2.4.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.
- package/dist/style.css +1 -1
- package/dist/tide-design-system.cjs +2 -2
- package/dist/tide-design-system.esm.d.ts +2 -2
- package/dist/tide-design-system.esm.js +3 -3
- package/package.json +1 -1
- package/src/components/TideCard.vue +1 -1
- package/src/components/TideImage.vue +1 -1
- package/src/stories/FoundationsBorder.stories.ts +25 -13
|
@@ -964,7 +964,7 @@ declare type Props_10 = {
|
|
|
964
964
|
heading: string;
|
|
965
965
|
icon?: Icon;
|
|
966
966
|
selected?: boolean;
|
|
967
|
-
type
|
|
967
|
+
type?: CardType;
|
|
968
968
|
href?: string;
|
|
969
969
|
};
|
|
970
970
|
|
|
@@ -1009,7 +1009,7 @@ declare type Props_17 = {
|
|
|
1009
1009
|
};
|
|
1010
1010
|
|
|
1011
1011
|
declare type Props_18 = {
|
|
1012
|
-
alt
|
|
1012
|
+
alt?: string;
|
|
1013
1013
|
height?: string;
|
|
1014
1014
|
isLazy?: boolean;
|
|
1015
1015
|
objectFit?: ObjectFit;
|