@dreamcommerce/aurora 3.0.0-29 → 3.0.0-30

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 (83) hide show
  1. package/build/cjs/packages/aurora/src/assets/icons/arrow_down_s_line_icon.js +2 -2
  2. package/build/cjs/packages/aurora/src/assets/icons/arrow_down_s_line_icon.js.map +1 -1
  3. package/build/cjs/packages/aurora/src/assets/icons/arrow_left_s_line_icon.js +2 -2
  4. package/build/cjs/packages/aurora/src/assets/icons/arrow_left_s_line_icon.js.map +1 -1
  5. package/build/cjs/packages/aurora/src/assets/icons/arrow_right_line_icon.js +2 -2
  6. package/build/cjs/packages/aurora/src/assets/icons/arrow_right_line_icon.js.map +1 -1
  7. package/build/cjs/packages/aurora/src/assets/icons/check_fill_icon.js +2 -2
  8. package/build/cjs/packages/aurora/src/assets/icons/check_fill_icon.js.map +1 -1
  9. package/build/cjs/packages/aurora/src/components/accordion/accordion.js +3 -3
  10. package/build/cjs/packages/aurora/src/components/action_list/action_list.js +3 -3
  11. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_content.js +4 -4
  12. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_divider.js +3 -3
  13. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_group.js +4 -4
  14. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_item.js +4 -4
  15. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_label.js +6 -6
  16. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_radio_group.js +4 -4
  17. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_radio_item.js +5 -5
  18. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_sub_content.js +4 -4
  19. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_sub_trigger.js +5 -5
  20. package/build/cjs/packages/aurora/src/components/action_list/components/action_list_trigger.js +4 -4
  21. package/build/cjs/packages/aurora/src/components/badge/badge.js +2 -2
  22. package/build/cjs/packages/aurora/src/components/box/box.js +4 -4
  23. package/build/cjs/packages/aurora/src/components/button/button.js +4 -4
  24. package/build/cjs/packages/aurora/src/components/divider/divider.js +3 -3
  25. package/build/cjs/packages/aurora/src/components/icon_button/icon_button.js +5 -5
  26. package/build/cjs/packages/aurora/src/components/link/link.js +4 -4
  27. package/build/cjs/packages/aurora/src/components/loader/loader.js +3 -3
  28. package/build/cjs/packages/aurora/src/components/segmented_control/components/segmented_control_item.js +5 -5
  29. package/build/cjs/packages/aurora/src/components/segmented_control/context/segmented_control_context.js +3 -3
  30. package/build/cjs/packages/aurora/src/components/segmented_control/segmented_control.js +5 -5
  31. package/build/cjs/packages/aurora/src/components/sidebar/components/sidebar_trigger.js +4 -4
  32. package/build/cjs/packages/aurora/src/components/sidebar/context/sidebar_context.js +3 -3
  33. package/build/cjs/packages/aurora/src/components/sidebar/context/sidebar_prvider.js +7 -7
  34. package/build/cjs/packages/aurora/src/components/sidebar/hooks/use_sidebar.js +3 -3
  35. package/build/cjs/packages/aurora/src/components/sidebar/sidebar.js +7 -7
  36. package/build/cjs/packages/aurora/src/components/stack/stack.js +7 -7
  37. package/build/cjs/packages/aurora/src/components/tabs/components/tabs_content.js +3 -3
  38. package/build/cjs/packages/aurora/src/components/tabs/components/tabs_list.js +3 -3
  39. package/build/cjs/packages/aurora/src/components/tabs/components/tabs_trigger.js +4 -4
  40. package/build/cjs/packages/aurora/src/components/tabs/context/tabs_context.js +3 -3
  41. package/build/cjs/packages/aurora/src/components/tabs/tabs.js +5 -5
  42. package/build/cjs/packages/aurora/src/components/tooltip/components/tooltip_content.js +3 -3
  43. package/build/cjs/packages/aurora/src/components/typography/typography.js +3 -3
  44. package/build/esm/packages/aurora/src/assets/icons/arrow_down_s_line_icon.js +2 -2
  45. package/build/esm/packages/aurora/src/assets/icons/arrow_down_s_line_icon.js.map +1 -1
  46. package/build/esm/packages/aurora/src/assets/icons/arrow_left_s_line_icon.js +2 -2
  47. package/build/esm/packages/aurora/src/assets/icons/arrow_left_s_line_icon.js.map +1 -1
  48. package/build/esm/packages/aurora/src/assets/icons/arrow_right_line_icon.js +2 -2
  49. package/build/esm/packages/aurora/src/assets/icons/arrow_right_line_icon.js.map +1 -1
  50. package/build/esm/packages/aurora/src/assets/icons/check_fill_icon.js +2 -2
  51. package/build/esm/packages/aurora/src/assets/icons/check_fill_icon.js.map +1 -1
  52. package/build/esm/packages/aurora/src/components/action_list/action_list.js +2 -2
  53. package/build/esm/packages/aurora/src/components/action_list/components/action_list_content.js +3 -3
  54. package/build/esm/packages/aurora/src/components/action_list/components/action_list_divider.js +2 -2
  55. package/build/esm/packages/aurora/src/components/action_list/components/action_list_group.js +3 -3
  56. package/build/esm/packages/aurora/src/components/action_list/components/action_list_item.js +3 -3
  57. package/build/esm/packages/aurora/src/components/action_list/components/action_list_label.js +5 -5
  58. package/build/esm/packages/aurora/src/components/action_list/components/action_list_radio_group.js +3 -3
  59. package/build/esm/packages/aurora/src/components/action_list/components/action_list_radio_item.js +4 -4
  60. package/build/esm/packages/aurora/src/components/action_list/components/action_list_sub_content.js +3 -3
  61. package/build/esm/packages/aurora/src/components/action_list/components/action_list_sub_trigger.js +4 -4
  62. package/build/esm/packages/aurora/src/components/action_list/components/action_list_trigger.js +3 -3
  63. package/build/esm/packages/aurora/src/components/box/box.js +3 -3
  64. package/build/esm/packages/aurora/src/components/button/button.js +3 -3
  65. package/build/esm/packages/aurora/src/components/divider/divider.js +2 -2
  66. package/build/esm/packages/aurora/src/components/icon_button/icon_button.js +4 -4
  67. package/build/esm/packages/aurora/src/components/link/link.js +3 -3
  68. package/build/esm/packages/aurora/src/components/loader/loader.js +2 -2
  69. package/build/esm/packages/aurora/src/components/segmented_control/components/segmented_control_item.js +4 -4
  70. package/build/esm/packages/aurora/src/components/segmented_control/context/segmented_control_context.js +2 -2
  71. package/build/esm/packages/aurora/src/components/segmented_control/segmented_control.js +4 -4
  72. package/build/esm/packages/aurora/src/components/sidebar/components/sidebar_trigger.js +3 -3
  73. package/build/esm/packages/aurora/src/components/sidebar/context/sidebar_context.js +2 -2
  74. package/build/esm/packages/aurora/src/components/sidebar/hooks/use_sidebar.js +2 -2
  75. package/build/esm/packages/aurora/src/components/stack/stack.js +3 -3
  76. package/build/esm/packages/aurora/src/components/tabs/context/tabs_context.js +2 -2
  77. package/build/esm/packages/aurora/src/components/tabs/tabs.js +4 -4
  78. package/build/esm/packages/aurora/src/components/typography/typography.js +2 -2
  79. package/package.json +1 -1
  80. package/build/cjs/external/@remixicon/react/index.mjs.js +0 -20
  81. package/build/cjs/external/@remixicon/react/index.mjs.js.map +0 -1
  82. package/build/esm/external/@remixicon/react/index.mjs.js +0 -9
  83. package/build/esm/external/@remixicon/react/index.mjs.js.map +0 -1
@@ -1,14 +1,14 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { Group } from '@radix-ui/react-dropdown-menu';
4
4
  import { cn } from '../../../utilities/cn.js';
5
5
 
6
6
  var _excluded = ["className", "inset"];
7
- var ActionListGroup = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
7
+ var ActionListGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
8
8
  var className = _ref.className,
9
9
  inset = _ref.inset,
10
10
  props = _objectWithoutProperties(_ref, _excluded);
11
- return /*#__PURE__*/t.createElement(Group, _objectSpread2({
11
+ return /*#__PURE__*/React.createElement(Group, _objectSpread2({
12
12
  ref: ref,
13
13
  className: cn('aurora-flex aurora-flex-col aurora-gap-1', className)
14
14
  }, props));
@@ -1,14 +1,14 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { Item } from '@radix-ui/react-dropdown-menu';
4
4
  import { cn } from '../../../utilities/cn.js';
5
5
 
6
6
  var _excluded = ["className", "inset"];
7
- var ActionListItem = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
7
+ var ActionListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
8
8
  var className = _ref.className,
9
9
  inset = _ref.inset,
10
10
  props = _objectWithoutProperties(_ref, _excluded);
11
- return /*#__PURE__*/t.createElement(Item, _objectSpread2({
11
+ return /*#__PURE__*/React.createElement(Item, _objectSpread2({
12
12
  ref: ref,
13
13
  className: cn('aurora-relative aurora-outline-none aurora-flex aurora-cursor-pointer aurora-select-none aurora-items-center aurora-gap-2.5 aurora-py-1.5 aurora-px-3 focus:aurora-bg-hover aurora-text-s aurora-transition-colors aurora-rounded-6 hover:aurora-bg-hover data-[disabled]:aurora-pointer-events-none data-[disabled]:aurora-opacity-50', inset && 'aurora-pl-8', className)
14
14
  }, props));
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { Stack } from '../../stack/stack.js';
3
3
  import { Box } from '../../box/box.js';
4
4
  import { Typography } from '../../typography/typography.js';
@@ -6,23 +6,23 @@ import { Divider } from '../../divider/divider.js';
6
6
 
7
7
  var ActionListLabel = function ActionListLabel(_ref) {
8
8
  var children = _ref.children;
9
- return /*#__PURE__*/t.createElement(Box, {
9
+ return /*#__PURE__*/React.createElement(Box, {
10
10
  paddings: {
11
11
  pl: '3',
12
12
  pt: '2',
13
13
  pb: '2',
14
14
  pr: '0'
15
15
  }
16
- }, /*#__PURE__*/t.createElement(Stack, {
16
+ }, /*#__PURE__*/React.createElement(Stack, {
17
17
  alignItems: "center",
18
18
  justifyContent: "center",
19
19
  spacing: "2.5"
20
- }, /*#__PURE__*/t.createElement(Typography, {
20
+ }, /*#__PURE__*/React.createElement(Typography, {
21
21
  className: "aurora-whitespace-nowrap",
22
22
  size: "s",
23
23
  color: "subtle",
24
24
  weight: "bold"
25
- }, children), /*#__PURE__*/t.createElement(Divider, null)));
25
+ }, children), /*#__PURE__*/React.createElement(Divider, null)));
26
26
  };
27
27
 
28
28
  export { ActionListLabel };
@@ -1,14 +1,14 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { Group } from '@radix-ui/react-dropdown-menu';
4
4
  import { cn } from '../../../utilities/cn.js';
5
5
 
6
6
  var _excluded = ["className", "inset"];
7
- var ActionListRadioGroup = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
7
+ var ActionListRadioGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
8
8
  var className = _ref.className,
9
9
  inset = _ref.inset,
10
10
  props = _objectWithoutProperties(_ref, _excluded);
11
- return /*#__PURE__*/t.createElement(Group, _objectSpread2({
11
+ return /*#__PURE__*/React.createElement(Group, _objectSpread2({
12
12
  ref: ref,
13
13
  className: cn('aurora-flex aurora-flex-col aurora-gap-1', className)
14
14
  }, props));
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { RadioItem, ItemIndicator } from '@radix-ui/react-dropdown-menu';
4
4
  import { cn } from '../../../utilities/cn.js';
@@ -6,16 +6,16 @@ import { CSS_ICON_COLOR_TOKENS_VALUES } from '../../../constants/css_tokens/css_
6
6
  import { CheckFillIcon } from '../../../assets/icons/check_fill_icon.js';
7
7
 
8
8
  var _excluded = ["className", "children", "disabled"];
9
- var ActionListRadioItem = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
9
+ var ActionListRadioItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
10
10
  var className = _ref.className,
11
11
  children = _ref.children,
12
12
  disabled = _ref.disabled,
13
13
  props = _objectWithoutProperties(_ref, _excluded);
14
- return /*#__PURE__*/t.createElement(RadioItem, _objectSpread2({
14
+ return /*#__PURE__*/React.createElement(RadioItem, _objectSpread2({
15
15
  ref: ref,
16
16
  className: cn('aurora-relative aurora-outline-none aurora-py-1.5 aurora-px-3 aurora-flex aurora-cursor-pointer aurora-select-none aurora-items-center aurora-gap-2.5 focus:aurora-bg-hover aurora-text-s aurora-transition-colors aurora-rounded-6 hover:aurora-bg-hover data-[disabled]:aurora-pointer-events-none data-[disabled]:aurora-opacity-50 data-[state=checked]:aurora-font-semibold', className),
17
17
  disabled: disabled
18
- }, props), /*#__PURE__*/t.createElement(ItemIndicator, null, /*#__PURE__*/t.createElement(CheckFillIcon, {
18
+ }, props), /*#__PURE__*/React.createElement(ItemIndicator, null, /*#__PURE__*/React.createElement(CheckFillIcon, {
19
19
  size: 20,
20
20
  color: disabled ? CSS_ICON_COLOR_TOKENS_VALUES.disabled : CSS_ICON_COLOR_TOKENS_VALUES.base
21
21
  })), children);
@@ -1,13 +1,13 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { SubContent } from '@radix-ui/react-dropdown-menu';
4
4
  import { cn } from '../../../utilities/cn.js';
5
5
 
6
6
  var _excluded = ["className"];
7
- var ActionListSubContent = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
7
+ var ActionListSubContent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
8
8
  var className = _ref.className,
9
9
  props = _objectWithoutProperties(_ref, _excluded);
10
- return /*#__PURE__*/t.createElement(SubContent, _objectSpread2({
10
+ return /*#__PURE__*/React.createElement(SubContent, _objectSpread2({
11
11
  ref: ref,
12
12
  className: cn('aurora-z-50 aurora-bg aurora-flex aurora-flex-col aurora-gap-1 aurora-min-w-[8rem] aurora-overflow-hidden aurora-rounded-8 aurora-border aurora-p-3 aurora-shadow-m data-[state=open]:aurora-animate-in data-[state=closed]:aurora-animate-out data-[state=closed]:aurora-fade-out-0 data-[state=open]:aurora-fade-in-0 data-[state=closed]:aurora-zoom-out-95 data-[state=open]:aurora-zoom-in-95 data-[side=bottom]:aurora-slide-in-from-top-2 data-[side=left]:aurora-slide-in-from-right-2 data-[side=right]:aurora-slide-in-from-left-2 data-[side=top]:aurora-slide-in-from-bottom-2', className)
13
13
  }, props));
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { SubTrigger } from '@radix-ui/react-dropdown-menu';
4
4
  import { cn } from '../../../utilities/cn.js';
@@ -6,15 +6,15 @@ import { ArrowRightLineIcon } from '../../../assets/icons/arrow_right_line_icon.
6
6
  import { CSS_ICON_COLOR_TOKENS_VALUES } from '../../../constants/css_tokens/css_icon_color_tokens.js';
7
7
 
8
8
  var _excluded = ["className", "inset", "children"];
9
- var ActionListSubTrigger = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
9
+ var ActionListSubTrigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
10
10
  var className = _ref.className,
11
11
  inset = _ref.inset,
12
12
  children = _ref.children,
13
13
  props = _objectWithoutProperties(_ref, _excluded);
14
- return /*#__PURE__*/t.createElement(SubTrigger, _objectSpread2({
14
+ return /*#__PURE__*/React.createElement(SubTrigger, _objectSpread2({
15
15
  ref: ref,
16
16
  className: cn('aurora-relative aurora-outline-none aurora-py-1 aurora-px-3 aurora-flex aurora-justify-between aurora-cursor-pointer aurora-select-none aurora-items-center aurora-gap-2.5 focus:aurora-bg-hover aurora-text-s aurora-transition-colors aurora-rounded-6 hover:aurora-bg-hover data-[disabled]:aurora-pointer-events-none data-[disabled]:aurora-opacity-50', inset && 'aurora-pl-8', className)
17
- }, props), children, /*#__PURE__*/t.createElement(ArrowRightLineIcon, {
17
+ }, props), children, /*#__PURE__*/React.createElement(ArrowRightLineIcon, {
18
18
  size: 20,
19
19
  color: CSS_ICON_COLOR_TOKENS_VALUES.subtle
20
20
  }));
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import '@radix-ui/react-dropdown-menu';
4
4
  import { cn } from '../../../utilities/cn.js';
@@ -10,9 +10,9 @@ var ActionListTrigger = function ActionListTrigger(_ref) {
10
10
  var children = _ref.children,
11
11
  className = _ref.className,
12
12
  props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/t.createElement(ActionListGenericTrigger, _objectSpread2({
13
+ return /*#__PURE__*/React.createElement(ActionListGenericTrigger, _objectSpread2({
14
14
  className: cn('aurora-group aurora-max-h-[32px] aurora-text-s aurora-py-1 aurora-px-3 aurora-rounded-6 aurora-bg aurora-flex aurora-justify-between hover:aurora-bg-hover aurora-select-none focus aurora-cursor-pointer aurora-items-center aurora-gap-2.5 aurora-py aurora-transition-all data-[state=open]:aurora-bg-active data-[disabled]:aurora-pointer-events-none data-[disabled]:aurora-opacity-50', className)
15
- }, props), /*#__PURE__*/t.createElement(t.Fragment, null, children, /*#__PURE__*/t.createElement(ArrowDownSLineIcon, {
15
+ }, props), /*#__PURE__*/React.createElement(React.Fragment, null, children, /*#__PURE__*/React.createElement(ArrowDownSLineIcon, {
16
16
  className: "group-hover:aurora-fill group-data-[state=open]:aurora-fill group-data-[state=closed]:aurora-fill-subtle",
17
17
  size: 20
18
18
  })));
@@ -1,11 +1,11 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2, defineProperty as _defineProperty } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { BOX_COMPONENT_TYPES } from './box_constants.js';
4
4
  import { cn } from '../../utilities/cn.js';
5
5
  import { Stack } from '../stack/stack.js';
6
6
 
7
7
  var _excluded = ["shadow", "as", "backgroundColor", "color", "borderColor", "borderStyle", "borderWidth", "borderRadius", "paddings", "zIndex", "position", "children", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "style", "className", "direction", "justifyContent", "alignItems", "spacing", "wrap", "inline"];
8
- var Box = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
8
+ var Box = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
9
9
  var _cn;
10
10
  var shadow = _ref.shadow,
11
11
  _ref$as = _ref.as,
@@ -40,7 +40,7 @@ var Box = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
40
40
  var borderWidthWithSides = borderWidth;
41
41
  var borderRadiusWithSides = borderRadius;
42
42
  var anyStackPropertiesSet = direction || justifyContent || alignItems || spacing || wrap || inline;
43
- return /*#__PURE__*/t.createElement(anyStackPropertiesSet ? Stack : as, _objectSpread2({
43
+ return /*#__PURE__*/React.createElement(anyStackPropertiesSet ? Stack : as, _objectSpread2({
44
44
  ref: ref,
45
45
  as: as,
46
46
  className: cn(className, (_cn = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_cn, 'aurora-bg', !backgroundColor), "aurora-bg-".concat(backgroundColor), !!backgroundColor), "aurora-text-".concat(color), !!color), "aurora-border", (!!borderColor || !!borderStyle || !!borderRadius) && !borderWidth), "aurora-border-".concat(borderColor), !!borderColor), "aurora-border-".concat(borderStyle), !!borderStyle), "aurora-border-".concat(borderWidth), !!borderWidth && typeof borderWidth === 'string'), "aurora-border-t".concat((borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.t) === '1' ? '' : "-".concat(borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.t)), !!(borderWidthWithSides !== null && borderWidthWithSides !== void 0 && borderWidthWithSides.t)), "aurora-border-b".concat((borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.b) === '1' ? '' : "-".concat(borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.b)), !!(borderWidthWithSides !== null && borderWidthWithSides !== void 0 && borderWidthWithSides.b)), "aurora-border-r".concat((borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.r) === '1' ? '' : "-".concat(borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.r)), !!(borderWidthWithSides !== null && borderWidthWithSides !== void 0 && borderWidthWithSides.r)), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_cn, "aurora-border-l".concat((borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.l) === '1' ? '' : "-".concat(borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.l)), !!(borderWidthWithSides !== null && borderWidthWithSides !== void 0 && borderWidthWithSides.l)), "aurora-border-x".concat((borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.x) === '1' ? '' : "-".concat(borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.x)), !!(borderWidthWithSides !== null && borderWidthWithSides !== void 0 && borderWidthWithSides.x)), "aurora-border-y".concat((borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.y) === '1' ? '' : "-".concat(borderWidthWithSides === null || borderWidthWithSides === void 0 ? void 0 : borderWidthWithSides.y)), !!(borderWidthWithSides !== null && borderWidthWithSides !== void 0 && borderWidthWithSides.y)), "aurora-rounded-".concat(borderRadius), !!borderRadius && typeof borderRadius === 'string'), "aurora-rounded-t-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.t), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.t)), "aurora-rounded-b-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.b), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.b)), "aurora-rounded-r-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.r), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.r)), "aurora-rounded-l-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.l), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.l)), "aurora-rounded-tl-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.tl), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.tl)), "aurora-rounded-tr-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.tr), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.tr)), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_cn, "aurora-rounded-bl-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.bl), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.bl)), "aurora-rounded-br-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.br), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.br)), "aurora-rounded-ee-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.ee), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.ee)), "aurora-rounded-es-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.es), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.es)), "aurora-rounded-ss-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.ss), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.ss)), "aurora-rounded-se-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.se), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.se)), "aurora-rounded-s-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.s), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.s)), "aurora-rounded-e-".concat(borderRadiusWithSides === null || borderRadiusWithSides === void 0 ? void 0 : borderRadiusWithSides.e), !!(borderRadiusWithSides !== null && borderRadiusWithSides !== void 0 && borderRadiusWithSides.e)), "aurora-shadow-".concat(shadow), !!shadow), "aurora-p-".concat(paddings === null || paddings === void 0 ? void 0 : paddings.p), !!(paddings !== null && paddings !== void 0 && paddings.p)), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_cn, "aurora-pt-".concat(paddings === null || paddings === void 0 ? void 0 : paddings.pt), !!(paddings !== null && paddings !== void 0 && paddings.pt)), "aurora-pr-".concat(paddings === null || paddings === void 0 ? void 0 : paddings.pr), !!(paddings !== null && paddings !== void 0 && paddings.pr)), "aurora-pb-".concat(paddings === null || paddings === void 0 ? void 0 : paddings.pb), !!(paddings !== null && paddings !== void 0 && paddings.pb)), "aurora-pl-".concat(paddings === null || paddings === void 0 ? void 0 : paddings.pl), !!(paddings !== null && paddings !== void 0 && paddings.pl)), "aurora-px-".concat(paddings === null || paddings === void 0 ? void 0 : paddings.px), !!(paddings !== null && paddings !== void 0 && paddings.px)), "aurora-py-".concat(paddings === null || paddings === void 0 ? void 0 : paddings.py), !!(paddings !== null && paddings !== void 0 && paddings.py)), "aurora-ps-".concat(paddings === null || paddings === void 0 ? void 0 : paddings.ps), !!(paddings !== null && paddings !== void 0 && paddings.ps)), "aurora-pe-".concat(paddings === null || paddings === void 0 ? void 0 : paddings.pe), !!(paddings !== null && paddings !== void 0 && paddings.pe)), "aurora-".concat(position), !!position))),
@@ -1,11 +1,11 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { cn } from '../../utilities/cn.js';
4
4
  import { buttonVariants } from './button_variants.js';
5
5
  import { Slot } from '@radix-ui/react-slot';
6
6
 
7
7
  var _excluded = ["className", "variant", "size", "asChild"];
8
- var Button = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
8
+ var Button = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
9
9
  var className = _ref.className,
10
10
  variant = _ref.variant,
11
11
  size = _ref.size,
@@ -13,7 +13,7 @@ var Button = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
13
13
  asChild = _ref$asChild === void 0 ? false : _ref$asChild,
14
14
  props = _objectWithoutProperties(_ref, _excluded);
15
15
  var Comp = asChild ? Slot : 'button';
16
- return /*#__PURE__*/t.createElement(Comp, _objectSpread2({
16
+ return /*#__PURE__*/React.createElement(Comp, _objectSpread2({
17
17
  className: cn(buttonVariants({
18
18
  variant: variant,
19
19
  size: size,
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { cn } from '../../utilities/cn.js';
3
3
  import { dividerVariants } from './divider_variants.js';
4
4
 
@@ -7,7 +7,7 @@ var Divider = function Divider(_ref) {
7
7
  as = _ref$as === void 0 ? 'hr' : _ref$as,
8
8
  color = _ref.color,
9
9
  thickness = _ref.thickness;
10
- return /*#__PURE__*/t.createElement(as, {
10
+ return /*#__PURE__*/React.createElement(as, {
11
11
  className: cn(dividerVariants({
12
12
  color: color,
13
13
  thickness: thickness
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { cn } from '../../utilities/cn.js';
4
4
  import { BUTTON_SIZES } from '../button/button_constants.js';
@@ -7,7 +7,7 @@ import { Slot } from '@radix-ui/react-slot';
7
7
  import { iconButtonVariants } from './icon_button_variants.js';
8
8
 
9
9
  var _excluded = ["className", "variant", "size", "asChild", "Icon", "children"];
10
- var IconButton = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
10
+ var IconButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
11
11
  var className = _ref.className,
12
12
  variant = _ref.variant,
13
13
  size = _ref.size,
@@ -17,7 +17,7 @@ var IconButton = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
17
17
  children = _ref.children,
18
18
  props = _objectWithoutProperties(_ref, _excluded);
19
19
  var Comp = asChild ? Slot : 'button';
20
- return /*#__PURE__*/t.createElement(Comp, _objectSpread2({
20
+ return /*#__PURE__*/React.createElement(Comp, _objectSpread2({
21
21
  className: cn(buttonVariants({
22
22
  variant: variant,
23
23
  size: size,
@@ -26,7 +26,7 @@ var IconButton = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
26
26
  size: size
27
27
  })),
28
28
  ref: ref
29
- }, props), Icon ? /*#__PURE__*/t.createElement(Icon, {
29
+ }, props), Icon ? /*#__PURE__*/React.createElement(Icon, {
30
30
  size: size === BUTTON_SIZES.s ? '14' : '16'
31
31
  }) : children);
32
32
  });
@@ -1,16 +1,16 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { cn } from '../../utilities/cn.js';
4
4
  import { linkVariants } from './link_variants.js';
5
5
 
6
6
  var _excluded = ["children", "size", "variant", "decoration"];
7
- var Link = /*#__PURE__*/t.forwardRef(function (_ref) {
7
+ var Link = /*#__PURE__*/React.forwardRef(function (_ref) {
8
8
  var children = _ref.children,
9
9
  size = _ref.size,
10
10
  variant = _ref.variant,
11
11
  decoration = _ref.decoration,
12
12
  props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/t.createElement("a", _objectSpread2({
13
+ return /*#__PURE__*/React.createElement("a", _objectSpread2({
14
14
  className: cn(linkVariants({
15
15
  size: size,
16
16
  variant: variant,
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { cn } from '../../utilities/cn.js';
4
4
  import { loaderVariants } from './loader_variants.js';
@@ -8,7 +8,7 @@ var Loader = function Loader(_ref) {
8
8
  var className = _ref.className,
9
9
  variant = _ref.variant,
10
10
  props = _objectWithoutProperties(_ref, _excluded);
11
- return /*#__PURE__*/t.createElement("div", _objectSpread2({
11
+ return /*#__PURE__*/React.createElement("div", _objectSpread2({
12
12
  className: cn(loaderVariants({
13
13
  variant: variant
14
14
  }), className)
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { cn } from '../../../utilities/cn.js';
4
4
  import { Item } from '@radix-ui/react-toggle-group';
@@ -6,15 +6,15 @@ import { segmentedControlItemVariants } from './segmented_control_item_variants.
6
6
  import { SegmentedControlContext } from '../context/segmented_control_context.js';
7
7
 
8
8
  var _excluded = ["className", "children", "size", "variant"];
9
- var SegmentedControlItem = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
9
+ var SegmentedControlItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
10
10
  var _context$size, _context$variant;
11
11
  var className = _ref.className,
12
12
  children = _ref.children,
13
13
  size = _ref.size,
14
14
  variant = _ref.variant,
15
15
  props = _objectWithoutProperties(_ref, _excluded);
16
- var context = t.useContext(SegmentedControlContext);
17
- return /*#__PURE__*/t.createElement(Item, _objectSpread2({
16
+ var context = React.useContext(SegmentedControlContext);
17
+ return /*#__PURE__*/React.createElement(Item, _objectSpread2({
18
18
  ref: ref,
19
19
  className: cn("[&:not(:last-child)]:after:aurora-content-[''] focus aurora-rounded-6 [&:not(:last-child)]:after:aurora-absolute [&:not(:last-child)]:after:aurora-block [&:not(:last-child)]:after:aurora-w-px [&:not(:last-child)]:after:aurora-bg-active [&:not(:last-child)]:after:aurora--right-px [&:not(:last-child)]:after:aurora-h-3/6\n aurora-relative aurora-flex aurora-item aurora-basis-full aurora-items-center aurora-justify-center aurora-gap-2 hover:aurora-bg-active aurora-cursor-pointer aurora-transition-all aurora-duration-300\n data-[state=on]:aurora-bg data-[state=on]:aurora-font-semibold\n data-[state=on]:before:aurora-content-[''] data-[state=on]:before:aurora-block data-[state=on]:before:aurora-absolute data-[state=on]:before:aurora--left-px data-[state=on]:before:aurora--right-px data-[state=on]:before:aurora--top-px data-[state=on]:before:aurora--bottom-px data-[state=on]:before:aurora-border-active data-[state=on]:before:aurora-border data-[state=on]:before:aurora-rounded-4 data-[state=on]:before:aurora-z-10", segmentedControlItemVariants({
20
20
  size: (_context$size = context.size) !== null && _context$size !== void 0 ? _context$size : size,
@@ -1,7 +1,7 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { SEGMENTED_CONTROL_SIZE_TYPES, SEGMENTED_CONTROL_VARIANT_TYPES } from '../segmented_control_constants.js';
3
3
 
4
- var SegmentedControlContext = /*#__PURE__*/t.createContext({
4
+ var SegmentedControlContext = /*#__PURE__*/React.createContext({
5
5
  size: SEGMENTED_CONTROL_SIZE_TYPES.basic,
6
6
  variant: SEGMENTED_CONTROL_VARIANT_TYPES.basic
7
7
  });
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { cn } from '../../utilities/cn.js';
4
4
  import { Root } from '@radix-ui/react-toggle-group';
@@ -6,7 +6,7 @@ import { SEGMENTED_CONTROL_TYPE } from './segmented_control_constants.js';
6
6
  import { SegmentedControlContext } from './context/segmented_control_context.js';
7
7
 
8
8
  var _excluded = ["className", "size", "variant", "children", "type"];
9
- var SegmentedControl = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
9
+ var SegmentedControl = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
10
10
  var className = _ref.className,
11
11
  size = _ref.size,
12
12
  variant = _ref.variant,
@@ -14,11 +14,11 @@ var SegmentedControl = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
14
14
  _ref$type = _ref.type,
15
15
  type = _ref$type === void 0 ? SEGMENTED_CONTROL_TYPE.single : _ref$type,
16
16
  props = _objectWithoutProperties(_ref, _excluded);
17
- return /*#__PURE__*/t.createElement(Root, _objectSpread2({
17
+ return /*#__PURE__*/React.createElement(Root, _objectSpread2({
18
18
  ref: ref,
19
19
  className: cn('aurora-w-max aurora-flex aurora-items-center aurora-justify-center aurora-border aurora-rounded-6 aurora-bg-subtle', className),
20
20
  type: type
21
- }, props), /*#__PURE__*/t.createElement(SegmentedControlContext.Provider, {
21
+ }, props), /*#__PURE__*/React.createElement(SegmentedControlContext.Provider, {
22
22
  value: {
23
23
  size: size,
24
24
  variant: variant,
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { defineProperty as _defineProperty } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { cn } from '../../../utilities/cn.js';
4
4
  import { cva } from '../../../../../../external/class-variance-authority/dist/index.mjs.js';
@@ -17,12 +17,12 @@ var SidebarTrigger = function SidebarTrigger(_ref) {
17
17
  var _useSidebar = useSidebar(),
18
18
  toggleSidebar = _useSidebar.toggleSidebar,
19
19
  open = _useSidebar.open;
20
- return /*#__PURE__*/t.createElement("button", {
20
+ return /*#__PURE__*/React.createElement("button", {
21
21
  className: triggerVariants({
22
22
  side: side
23
23
  }),
24
24
  onClick: toggleSidebar
25
- }, /*#__PURE__*/t.createElement(ArrowLeftSLineIcon, {
25
+ }, /*#__PURE__*/React.createElement(ArrowLeftSLineIcon, {
26
26
  color: CSS_COLOR_TOKENS_VALUES.neutral900,
27
27
  className: cn('aurora-overflow-hidden aurora-pointer aurora-transition-transform aurora-duration-100 aurora-text hover:aurora-scale-125', {
28
28
  'aurora-rotate-180': side === SIDEBAR_SIDE.right && open || side === SIDEBAR_SIDE.left && !open
@@ -1,6 +1,6 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
 
3
- var SidebarContext = /*#__PURE__*/t.createContext(null);
3
+ var SidebarContext = /*#__PURE__*/React.createContext(null);
4
4
 
5
5
  export { SidebarContext };
6
6
  //# sourceMappingURL=sidebar_context.js.map
@@ -1,8 +1,8 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { SidebarContext } from '../context/sidebar_context.js';
3
3
 
4
4
  var useSidebar = function useSidebar() {
5
- var context = t.useContext(SidebarContext);
5
+ var context = React.useContext(SidebarContext);
6
6
  if (!context) {
7
7
  throw new Error('useSidebar must be used within a SidebarProvider.');
8
8
  }
@@ -1,4 +1,4 @@
1
- import t, { useRef, useImperativeHandle, useEffect } from 'react';
1
+ import React, { useRef, useImperativeHandle, useEffect } from 'react';
2
2
  import { defineProperty as _defineProperty, objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { STACK_DIRECTION_TYPES, STACK_WRAP_TYPES, STACK_ALIGN_ITEMS_TYPES, STACK_JUSTIFY_CONTENT_TYPES } from './stack_constants.js';
4
4
  import { cn } from '../../utilities/cn.js';
@@ -16,7 +16,7 @@ var stackVariants = cva('aurora-flex', {
16
16
  }
17
17
  }
18
18
  });
19
- var Stack = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
19
+ var Stack = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
20
20
  var children = _ref.children,
21
21
  spacing = _ref.spacing,
22
22
  className = _ref.className,
@@ -56,7 +56,7 @@ var Stack = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
56
56
  });
57
57
  }, [attributes]);
58
58
  var display = inline ? 'inline' : null;
59
- return /*#__PURE__*/t.createElement(as, _objectSpread2({
59
+ return /*#__PURE__*/React.createElement(as, _objectSpread2({
60
60
  ref: internalRef,
61
61
  className: cn(stackVariants({
62
62
  direction: direction,
@@ -1,7 +1,7 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { TABS_SIZE_TYPES, TABS_VARIANT_TYPES } from '../tabs_constants.js';
3
3
 
4
- var TabsContext = /*#__PURE__*/t.createContext({
4
+ var TabsContext = /*#__PURE__*/React.createContext({
5
5
  size: TABS_SIZE_TYPES.basic,
6
6
  variant: TABS_VARIANT_TYPES.basic
7
7
  });
@@ -1,18 +1,18 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { TabsContext } from './context/tabs_context.js';
4
4
  import { Root, Tabs as Tabs$1 } from '@radix-ui/react-tabs';
5
5
 
6
6
  var _excluded = ["className", "size", "variant", "children"];
7
- var Tabs = /*#__PURE__*/t.forwardRef(function (_ref, ref) {
7
+ var Tabs = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
8
8
  var className = _ref.className,
9
9
  size = _ref.size,
10
10
  variant = _ref.variant,
11
11
  children = _ref.children,
12
12
  props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/t.createElement(Root, _objectSpread2({
13
+ return /*#__PURE__*/React.createElement(Root, _objectSpread2({
14
14
  ref: ref
15
- }, props), /*#__PURE__*/t.createElement(TabsContext.Provider, {
15
+ }, props), /*#__PURE__*/React.createElement(TabsContext.Provider, {
16
16
  value: {
17
17
  size: size,
18
18
  variant: variant
@@ -1,4 +1,4 @@
1
- import t from 'react';
1
+ import React from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2, defineProperty as _defineProperty } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { cn } from '../../utilities/cn.js';
4
4
  import { typographyVariants } from './typography_variants.js';
@@ -17,7 +17,7 @@ var Typography = function Typography(_ref) {
17
17
  children = _ref.children,
18
18
  className = _ref.className,
19
19
  rest = _objectWithoutProperties(_ref, _excluded);
20
- return /*#__PURE__*/t.createElement(as, _objectSpread2({
20
+ return /*#__PURE__*/React.createElement(as, _objectSpread2({
21
21
  className: cn(typographyVariants({
22
22
  variant: variant,
23
23
  transform: transform,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-29",
5
+ "version": "3.0.0-30",
6
6
  "description": "aurora",
7
7
  "author": "k0ssak",
8
8
  "license": "MIT",
@@ -1,20 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var t = require('react');
6
-
7
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
-
9
- var t__default = /*#__PURE__*/_interopDefaultLegacy(t);
10
-
11
- /**
12
- * @remixicon/react v4.1.0 - Apache-2.0
13
- */
14
- const f1=({color:C="currentColor",size:e=24,className:l,...i})=>t__default['default'].createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:C,...i,className:"remixicon "+(l||"")},t__default['default'].createElement("path",{d:"M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"})),J1=({color:C="currentColor",size:e=24,className:l,...i})=>t__default['default'].createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:C,...i,className:"remixicon "+(l||"")},t__default['default'].createElement("path",{d:"M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z"})),i2=({color:C="currentColor",size:e=24,className:l,...i})=>t__default['default'].createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:C,...i,className:"remixicon "+(l||"")},t__default['default'].createElement("path",{d:"M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z"})),i7=({color:C="currentColor",size:e=24,className:l,...i})=>t__default['default'].createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:C,...i,className:"remixicon "+(l||"")},t__default['default'].createElement("path",{d:"M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z"}));
15
-
16
- exports.RiArrowDownSLine = f1;
17
- exports.RiArrowLeftSLine = J1;
18
- exports.RiArrowRightLine = i2;
19
- exports.RiCheckFill = i7;
20
- //# sourceMappingURL=index.mjs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -1,9 +0,0 @@
1
- import t from 'react';
2
-
3
- /**
4
- * @remixicon/react v4.1.0 - Apache-2.0
5
- */
6
- const f1=({color:C="currentColor",size:e=24,className:l,...i})=>t.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:C,...i,className:"remixicon "+(l||"")},t.createElement("path",{d:"M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"})),J1=({color:C="currentColor",size:e=24,className:l,...i})=>t.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:C,...i,className:"remixicon "+(l||"")},t.createElement("path",{d:"M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z"})),i2=({color:C="currentColor",size:e=24,className:l,...i})=>t.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:C,...i,className:"remixicon "+(l||"")},t.createElement("path",{d:"M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z"})),i7=({color:C="currentColor",size:e=24,className:l,...i})=>t.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:C,...i,className:"remixicon "+(l||"")},t.createElement("path",{d:"M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z"}));
7
-
8
- export { f1 as RiArrowDownSLine, J1 as RiArrowLeftSLine, i2 as RiArrowRightLine, i7 as RiCheckFill };
9
- //# sourceMappingURL=index.mjs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}