@dreamcommerce/aurora 3.0.0-233 → 3.0.0-235
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/packages/aurora/src/components/action_list/action_list_variants.js +1 -1
- package/build/cjs/packages/aurora/src/components/action_list/components/action_list_item.js +1 -1
- package/build/cjs/packages/aurora/src/components/action_list/components/action_list_radio_item.js +1 -1
- package/build/cjs/packages/aurora/src/components/action_list/components/action_list_radio_sub_trigger.js +1 -1
- package/build/cjs/packages/aurora/src/components/action_list/components/action_list_sub_trigger.js +1 -1
- package/build/esm/packages/aurora/src/components/action_list/action_list_variants.js +1 -1
- package/build/esm/packages/aurora/src/components/action_list/components/action_list_item.js +1 -1
- package/build/esm/packages/aurora/src/components/action_list/components/action_list_radio_item.js +1 -1
- package/build/esm/packages/aurora/src/components/action_list/components/action_list_radio_sub_trigger.js +1 -1
- package/build/esm/packages/aurora/src/components/action_list/components/action_list_sub_trigger.js +1 -1
- package/build/index.css +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var index = require('../../../../../external/class-variance-authority/dist/index.mjs.js');
|
|
6
6
|
|
|
7
|
-
var actionListTriggerVariants = index.cva('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-transition-all data-[state=open]:aurora-bg-active data-[disabled]:aurora-pointer-events-none data-[disabled]:aurora-
|
|
7
|
+
var actionListTriggerVariants = index.cva('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-transition-all data-[state=open]:aurora-bg-active data-[disabled]:aurora-pointer-events-none data-[disabled]:aurora-text-subtle-light', {
|
|
8
8
|
variants: {
|
|
9
9
|
variant: {
|
|
10
10
|
basic: '',
|
|
@@ -19,7 +19,7 @@ var ActionListItem = /*#__PURE__*/React__default['default'].forwardRef(function
|
|
|
19
19
|
return /*#__PURE__*/React__default['default'].createElement(DropdownMenuPrimitive.Item, _rollupPluginBabelHelpers.objectSpread2({
|
|
20
20
|
ref: ref,
|
|
21
21
|
"data-test-el": "action-list-item",
|
|
22
|
-
className: cn.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-
|
|
22
|
+
className: cn.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-text-subtle-light', inset && 'aurora-pl-8', className)
|
|
23
23
|
}, props));
|
|
24
24
|
});
|
|
25
25
|
ActionListItem.displayName = 'ActionListItem';
|
package/build/cjs/packages/aurora/src/components/action_list/components/action_list_radio_item.js
CHANGED
|
@@ -22,7 +22,7 @@ var ActionListRadioItem = /*#__PURE__*/React__default['default'].forwardRef(func
|
|
|
22
22
|
return /*#__PURE__*/React__default['default'].createElement(DropdownMenuPrimitive.RadioItem, _rollupPluginBabelHelpers.objectSpread2({
|
|
23
23
|
ref: ref,
|
|
24
24
|
"data-test-el": "action-list-radio-item",
|
|
25
|
-
className: cn.cn('aurora-relative aurora-outline-none aurora-py-1.5 aurora-pr-3 aurora-pl-10 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-
|
|
25
|
+
className: cn.cn('aurora-relative aurora-outline-none aurora-py-1.5 aurora-pr-3 aurora-pl-10 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-text-subtle-light data-[state=checked]:aurora-font-semibold', className),
|
|
26
26
|
disabled: disabled
|
|
27
27
|
}, props), /*#__PURE__*/React__default['default'].createElement(DropdownMenuPrimitive.ItemIndicator, {
|
|
28
28
|
className: "aurora-absolute aurora-left-2.5"
|
|
@@ -24,7 +24,7 @@ var ActionListRadioSubTrigger = /*#__PURE__*/React__default['default'].forwardRe
|
|
|
24
24
|
props = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
|
25
25
|
return /*#__PURE__*/React__default['default'].createElement(DropdownMenuPrimitive.SubTrigger, _rollupPluginBabelHelpers.objectSpread2({
|
|
26
26
|
ref: ref,
|
|
27
|
-
className: cn.cn('aurora-relative aurora-outline-none aurora-py-1.5 aurora-pr-3 aurora-pl-10 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-
|
|
27
|
+
className: cn.cn('aurora-relative aurora-outline-none aurora-py-1.5 aurora-pr-3 aurora-pl-10 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-text-subtle-light', inset && 'aurora-pl-8', className),
|
|
28
28
|
"data-test-el": "action-list-sub-trigger"
|
|
29
29
|
}, props), selected ? (/*#__PURE__*/React__default['default'].createElement(check_fill_icon.CheckFillIcon, {
|
|
30
30
|
className: "aurora-absolute aurora-left-2.5",
|
package/build/cjs/packages/aurora/src/components/action_list/components/action_list_sub_trigger.js
CHANGED
|
@@ -22,7 +22,7 @@ var ActionListSubTrigger = /*#__PURE__*/React__default['default'].forwardRef(fun
|
|
|
22
22
|
props = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
|
23
23
|
return /*#__PURE__*/React__default['default'].createElement(DropdownMenuPrimitive.SubTrigger, _rollupPluginBabelHelpers.objectSpread2({
|
|
24
24
|
ref: ref,
|
|
25
|
-
className: cn.cn('aurora-relative aurora-outline-none aurora-py-1.5 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-
|
|
25
|
+
className: cn.cn('aurora-relative aurora-outline-none aurora-py-1.5 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-text-subtle-light', inset && 'aurora-pl-8', className),
|
|
26
26
|
"data-test-el": "action-list-sub-trigger"
|
|
27
27
|
}, props), children, /*#__PURE__*/React__default['default'].createElement(arrow_right_line_icon.ArrowRightLineIcon, {
|
|
28
28
|
size: 20,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { cva } from '../../../../../external/class-variance-authority/dist/index.mjs.js';
|
|
2
2
|
|
|
3
|
-
var actionListTriggerVariants = cva('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-transition-all data-[state=open]:aurora-bg-active data-[disabled]:aurora-pointer-events-none data-[disabled]:aurora-
|
|
3
|
+
var actionListTriggerVariants = cva('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-transition-all data-[state=open]:aurora-bg-active data-[disabled]:aurora-pointer-events-none data-[disabled]:aurora-text-subtle-light', {
|
|
4
4
|
variants: {
|
|
5
5
|
variant: {
|
|
6
6
|
basic: '',
|
|
@@ -11,7 +11,7 @@ var ActionListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
11
11
|
return /*#__PURE__*/React.createElement(Item, _objectSpread2({
|
|
12
12
|
ref: ref,
|
|
13
13
|
"data-test-el": "action-list-item",
|
|
14
|
-
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-
|
|
14
|
+
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-text-subtle-light', inset && 'aurora-pl-8', className)
|
|
15
15
|
}, props));
|
|
16
16
|
});
|
|
17
17
|
ActionListItem.displayName = 'ActionListItem';
|
package/build/esm/packages/aurora/src/components/action_list/components/action_list_radio_item.js
CHANGED
|
@@ -14,7 +14,7 @@ var ActionListRadioItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
14
14
|
return /*#__PURE__*/React.createElement(RadioItem, _objectSpread2({
|
|
15
15
|
ref: ref,
|
|
16
16
|
"data-test-el": "action-list-radio-item",
|
|
17
|
-
className: cn('aurora-relative aurora-outline-none aurora-py-1.5 aurora-pr-3 aurora-pl-10 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-
|
|
17
|
+
className: cn('aurora-relative aurora-outline-none aurora-py-1.5 aurora-pr-3 aurora-pl-10 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-text-subtle-light data-[state=checked]:aurora-font-semibold', className),
|
|
18
18
|
disabled: disabled
|
|
19
19
|
}, props), /*#__PURE__*/React.createElement(ItemIndicator, {
|
|
20
20
|
className: "aurora-absolute aurora-left-2.5"
|
|
@@ -16,7 +16,7 @@ var ActionListRadioSubTrigger = /*#__PURE__*/React.forwardRef(function (_ref, re
|
|
|
16
16
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
17
17
|
return /*#__PURE__*/React.createElement(SubTrigger, _objectSpread2({
|
|
18
18
|
ref: ref,
|
|
19
|
-
className: cn('aurora-relative aurora-outline-none aurora-py-1.5 aurora-pr-3 aurora-pl-10 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-
|
|
19
|
+
className: cn('aurora-relative aurora-outline-none aurora-py-1.5 aurora-pr-3 aurora-pl-10 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-text-subtle-light', inset && 'aurora-pl-8', className),
|
|
20
20
|
"data-test-el": "action-list-sub-trigger"
|
|
21
21
|
}, props), selected ? (/*#__PURE__*/React.createElement(CheckFillIcon, {
|
|
22
22
|
className: "aurora-absolute aurora-left-2.5",
|
package/build/esm/packages/aurora/src/components/action_list/components/action_list_sub_trigger.js
CHANGED
|
@@ -14,7 +14,7 @@ var ActionListSubTrigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
14
14
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/React.createElement(SubTrigger, _objectSpread2({
|
|
16
16
|
ref: ref,
|
|
17
|
-
className: cn('aurora-relative aurora-outline-none aurora-py-1.5 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-
|
|
17
|
+
className: cn('aurora-relative aurora-outline-none aurora-py-1.5 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-text-subtle-light', inset && 'aurora-pl-8', className),
|
|
18
18
|
"data-test-el": "action-list-sub-trigger"
|
|
19
19
|
}, props), children, /*#__PURE__*/React.createElement(ArrowRightLineIcon, {
|
|
20
20
|
size: 20,
|