@justeattakeaway/pie-checkbox-group 1.0.22 → 1.0.24
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/custom-elements.json +42 -7
- package/dist/index.d.ts +0 -0
- package/dist/index.js +1 -1
- package/dist/react.d.ts +0 -0
- package/dist/react.js +0 -0
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"type": {
|
|
44
44
|
"text": "DefaultProps"
|
|
45
45
|
},
|
|
46
|
-
"default": "{
|
|
46
|
+
"default": "{ status: 'default', disabled: false, isInline: false, }"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"exports": [
|
|
@@ -115,7 +115,9 @@
|
|
|
115
115
|
"type": {
|
|
116
116
|
"text": "CheckboxGroupProps['name']"
|
|
117
117
|
},
|
|
118
|
-
"privacy": "public"
|
|
118
|
+
"privacy": "public",
|
|
119
|
+
"attribute": "name",
|
|
120
|
+
"reflects": true
|
|
119
121
|
},
|
|
120
122
|
{
|
|
121
123
|
"kind": "field",
|
|
@@ -123,22 +125,27 @@
|
|
|
123
125
|
"type": {
|
|
124
126
|
"text": "CheckboxGroupProps['assistiveText']"
|
|
125
127
|
},
|
|
126
|
-
"privacy": "public"
|
|
128
|
+
"privacy": "public",
|
|
129
|
+
"attribute": "assistiveText"
|
|
127
130
|
},
|
|
128
131
|
{
|
|
129
132
|
"kind": "field",
|
|
130
133
|
"name": "isInline",
|
|
131
|
-
"privacy": "public"
|
|
134
|
+
"privacy": "public",
|
|
135
|
+
"attribute": "isInline"
|
|
132
136
|
},
|
|
133
137
|
{
|
|
134
138
|
"kind": "field",
|
|
135
139
|
"name": "status",
|
|
136
|
-
"privacy": "public"
|
|
140
|
+
"privacy": "public",
|
|
141
|
+
"attribute": "status"
|
|
137
142
|
},
|
|
138
143
|
{
|
|
139
144
|
"kind": "field",
|
|
140
145
|
"name": "disabled",
|
|
141
|
-
"privacy": "public"
|
|
146
|
+
"privacy": "public",
|
|
147
|
+
"attribute": "disabled",
|
|
148
|
+
"reflects": true
|
|
142
149
|
},
|
|
143
150
|
{
|
|
144
151
|
"kind": "field",
|
|
@@ -209,6 +216,34 @@
|
|
|
209
216
|
"name": "pie-checkbox-group-error"
|
|
210
217
|
}
|
|
211
218
|
],
|
|
219
|
+
"attributes": [
|
|
220
|
+
{
|
|
221
|
+
"name": "name",
|
|
222
|
+
"type": {
|
|
223
|
+
"text": "CheckboxGroupProps['name']"
|
|
224
|
+
},
|
|
225
|
+
"fieldName": "name"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "assistiveText",
|
|
229
|
+
"type": {
|
|
230
|
+
"text": "CheckboxGroupProps['assistiveText']"
|
|
231
|
+
},
|
|
232
|
+
"fieldName": "assistiveText"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "isInline",
|
|
236
|
+
"fieldName": "isInline"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "status",
|
|
240
|
+
"fieldName": "status"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "disabled",
|
|
244
|
+
"fieldName": "disabled"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
212
247
|
"mixins": [
|
|
213
248
|
{
|
|
214
249
|
"name": "FormControlMixin",
|
|
@@ -233,7 +268,7 @@
|
|
|
233
268
|
"name": "*",
|
|
234
269
|
"declaration": {
|
|
235
270
|
"name": "*",
|
|
236
|
-
"
|
|
271
|
+
"module": "src/defs"
|
|
237
272
|
}
|
|
238
273
|
},
|
|
239
274
|
{
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ const d = class d extends x {
|
|
|
9
9
|
this.getAttribute("v") || this.setAttribute("v", d.v);
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
|
-
d.v = "1.0.
|
|
12
|
+
d.v = "1.0.24";
|
|
13
13
|
let b = d;
|
|
14
14
|
const S = "*,*:after,*:before{box-sizing:inherit}:host{display:block}.c-checkboxGroup{--checkbox-group-offset: var(--dt-spacing-c);--checkbox-group-offset--inline: var(--dt-spacing-e);--checkbox-group-label-offset: var(--dt-spacing-a);margin:0;padding:0;border:0;min-width:0}.c-checkboxGroup ::slotted(pie-checkbox){display:flex}.c-checkboxGroup ::slotted(pie-form-label){display:block;padding-block-end:var(--checkbox-group-label-offset)}.c-checkboxGroup:not(.c-checkboxGroup--inline) ::slotted(pie-checkbox:not(:last-child)){margin-block-end:var(--checkbox-group-offset)}.c-checkboxGroup--inline{display:flex;align-items:flex-start;flex-wrap:wrap}.c-checkboxGroup.c-checkboxGroup--inline{margin:calc(-1 * var(--checkbox-group-offset) / 2) calc(-1 * var(--checkbox-group-offset--inline) / 2)}.c-checkboxGroup.c-checkboxGroup--inline ::slotted(pie-checkbox){margin:calc(var(--checkbox-group-offset) / 2) calc(var(--checkbox-group-offset--inline) / 2)}.c-checkboxGroup.c-checkboxGroup--inline ::slotted(pie-form-label){margin:0 calc(var(--checkbox-group-offset--inline) / 2) calc(-1 * (var(--checkbox-group-offset) / 2 - var(--checkbox-group-label-offset)));padding-block-end:0}.c-checkboxGroup-assistiveText{--checkbox-group-assistive-text-offset: var(--dt-spacing-a);display:block;margin-block-start:var(--checkbox-group-assistive-text-offset)}", E = ["default", "success", "error"], O = "pie-checkbox-group-disabled", $ = "pie-checkbox-group-error", p = {
|
|
15
15
|
status: "default",
|
package/dist/react.d.ts
CHANGED
|
File without changes
|
package/dist/react.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-checkbox-group",
|
|
3
3
|
"description": "PIE Design System Checkbox Group built using Web Components",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.24",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
44
44
|
"license": "Apache-2.0",
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@justeattakeaway/pie-checkbox": "1.
|
|
47
|
-
"@justeattakeaway/pie-components-config": "0.21.
|
|
46
|
+
"@justeattakeaway/pie-checkbox": "1.1.2",
|
|
47
|
+
"@justeattakeaway/pie-components-config": "0.21.2",
|
|
48
48
|
"@justeattakeaway/pie-css": "1.1.1",
|
|
49
49
|
"@justeattakeaway/pie-monorepo-utils": "0.9.1"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@justeattakeaway/pie-assistive-text": "0.11.
|
|
52
|
+
"@justeattakeaway/pie-assistive-text": "0.11.31",
|
|
53
53
|
"@justeattakeaway/pie-webc-core": "14.0.1"
|
|
54
54
|
},
|
|
55
55
|
"volta": {
|