@exem-ui/react 0.3.4-next.20260528063039 → 0.3.4-next.20260608013540
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/dist/{chunk-IYFBJHXJ.js → chunk-3OTGQNHL.js} +6 -6
- package/dist/{chunk-IYFBJHXJ.js.map → chunk-3OTGQNHL.js.map} +1 -1
- package/dist/{chunk-XOYGUVKA.mjs → chunk-JXUDLY4B.mjs} +6 -6
- package/dist/{chunk-XOYGUVKA.mjs.map → chunk-JXUDLY4B.mjs.map} +1 -1
- package/dist/flat/index.js +5 -5
- package/dist/flat/index.mjs +1 -1
- package/dist/index.js +23 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +22 -21
- package/LICENSE +0 -190
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ConditionalTooltip, overlayListVariants, commonInputVariants } from './chunk-
|
|
2
|
-
export { Segment, Select, Tooltip } from './chunk-
|
|
1
|
+
import { ConditionalTooltip, overlayListVariants, commonInputVariants } from './chunk-JXUDLY4B.mjs';
|
|
2
|
+
export { Segment, Select, Tooltip } from './chunk-JXUDLY4B.mjs';
|
|
3
3
|
import { X, MoreHorizontal, iconSizes, Minus, Check, Person, Warning, Info, Error as Error$1, ChevronLeft, ChevronRight } from './chunk-HV6LIYRO.mjs';
|
|
4
4
|
import { cva, cn } from '@exem-ui/core/utils';
|
|
5
5
|
import * as React from 'react';
|
|
@@ -489,12 +489,12 @@ var colorStyles = {
|
|
|
489
489
|
text: "text-text-static-light group-disabled/button:text-text-inverse-disabled"
|
|
490
490
|
},
|
|
491
491
|
outlined: {
|
|
492
|
-
button: "border border-border-accent hover:bg-elevation-accent disabled:border-border-accent-disabled",
|
|
492
|
+
button: "border border-border-accent hover:bg-elevation-accent-0 disabled:border-border-accent-disabled",
|
|
493
493
|
icon: "text-text-accent group-disabled/button:text-text-accent-disabled",
|
|
494
494
|
text: "text-text-accent group-disabled/button:text-text-accent-disabled"
|
|
495
495
|
},
|
|
496
496
|
invisible: {
|
|
497
|
-
button: "hover:bg-elevation-accent",
|
|
497
|
+
button: "hover:bg-elevation-accent-0",
|
|
498
498
|
icon: "text-text-accent group-disabled/button:text-text-accent-disabled",
|
|
499
499
|
text: "text-text-accent group-disabled/button:text-text-accent-disabled"
|
|
500
500
|
}
|
|
@@ -513,12 +513,12 @@ var colorStyles = {
|
|
|
513
513
|
text: "text-text-static-light group-disabled/button:text-text-inverse-disabled"
|
|
514
514
|
},
|
|
515
515
|
outlined: {
|
|
516
|
-
button: "border border-border-critical hover:bg-elevation-critical disabled:border-border-critical-disabled",
|
|
516
|
+
button: "border border-border-critical hover:bg-elevation-critical-0 disabled:border-border-critical-disabled",
|
|
517
517
|
icon: "text-text-critical group-disabled/button:text-text-critical-disabled",
|
|
518
518
|
text: "text-text-critical group-disabled/button:text-text-critical-disabled"
|
|
519
519
|
},
|
|
520
520
|
invisible: {
|
|
521
|
-
button: "hover:bg-elevation-critical",
|
|
521
|
+
button: "hover:bg-elevation-critical-0",
|
|
522
522
|
icon: "text-text-critical group-disabled/button:text-text-critical-disabled",
|
|
523
523
|
text: "text-text-critical group-disabled/button:text-text-critical-disabled"
|
|
524
524
|
}
|