@nldd/design-system 0.8.61 → 0.8.63

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.
Files changed (150) hide show
  1. package/dist/components/actions/button/button.d.ts +9 -2
  2. package/dist/components/actions/button/button.d.ts.map +1 -1
  3. package/dist/components/actions/button/button.i18n.d.ts +5 -0
  4. package/dist/components/actions/button/button.i18n.d.ts.map +1 -0
  5. package/dist/components/actions/button/button.i18n.js +4 -0
  6. package/dist/components/actions/button/button.i18n.js.map +1 -0
  7. package/dist/components/actions/button/button.js +5 -2
  8. package/dist/components/actions/button/button.js.map +1 -1
  9. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  10. package/dist/components/actions/button/button.styles.js +14 -0
  11. package/dist/components/actions/button/button.styles.js.map +1 -1
  12. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  13. package/dist/components/actions/button/button.template.js +17 -4
  14. package/dist/components/actions/button/button.template.js.map +1 -1
  15. package/dist/components/actions/icon-button/icon-button.d.ts +10 -2
  16. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  17. package/dist/components/actions/icon-button/icon-button.i18n.d.ts +5 -0
  18. package/dist/components/actions/icon-button/icon-button.i18n.d.ts.map +1 -0
  19. package/dist/components/actions/icon-button/icon-button.i18n.js +4 -0
  20. package/dist/components/actions/icon-button/icon-button.i18n.js.map +1 -0
  21. package/dist/components/actions/icon-button/icon-button.js +5 -2
  22. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  23. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
  24. package/dist/components/actions/icon-button/icon-button.template.js +11 -2
  25. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
  26. package/dist/components/components.js +63 -62
  27. package/dist/components/content/byline/byline.d.ts +11 -0
  28. package/dist/components/content/byline/byline.d.ts.map +1 -1
  29. package/dist/components/content/byline/byline.js +20 -0
  30. package/dist/components/content/byline/byline.js.map +1 -1
  31. package/dist/components/content/byline/byline.styles.d.ts.map +1 -1
  32. package/dist/components/content/byline/byline.styles.js +13 -1
  33. package/dist/components/content/byline/byline.styles.js.map +1 -1
  34. package/dist/components/content/byline/byline.template.d.ts.map +1 -1
  35. package/dist/components/content/byline/byline.template.js +17 -2
  36. package/dist/components/content/byline/byline.template.js.map +1 -1
  37. package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -1
  38. package/dist/components/forms/form-actions/form-actions.styles.js +1 -0
  39. package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -1
  40. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
  41. package/dist/components/forms/form-field/form-field.styles.js +1 -0
  42. package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
  43. package/dist/components/{index-B0DIduK1.js → index-BVaijKe_.js} +1771 -663
  44. package/dist/components/index.d.ts +1 -0
  45. package/dist/components/index.d.ts.map +1 -1
  46. package/dist/components/index.js +1 -0
  47. package/dist/components/index.js.map +1 -1
  48. package/dist/components/layout/collection/collection.d.ts +3 -1
  49. package/dist/components/layout/collection/collection.d.ts.map +1 -1
  50. package/dist/components/layout/collection/collection.js +14 -2
  51. package/dist/components/layout/collection/collection.js.map +1 -1
  52. package/dist/components/layout/collection/collection.styles.d.ts.map +1 -1
  53. package/dist/components/layout/collection/collection.styles.js +7 -10
  54. package/dist/components/layout/collection/collection.styles.js.map +1 -1
  55. package/dist/components/layout/collection/collection.template.d.ts.map +1 -1
  56. package/dist/components/layout/collection/collection.template.js +4 -2
  57. package/dist/components/layout/collection/collection.template.js.map +1 -1
  58. package/dist/components/layout/page-footer/page-footer.d.ts +1 -0
  59. package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -1
  60. package/dist/components/layout/page-footer/page-footer.js +12 -4
  61. package/dist/components/layout/page-footer/page-footer.js.map +1 -1
  62. package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -1
  63. package/dist/components/layout/page-footer/page-footer.styles.js +9 -0
  64. package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -1
  65. package/dist/components/lists-and-tables/list/list.d.ts +45 -0
  66. package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
  67. package/dist/components/lists-and-tables/list/list.i18n.d.ts +1 -0
  68. package/dist/components/lists-and-tables/list/list.i18n.d.ts.map +1 -1
  69. package/dist/components/lists-and-tables/list/list.i18n.js +1 -0
  70. package/dist/components/lists-and-tables/list/list.i18n.js.map +1 -1
  71. package/dist/components/lists-and-tables/list/list.js +154 -1
  72. package/dist/components/lists-and-tables/list/list.js.map +1 -1
  73. package/dist/components/lists-and-tables/list/list.styles.d.ts.map +1 -1
  74. package/dist/components/lists-and-tables/list/list.styles.js +1 -0
  75. package/dist/components/lists-and-tables/list/list.styles.js.map +1 -1
  76. package/dist/components/lists-and-tables/list-item/list-item.d.ts +10 -2
  77. package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
  78. package/dist/components/lists-and-tables/list-item/list-item.i18n.d.ts +1 -1
  79. package/dist/components/lists-and-tables/list-item/list-item.i18n.js +1 -1
  80. package/dist/components/lists-and-tables/list-item/list-item.i18n.js.map +1 -1
  81. package/dist/components/lists-and-tables/list-item/list-item.js +39 -3
  82. package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
  83. package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
  84. package/dist/components/lists-and-tables/list-item/list-item.styles.js +6 -5
  85. package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
  86. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
  87. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
  88. package/dist/components/lists-and-tables/list-item/list-item.template.js +4 -2
  89. package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
  90. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  91. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +1 -0
  92. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  93. package/dist/components/navigation/link/link.d.ts +9 -2
  94. package/dist/components/navigation/link/link.d.ts.map +1 -1
  95. package/dist/components/navigation/link/link.i18n.d.ts +5 -0
  96. package/dist/components/navigation/link/link.i18n.d.ts.map +1 -0
  97. package/dist/components/navigation/link/link.i18n.js +4 -0
  98. package/dist/components/navigation/link/link.i18n.js.map +1 -0
  99. package/dist/components/navigation/link/link.js +5 -2
  100. package/dist/components/navigation/link/link.js.map +1 -1
  101. package/dist/components/navigation/link/link.styles.d.ts.map +1 -1
  102. package/dist/components/navigation/link/link.styles.js +14 -0
  103. package/dist/components/navigation/link/link.styles.js.map +1 -1
  104. package/dist/components/navigation/link/link.template.d.ts.map +1 -1
  105. package/dist/components/navigation/link/link.template.js +14 -1
  106. package/dist/components/navigation/link/link.template.js.map +1 -1
  107. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
  108. package/dist/components/navigation/tab-bar/tab-bar.js +11 -4
  109. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
  110. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  111. package/dist/components/navigation/tab-bar/tab-bar.styles.js +25 -3
  112. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  113. package/dist/components/{prism-python-Dtm_y95w.js → prism-python-Tr_Ff1KJ.js} +1 -1
  114. package/dist/components/{prism-rust-Bp-z7VUz.js → prism-rust-CxUpjfK5.js} +1 -1
  115. package/dist/components/{prism-typescript-hCHH5aho.js → prism-typescript-zaF4YQWN.js} +1 -1
  116. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts +35 -12
  117. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts.map +1 -1
  118. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js +48 -13
  119. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js.map +1 -1
  120. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.d.ts.map +1 -1
  121. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js +77 -17
  122. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js.map +1 -1
  123. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.d.ts +1 -2
  124. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.d.ts.map +1 -1
  125. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.js +21 -7
  126. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.js.map +1 -1
  127. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -1
  128. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +12 -2
  129. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -1
  130. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts +123 -0
  131. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts.map +1 -0
  132. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.d.ts +6 -0
  133. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.d.ts.map +1 -0
  134. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.js +5 -0
  135. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.js.map +1 -0
  136. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js +550 -0
  137. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js.map +1 -0
  138. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.d.ts +2 -0
  139. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.d.ts.map +1 -0
  140. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js +301 -0
  141. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js.map +1 -0
  142. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.d.ts +4 -0
  143. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.d.ts.map +1 -0
  144. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.js +72 -0
  145. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.js.map +1 -0
  146. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts +6 -1
  147. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts.map +1 -1
  148. package/dist/components/status-and-feedback/status-bar/status-bar.js +23 -9
  149. package/dist/components/status-and-feedback/status-bar/status-bar.js.map +1 -1
  150. package/package.json +5 -1
@@ -1 +1 @@
1
- {"version":3,"file":"byline.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/byline/byline.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,yBAyGxB,CAAC"}
1
+ {"version":3,"file":"byline.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/byline/byline.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,yBAqHxB,CAAC"}
@@ -22,6 +22,7 @@ export const bylineStyles = css `
22
22
  ${inheritedTextReset}
23
23
  container-type: inline-size;
24
24
  display: block;
25
+ width: 100%;
25
26
  }
26
27
 
27
28
  :host([hidden]) {
@@ -67,8 +68,19 @@ export const bylineStyles = css `
67
68
  object-fit: cover !important;
68
69
  }
69
70
 
71
+ .byline__avatar {
72
+ display: block;
73
+ margin-inline-start: calc(-1 * var(--_avatar-overlap-size));
74
+ border-radius: var(--_avatar-corner-radius);
75
+ box-shadow: 0 0 0 var(--_avatar-border-width) var(--_avatar-border-color);
76
+ width: var(--_avatar-size);
77
+ height: var(--_avatar-size);
78
+ object-fit: cover;
79
+ }
80
+
70
81
  @media (forced-colors: active) {
71
- .byline__avatars ::slotted(img) {
82
+ .byline__avatars ::slotted(img),
83
+ .byline__avatar {
72
84
  border: var(--_avatar-border-width) solid Canvas !important;
73
85
  }
74
86
  }
@@ -1 +1 @@
1
- {"version":3,"file":"byline.styles.js","sourceRoot":"","sources":["../../../../src/components/content/byline/byline.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE3F,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;IAiB3B,kBAAkB;;;;;;;;;;;;;;;;;;;2BAmBK,KAAK;;;;;;;;;;;;;;;;;;;IAmB5B,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDf,CAAC"}
1
+ {"version":3,"file":"byline.styles.js","sourceRoot":"","sources":["../../../../src/components/content/byline/byline.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE3F,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;IAiB3B,kBAAkB;;;;;;;;;;;;;;;;;;;;2BAoBK,KAAK;;;;;;;;;;;;;;;;;;;IAmB5B,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Df,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"byline.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/byline/byline.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,wBAAgB,cAAc,CAAC,SAAS,EAAE,UAAU,wCAwBnD"}
1
+ {"version":3,"file":"byline.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/byline/byline.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,wBAAgB,cAAc,CAAC,SAAS,EAAE,UAAU,wCAuCnD"}
@@ -1,15 +1,30 @@
1
- import { html } from 'lit';
1
+ import { html, nothing } from 'lit';
2
2
  export function bylineTemplate(component) {
3
3
  const hasText = Boolean(component.text) || component._hasSlottedText;
4
4
  const hasSupportingText = Boolean(component.supportingText) || component._hasSlottedSupportingText;
5
+ const hasAvatars = component._hasSlottedAvatars || Boolean(component.avatarSrc);
6
+ // Single-avatar convenience: an internal <img> rendered from avatar-src, only
7
+ // when nothing is slotted (the slot always wins). Fixed 40px, so sizes is set
8
+ // here rather than exposed.
9
+ const avatarImage = component.avatarSrc && !component._hasSlottedAvatars
10
+ ? html `<img class="byline__avatar"
11
+ src=${component.avatarSrc}
12
+ srcset=${component.avatarSrcset || nothing}
13
+ sizes="40px"
14
+ alt=${component.avatarAlt}
15
+ loading="lazy"
16
+ decoding="async"
17
+ >`
18
+ : nothing;
5
19
  return html `
6
20
  <div class="byline"
7
21
  ?data-multiple-avatars=${component._avatarCount >= 2}
8
22
  >
9
23
  <div class="byline__avatars"
10
- ?hidden=${!component._hasSlottedAvatars}
24
+ ?hidden=${!hasAvatars}
11
25
  >
12
26
  <slot name="avatars" @slotchange=${component._onSlotChange}></slot>
27
+ ${avatarImage}
13
28
  </div>
14
29
  <div class="byline__text-area"
15
30
  ?hidden=${!hasText && !hasSupportingText}
@@ -1 +1 @@
1
- {"version":3,"file":"byline.template.js","sourceRoot":"","sources":["../../../../src/components/content/byline/byline.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAG3B,MAAM,UAAU,cAAc,CAAC,SAAqB;IACnD,MAAM,OAAO,GAAG,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,SAAS,CAAC,eAAe,CAAC;IACrE,MAAM,iBAAiB,GAAG,OAAO,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,SAAS,CAAC,yBAAyB,CAAC;IACnG,OAAO,IAAI,CAAA;;4BAEgB,SAAS,CAAC,YAAY,IAAI,CAAC;;;cAGzC,CAAC,SAAS,CAAC,kBAAkB;;uCAEJ,SAAS,CAAC,aAAa;;;cAGhD,CAAC,OAAO,IAAI,CAAC,iBAAiB;;;eAG7B,CAAC,OAAO;qCACc,SAAS,CAAC,aAAa,IAAI,SAAS,CAAC,IAAI;;eAE/D,CAAC,iBAAiB;gDACe,SAAS,CAAC,aAAa,IAAI,SAAS,CAAC,cAAc;;;EAGjG,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"byline.template.js","sourceRoot":"","sources":["../../../../src/components/content/byline/byline.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAGpC,MAAM,UAAU,cAAc,CAAC,SAAqB;IACnD,MAAM,OAAO,GAAG,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,SAAS,CAAC,eAAe,CAAC;IACrE,MAAM,iBAAiB,GAAG,OAAO,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,SAAS,CAAC,yBAAyB,CAAC;IACnG,MAAM,UAAU,GAAG,SAAS,CAAC,kBAAkB,IAAI,OAAO,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC;IAChF,8EAA8E;IAC9E,8EAA8E;IAC9E,4BAA4B;IAC5B,MAAM,WAAW,GAAG,SAAS,CAAC,SAAS,IAAI,CAAC,SAAS,CAAC,kBAAkB;QACvE,CAAC,CAAC,IAAI,CAAA;UACE,SAAS,CAAC,SAAS;aAChB,SAAS,CAAC,YAAY,IAAI,OAAO;;UAEpC,SAAS,CAAC,SAAS;;;KAGxB;QACH,CAAC,CAAC,OAAO,CAAC;IACX,OAAO,IAAI,CAAA;;4BAEgB,SAAS,CAAC,YAAY,IAAI,CAAC;;;cAGzC,CAAC,UAAU;;uCAEc,SAAS,CAAC,aAAa;MACxD,WAAW;;;cAGH,CAAC,OAAO,IAAI,CAAC,iBAAiB;;;eAG7B,CAAC,OAAO;qCACc,SAAS,CAAC,aAAa,IAAI,SAAS,CAAC,IAAI;;eAE/D,CAAC,iBAAiB;gDACe,SAAS,CAAC,aAAa,IAAI,SAAS,CAAC,cAAc;;;EAGjG,CAAC;AACH,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"form-actions.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/form-actions/form-actions.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,yBAuD7B,CAAC"}
1
+ {"version":3,"file":"form-actions.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/form-actions/form-actions.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,yBAwD7B,CAAC"}
@@ -8,6 +8,7 @@ export const formActionsStyles = css `
8
8
 
9
9
  :host {
10
10
  display: block;
11
+ width: 100%;
11
12
  container-type: inline-size;
12
13
  }
13
14
 
@@ -1 +1 @@
1
- {"version":3,"file":"form-actions.styles.js","sourceRoot":"","sources":["../../../../src/components/forms/form-actions/form-actions.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAEpE,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;2BA0BT,KAAK;;;;;;;;;;;2BAWL,KAAK;;;;;;;;;;;;;;;;;;CAkB/B,CAAC"}
1
+ {"version":3,"file":"form-actions.styles.js","sourceRoot":"","sources":["../../../../src/components/forms/form-actions/form-actions.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAEpE,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA2BT,KAAK;;;;;;;;;;;2BAWL,KAAK;;;;;;;;;;;;;;;;;;CAkB/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"form-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/form-field/form-field.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe,yBA0K3B,CAAC;AAEF,eAAO,MAAM,uBAAuB,yBAkDnC,CAAC;AAEF,eAAO,MAAM,wBAAwB,yBAsDpC,CAAC"}
1
+ {"version":3,"file":"form-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/form-field/form-field.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe,yBA2K3B,CAAC;AAEF,eAAO,MAAM,uBAAuB,yBAkDnC,CAAC;AAEF,eAAO,MAAM,wBAAwB,yBAsDpC,CAAC"}
@@ -12,6 +12,7 @@ export const formFieldStyles = css `
12
12
 
13
13
  ${inheritedTextReset}
14
14
  display: block;
15
+ width: 100%;
15
16
  container-type: inline-size;
16
17
  }
17
18
 
@@ -1 +1 @@
1
- {"version":3,"file":"form-field.styles.js","sourceRoot":"","sources":["../../../../src/components/forms/form-field/form-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE3F,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAAA;;;;;;;;IAQ9B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;2BAsBK,KAAK;;;;;;;;;;;;;;;;;;;;;;;;2BAwBL,KAAK;;;;;;;;;;;;2BAYL,KAAK;;;;;;;;2BAQL,KAAK;;;;;;;;;;;;;;2BAcL,KAAK;;;;;;;;;;;;;;;;;;;;;2BAqBL,KAAK;;;;;;;;;2BASL,KAAK;;;;;;;2BAOL,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6C/B,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,CAAA;;;;;;IAMtC,kBAAkB;;;;;;;;;;;;;;;;;IAiBlB,YAAY;IACZ,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BrB,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAA;;;;;;IAMvC,kBAAkB;;;;;;;;;;;;;;;;;;;;;IAqBlB,YAAY;IACZ,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BrB,CAAC"}
1
+ {"version":3,"file":"form-field.styles.js","sourceRoot":"","sources":["../../../../src/components/forms/form-field/form-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE3F,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAAA;;;;;;;;IAQ9B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;2BAuBK,KAAK;;;;;;;;;;;;;;;;;;;;;;;;2BAwBL,KAAK;;;;;;;;;;;;2BAYL,KAAK;;;;;;;;2BAQL,KAAK;;;;;;;;;;;;;;2BAcL,KAAK;;;;;;;;;;;;;;;;;;;;;2BAqBL,KAAK;;;;;;;;;2BASL,KAAK;;;;;;;2BAOL,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6C/B,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,CAAA;;;;;;IAMtC,kBAAkB;;;;;;;;;;;;;;;;;IAiBlB,YAAY;IACZ,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BrB,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAA;;;;;;IAMvC,kBAAkB;;;;;;;;;;;;;;;;;;;;;IAqBlB,YAAY;IACZ,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BrB,CAAC"}