@dreamcommerce/aurora 3.0.0-176 → 3.0.0-178

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 (21) hide show
  1. package/build/cjs/packages/aurora/src/components/label/label.js +5 -10
  2. package/build/cjs/packages/aurora/src/components/label/label.js.map +1 -1
  3. package/build/cjs/packages/aurora/src/components/message_box/message_box.js +9 -3
  4. package/build/cjs/packages/aurora/src/components/message_box/message_box.js.map +1 -1
  5. package/build/cjs/packages/aurora/src/components/message_box/message_box_variants.js +1 -1
  6. package/build/cjs/packages/aurora/src/components/radio_group/components/radio_group_item.js +1 -1
  7. package/build/cjs/packages/aurora/src/components/tooltip/components/tooltip_content.js +1 -3
  8. package/build/cjs/packages/aurora/src/components/tooltip/components/tooltip_content.js.map +1 -1
  9. package/build/cjs/packages/aurora/src/components/tree/components/tree_node.js +2 -2
  10. package/build/esm/packages/aurora/src/components/label/label.js +5 -10
  11. package/build/esm/packages/aurora/src/components/label/label.js.map +1 -1
  12. package/build/esm/packages/aurora/src/components/message_box/message_box.js +9 -3
  13. package/build/esm/packages/aurora/src/components/message_box/message_box.js.map +1 -1
  14. package/build/esm/packages/aurora/src/components/message_box/message_box_types.d.ts +2 -0
  15. package/build/esm/packages/aurora/src/components/message_box/message_box_variants.js +1 -1
  16. package/build/esm/packages/aurora/src/components/radio_group/components/radio_group_item.js +1 -1
  17. package/build/esm/packages/aurora/src/components/tooltip/components/tooltip_content.js +1 -3
  18. package/build/esm/packages/aurora/src/components/tooltip/components/tooltip_content.js.map +1 -1
  19. package/build/esm/packages/aurora/src/components/tree/components/tree_node.js +2 -2
  20. package/build/index.css +1 -1
  21. package/package.json +2 -2
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var React = require('react');
6
6
  var _rollupPluginBabelHelpers = require('../../../../../_virtual/_rollupPluginBabelHelpers.js');
7
- var cn = require('../../utilities/cn.js');
7
+ var stack = require('../stack/stack.js');
8
8
  var typography = require('../typography/typography.js');
9
9
  var tooltip = require('../tooltip/tooltip.js');
10
10
  var tooltip_trigger = require('../tooltip/components/tooltip_trigger.js');
@@ -28,17 +28,12 @@ var Label = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
28
28
  weight: "medium",
29
29
  as: "p",
30
30
  className: className
31
+ }, /*#__PURE__*/React.createElement(stack.Stack, {
32
+ align: "center",
33
+ spacing: "1"
31
34
  }, required ? /*#__PURE__*/React.createElement("span", {
32
35
  className: "aurora-text-interactive"
33
- }, "*") : null, /*#__PURE__*/React.createElement("span", {
34
- className: cn.cn({
35
- 'aurora-mr-1': tooltip$1
36
- })
37
- }, children), tooltip$1 ? (/*#__PURE__*/React.createElement(tooltip_provider.TooltipProvider, null, /*#__PURE__*/React.createElement(tooltip.Tooltip, null, /*#__PURE__*/React.createElement(tooltip_trigger.TooltipTrigger, {
38
- className: "aurora-align-middle aurora-inline-flex"
39
- }), /*#__PURE__*/React.createElement(tooltip_content.TooltipContent, {
40
- variant: "dark"
41
- }, /*#__PURE__*/React.createElement("p", null, tooltip$1))))) : null));
36
+ }, "*") : null, children, tooltip$1 ? (/*#__PURE__*/React.createElement(tooltip_provider.TooltipProvider, null, /*#__PURE__*/React.createElement(tooltip.Tooltip, null, /*#__PURE__*/React.createElement(tooltip_trigger.TooltipTrigger, null), /*#__PURE__*/React.createElement(tooltip_content.TooltipContent, null, /*#__PURE__*/React.createElement("p", null, tooltip$1))))) : null)));
42
37
  });
43
38
  Label.displayName = LabelPrimitive.Root.displayName;
44
39
 
@@ -1 +1 @@
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -22,14 +22,20 @@ var MessageBox = /*#__PURE__*/React__default['default'].forwardRef(function (_re
22
22
  className = _ref.className,
23
23
  shadow = _ref.shadow,
24
24
  _ref$showIcon = _ref.showIcon,
25
- showIcon = _ref$showIcon === void 0 ? false : _ref$showIcon;
25
+ showIcon = _ref$showIcon === void 0 ? false : _ref$showIcon,
26
+ _ref$noBorder = _ref.noBorder,
27
+ noBorder = _ref$noBorder === void 0 ? false : _ref$noBorder,
28
+ _ref$noRadius = _ref.noRadius,
29
+ noRadius = _ref$noRadius === void 0 ? false : _ref$noRadius;
26
30
  var Icon = message_box_constants.MESSAGE_BOX_ICONS[variant];
27
31
  var iconColor = message_box_constants.MESSAGE_BOX_ICON_COLORS[variant];
28
32
  return /*#__PURE__*/React__default['default'].createElement("div", {
29
33
  ref: ref,
30
34
  className: cn.cn(cn.cn({
31
- 'aurora-w-full aurora-border-none': fullWidth,
32
- 'aurora-w-[272px] aurora-border aurora-rounded-4': !fullWidth,
35
+ 'aurora-w-full': fullWidth,
36
+ 'aurora-w-[272px]': !fullWidth,
37
+ 'aurora-rounded-none': noRadius,
38
+ 'aurora-border-none': noBorder,
33
39
  'aurora-shadow-l': shadow
34
40
  }), message_box_variants.messageBoxVariants({
35
41
  variant: variant
@@ -1 +1 @@
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -6,7 +6,7 @@ var _rollupPluginBabelHelpers = require('../../../../../_virtual/_rollupPluginBa
6
6
  var index = require('../../../../../external/class-variance-authority/dist/index.mjs.js');
7
7
  var message_box_constants = require('./message_box_constants.js');
8
8
 
9
- var messageBoxVariants = index.cva('aurora-p-2 aurora-relative aurora-flex aurora-items-center aurora-justify-center', {
9
+ var messageBoxVariants = index.cva('aurora-p-2 aurora-text-s aurora-relative aurora-flex aurora-items-center aurora-justify-center', {
10
10
  variants: {
11
11
  variant: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, message_box_constants.MESSAGE_BOX_VARIANTS.info, 'aurora-bg-primary-subtle aurora-border-info'), message_box_constants.MESSAGE_BOX_VARIANTS.warning, 'aurora-bg-warning-subtle aurora-border-focus'), message_box_constants.MESSAGE_BOX_VARIANTS.success, 'aurora-bg-success-subtle aurora-border-success'), message_box_constants.MESSAGE_BOX_VARIANTS.critical, 'aurora-bg-danger-subtle aurora-border-danger'), message_box_constants.MESSAGE_BOX_VARIANTS.subtle, 'aurora-bg aurora-border')
12
12
  },
@@ -26,7 +26,7 @@ var RadioGroupItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
26
26
  props = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
27
27
  return /*#__PURE__*/React.createElement(stack.Stack, {
28
28
  spacing: "2",
29
- align: "center"
29
+ align: "start"
30
30
  }, /*#__PURE__*/React.createElement(RadioGroupPrimitive.Item, _rollupPluginBabelHelpers.objectSpread2({
31
31
  id: id,
32
32
  ref: ref,
@@ -6,7 +6,6 @@ var React = require('react');
6
6
  var _rollupPluginBabelHelpers = require('../../../../../../_virtual/_rollupPluginBabelHelpers.js');
7
7
  var cn = require('../../../utilities/cn.js');
8
8
  var TooltipPrimitive = require('@radix-ui/react-tooltip');
9
- var tooltip_constants = require('../tooltip_constants.js');
10
9
  var tooltip_content_variants = require('./tooltip_content_variants.js');
11
10
 
12
11
  var _excluded = ["className", "sideOffset", "variant"];
@@ -14,8 +13,7 @@ var TooltipContent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
14
13
  var className = _ref.className,
15
14
  _ref$sideOffset = _ref.sideOffset,
16
15
  sideOffset = _ref$sideOffset === void 0 ? 8 : _ref$sideOffset,
17
- _ref$variant = _ref.variant,
18
- variant = _ref$variant === void 0 ? tooltip_constants.TOOLTIP_VARIANT_TYPES.light : _ref$variant,
16
+ variant = _ref.variant,
19
17
  props = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
20
18
  return /*#__PURE__*/React.createElement(TooltipPrimitive.Portal, null, /*#__PURE__*/React.createElement(TooltipPrimitive.Content, _rollupPluginBabelHelpers.objectSpread2({
21
19
  ref: ref,
@@ -1 +1 @@
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -38,7 +38,7 @@ var TreeNode = function TreeNode(_ref) {
38
38
  className: cn.cn('aurora-w-full aurora-px-2 aurora-rounded-4 hover:aurora-bg-hover', {
39
39
  'hover:aurora-bg-transparent': hasDisabledHover,
40
40
  'aurora-bg-hover': isHighlighted
41
- })
41
+ }, labelClassName)
42
42
  }, LabelComponent === null || LabelComponent === void 0 ? void 0 : LabelComponent({
43
43
  node: node,
44
44
  isLeaf: !children
@@ -47,7 +47,7 @@ var TreeNode = function TreeNode(_ref) {
47
47
  className: cn.cn('aurora-w-full aurora-px-2 aurora-rounded-4 hover:aurora-bg-hover', {
48
48
  'hover:aurora-bg-transparent': hasDisabledHover,
49
49
  'aurora-bg-hover': isHighlighted
50
- })
50
+ }, labelClassName)
51
51
  }, node.label ? node.label : node.id));
52
52
  var Content = ContentComponent ? ContentComponent === null || ContentComponent === void 0 ? void 0 : ContentComponent({
53
53
  node: node,
@@ -1,6 +1,6 @@
1
1
  import { forwardRef, createElement } from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
- import { cn } from '../../utilities/cn.js';
3
+ import { Stack } from '../stack/stack.js';
4
4
  import { Typography } from '../typography/typography.js';
5
5
  import { Tooltip } from '../tooltip/tooltip.js';
6
6
  import { TooltipTrigger } from '../tooltip/components/tooltip_trigger.js';
@@ -24,17 +24,12 @@ var Label = /*#__PURE__*/forwardRef(function (_ref, ref) {
24
24
  weight: "medium",
25
25
  as: "p",
26
26
  className: className
27
+ }, /*#__PURE__*/createElement(Stack, {
28
+ align: "center",
29
+ spacing: "1"
27
30
  }, required ? /*#__PURE__*/createElement("span", {
28
31
  className: "aurora-text-interactive"
29
- }, "*") : null, /*#__PURE__*/createElement("span", {
30
- className: cn({
31
- 'aurora-mr-1': tooltip
32
- })
33
- }, children), tooltip ? (/*#__PURE__*/createElement(TooltipProvider, null, /*#__PURE__*/createElement(Tooltip, null, /*#__PURE__*/createElement(TooltipTrigger, {
34
- className: "aurora-align-middle aurora-inline-flex"
35
- }), /*#__PURE__*/createElement(TooltipContent, {
36
- variant: "dark"
37
- }, /*#__PURE__*/createElement("p", null, tooltip))))) : null));
32
+ }, "*") : null, children, tooltip ? (/*#__PURE__*/createElement(TooltipProvider, null, /*#__PURE__*/createElement(Tooltip, null, /*#__PURE__*/createElement(TooltipTrigger, null), /*#__PURE__*/createElement(TooltipContent, null, /*#__PURE__*/createElement("p", null, tooltip))))) : null)));
38
33
  });
39
34
  Label.displayName = Root.displayName;
40
35
 
@@ -1 +1 @@
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -14,14 +14,20 @@ var MessageBox = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
14
14
  className = _ref.className,
15
15
  shadow = _ref.shadow,
16
16
  _ref$showIcon = _ref.showIcon,
17
- showIcon = _ref$showIcon === void 0 ? false : _ref$showIcon;
17
+ showIcon = _ref$showIcon === void 0 ? false : _ref$showIcon,
18
+ _ref$noBorder = _ref.noBorder,
19
+ noBorder = _ref$noBorder === void 0 ? false : _ref$noBorder,
20
+ _ref$noRadius = _ref.noRadius,
21
+ noRadius = _ref$noRadius === void 0 ? false : _ref$noRadius;
18
22
  var Icon = MESSAGE_BOX_ICONS[variant];
19
23
  var iconColor = MESSAGE_BOX_ICON_COLORS[variant];
20
24
  return /*#__PURE__*/React.createElement("div", {
21
25
  ref: ref,
22
26
  className: cn(cn({
23
- 'aurora-w-full aurora-border-none': fullWidth,
24
- 'aurora-w-[272px] aurora-border aurora-rounded-4': !fullWidth,
27
+ 'aurora-w-full': fullWidth,
28
+ 'aurora-w-[272px]': !fullWidth,
29
+ 'aurora-rounded-none': noRadius,
30
+ 'aurora-border-none': noBorder,
25
31
  'aurora-shadow-l': shadow
26
32
  }), messageBoxVariants({
27
33
  variant: variant
@@ -1 +1 @@
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -8,6 +8,8 @@ export interface TMessageBoxProps extends React.HTMLAttributes<HTMLDivElement>,
8
8
  header?: string | React.ReactNode;
9
9
  children?: React.ReactNode;
10
10
  fullWidth?: boolean;
11
+ noBorder?: boolean;
12
+ noRadius?: boolean;
11
13
  className?: string;
12
14
  shadow?: boolean;
13
15
  }
@@ -2,7 +2,7 @@ import { defineProperty as _defineProperty } from '../../../../../_virtual/_roll
2
2
  import { cva } from '../../../../../external/class-variance-authority/dist/index.mjs.js';
3
3
  import { MESSAGE_BOX_VARIANTS } from './message_box_constants.js';
4
4
 
5
- var messageBoxVariants = cva('aurora-p-2 aurora-relative aurora-flex aurora-items-center aurora-justify-center', {
5
+ var messageBoxVariants = cva('aurora-p-2 aurora-text-s aurora-relative aurora-flex aurora-items-center aurora-justify-center', {
6
6
  variants: {
7
7
  variant: _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, MESSAGE_BOX_VARIANTS.info, 'aurora-bg-primary-subtle aurora-border-info'), MESSAGE_BOX_VARIANTS.warning, 'aurora-bg-warning-subtle aurora-border-focus'), MESSAGE_BOX_VARIANTS.success, 'aurora-bg-success-subtle aurora-border-success'), MESSAGE_BOX_VARIANTS.critical, 'aurora-bg-danger-subtle aurora-border-danger'), MESSAGE_BOX_VARIANTS.subtle, 'aurora-bg aurora-border')
8
8
  },
@@ -22,7 +22,7 @@ var RadioGroupItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
22
22
  props = _objectWithoutProperties(_ref, _excluded);
23
23
  return /*#__PURE__*/createElement(Stack, {
24
24
  spacing: "2",
25
- align: "center"
25
+ align: "start"
26
26
  }, /*#__PURE__*/createElement(Item, _objectSpread2({
27
27
  id: id,
28
28
  ref: ref,
@@ -2,7 +2,6 @@ import { forwardRef, createElement } 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 { Portal, Content } from '@radix-ui/react-tooltip';
5
- import { TOOLTIP_VARIANT_TYPES } from '../tooltip_constants.js';
6
5
  import { tooltipContentVariants } from './tooltip_content_variants.js';
7
6
 
8
7
  var _excluded = ["className", "sideOffset", "variant"];
@@ -10,8 +9,7 @@ var TooltipContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
10
9
  var className = _ref.className,
11
10
  _ref$sideOffset = _ref.sideOffset,
12
11
  sideOffset = _ref$sideOffset === void 0 ? 8 : _ref$sideOffset,
13
- _ref$variant = _ref.variant,
14
- variant = _ref$variant === void 0 ? TOOLTIP_VARIANT_TYPES.light : _ref$variant,
12
+ variant = _ref.variant,
15
13
  props = _objectWithoutProperties(_ref, _excluded);
16
14
  return /*#__PURE__*/createElement(Portal, null, /*#__PURE__*/createElement(Content, _objectSpread2({
17
15
  ref: ref,
@@ -1 +1 @@
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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
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;AACA;AACA;AACA;AACA;AACA;"}
@@ -30,7 +30,7 @@ var TreeNode = function TreeNode(_ref) {
30
30
  className: cn('aurora-w-full aurora-px-2 aurora-rounded-4 hover:aurora-bg-hover', {
31
31
  'hover:aurora-bg-transparent': hasDisabledHover,
32
32
  'aurora-bg-hover': isHighlighted
33
- })
33
+ }, labelClassName)
34
34
  }, LabelComponent === null || LabelComponent === void 0 ? void 0 : LabelComponent({
35
35
  node: node,
36
36
  isLeaf: !children
@@ -39,7 +39,7 @@ var TreeNode = function TreeNode(_ref) {
39
39
  className: cn('aurora-w-full aurora-px-2 aurora-rounded-4 hover:aurora-bg-hover', {
40
40
  'hover:aurora-bg-transparent': hasDisabledHover,
41
41
  'aurora-bg-hover': isHighlighted
42
- })
42
+ }, labelClassName)
43
43
  }, node.label ? node.label : node.id));
44
44
  var Content = ContentComponent ? ContentComponent === null || ContentComponent === void 0 ? void 0 : ContentComponent({
45
45
  node: node,