@serendie/ui 2.4.1-dev.202601150618 → 2.4.1
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.
|
@@ -10,7 +10,7 @@ import { CheckboxContext as C } from "../../node_modules/@ark-ui/react/dist/comp
|
|
|
10
10
|
import { CheckboxControl as S } from "../../node_modules/@ark-ui/react/dist/components/checkbox/checkbox-control.js";
|
|
11
11
|
import { CheckboxLabel as i } from "../../node_modules/@ark-ui/react/dist/components/checkbox/checkbox-label.js";
|
|
12
12
|
import { CheckboxHiddenInput as I } from "../../node_modules/@ark-ui/react/dist/components/checkbox/checkbox-hidden-input.js";
|
|
13
|
-
const
|
|
13
|
+
const _ = {
|
|
14
14
|
flexShrink: 0,
|
|
15
15
|
cursor: "pointer",
|
|
16
16
|
".group:has(:focus-visible) &": {
|
|
@@ -30,7 +30,7 @@ const v = {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
},
|
|
33
|
+
}, v = {
|
|
34
34
|
width: 24,
|
|
35
35
|
height: 24,
|
|
36
36
|
color: "sd.system.color.impression.primary",
|
|
@@ -61,11 +61,10 @@ const v = {
|
|
|
61
61
|
gap: "sd.system.dimension.spacing.medium",
|
|
62
62
|
paddingY: "sd.system.dimension.spacing.small",
|
|
63
63
|
paddingX: "sd.system.dimension.spacing.medium",
|
|
64
|
-
cursor: "pointer"
|
|
65
|
-
position: "relative"
|
|
64
|
+
cursor: "pointer"
|
|
66
65
|
},
|
|
67
|
-
itemControl:
|
|
68
|
-
checkedIcon:
|
|
66
|
+
itemControl: _,
|
|
67
|
+
checkedIcon: v,
|
|
69
68
|
uncheckedIcon: N,
|
|
70
69
|
itemTextGroup: {
|
|
71
70
|
display: "flex",
|
|
@@ -124,7 +123,7 @@ const v = {
|
|
|
124
123
|
export {
|
|
125
124
|
H as CheckBox,
|
|
126
125
|
n as CheckBoxStyle,
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
v as checkboxCheckedIconCss,
|
|
127
|
+
_ as checkboxIconCss,
|
|
129
128
|
N as checkboxUncheckedIconCss
|
|
130
129
|
};
|
|
@@ -43,8 +43,7 @@ const k = {
|
|
|
43
43
|
gap: "sd.system.dimension.spacing.medium",
|
|
44
44
|
paddingY: "sd.system.dimension.spacing.small",
|
|
45
45
|
paddingX: "sd.system.dimension.spacing.medium",
|
|
46
|
-
cursor: "pointer"
|
|
47
|
-
position: "relative"
|
|
46
|
+
cursor: "pointer"
|
|
48
47
|
},
|
|
49
48
|
itemControl: k,
|
|
50
49
|
checkedIcon: R,
|
|
@@ -17,7 +17,6 @@ const n = u({
|
|
|
17
17
|
gap: "sd.system.dimension.spacing.medium",
|
|
18
18
|
paddingY: "sd.system.dimension.spacing.small",
|
|
19
19
|
paddingX: "sd.system.dimension.spacing.medium",
|
|
20
|
-
position: "relative",
|
|
21
20
|
'&[data-focus="true"] .control': {
|
|
22
21
|
borderColor: "sd.system.color.impression.primary"
|
|
23
22
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@serendie/ui",
|
|
3
3
|
"description": "Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.4.1
|
|
5
|
+
"version": "2.4.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"sideEffects": [
|