@dreamcommerce/aurora 3.1.67 → 3.1.69
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/checkbox/checkbox.js +2 -2
- package/build/cjs/packages/aurora/src/components/message_box/message_box.js +1 -1
- package/build/cjs/packages/aurora/src/components/tooltip/components/tooltip_content.js +1 -1
- package/build/esm/packages/aurora/src/components/checkbox/checkbox.js +2 -2
- package/build/esm/packages/aurora/src/components/message_box/message_box.js +1 -1
- package/build/esm/packages/aurora/src/components/tooltip/components/tooltip_content.js +1 -1
- package/build/index.css +1 -1
- package/package.json +1 -1
|
@@ -25,10 +25,10 @@ var Checkbox = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
25
25
|
id: id,
|
|
26
26
|
name: name,
|
|
27
27
|
ref: ref,
|
|
28
|
-
className: cn.cn('aurora-shrink-0 aurora-rounded-4 aurora-h-[20px] aurora-w-[20px] aurora-transition-all aurora-bg aurora-border-strong hover:aurora-border-extraStrong focus data-[state=unchecked]:aurora-border data-[state=checked]:aurora-bg-primary not-disabled:data-[state=checked]:aurora-border-primary', {
|
|
28
|
+
className: cn.cn('aurora-shrink-0 aurora-rounded-4 aurora-h-[20px] aurora-w-[20px] aurora-transition-all aurora-bg aurora-border-strong not-disabled:hover:aurora-border-extraStrong focus data-[state=unchecked]:aurora-border data-[state=checked]:aurora-bg-primary not-disabled:data-[state=checked]:aurora-border-primary', {
|
|
29
29
|
'aurora-border-danger aurora-border-2': !!(errors !== null && errors !== void 0 && errors.length),
|
|
30
30
|
'disabled:aurora-cursor-not-allowed': disabled,
|
|
31
|
-
'!aurora-bg-active': disabled
|
|
31
|
+
'!aurora-bg-active': disabled
|
|
32
32
|
}, className),
|
|
33
33
|
value: value,
|
|
34
34
|
disabled: disabled,
|
|
@@ -31,7 +31,7 @@ var MessageBox = /*#__PURE__*/React__default['default'].forwardRef(function (_re
|
|
|
31
31
|
var iconColor = message_box_constants.MESSAGE_BOX_ICON_COLORS[variant];
|
|
32
32
|
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
33
33
|
ref: ref,
|
|
34
|
-
className: cn.cn('
|
|
34
|
+
className: cn.cn('aurora-external-link-icon', message_box_variants.messageBoxVariants({
|
|
35
35
|
variant: variant
|
|
36
36
|
}), {
|
|
37
37
|
'aurora-w-full': fullWidth,
|
|
@@ -18,7 +18,7 @@ var TooltipContent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
18
18
|
return /*#__PURE__*/React.createElement(index.Portal, null, /*#__PURE__*/React.createElement(index.Content, _rollupPluginBabelHelpers.objectSpread2({
|
|
19
19
|
ref: ref,
|
|
20
20
|
sideOffset: sideOffset,
|
|
21
|
-
className: cn.cn('aurora-z-[99999] aurora-max-w-[320px] aurora-shadow aurora-overflow-hidden aurora-border aurora-rounded-8 aurora-px-3 aurora-py-2 aurora-text-xs aurora-animate-in aurora-fade-in-0 data-[state=closed]:aurora-animate-out data-[state=closed]:aurora-fade-out-0 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', 'js__aurora-tooltip-content', tooltip_content_variants.tooltipContentVariants({
|
|
21
|
+
className: cn.cn('aurora-external-link-icon', 'aurora-z-[99999] aurora-max-w-[320px] aurora-shadow aurora-overflow-hidden aurora-border aurora-rounded-8 aurora-px-3 aurora-py-2 aurora-text-xs aurora-animate-in aurora-fade-in-0 data-[state=closed]:aurora-animate-out data-[state=closed]:aurora-fade-out-0 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', 'js__aurora-tooltip-content', tooltip_content_variants.tooltipContentVariants({
|
|
22
22
|
variant: variant
|
|
23
23
|
}), className)
|
|
24
24
|
}, props)));
|
|
@@ -21,10 +21,10 @@ var Checkbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
21
21
|
id: id,
|
|
22
22
|
name: name,
|
|
23
23
|
ref: ref,
|
|
24
|
-
className: cn('aurora-shrink-0 aurora-rounded-4 aurora-h-[20px] aurora-w-[20px] aurora-transition-all aurora-bg aurora-border-strong hover:aurora-border-extraStrong focus data-[state=unchecked]:aurora-border data-[state=checked]:aurora-bg-primary not-disabled:data-[state=checked]:aurora-border-primary', {
|
|
24
|
+
className: cn('aurora-shrink-0 aurora-rounded-4 aurora-h-[20px] aurora-w-[20px] aurora-transition-all aurora-bg aurora-border-strong not-disabled:hover:aurora-border-extraStrong focus data-[state=unchecked]:aurora-border data-[state=checked]:aurora-bg-primary not-disabled:data-[state=checked]:aurora-border-primary', {
|
|
25
25
|
'aurora-border-danger aurora-border-2': !!(errors !== null && errors !== void 0 && errors.length),
|
|
26
26
|
'disabled:aurora-cursor-not-allowed': disabled,
|
|
27
|
-
'!aurora-bg-active': disabled
|
|
27
|
+
'!aurora-bg-active': disabled
|
|
28
28
|
}, className),
|
|
29
29
|
value: value,
|
|
30
30
|
disabled: disabled,
|
|
@@ -23,7 +23,7 @@ var MessageBox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
|
|
23
23
|
var iconColor = MESSAGE_BOX_ICON_COLORS[variant];
|
|
24
24
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
25
25
|
ref: ref,
|
|
26
|
-
className: cn('
|
|
26
|
+
className: cn('aurora-external-link-icon', messageBoxVariants({
|
|
27
27
|
variant: variant
|
|
28
28
|
}), {
|
|
29
29
|
'aurora-w-full': fullWidth,
|
|
@@ -14,7 +14,7 @@ var TooltipContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
14
14
|
return /*#__PURE__*/createElement(Portal, null, /*#__PURE__*/createElement(Content2, _objectSpread2({
|
|
15
15
|
ref: ref,
|
|
16
16
|
sideOffset: sideOffset,
|
|
17
|
-
className: cn('aurora-z-[99999] aurora-max-w-[320px] aurora-shadow aurora-overflow-hidden aurora-border aurora-rounded-8 aurora-px-3 aurora-py-2 aurora-text-xs aurora-animate-in aurora-fade-in-0 data-[state=closed]:aurora-animate-out data-[state=closed]:aurora-fade-out-0 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', 'js__aurora-tooltip-content', tooltipContentVariants({
|
|
17
|
+
className: cn('aurora-external-link-icon', 'aurora-z-[99999] aurora-max-w-[320px] aurora-shadow aurora-overflow-hidden aurora-border aurora-rounded-8 aurora-px-3 aurora-py-2 aurora-text-xs aurora-animate-in aurora-fade-in-0 data-[state=closed]:aurora-animate-out data-[state=closed]:aurora-fade-out-0 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', 'js__aurora-tooltip-content', tooltipContentVariants({
|
|
18
18
|
variant: variant
|
|
19
19
|
}), className)
|
|
20
20
|
}, props)));
|