@serendie/ui 2.4.1 → 2.4.2-dev.202601150621
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 v = {
|
|
14
14
|
flexShrink: 0,
|
|
15
15
|
cursor: "pointer",
|
|
16
16
|
".group:has(:focus-visible) &": {
|
|
@@ -30,7 +30,7 @@ const _ = {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
},
|
|
33
|
+
}, _ = {
|
|
34
34
|
width: 24,
|
|
35
35
|
height: 24,
|
|
36
36
|
color: "sd.system.color.impression.primary",
|
|
@@ -61,10 +61,11 @@ const _ = {
|
|
|
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"
|
|
64
|
+
cursor: "pointer",
|
|
65
|
+
position: "relative"
|
|
65
66
|
},
|
|
66
|
-
itemControl:
|
|
67
|
-
checkedIcon:
|
|
67
|
+
itemControl: v,
|
|
68
|
+
checkedIcon: _,
|
|
68
69
|
uncheckedIcon: N,
|
|
69
70
|
itemTextGroup: {
|
|
70
71
|
display: "flex",
|
|
@@ -123,7 +124,7 @@ const _ = {
|
|
|
123
124
|
export {
|
|
124
125
|
H as CheckBox,
|
|
125
126
|
n as CheckBoxStyle,
|
|
126
|
-
|
|
127
|
-
|
|
127
|
+
_ as checkboxCheckedIconCss,
|
|
128
|
+
v as checkboxIconCss,
|
|
128
129
|
N as checkboxUncheckedIconCss
|
|
129
130
|
};
|
|
@@ -43,7 +43,8 @@ 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"
|
|
46
|
+
cursor: "pointer",
|
|
47
|
+
position: "relative"
|
|
47
48
|
},
|
|
48
49
|
itemControl: k,
|
|
49
50
|
checkedIcon: R,
|
|
@@ -17,6 +17,7 @@ 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",
|
|
20
21
|
'&[data-focus="true"] .control': {
|
|
21
22
|
borderColor: "sd.system.color.impression.primary"
|
|
22
23
|
}
|
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.
|
|
5
|
+
"version": "2.4.2-dev.202601150621",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"sideEffects": [
|