@frontify/fondue 12.0.0-beta.215 → 12.0.0-beta.217
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/components/Table/Table.es.js +10 -10
- package/dist/components/Table/Table.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/layout/LegacyStack/LegacyStack.d.ts +18 -0
- package/dist/layout/{Stack/Stack.es.js → LegacyStack/LegacyStack.es.js} +23 -22
- package/dist/layout/LegacyStack/LegacyStack.es.js.map +1 -0
- package/dist/layout/LegacyStack/index.d.ts +1 -0
- package/dist/layout/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/layout/Stack/Stack.d.ts +0 -17
- package/dist/layout/Stack/Stack.es.js.map +0 -1
- package/dist/layout/Stack/index.d.ts +0 -1
package/dist/index.es.js
CHANGED
|
@@ -2027,7 +2027,7 @@ import { PatternDesign as jso, patternDesigns as Vso } from "./foundation/Patter
|
|
|
2027
2027
|
import { useClickOutside as Wso } from "./hooks/useClickOutside.es.js";
|
|
2028
2028
|
import { useMemoizedId as Jso } from "./hooks/useMemoizedId.es.js";
|
|
2029
2029
|
import { useCopy as Yso } from "./hooks/useCopy.es.js";
|
|
2030
|
-
import {
|
|
2030
|
+
import { LegacyStack as Xso } from "./layout/LegacyStack/LegacyStack.es.js";
|
|
2031
2031
|
import { ColorFormat as $so } from "./types/colors.es.js";
|
|
2032
2032
|
import { Code as emo } from "./typography/Code/Code.es.js";
|
|
2033
2033
|
import { Heading as tmo } from "./typography/Heading/Heading.es.js";
|
|
@@ -4040,6 +4040,7 @@ export {
|
|
|
4040
4040
|
_t as KEY_ELEMENT_BREAK_AFTER_COLUMN,
|
|
4041
4041
|
Ja as LIST_PLUGIN,
|
|
4042
4042
|
ke as LegacyFlyoutFooter,
|
|
4043
|
+
Xso as LegacyStack,
|
|
4043
4044
|
Oe as LinkChooser,
|
|
4044
4045
|
Ga as LinkPlugin,
|
|
4045
4046
|
Ue as LoadingBar,
|
|
@@ -4126,7 +4127,6 @@ export {
|
|
|
4126
4127
|
Vl as SliderError,
|
|
4127
4128
|
Ha as SoftBreakPlugin,
|
|
4128
4129
|
Yl as SortDirection,
|
|
4129
|
-
Xso as Stack,
|
|
4130
4130
|
Uf as StrikethroughMarkupElement,
|
|
4131
4131
|
jf as StrikethroughMarkupElementNode,
|
|
4132
4132
|
Gf as StrikethroughPlugin,
|