@algolia/satellite 1.0.0-beta.177 → 1.0.0-beta.179

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 (106) hide show
  1. package/README.md +1 -1
  2. package/cjs/AutoComplete/AutoComplete.js +2 -2
  3. package/cjs/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
  4. package/cjs/AutoComplete/components/AutoCompleteEmptyState.js +2 -2
  5. package/cjs/Banners/Alert/Alert.js +7 -7
  6. package/cjs/Banners/Promote/Promote.js +2 -2
  7. package/cjs/Banners/SystemNotification/SystemNotification.d.ts +13 -0
  8. package/cjs/Banners/{BigBertha/BigBertha.js → SystemNotification/SystemNotification.js} +9 -8
  9. package/cjs/Banners/SystemNotification/index.d.ts +2 -0
  10. package/cjs/Banners/{BigBertha → SystemNotification}/index.js +5 -5
  11. package/cjs/Banners/index.d.ts +1 -1
  12. package/cjs/Banners/index.js +4 -4
  13. package/cjs/Card/components/CardTitle.d.ts +3 -2
  14. package/cjs/Card/components/CardTitle.js +4 -2
  15. package/cjs/Checkbox/Checkbox.js +2 -2
  16. package/cjs/DatePicker/DatePicker.tailwind.js +1 -1
  17. package/cjs/DatePicker/components/Display.js +2 -2
  18. package/cjs/DatePicker/components/NavBar.js +3 -3
  19. package/cjs/Dropdown/DropdownButton.js +2 -2
  20. package/cjs/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.js +3 -3
  21. package/cjs/Dropdown/components/DropdownLinkItem.js +2 -2
  22. package/cjs/Dropzone/Dropzone.js +5 -5
  23. package/cjs/Field/Field.js +3 -3
  24. package/cjs/Icons/index.d.ts +1 -1
  25. package/cjs/Icons/index.js +312 -306
  26. package/cjs/Input/Input.js +7 -7
  27. package/cjs/KeyboardKey/KeyboardKey.js +6 -6
  28. package/cjs/Link/ButtonLink.js +2 -2
  29. package/cjs/Link/Link.js +2 -2
  30. package/cjs/MenuButton/components/DefaultTrigger.js +2 -2
  31. package/cjs/MenuButton/components/collapsible/CollapsibleItem.js +2 -2
  32. package/cjs/MenuButton/components/items/LinkItem.js +2 -2
  33. package/cjs/MenuButton/components/items/RadioItem.js +2 -2
  34. package/cjs/Modal/Modal.js +2 -2
  35. package/cjs/Pagination/CompactPagination/CompactPagination.js +5 -5
  36. package/cjs/Pagination/Pagination/Pagination.js +3 -3
  37. package/cjs/Popover/Popover.js +2 -2
  38. package/cjs/RadioGroup/RadioButton.d.ts +1 -1
  39. package/cjs/Sidebar/SidebarButtonLink.js +2 -2
  40. package/cjs/Sidebar/SidebarLink.js +2 -2
  41. package/cjs/Sidebar/SidebarLinksGroup/SidebarGroupLink.js +2 -2
  42. package/cjs/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
  43. package/cjs/Sidebar/SidebarLinksGroup/SidebarLinksGroup.js +2 -2
  44. package/cjs/Tables/DataTable/components/HeaderCell.js +4 -4
  45. package/cjs/Tag/Tag.js +3 -3
  46. package/cjs/Toast/Toast.d.ts +1 -1
  47. package/cjs/Toast/Toast.js +5 -3
  48. package/cjs/Toast/types.d.ts +4 -4
  49. package/cjs/styles/helpers/icons.js +2 -2
  50. package/cjs/utils/isCssPropertySupported.d.ts +1 -1
  51. package/esm/AutoComplete/AutoComplete.js +2 -2
  52. package/esm/AutoComplete/components/AutoCompleteEmptyState.d.ts +1 -1
  53. package/esm/AutoComplete/components/AutoCompleteEmptyState.js +2 -2
  54. package/esm/Banners/Alert/Alert.js +7 -7
  55. package/esm/Banners/Promote/Promote.js +2 -2
  56. package/esm/Banners/SystemNotification/SystemNotification.d.ts +13 -0
  57. package/esm/Banners/{BigBertha/BigBertha.js → SystemNotification/SystemNotification.js} +8 -7
  58. package/esm/Banners/SystemNotification/index.d.ts +2 -0
  59. package/esm/Banners/SystemNotification/index.js +2 -0
  60. package/esm/Banners/index.d.ts +1 -1
  61. package/esm/Banners/index.js +1 -1
  62. package/esm/Card/components/CardTitle.d.ts +3 -2
  63. package/esm/Card/components/CardTitle.js +4 -2
  64. package/esm/Checkbox/Checkbox.js +2 -2
  65. package/esm/DatePicker/DatePicker.tailwind.js +1 -1
  66. package/esm/DatePicker/components/Display.js +2 -2
  67. package/esm/DatePicker/components/NavBar.js +3 -3
  68. package/esm/Dropdown/DropdownButton.js +2 -2
  69. package/esm/Dropdown/components/DropdownCollapsibleItem/DropdownCollapsibleItem.js +3 -3
  70. package/esm/Dropdown/components/DropdownLinkItem.js +2 -2
  71. package/esm/Dropzone/Dropzone.js +5 -5
  72. package/esm/Field/Field.js +3 -3
  73. package/esm/Icons/index.d.ts +1 -1
  74. package/esm/Icons/index.js +1 -1
  75. package/esm/Input/Input.js +7 -7
  76. package/esm/KeyboardKey/KeyboardKey.js +6 -6
  77. package/esm/Link/ButtonLink.js +2 -2
  78. package/esm/Link/Link.js +2 -2
  79. package/esm/MenuButton/components/DefaultTrigger.js +2 -2
  80. package/esm/MenuButton/components/collapsible/CollapsibleItem.js +2 -2
  81. package/esm/MenuButton/components/items/LinkItem.js +2 -2
  82. package/esm/MenuButton/components/items/RadioItem.js +2 -2
  83. package/esm/Modal/Modal.js +2 -2
  84. package/esm/Pagination/CompactPagination/CompactPagination.js +5 -5
  85. package/esm/Pagination/Pagination/Pagination.js +3 -3
  86. package/esm/Popover/Popover.js +2 -2
  87. package/esm/RadioGroup/RadioButton.d.ts +1 -1
  88. package/esm/Sidebar/SidebarButtonLink.js +2 -2
  89. package/esm/Sidebar/SidebarLink.js +2 -2
  90. package/esm/Sidebar/SidebarLinksGroup/SidebarGroupLink.js +2 -2
  91. package/esm/Sidebar/SidebarLinksGroup/SidebarLinksGroup.d.ts +1 -1
  92. package/esm/Sidebar/SidebarLinksGroup/SidebarLinksGroup.js +2 -2
  93. package/esm/Tables/DataTable/components/HeaderCell.js +4 -4
  94. package/esm/Tag/Tag.js +3 -3
  95. package/esm/Toast/Toast.d.ts +1 -1
  96. package/esm/Toast/Toast.js +5 -3
  97. package/esm/Toast/types.d.ts +4 -4
  98. package/esm/styles/helpers/icons.js +3 -3
  99. package/esm/utils/isCssPropertySupported.d.ts +1 -1
  100. package/package.json +3 -3
  101. package/satellite.min.css +1 -1
  102. package/cjs/Banners/BigBertha/BigBertha.d.ts +0 -13
  103. package/cjs/Banners/BigBertha/index.d.ts +0 -2
  104. package/esm/Banners/BigBertha/BigBertha.d.ts +0 -13
  105. package/esm/Banners/BigBertha/index.d.ts +0 -2
  106. package/esm/Banners/BigBertha/index.js +0 -2
@@ -1,2 +1,2 @@
1
- declare const isCssPropertySupported: <P extends number | typeof Symbol.iterator | "filter" | "fill" | "font" | "clipPath" | "marker" | "mask" | "translate" | "color" | "grid" | "all" | "top" | "left" | "right" | "bottom" | "height" | "width" | "content" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "cursor" | "direction" | "display" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "imageRendering" | "letterSpacing" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "offset" | "opacity" | "order" | "overflow" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "textDecoration" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "wordSpacing" | "writingMode" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "animation" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "clear" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "counterIncrement" | "counterReset" | "counterSet" | "cssFloat" | "cssText" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFeatureSettings" | "fontKerning" | "fontOpticalSizing" | "fontSynthesis" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "gap" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hyphens" | "imageOrientation" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "lineBreak" | "lineHeight" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maskType" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetRotate" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowWrap" | "overflowX" | "overflowY" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "position" | "quotes" | "resize" | "rowGap" | "rubyPosition" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollbarGutter" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textOrientation" | "textOverflow" | "textShadow" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "touchAction" | "transformBox" | "transformOrigin" | "transformStyle" | "transition" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "webkitAlignContent" | "webkitAlignItems" | "webkitAlignSelf" | "webkitAnimation" | "webkitAnimationDelay" | "webkitAnimationDirection" | "webkitAnimationDuration" | "webkitAnimationFillMode" | "webkitAnimationIterationCount" | "webkitAnimationName" | "webkitAnimationPlayState" | "webkitAnimationTimingFunction" | "webkitAppearance" | "webkitBackfaceVisibility" | "webkitBackgroundClip" | "webkitBackgroundOrigin" | "webkitBackgroundSize" | "webkitBorderBottomLeftRadius" | "webkitBorderBottomRightRadius" | "webkitBorderRadius" | "webkitBorderTopLeftRadius" | "webkitBorderTopRightRadius" | "webkitBoxAlign" | "webkitBoxFlex" | "webkitBoxOrdinalGroup" | "webkitBoxOrient" | "webkitBoxPack" | "webkitBoxShadow" | "webkitBoxSizing" | "webkitFilter" | "webkitFlex" | "webkitFlexBasis" | "webkitFlexDirection" | "webkitFlexFlow" | "webkitFlexGrow" | "webkitFlexShrink" | "webkitFlexWrap" | "webkitJustifyContent" | "webkitLineClamp" | "webkitMask" | "webkitMaskBoxImage" | "webkitMaskBoxImageOutset" | "webkitMaskBoxImageRepeat" | "webkitMaskBoxImageSlice" | "webkitMaskBoxImageSource" | "webkitMaskBoxImageWidth" | "webkitMaskClip" | "webkitMaskComposite" | "webkitMaskImage" | "webkitMaskOrigin" | "webkitMaskPosition" | "webkitMaskRepeat" | "webkitMaskSize" | "webkitOrder" | "webkitPerspective" | "webkitPerspectiveOrigin" | "webkitTextFillColor" | "webkitTextStroke" | "webkitTextStrokeColor" | "webkitTextStrokeWidth" | "webkitTransform" | "webkitTransformOrigin" | "webkitTransformStyle" | "webkitTransition" | "webkitTransitionDelay" | "webkitTransitionDuration" | "webkitTransitionProperty" | "webkitTransitionTimingFunction" | "webkitUserSelect" | "whiteSpace" | "widows" | "willChange" | "wordBreak" | "wordWrap" | "zIndex" | "getPropertyPriority" | "getPropertyValue" | "item" | "removeProperty" | "setProperty">(prop: P, value: CSSStyleDeclaration[P]) => boolean;
1
+ declare const isCssPropertySupported: <P extends number | typeof Symbol.iterator | "filter" | "fill" | "font" | "clipPath" | "marker" | "mask" | "translate" | "color" | "grid" | "all" | "width" | "height" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "cursor" | "direction" | "display" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "imageRendering" | "letterSpacing" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "offset" | "opacity" | "order" | "overflow" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "textDecoration" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "wordSpacing" | "writingMode" | "top" | "left" | "right" | "bottom" | "content" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "animation" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caretColor" | "clear" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "counterIncrement" | "counterReset" | "counterSet" | "cssFloat" | "cssText" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFeatureSettings" | "fontKerning" | "fontOpticalSizing" | "fontSynthesis" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "gap" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hyphens" | "imageOrientation" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "lineBreak" | "lineHeight" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maskType" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetRotate" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowAnchor" | "overflowWrap" | "overflowX" | "overflowY" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "position" | "quotes" | "resize" | "rowGap" | "rubyPosition" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollbarGutter" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textOrientation" | "textOverflow" | "textShadow" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "touchAction" | "transformBox" | "transformOrigin" | "transformStyle" | "transition" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "webkitAlignContent" | "webkitAlignItems" | "webkitAlignSelf" | "webkitAnimation" | "webkitAnimationDelay" | "webkitAnimationDirection" | "webkitAnimationDuration" | "webkitAnimationFillMode" | "webkitAnimationIterationCount" | "webkitAnimationName" | "webkitAnimationPlayState" | "webkitAnimationTimingFunction" | "webkitAppearance" | "webkitBackfaceVisibility" | "webkitBackgroundClip" | "webkitBackgroundOrigin" | "webkitBackgroundSize" | "webkitBorderBottomLeftRadius" | "webkitBorderBottomRightRadius" | "webkitBorderRadius" | "webkitBorderTopLeftRadius" | "webkitBorderTopRightRadius" | "webkitBoxAlign" | "webkitBoxFlex" | "webkitBoxOrdinalGroup" | "webkitBoxOrient" | "webkitBoxPack" | "webkitBoxShadow" | "webkitBoxSizing" | "webkitFilter" | "webkitFlex" | "webkitFlexBasis" | "webkitFlexDirection" | "webkitFlexFlow" | "webkitFlexGrow" | "webkitFlexShrink" | "webkitFlexWrap" | "webkitJustifyContent" | "webkitLineClamp" | "webkitMask" | "webkitMaskBoxImage" | "webkitMaskBoxImageOutset" | "webkitMaskBoxImageRepeat" | "webkitMaskBoxImageSlice" | "webkitMaskBoxImageSource" | "webkitMaskBoxImageWidth" | "webkitMaskClip" | "webkitMaskComposite" | "webkitMaskImage" | "webkitMaskOrigin" | "webkitMaskPosition" | "webkitMaskRepeat" | "webkitMaskSize" | "webkitOrder" | "webkitPerspective" | "webkitPerspectiveOrigin" | "webkitTextFillColor" | "webkitTextStroke" | "webkitTextStrokeColor" | "webkitTextStrokeWidth" | "webkitTransform" | "webkitTransformOrigin" | "webkitTransformStyle" | "webkitTransition" | "webkitTransitionDelay" | "webkitTransitionDuration" | "webkitTransitionProperty" | "webkitTransitionTimingFunction" | "webkitUserSelect" | "whiteSpace" | "widows" | "willChange" | "wordBreak" | "wordWrap" | "zIndex" | "getPropertyPriority" | "getPropertyValue" | "item" | "removeProperty" | "setProperty">(prop: P, value: CSSStyleDeclaration[P]) => boolean;
2
2
  export default isCssPropertySupported;
@@ -8,13 +8,13 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
8
8
  import cx from "clsx";
9
9
  import { useCombobox, useMultipleSelection } from "downshift";
10
10
  import { useEffect, useMemo, useRef, useState } from "react";
11
- import { X } from "react-feather";
12
11
  import { usePopper } from "react-popper";
13
12
  import useMeasure from "react-use/lib/useMeasure";
14
13
  import usePrevious from "react-use/lib/usePrevious";
15
14
  import { Card } from "../Card";
16
15
  import { ClickAwayContainer } from "../ClickAwayContainer";
17
16
  import { useField } from "../Field";
17
+ import { XIcon } from "../Icons";
18
18
  import { useCreatePortal, useLocale } from "../Satellite";
19
19
  import ScrollIndicator from "../ScrollIndicator";
20
20
  import stl from "../styles/helpers/satellitePrefixer";
@@ -368,7 +368,7 @@ export var AutoComplete = function AutoComplete(_ref) {
368
368
  multipleSelection.setSelectedItems([]);
369
369
  },
370
370
  "aria-label": locale.clearInputButton,
371
- children: /*#__PURE__*/_jsx(X, {
371
+ children: /*#__PURE__*/_jsx(XIcon, {
372
372
  size: ".75rem"
373
373
  })
374
374
  })]
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode, VFC } from "react";
2
- import type { IconComponentType } from "../../Icons";
2
+ import { type IconComponentType } from "../../Icons";
3
3
  import type { MedallionVariant } from "../../Medallion";
4
4
  export interface AutoCompleteEmptyStateProps {
5
5
  icon?: IconComponentType;
@@ -1,13 +1,13 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3;
3
- import { X } from "react-feather";
3
+ import { XIcon } from "../../Icons";
4
4
  import { Medallion } from "../../Medallion";
5
5
  import stl from "../../styles/helpers/satellitePrefixer";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  import { jsxs as _jsxs } from "react/jsx-runtime";
8
8
  export var AutoCompleteEmptyState = function AutoCompleteEmptyState(_ref) {
9
9
  var _ref$icon = _ref.icon,
10
- icon = _ref$icon === void 0 ? X : _ref$icon,
10
+ icon = _ref$icon === void 0 ? XIcon : _ref$icon,
11
11
  _ref$variant = _ref.variant,
12
12
  variant = _ref$variant === void 0 ? "grey" : _ref$variant,
13
13
  title = _ref.title,
@@ -1,8 +1,8 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24;
3
3
  import cx from "clsx";
4
- import { AlertCircle, AlertOctagon, AlertTriangle, CheckCircle, X } from "react-feather";
5
4
  import { IconButton } from "../../Button";
5
+ import { AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, CheckCircleIcon, XIcon } from "../../Icons";
6
6
  import stl from "../../styles/helpers/satellitePrefixer";
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
8
8
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -22,11 +22,11 @@ var BORDER_CLASSNAMES = {
22
22
  red: stl(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["border-red-200"])))
23
23
  };
24
24
  var ICON_VARIANTS = {
25
- grey: AlertCircle,
26
- accent: AlertCircle,
27
- green: CheckCircle,
28
- orange: AlertTriangle,
29
- red: AlertOctagon
25
+ grey: AlertCircleIcon,
26
+ accent: AlertCircleIcon,
27
+ green: CheckCircleIcon,
28
+ orange: AlertTriangleIcon,
29
+ red: AlertOctagonIcon
30
30
  };
31
31
  var ICON_CLASSNAME_VARIANTS = {
32
32
  grey: stl(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["text-grey-600"]))),
@@ -73,7 +73,7 @@ export var Alert = function Alert(_ref) {
73
73
  }), onDismiss && /*#__PURE__*/_jsx("span", {
74
74
  className: stl(_templateObject24 || (_templateObject24 = _taggedTemplateLiteral(["absolute right-1.5 top-1.5"]))),
75
75
  children: /*#__PURE__*/_jsx(IconButton, {
76
- icon: X,
76
+ icon: XIcon,
77
77
  title: "Close",
78
78
  variant: "subtle",
79
79
  size: "small",
@@ -1,9 +1,9 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12;
3
3
  import cx from "clsx";
4
- import { X } from "react-feather";
5
4
  import { IconButton } from "../../Button";
6
5
  import Card from "../../Card";
6
+ import { XIcon } from "../../Icons";
7
7
  import stl from "../../styles/helpers/satellitePrefixer";
8
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
9
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -59,7 +59,7 @@ export var Promote = function Promote(_ref) {
59
59
  }), onDismiss && /*#__PURE__*/_jsx("span", {
60
60
  className: stl(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["absolute top-2 right-2"]))),
61
61
  children: /*#__PURE__*/_jsx(IconButton, {
62
- icon: X,
62
+ icon: XIcon,
63
63
  title: "Close",
64
64
  variant: "subtle",
65
65
  size: "small",
@@ -0,0 +1,13 @@
1
+ import type { ReactNode, VFC } from "react";
2
+ import type { IconComponentType } from "../../Icons";
3
+ export interface SystemNotificationProps {
4
+ icon?: IconComponentType;
5
+ children: ReactNode;
6
+ }
7
+ /**
8
+ * The `SystemNotification` component is a top-of-page alert for critical system messages, updates, and urgent warnings.
9
+ *
10
+ * See the [System Notification documentation page](https://satellite.algolia.com/components/feedback/system-notification) for more information.
11
+ */
12
+ export declare const SystemNotification: VFC<SystemNotificationProps>;
13
+ export default SystemNotification;
@@ -1,22 +1,23 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3;
3
- import { AlertCircle } from "react-feather";
3
+ import { AlertCircleIcon } from "../../Icons";
4
4
  import stl from "../../styles/helpers/satellitePrefixer";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  import { jsxs as _jsxs } from "react/jsx-runtime";
7
7
  /**
8
- * The `BigBertha` component is a top-of-page alert for critical system messages, updates, and urgent warnings.
8
+ * The `SystemNotification` component is a top-of-page alert for critical system messages, updates, and urgent warnings.
9
9
  *
10
- * See the [Big Bertha documentation page](https://satellite.algolia.com/components/feedback/big-bertha) for more information.
10
+ * See the [System Notification documentation page](https://satellite.algolia.com/components/feedback/system-notification) for more information.
11
11
  */
12
- export var BigBertha = function BigBertha(_ref) {
12
+ export var SystemNotification = function SystemNotification(_ref) {
13
13
  var icon = _ref.icon,
14
14
  children = _ref.children;
15
- var InternalIcon = icon || AlertCircle;
15
+ var InternalIcon = icon || AlertCircleIcon;
16
16
  return /*#__PURE__*/_jsxs("div", {
17
17
  className: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["flex items-center justify-center space-x-4 bg-accent-600 text-white w-full p-4"]))),
18
18
  children: [/*#__PURE__*/_jsx(InternalIcon, {
19
- size: "1rem",
19
+ height: "1rem",
20
+ width: "1rem",
20
21
  className: stl(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["shrink-0"])))
21
22
  }), /*#__PURE__*/_jsx("span", {
22
23
  className: stl(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["display-body"]))),
@@ -24,4 +25,4 @@ export var BigBertha = function BigBertha(_ref) {
24
25
  })]
25
26
  });
26
27
  };
27
- export default BigBertha;
28
+ export default SystemNotification;
@@ -0,0 +1,2 @@
1
+ export * from "./SystemNotification";
2
+ export { default } from "./SystemNotification";
@@ -0,0 +1,2 @@
1
+ export * from "./SystemNotification";
2
+ export { default } from "./SystemNotification";
@@ -1,3 +1,3 @@
1
1
  export * from "./Alert";
2
- export * from "./BigBertha";
2
+ export * from "./SystemNotification";
3
3
  export * from "./Promote";
@@ -1,3 +1,3 @@
1
1
  export * from "./Alert";
2
- export * from "./BigBertha";
2
+ export * from "./SystemNotification";
3
3
  export * from "./Promote";
@@ -1,6 +1,7 @@
1
- import type { ReactNode, VFC } from "react";
1
+ import type { VFC } from "react";
2
+ declare type Headings = "h2" | "h3" | "h4" | "h5" | "h6";
2
3
  export declare type CardTitleProps = JSX.IntrinsicElements["h2"] & {
3
- children: ReactNode;
4
+ as?: Headings;
4
5
  };
5
6
  export declare const CardTitle: VFC<CardTitleProps>;
6
7
  export default CardTitle;
@@ -2,7 +2,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
2
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
3
3
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
4
  var _templateObject;
5
- var _excluded = ["className", "children"];
5
+ var _excluded = ["className", "children", "as"];
6
6
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
7
7
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
8
8
  import cx from "clsx";
@@ -11,8 +11,10 @@ import { jsx as _jsx } from "react/jsx-runtime";
11
11
  export var CardTitle = function CardTitle(_ref) {
12
12
  var className = _ref.className,
13
13
  children = _ref.children,
14
+ _ref$as = _ref.as,
15
+ Heading = _ref$as === void 0 ? "h2" : _ref$as,
14
16
  props = _objectWithoutProperties(_ref, _excluded);
15
- return /*#__PURE__*/_jsx("h2", _objectSpread(_objectSpread({}, props), {}, {
17
+ return /*#__PURE__*/_jsx(Heading, _objectSpread(_objectSpread({}, props), {}, {
16
18
  className: cx(stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["typo-display-heading"]))), className),
17
19
  children: children
18
20
  }));
@@ -8,8 +8,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
8
8
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
9
9
  import cx from "clsx";
10
10
  import { forwardRef, useMemo, useState } from "react";
11
- import { Check, Minus } from "react-feather";
12
11
  import { useField } from "../Field";
12
+ import { CheckIcon, MinusIcon } from "../Icons";
13
13
  import stl from "../styles/helpers/satellitePrefixer";
14
14
  import isRenderedChild from "../utils/isRenderedChild";
15
15
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -51,7 +51,7 @@ export var Checkbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
51
51
  internalChecked = _useState2[0],
52
52
  setInternalChecked = _useState2[1];
53
53
  var isChecked = Boolean(isControlled ? checked : internalChecked);
54
- var CheckboxIcon = indeterminate ? Minus : Check;
54
+ var CheckboxIcon = indeterminate ? MinusIcon : CheckIcon;
55
55
  var handleChange = function handleChange(evt) {
56
56
  if (checkboxProps.onChange) {
57
57
  checkboxProps.onChange(evt);
@@ -23,7 +23,7 @@ var datePickerPlugin = plugin(function (_ref) {
23
23
  };
24
24
  addComponents((_addComponents = {
25
25
  ".rdp-year": {
26
- // ChevronDown svg from react-feather,
26
+ // ChevronDown svg from lucide-react,
27
27
  backgroundImage: 'url(\'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>\')',
28
28
  backgroundRepeat: "no-repeat",
29
29
  backgroundPositionX: "100%",
@@ -1,5 +1,5 @@
1
- import { Calendar } from "react-feather";
2
1
  import Button from "../../Button";
2
+ import { CalendarIcon } from "../../Icons";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  var Display = function Display(_ref) {
5
5
  var id = _ref.id,
@@ -9,7 +9,7 @@ var Display = function Display(_ref) {
9
9
  return /*#__PURE__*/_jsx(Button, {
10
10
  id: id,
11
11
  size: size,
12
- startIcon: Calendar,
12
+ startIcon: CalendarIcon,
13
13
  onClick: onClick,
14
14
  children: children
15
15
  });
@@ -6,8 +6,8 @@ import { add, eachYearOfInterval, getYear, setYear } from "date-fns";
6
6
  import isSameMonth from "date-fns/isSameMonth";
7
7
  import { useMemo } from "react";
8
8
  import { useDayPicker, useNavigation } from "react-day-picker";
9
- import { ChevronLeft, ChevronRight } from "react-feather";
10
9
  import { IconButton } from "../../Button";
10
+ import { ChevronLeftIcon, ChevronRightIcon } from "../../Icons";
11
11
  import stl from "../../styles/helpers/satellitePrefixer";
12
12
  import { uniqueId } from "../../utils";
13
13
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -73,7 +73,7 @@ var NavBar = function NavBar(props) {
73
73
  return /*#__PURE__*/_jsxs("div", {
74
74
  className: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["w-full top-3 left-0 pt-1 px-2 pb-2 flex justify-between"]))),
75
75
  children: [showPrevious ? /*#__PURE__*/_jsx(IconButton, {
76
- icon: dir === "rtl" ? ChevronRight : ChevronLeft,
76
+ icon: dir === "rtl" ? ChevronRightIcon : ChevronLeftIcon,
77
77
  title: previousMonthLabel,
78
78
  onClick: handlePreviousClick
79
79
  }) : /*#__PURE__*/_jsx("span", {
@@ -106,7 +106,7 @@ var NavBar = function NavBar(props) {
106
106
  }) : props.displayMonth.getFullYear()]
107
107
  })
108
108
  }), showNext ? /*#__PURE__*/_jsx(IconButton, {
109
- icon: dir === "rtl" ? ChevronLeft : ChevronRight,
109
+ icon: dir === "rtl" ? ChevronLeftIcon : ChevronRightIcon,
110
110
  title: nextMonthLabel,
111
111
  onClick: handleNextClick
112
112
  }) : /*#__PURE__*/_jsx("span", {
@@ -4,8 +4,8 @@ var _excluded = ["children", "title", "renderFooter"];
4
4
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
5
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
6
  import { forwardRef } from "react";
7
- import { ChevronDown } from "react-feather";
8
7
  import Button from "../Button";
8
+ import { ChevronDownIcon } from "../Icons";
9
9
  import Dropdown from "./Dropdown";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  /**
@@ -28,7 +28,7 @@ export var DropdownButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
28
28
  };
29
29
  return /*#__PURE__*/_jsx(Button, _objectSpread(_objectSpread({}, buttonProps), {}, {
30
30
  onClick: handleClick,
31
- endIcon: ChevronDown,
31
+ endIcon: ChevronDownIcon,
32
32
  ref: ref,
33
33
  children: title
34
34
  }));
@@ -2,7 +2,7 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
4
4
  import { useState } from "react";
5
- import { ChevronDown, ChevronRight } from "react-feather";
5
+ import { ChevronDownIcon, ChevronRightIcon } from "../../../Icons";
6
6
  import stl from "../../../styles/helpers/satellitePrefixer";
7
7
  import { uniqueId } from "../../../utils";
8
8
  import { useDropdownCollapsibleItemsGroup } from "./DropdownCollapsibleItemsGroupContext";
@@ -38,10 +38,10 @@ export var DropdownCollapsibleItem = function DropdownCollapsibleItem(_ref) {
38
38
  },
39
39
  children: [/*#__PURE__*/_jsx("div", {
40
40
  children: title
41
- }), isExpanded ? /*#__PURE__*/_jsx(ChevronDown, {
41
+ }), isExpanded ? /*#__PURE__*/_jsx(ChevronDownIcon, {
42
42
  className: stl(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["text-grey-500"]))),
43
43
  size: "1.25em"
44
- }) : /*#__PURE__*/_jsx(ChevronRight, {
44
+ }) : /*#__PURE__*/_jsx(ChevronRightIcon, {
45
45
  className: stl(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["text-grey-500"]))),
46
46
  size: "1.25em"
47
47
  })]
@@ -6,7 +6,7 @@ var _excluded = ["toggle", "disabled", "startIcon", "className", "children"];
6
6
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
7
7
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
8
8
  import cx from "clsx";
9
- import { ExternalLink } from "react-feather";
9
+ import { ExternalLinkIcon } from "../../Icons";
10
10
  import stl from "../../styles/helpers/satellitePrefixer";
11
11
  import useLinkProps from "../../utils/useLinkProps";
12
12
  import useDropdownItemProps from "../useDropdownItemProps";
@@ -34,7 +34,7 @@ var _DropdownLinkItem = function _DropdownLinkItem(props) {
34
34
  }), /*#__PURE__*/_jsx("span", {
35
35
  className: stl(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["w-full truncate"]))),
36
36
  children: children
37
- }), isExternalLink && /*#__PURE__*/_jsx(ExternalLink, {
37
+ }), isExternalLink && /*#__PURE__*/_jsx(ExternalLinkIcon, {
38
38
  className: stl(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["ml-1 shrink-0"]))),
39
39
  size: "1em"
40
40
  })]
@@ -10,9 +10,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
10
10
  import cx from "clsx";
11
11
  import { Fragment, useCallback, useMemo, useState } from "react";
12
12
  import { useDropzone } from "react-dropzone";
13
- import { Check, UploadCloud, X } from "react-feather";
14
13
  import { IconButton } from "../Button";
15
14
  import { useField } from "../Field";
15
+ import { CheckIcon, UploadCloudIcon, XIcon } from "../Icons";
16
16
  import { useLocale } from "../Satellite";
17
17
  import stl from "../styles/helpers/satellitePrefixer";
18
18
  import { formatHumanSize } from "../utils/formatters";
@@ -33,12 +33,12 @@ var DEFAULT_DROPZONE_LOCALE = {
33
33
  }
34
34
  };
35
35
  var InvalidIcon = function InvalidIcon() {
36
- return /*#__PURE__*/_jsx(X, {
36
+ return /*#__PURE__*/_jsx(XIcon, {
37
37
  className: stl(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["mr-4 h-4 w-4 text-white bg-red-700 p-px rounded-full"])))
38
38
  });
39
39
  };
40
40
  var ValidatedIcon = function ValidatedIcon() {
41
- return /*#__PURE__*/_jsx(Check, {
41
+ return /*#__PURE__*/_jsx(CheckIcon, {
42
42
  className: stl(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["mr-4 h-4 w-4 text-white bg-accent-600 p-px rounded-full"])))
43
43
  });
44
44
  };
@@ -132,7 +132,7 @@ export var Dropzone = function Dropzone(_ref2) {
132
132
  file: files[0]
133
133
  }) : /*#__PURE__*/_jsxs("div", {
134
134
  className: stl(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["flex items-center justify-center space-x-2 display-body"]))),
135
- children: [/*#__PURE__*/_jsx(UploadCloud, {
135
+ children: [/*#__PURE__*/_jsx(UploadCloudIcon, {
136
136
  size: "1rem",
137
137
  className: stl(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["", ""])), disabled ? "text-grey-200" : "text-grey-500")
138
138
  }), /*#__PURE__*/_jsx("p", {
@@ -145,7 +145,7 @@ export var Dropzone = function Dropzone(_ref2) {
145
145
  children: /*#__PURE__*/_jsx(IconButton, {
146
146
  className: stl(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["mr-2 ", ""])), focused ? "visible" : "invisible group-hover/dropzone:visible"),
147
147
  title: locale.clearInput,
148
- icon: X,
148
+ icon: XIcon,
149
149
  variant: "subtle",
150
150
  size: "small",
151
151
  tabIndex: -1,
@@ -2,7 +2,7 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9;
3
3
  import cx from "clsx";
4
4
  import { useMemo } from "react";
5
- import { AlertCircle } from "react-feather";
5
+ import { AlertCircleIcon } from "../Icons";
6
6
  import stl from "../styles/helpers/satellitePrefixer";
7
7
  import { uniqueId } from "../utils";
8
8
  import { DEFAULT_FIELD_STATE, FieldContext } from "./FieldContext";
@@ -38,7 +38,7 @@ export var Field = function Field(_ref) {
38
38
  children: /*#__PURE__*/_jsxs("div", {
39
39
  className: className,
40
40
  children: [/*#__PURE__*/_jsxs("label", {
41
- className: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["cursor-pointer flex ", ""])), !inline && "flex-col"),
41
+ className: stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["cursor-pointer flex ", ""])), inline ? "items-center" : "flex-col"),
42
42
  htmlFor: labelFor,
43
43
  children: [hasLabel && /*#__PURE__*/_jsx("div", {
44
44
  id: labelId,
@@ -53,7 +53,7 @@ export var Field = function Field(_ref) {
53
53
  children: state.errors.map(function (error) {
54
54
  return /*#__PURE__*/_jsxs("li", {
55
55
  className: stl(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["flex items-center"]))),
56
- children: [/*#__PURE__*/_jsx(AlertCircle, {
56
+ children: [/*#__PURE__*/_jsx(AlertCircleIcon, {
57
57
  className: stl(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["text-red-700 mr-1"]))),
58
58
  size: "1rem"
59
59
  }), error]
@@ -17,4 +17,4 @@ export { QueryBreakdownIcon } from "./QueryBreakdownIcon";
17
17
  export { BulbIcon } from "./BulbIcon";
18
18
  export { TestingIcon } from "./TestingIcon";
19
19
  export { RocketIcon } from "./RocketIcon";
20
- export { Activity as ActivityIcon, Airplay as AirplayIcon, AlertCircle as AlertCircleIcon, AlertOctagon as AlertOctagonIcon, AlertTriangle as AlertTriangleIcon, AlignCenter as AlignCenterIcon, AlignJustify as AlignJustifyIcon, AlignLeft as AlignLeftIcon, AlignRight as AlignRightIcon, Anchor as AnchorIcon, Aperture as ApertureIcon, Archive as ArchiveIcon, ArrowDownCircle as ArrowDownCircleIcon, ArrowDownLeft as ArrowDownLeftIcon, ArrowDownRight as ArrowDownRightIcon, ArrowDown as ArrowDownIcon, ArrowLeftCircle as ArrowLeftCircleIcon, ArrowLeft as ArrowLeftIcon, ArrowRightCircle as ArrowRightCircleIcon, ArrowRight as ArrowRightIcon, ArrowUpCircle as ArrowUpCircleIcon, ArrowUpLeft as ArrowUpLeftIcon, ArrowUpRight as ArrowUpRightIcon, ArrowUp as ArrowUpIcon, AtSign as AtSignIcon, Award as AwardIcon, BarChart2 as BarChart2Icon, BarChart as BarChartIcon, BatteryCharging as BatteryChargingIcon, Battery as BatteryIcon, BellOff as BellOffIcon, Bell as BellIcon, Bluetooth as BluetoothIcon, Bold as BoldIcon, BookOpen as BookOpenIcon, Book as BookIcon, Bookmark as BookmarkIcon, Box as BoxIcon, Briefcase as BriefcaseIcon, Calendar as CalendarIcon, CameraOff as CameraOffIcon, Camera as CameraIcon, Cast as CastIcon, CheckCircle as CheckCircleIcon, CheckSquare as CheckSquareIcon, Check as CheckIcon, ChevronDown as ChevronDownIcon, ChevronLeft as ChevronLeftIcon, ChevronRight as ChevronRightIcon, ChevronUp as ChevronUpIcon, ChevronsDown as ChevronsDownIcon, ChevronsLeft as ChevronsLeftIcon, ChevronsRight as ChevronsRightIcon, ChevronsUp as ChevronsUpIcon, Chrome as ChromeIcon, Circle as CircleIcon, Clipboard as ClipboardIcon, Clock as ClockIcon, CloudDrizzle as CloudDrizzleIcon, CloudLightning as CloudLightningIcon, CloudOff as CloudOffIcon, CloudRain as CloudRainIcon, CloudSnow as CloudSnowIcon, Cloud as CloudIcon, Code as CodeIcon, Codepen as CodepenIcon, Codesandbox as CodesandboxIcon, Coffee as CoffeeIcon, Columns as ColumnsIcon, Command as CommandIcon, Compass as CompassIcon, Copy as CopyIcon, CornerDownLeft as CornerDownLeftIcon, CornerDownRight as CornerDownRightIcon, CornerLeftDown as CornerLeftDownIcon, CornerLeftUp as CornerLeftUpIcon, CornerRightDown as CornerRightDownIcon, CornerRightUp as CornerRightUpIcon, CornerUpLeft as CornerUpLeftIcon, CornerUpRight as CornerUpRightIcon, Cpu as CpuIcon, CreditCard as CreditCardIcon, Crop as CropIcon, Crosshair as CrosshairIcon, Database as DatabaseIcon, Delete as DeleteIcon, Disc as DiscIcon, DivideCircle as DivideCircleIcon, DivideSquare as DivideSquareIcon, Divide as DivideIcon, DollarSign as DollarSignIcon, DownloadCloud as DownloadCloudIcon, Download as DownloadIcon, Dribbble as DribbbleIcon, Droplet as DropletIcon, Edit2 as Edit2Icon, Edit3 as Edit3Icon, Edit as EditIcon, ExternalLink as ExternalLinkIcon, EyeOff as EyeOffIcon, Eye as EyeIcon, Facebook as FacebookIcon, FastForward as FastForwardIcon, Feather as FeatherIcon, Figma as FigmaIcon, FileMinus as FileMinusIcon, FilePlus as FilePlusIcon, FileText as FileTextIcon, File as FileIcon, Film as FilmIcon, Filter as FilterIcon, Flag as FlagIcon, FolderMinus as FolderMinusIcon, FolderPlus as FolderPlusIcon, Folder as FolderIcon, Framer as FramerIcon, Frown as FrownIcon, Gift as GiftIcon, GitBranch as GitBranchIcon, GitCommit as GitCommitIcon, GitMerge as GitMergeIcon, GitPullRequest as GitPullRequestIcon, GitHub as GitHubIcon, Gitlab as GitlabIcon, Globe as GlobeIcon, Grid as GridIcon, HardDrive as HardDriveIcon, Hash as HashIcon, Headphones as HeadphonesIcon, Heart as HeartIcon, HelpCircle as HelpCircleIcon, Hexagon as HexagonIcon, Home as HomeIcon, Image as ImageIcon, Inbox as InboxIcon, Info as InfoIcon, Instagram as InstagramIcon, Italic as ItalicIcon, Key as KeyIcon, Layers as LayersIcon, Layout as LayoutIcon, LifeBuoy as LifeBuoyIcon, Link2 as Link2Icon, Link as LinkIcon, Linkedin as LinkedinIcon, List as ListIcon, Loader as LoaderIcon, Lock as LockIcon, LogIn as LogInIcon, LogOut as LogOutIcon, Mail as MailIcon, MapPin as MapPinIcon, Map as MapIcon, Maximize2 as Maximize2Icon, Maximize as MaximizeIcon, Meh as MehIcon, Menu as MenuIcon, MessageCircle as MessageCircleIcon, MessageSquare as MessageSquareIcon, MicOff as MicOffIcon, Mic as MicIcon, Minimize2 as Minimize2Icon, Minimize as MinimizeIcon, MinusCircle as MinusCircleIcon, MinusSquare as MinusSquareIcon, Minus as MinusIcon, Monitor as MonitorIcon, Moon as MoonIcon, MoreHorizontal as MoreHorizontalIcon, MoreVertical as MoreVerticalIcon, MousePointer as MousePointerIcon, Move as MoveIcon, Music as MusicIcon, Navigation2 as Navigation2Icon, Navigation as NavigationIcon, Octagon as OctagonIcon, Package as PackageIcon, Paperclip as PaperclipIcon, PauseCircle as PauseCircleIcon, Pause as PauseIcon, PenTool as PenToolIcon, Percent as PercentIcon, PhoneCall as PhoneCallIcon, PhoneForwarded as PhoneForwardedIcon, PhoneIncoming as PhoneIncomingIcon, PhoneMissed as PhoneMissedIcon, PhoneOff as PhoneOffIcon, PhoneOutgoing as PhoneOutgoingIcon, Phone as PhoneIcon, PieChart as PieChartIcon, PlayCircle as PlayCircleIcon, Play as PlayIcon, PlusCircle as PlusCircleIcon, PlusSquare as PlusSquareIcon, Plus as PlusIcon, Pocket as PocketIcon, Power as PowerIcon, Printer as PrinterIcon, Radio as RadioIcon, RefreshCcw as RefreshCcwIcon, RefreshCw as RefreshCwIcon, Repeat as RepeatIcon, Rewind as RewindIcon, RotateCcw as RotateCcwIcon, RotateCw as RotateCwIcon, Rss as RssIcon, Save as SaveIcon, Scissors as ScissorsIcon, Search as SearchIcon, Send as SendIcon, Server as ServerIcon, Settings as SettingsIcon, Share2 as Share2Icon, Share as ShareIcon, ShieldOff as ShieldOffIcon, Shield as ShieldIcon, ShoppingBag as ShoppingBagIcon, ShoppingCart as ShoppingCartIcon, Shuffle as ShuffleIcon, Sidebar as SidebarIcon, SkipBack as SkipBackIcon, SkipForward as SkipForwardIcon, Slack as SlackIcon, Slash as SlashIcon, Sliders as SlidersIcon, Smartphone as SmartphoneIcon, Smile as SmileIcon, Speaker as SpeakerIcon, Square as SquareIcon, Star as StarIcon, StopCircle as StopCircleIcon, Sun as SunIcon, Sunrise as SunriseIcon, Sunset as SunsetIcon, Table as TableIcon, Tablet as TabletIcon, Tag as TagIcon, Target as TargetIcon, Terminal as TerminalIcon, Thermometer as ThermometerIcon, ThumbsDown as ThumbsDownIcon, ThumbsUp as ThumbsUpIcon, ToggleLeft as ToggleLeftIcon, ToggleRight as ToggleRightIcon, Tool as ToolIcon, Trash2 as Trash2Icon, Trash as TrashIcon, Trello as TrelloIcon, TrendingDown as TrendingDownIcon, TrendingUp as TrendingUpIcon, Triangle as TriangleIcon, Truck as TruckIcon, Tv as TvIcon, Twitch as TwitchIcon, Twitter as TwitterIcon, Type as TypeIcon, Umbrella as UmbrellaIcon, Underline as UnderlineIcon, Unlock as UnlockIcon, UploadCloud as UploadCloudIcon, Upload as UploadIcon, UserCheck as UserCheckIcon, UserMinus as UserMinusIcon, UserPlus as UserPlusIcon, UserX as UserXIcon, User as UserIcon, Users as UsersIcon, VideoOff as VideoOffIcon, Video as VideoIcon, Voicemail as VoicemailIcon, Volume1 as Volume1Icon, Volume2 as Volume2Icon, VolumeX as VolumeXIcon, Volume as VolumeIcon, Watch as WatchIcon, WifiOff as WifiOffIcon, Wifi as WifiIcon, Wind as WindIcon, XCircle as XCircleIcon, XOctagon as XOctagonIcon, XSquare as XSquareIcon, X as XIcon, Youtube as YoutubeIcon, ZapOff as ZapOffIcon, Zap as ZapIcon, ZoomIn as ZoomInIcon, ZoomOut as ZoomOutIcon, } from "react-feather";
20
+ export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BanIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BookOpenIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChevronUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FlaskConicalIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GithubIcon, GitlabIcon, GitMergeIcon, GitPullRequestIcon, GlobeIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, LayersIcon, LayoutIcon, LayoutGridIcon, LifeBuoyIcon, Link2Icon, LinkedinIcon, LinkIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SendIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UsersIcon, UserXIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, WrenchIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon, } from "lucide-react";
@@ -19,4 +19,4 @@ export { TestingIcon } from "./TestingIcon";
19
19
  export { RocketIcon } from "./RocketIcon";
20
20
 
21
21
  // Feather icons
22
- export { Activity as ActivityIcon, Airplay as AirplayIcon, AlertCircle as AlertCircleIcon, AlertOctagon as AlertOctagonIcon, AlertTriangle as AlertTriangleIcon, AlignCenter as AlignCenterIcon, AlignJustify as AlignJustifyIcon, AlignLeft as AlignLeftIcon, AlignRight as AlignRightIcon, Anchor as AnchorIcon, Aperture as ApertureIcon, Archive as ArchiveIcon, ArrowDownCircle as ArrowDownCircleIcon, ArrowDownLeft as ArrowDownLeftIcon, ArrowDownRight as ArrowDownRightIcon, ArrowDown as ArrowDownIcon, ArrowLeftCircle as ArrowLeftCircleIcon, ArrowLeft as ArrowLeftIcon, ArrowRightCircle as ArrowRightCircleIcon, ArrowRight as ArrowRightIcon, ArrowUpCircle as ArrowUpCircleIcon, ArrowUpLeft as ArrowUpLeftIcon, ArrowUpRight as ArrowUpRightIcon, ArrowUp as ArrowUpIcon, AtSign as AtSignIcon, Award as AwardIcon, BarChart2 as BarChart2Icon, BarChart as BarChartIcon, BatteryCharging as BatteryChargingIcon, Battery as BatteryIcon, BellOff as BellOffIcon, Bell as BellIcon, Bluetooth as BluetoothIcon, Bold as BoldIcon, BookOpen as BookOpenIcon, Book as BookIcon, Bookmark as BookmarkIcon, Box as BoxIcon, Briefcase as BriefcaseIcon, Calendar as CalendarIcon, CameraOff as CameraOffIcon, Camera as CameraIcon, Cast as CastIcon, CheckCircle as CheckCircleIcon, CheckSquare as CheckSquareIcon, Check as CheckIcon, ChevronDown as ChevronDownIcon, ChevronLeft as ChevronLeftIcon, ChevronRight as ChevronRightIcon, ChevronUp as ChevronUpIcon, ChevronsDown as ChevronsDownIcon, ChevronsLeft as ChevronsLeftIcon, ChevronsRight as ChevronsRightIcon, ChevronsUp as ChevronsUpIcon, Chrome as ChromeIcon, Circle as CircleIcon, Clipboard as ClipboardIcon, Clock as ClockIcon, CloudDrizzle as CloudDrizzleIcon, CloudLightning as CloudLightningIcon, CloudOff as CloudOffIcon, CloudRain as CloudRainIcon, CloudSnow as CloudSnowIcon, Cloud as CloudIcon, Code as CodeIcon, Codepen as CodepenIcon, Codesandbox as CodesandboxIcon, Coffee as CoffeeIcon, Columns as ColumnsIcon, Command as CommandIcon, Compass as CompassIcon, Copy as CopyIcon, CornerDownLeft as CornerDownLeftIcon, CornerDownRight as CornerDownRightIcon, CornerLeftDown as CornerLeftDownIcon, CornerLeftUp as CornerLeftUpIcon, CornerRightDown as CornerRightDownIcon, CornerRightUp as CornerRightUpIcon, CornerUpLeft as CornerUpLeftIcon, CornerUpRight as CornerUpRightIcon, Cpu as CpuIcon, CreditCard as CreditCardIcon, Crop as CropIcon, Crosshair as CrosshairIcon, Database as DatabaseIcon, Delete as DeleteIcon, Disc as DiscIcon, DivideCircle as DivideCircleIcon, DivideSquare as DivideSquareIcon, Divide as DivideIcon, DollarSign as DollarSignIcon, DownloadCloud as DownloadCloudIcon, Download as DownloadIcon, Dribbble as DribbbleIcon, Droplet as DropletIcon, Edit2 as Edit2Icon, Edit3 as Edit3Icon, Edit as EditIcon, ExternalLink as ExternalLinkIcon, EyeOff as EyeOffIcon, Eye as EyeIcon, Facebook as FacebookIcon, FastForward as FastForwardIcon, Feather as FeatherIcon, Figma as FigmaIcon, FileMinus as FileMinusIcon, FilePlus as FilePlusIcon, FileText as FileTextIcon, File as FileIcon, Film as FilmIcon, Filter as FilterIcon, Flag as FlagIcon, FolderMinus as FolderMinusIcon, FolderPlus as FolderPlusIcon, Folder as FolderIcon, Framer as FramerIcon, Frown as FrownIcon, Gift as GiftIcon, GitBranch as GitBranchIcon, GitCommit as GitCommitIcon, GitMerge as GitMergeIcon, GitPullRequest as GitPullRequestIcon, GitHub as GitHubIcon, Gitlab as GitlabIcon, Globe as GlobeIcon, Grid as GridIcon, HardDrive as HardDriveIcon, Hash as HashIcon, Headphones as HeadphonesIcon, Heart as HeartIcon, HelpCircle as HelpCircleIcon, Hexagon as HexagonIcon, Home as HomeIcon, Image as ImageIcon, Inbox as InboxIcon, Info as InfoIcon, Instagram as InstagramIcon, Italic as ItalicIcon, Key as KeyIcon, Layers as LayersIcon, Layout as LayoutIcon, LifeBuoy as LifeBuoyIcon, Link2 as Link2Icon, Link as LinkIcon, Linkedin as LinkedinIcon, List as ListIcon, Loader as LoaderIcon, Lock as LockIcon, LogIn as LogInIcon, LogOut as LogOutIcon, Mail as MailIcon, MapPin as MapPinIcon, Map as MapIcon, Maximize2 as Maximize2Icon, Maximize as MaximizeIcon, Meh as MehIcon, Menu as MenuIcon, MessageCircle as MessageCircleIcon, MessageSquare as MessageSquareIcon, MicOff as MicOffIcon, Mic as MicIcon, Minimize2 as Minimize2Icon, Minimize as MinimizeIcon, MinusCircle as MinusCircleIcon, MinusSquare as MinusSquareIcon, Minus as MinusIcon, Monitor as MonitorIcon, Moon as MoonIcon, MoreHorizontal as MoreHorizontalIcon, MoreVertical as MoreVerticalIcon, MousePointer as MousePointerIcon, Move as MoveIcon, Music as MusicIcon, Navigation2 as Navigation2Icon, Navigation as NavigationIcon, Octagon as OctagonIcon, Package as PackageIcon, Paperclip as PaperclipIcon, PauseCircle as PauseCircleIcon, Pause as PauseIcon, PenTool as PenToolIcon, Percent as PercentIcon, PhoneCall as PhoneCallIcon, PhoneForwarded as PhoneForwardedIcon, PhoneIncoming as PhoneIncomingIcon, PhoneMissed as PhoneMissedIcon, PhoneOff as PhoneOffIcon, PhoneOutgoing as PhoneOutgoingIcon, Phone as PhoneIcon, PieChart as PieChartIcon, PlayCircle as PlayCircleIcon, Play as PlayIcon, PlusCircle as PlusCircleIcon, PlusSquare as PlusSquareIcon, Plus as PlusIcon, Pocket as PocketIcon, Power as PowerIcon, Printer as PrinterIcon, Radio as RadioIcon, RefreshCcw as RefreshCcwIcon, RefreshCw as RefreshCwIcon, Repeat as RepeatIcon, Rewind as RewindIcon, RotateCcw as RotateCcwIcon, RotateCw as RotateCwIcon, Rss as RssIcon, Save as SaveIcon, Scissors as ScissorsIcon, Search as SearchIcon, Send as SendIcon, Server as ServerIcon, Settings as SettingsIcon, Share2 as Share2Icon, Share as ShareIcon, ShieldOff as ShieldOffIcon, Shield as ShieldIcon, ShoppingBag as ShoppingBagIcon, ShoppingCart as ShoppingCartIcon, Shuffle as ShuffleIcon, Sidebar as SidebarIcon, SkipBack as SkipBackIcon, SkipForward as SkipForwardIcon, Slack as SlackIcon, Slash as SlashIcon, Sliders as SlidersIcon, Smartphone as SmartphoneIcon, Smile as SmileIcon, Speaker as SpeakerIcon, Square as SquareIcon, Star as StarIcon, StopCircle as StopCircleIcon, Sun as SunIcon, Sunrise as SunriseIcon, Sunset as SunsetIcon, Table as TableIcon, Tablet as TabletIcon, Tag as TagIcon, Target as TargetIcon, Terminal as TerminalIcon, Thermometer as ThermometerIcon, ThumbsDown as ThumbsDownIcon, ThumbsUp as ThumbsUpIcon, ToggleLeft as ToggleLeftIcon, ToggleRight as ToggleRightIcon, Tool as ToolIcon, Trash2 as Trash2Icon, Trash as TrashIcon, Trello as TrelloIcon, TrendingDown as TrendingDownIcon, TrendingUp as TrendingUpIcon, Triangle as TriangleIcon, Truck as TruckIcon, Tv as TvIcon, Twitch as TwitchIcon, Twitter as TwitterIcon, Type as TypeIcon, Umbrella as UmbrellaIcon, Underline as UnderlineIcon, Unlock as UnlockIcon, UploadCloud as UploadCloudIcon, Upload as UploadIcon, UserCheck as UserCheckIcon, UserMinus as UserMinusIcon, UserPlus as UserPlusIcon, UserX as UserXIcon, User as UserIcon, Users as UsersIcon, VideoOff as VideoOffIcon, Video as VideoIcon, Voicemail as VoicemailIcon, Volume1 as Volume1Icon, Volume2 as Volume2Icon, VolumeX as VolumeXIcon, Volume as VolumeIcon, Watch as WatchIcon, WifiOff as WifiOffIcon, Wifi as WifiIcon, Wind as WindIcon, XCircle as XCircleIcon, XOctagon as XOctagonIcon, XSquare as XSquareIcon, X as XIcon, Youtube as YoutubeIcon, ZapOff as ZapOffIcon, Zap as ZapIcon, ZoomIn as ZoomInIcon, ZoomOut as ZoomOutIcon } from "react-feather";
22
+ export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BanIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BookOpenIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChevronUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FlaskConicalIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GithubIcon, GitlabIcon, GitMergeIcon, GitPullRequestIcon, GlobeIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, LayersIcon, LayoutIcon, LayoutGridIcon, LifeBuoyIcon, Link2Icon, LinkedinIcon, LinkIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SendIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UsersIcon, UserXIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, WrenchIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon } from "lucide-react";