@justeattakeaway/pie-checkbox-group 0.9.3 → 0.9.4
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 +3 -3
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"type": {
|
|
44
44
|
"text": "DefaultProps"
|
|
45
45
|
},
|
|
46
|
-
"default": "{\
|
|
46
|
+
"default": "{\n status: 'default',\n disabled: false,\n isInline: false,\n}"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"exports": [
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
],
|
|
189
|
-
"description": "Function that updates the local `_hasLabel` state in case\
|
|
189
|
+
"description": "Function that updates the local `_hasLabel` state in case\nwhen the label slot receives content."
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
"kind": "method",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"text": "TemplateResult"
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
|
-
"description": "Template for the label slot to correctly wrap it into a legend element when it has content.\
|
|
200
|
+
"description": "Template for the label slot to correctly wrap it into a legend element when it has content.\nCalled within the main render function."
|
|
201
201
|
}
|
|
202
202
|
],
|
|
203
203
|
"events": [
|
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 = "0.9.
|
|
12
|
+
d.v = "0.9.4";
|
|
13
13
|
let b = d;
|
|
14
14
|
const S = "*,*:after,*:before{box-sizing:inherit}.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/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": "0.9.
|
|
4
|
+
"version": "0.9.4",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
42
|
-
"@justeattakeaway/pie-checkbox": "0.16.
|
|
42
|
+
"@justeattakeaway/pie-checkbox": "0.16.4",
|
|
43
43
|
"@justeattakeaway/pie-components-config": "0.20.1",
|
|
44
44
|
"@justeattakeaway/pie-css": "0.16.0",
|
|
45
45
|
"@justeattakeaway/pie-monorepo-utils": "0.5.1",
|
|
46
46
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@justeattakeaway/pie-assistive-text": "0.10.
|
|
49
|
+
"@justeattakeaway/pie-assistive-text": "0.10.4",
|
|
50
50
|
"@justeattakeaway/pie-webc-core": "1.0.0"
|
|
51
51
|
},
|
|
52
52
|
"volta": {
|