@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.
Files changed (29) hide show
  1. package/dist/components/InputLabel/InputLabel.d.ts +2 -2
  2. package/dist/components/InputLabel/InputLabel.es.js.map +1 -1
  3. package/dist/components/LegacyTooltip/BrightHeader.es.js.map +1 -0
  4. package/dist/components/{Tooltip/Tooltip.d.ts → LegacyTooltip/LegacyTooltip.d.ts} +3 -3
  5. package/dist/components/{Tooltip/Tooltip.es.js → LegacyTooltip/LegacyTooltip.es.js} +35 -35
  6. package/dist/components/LegacyTooltip/LegacyTooltip.es.js.map +1 -0
  7. package/dist/components/LegacyTooltip/index.d.ts +2 -0
  8. package/dist/components/RadioList/RadioList.es.js +1 -1
  9. package/dist/components/RadioList/RadioList.es.js.map +1 -1
  10. package/dist/components/TextInput/TextInput.d.ts +2 -2
  11. package/dist/components/TextInput/TextInput.es.js +7 -7
  12. package/dist/components/TextInput/TextInput.es.js.map +1 -1
  13. package/dist/components/TooltipIcon/TooltipIcon.d.ts +2 -2
  14. package/dist/components/TooltipIcon/TooltipIcon.es.js +6 -6
  15. package/dist/components/TooltipIcon/TooltipIcon.es.js.map +1 -1
  16. package/dist/components/Tree/TreeItem/TreeItem.es.js +22 -22
  17. package/dist/components/Tree/TreeItem/TreeItem.es.js.map +1 -1
  18. package/dist/components/index.d.ts +1 -1
  19. package/dist/index.cjs.js +2 -2
  20. package/dist/index.cjs.js.map +1 -1
  21. package/dist/index.es.js +3 -3
  22. package/dist/index.umd.js +2 -2
  23. package/dist/index.umd.js.map +1 -1
  24. package/package.json +1 -1
  25. package/dist/components/Tooltip/BrightHeader.es.js.map +0 -1
  26. package/dist/components/Tooltip/Tooltip.es.js.map +0 -1
  27. package/dist/components/Tooltip/index.d.ts +0 -2
  28. /package/dist/components/{Tooltip → LegacyTooltip}/BrightHeader.d.ts +0 -0
  29. /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/Tooltip/BrightHeader.es.js";
180
- import { Tooltip as yc, TooltipAlignment as Rc, TooltipPosition as Ec } from "./components/Tooltip/Tooltip.es.js";
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,