@justeattakeaway/pie-radio-group 1.0.28 → 1.1.0

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/index.js CHANGED
@@ -9,7 +9,7 @@ const p = class p extends v {
9
9
  this.getAttribute("v") || this.setAttribute("v", p.v);
10
10
  }
11
11
  };
12
- p.v = "1.0.28";
12
+ p.v = "1.1.0";
13
13
  let _ = p;
14
14
  const A = "*,*:after,*:before{box-sizing:inherit}:host{display:block}.c-radioGroup{--radio-group-gap: var(--dt-spacing-c);--radio-group-gap--inline: var(--dt-spacing-c) var(--dt-spacing-e);margin:0;padding:0;border:0;min-width:0;display:flex;flex-flow:column wrap;gap:var(--radio-group-gap)}.c-radioGroup>legend{margin-block-end:var(--dt-spacing-b)}.c-radioGroup.c-radioGroup--inline{flex-flow:row wrap;gap:var(--radio-group-gap--inline)}.c-radioGroup.c-radioGroup--hasAssistiveText{margin-block-end:var(--dt-spacing-a)}", L = ["default", "success", "error"], N = "pie-radio-group-disabled", c = {
15
15
  status: "default",
@@ -244,8 +244,8 @@ let a = class extends x(w(_)) {
244
244
  <pie-assistive-text
245
245
  id=${m}
246
246
  variant=${s}
247
+ message=${o}
247
248
  data-test-id="pie-radio-group-assistive-text">
248
- ${o}
249
249
  </pie-assistive-text>` : g}
250
250
  `;
251
251
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-radio-group",
3
3
  "description": "PIE Design System Radio Group built using Web Components",
4
- "version": "1.0.28",
4
+ "version": "1.1.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
@@ -44,13 +44,13 @@
44
44
  "license": "Apache-2.0",
45
45
  "devDependencies": {
46
46
  "@justeattakeaway/pie-components-config": "0.21.3",
47
- "@justeattakeaway/pie-css": "1.1.2",
48
- "@justeattakeaway/pie-monorepo-utils": "0.9.4",
49
- "@justeattakeaway/pie-radio": "1.1.14"
47
+ "@justeattakeaway/pie-css": "1.2.0",
48
+ "@justeattakeaway/pie-monorepo-utils": "0.9.5",
49
+ "@justeattakeaway/pie-radio": "1.1.15"
50
50
  },
51
51
  "dependencies": {
52
- "@justeattakeaway/pie-assistive-text": "0.11.35",
53
- "@justeattakeaway/pie-webc-core": "14.0.2"
52
+ "@justeattakeaway/pie-assistive-text": "1.0.0",
53
+ "@justeattakeaway/pie-webc-core": "15.0.0"
54
54
  },
55
55
  "customElements": "custom-elements.json",
56
56
  "sideEffects": [
package/src/index.ts CHANGED
@@ -436,8 +436,8 @@ export class PieRadioGroup extends FormControlMixin(RtlMixin(PieElement)) implem
436
436
  <pie-assistive-text
437
437
  id=${assistiveTextId}
438
438
  variant=${status}
439
+ message=${assistiveText}
439
440
  data-test-id="pie-radio-group-assistive-text">
440
- ${assistiveText}
441
441
  </pie-assistive-text>`
442
442
  : nothing}
443
443
  `;