@frontify/fondue 12.0.0-beta.302 → 12.0.0-beta.304
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/InputLabel/InputLabel.d.ts +2 -2
- package/dist/components/InputLabel/InputLabel.es.js.map +1 -1
- package/dist/components/LegacyTooltip/BrightHeader.es.js.map +1 -0
- package/dist/components/{Tooltip/Tooltip.d.ts → LegacyTooltip/LegacyTooltip.d.ts} +3 -3
- package/dist/components/{Tooltip/Tooltip.es.js → LegacyTooltip/LegacyTooltip.es.js} +35 -35
- package/dist/components/LegacyTooltip/LegacyTooltip.es.js.map +1 -0
- package/dist/components/LegacyTooltip/index.d.ts +2 -0
- package/dist/components/RadioList/RadioList.es.js +1 -1
- package/dist/components/RadioList/RadioList.es.js.map +1 -1
- package/dist/components/TextInput/TextInput.d.ts +2 -2
- package/dist/components/TextInput/TextInput.es.js +7 -7
- package/dist/components/TextInput/TextInput.es.js.map +1 -1
- package/dist/components/TooltipIcon/TooltipIcon.d.ts +2 -2
- package/dist/components/TooltipIcon/TooltipIcon.es.js +6 -6
- package/dist/components/TooltipIcon/TooltipIcon.es.js.map +1 -1
- package/dist/components/Tree/TreeItem/TreeItem.es.js +22 -22
- package/dist/components/Tree/TreeItem/TreeItem.es.js.map +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/Tooltip/BrightHeader.es.js.map +0 -1
- package/dist/components/Tooltip/Tooltip.es.js.map +0 -1
- package/dist/components/Tooltip/index.d.ts +0 -2
- /package/dist/components/{Tooltip → LegacyTooltip}/BrightHeader.d.ts +0 -0
- /package/dist/components/{Tooltip → LegacyTooltip}/BrightHeader.es.js +0 -0
package/dist/index.es.js
CHANGED
|
@@ -176,8 +176,8 @@ import { TextInput as ic, TextInputType as Cc } from "./components/TextInput/Tex
|
|
|
176
176
|
import { Textarea as Sc } from "./components/Textarea/Textarea.es.js";
|
|
177
177
|
import { Toast as kc } from "./components/Toast/Toast.es.js";
|
|
178
178
|
import { ToastAnimationDirection as hc, ToastStyle as Lc, toastStylesBackgroundColorsMap as wc } from "./components/Toast/types.es.js";
|
|
179
|
-
import { BrightHeader as Mc, BrightHeaderStyle as bc, brightHeaderArrowBackgroundColors as Fc, brightHeaderBackgroundColors as Pc } from "./components/
|
|
180
|
-
import {
|
|
179
|
+
import { BrightHeader as Mc, BrightHeaderStyle as bc, brightHeaderArrowBackgroundColors as Fc, brightHeaderBackgroundColors as Pc } from "./components/LegacyTooltip/BrightHeader.es.js";
|
|
180
|
+
import { LegacyTooltip as yc, TooltipAlignment as Rc, TooltipPosition as Ec } from "./components/LegacyTooltip/LegacyTooltip.es.js";
|
|
181
181
|
import { TooltipIcon as Hc, TooltipIconTriggerStyle as _c } from "./components/TooltipIcon/TooltipIcon.es.js";
|
|
182
182
|
import { Tree as vc } from "./components/Tree/Tree.es.js";
|
|
183
183
|
import { DragHandle as Uc } from "./components/Tree/TreeItem/DragHandle.es.js";
|
|
@@ -4115,6 +4115,7 @@ export {
|
|
|
4115
4115
|
ff as LI_CLASSNAMES,
|
|
4116
4116
|
Ne as LegacyFlyoutFooter,
|
|
4117
4117
|
Dxo as LegacyStack,
|
|
4118
|
+
yc as LegacyTooltip,
|
|
4118
4119
|
fr as LinkChooser,
|
|
4119
4120
|
Za as LinkPlugin,
|
|
4120
4121
|
ef as ListItemContentMarkupElement,
|
|
@@ -4241,7 +4242,6 @@ export {
|
|
|
4241
4242
|
kc as Toast,
|
|
4242
4243
|
hc as ToastAnimationDirection,
|
|
4243
4244
|
Lc as ToastStyle,
|
|
4244
|
-
yc as Tooltip,
|
|
4245
4245
|
Rc as TooltipAlignment,
|
|
4246
4246
|
Hc as TooltipIcon,
|
|
4247
4247
|
_c as TooltipIconTriggerStyle,
|