@nldd/design-system 0.8.68 → 0.8.69

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 (151) hide show
  1. package/dist/components/actions/button/button.d.ts +6 -0
  2. package/dist/components/actions/button/button.d.ts.map +1 -1
  3. package/dist/components/actions/button/button.js +12 -0
  4. package/dist/components/actions/button/button.js.map +1 -1
  5. package/dist/components/actions/button/button.styles.js +108 -108
  6. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  7. package/dist/components/actions/button/button.template.js +9 -0
  8. package/dist/components/actions/button/button.template.js.map +1 -1
  9. package/dist/components/actions/icon-button/icon-button.d.ts +9 -0
  10. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  11. package/dist/components/actions/icon-button/icon-button.js +15 -0
  12. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  13. package/dist/components/actions/icon-button/icon-button.styles.js +54 -54
  14. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
  15. package/dist/components/actions/icon-button/icon-button.template.js +7 -1
  16. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
  17. package/dist/components/actions/menu/menu.d.ts +19 -0
  18. package/dist/components/actions/menu/menu.d.ts.map +1 -1
  19. package/dist/components/actions/menu/menu.js +53 -2
  20. package/dist/components/actions/menu/menu.js.map +1 -1
  21. package/dist/components/actions/menu/menu.styles.d.ts.map +1 -1
  22. package/dist/components/actions/menu/menu.styles.js +50 -23
  23. package/dist/components/actions/menu/menu.styles.js.map +1 -1
  24. package/dist/components/actions/menu/menu.template.d.ts.map +1 -1
  25. package/dist/components/actions/menu/menu.template.js +58 -33
  26. package/dist/components/actions/menu/menu.template.js.map +1 -1
  27. package/dist/components/actions/split-button/split-button.d.ts +16 -18
  28. package/dist/components/actions/split-button/split-button.d.ts.map +1 -1
  29. package/dist/components/actions/split-button/split-button.js +28 -54
  30. package/dist/components/actions/split-button/split-button.js.map +1 -1
  31. package/dist/components/actions/split-button/split-button.template.js +1 -1
  32. package/dist/components/actions/split-button/split-button.template.js.map +1 -1
  33. package/dist/components/actions/toolbar/toolbar.d.ts +10 -0
  34. package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
  35. package/dist/components/actions/toolbar/toolbar.js +41 -2
  36. package/dist/components/actions/toolbar/toolbar.js.map +1 -1
  37. package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -1
  38. package/dist/components/actions/toolbar/toolbar.styles.js +16 -2
  39. package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -1
  40. package/dist/components/components.js +103 -102
  41. package/dist/components/content/avatar/avatar.d.ts +96 -0
  42. package/dist/components/content/avatar/avatar.d.ts.map +1 -0
  43. package/dist/components/content/avatar/avatar.js +210 -0
  44. package/dist/components/content/avatar/avatar.js.map +1 -0
  45. package/dist/components/content/avatar/avatar.styles.d.ts +2 -0
  46. package/dist/components/content/avatar/avatar.styles.d.ts.map +1 -0
  47. package/dist/components/content/avatar/avatar.styles.js +126 -0
  48. package/dist/components/content/avatar/avatar.styles.js.map +1 -0
  49. package/dist/components/content/avatar/avatar.template.d.ts +3 -0
  50. package/dist/components/content/avatar/avatar.template.d.ts.map +1 -0
  51. package/dist/components/content/avatar/avatar.template.js +36 -0
  52. package/dist/components/content/avatar/avatar.template.js.map +1 -0
  53. package/dist/components/content/byline/byline.d.ts +1 -0
  54. package/dist/components/content/byline/byline.d.ts.map +1 -1
  55. package/dist/components/content/byline/byline.js +1 -0
  56. package/dist/components/content/byline/byline.js.map +1 -1
  57. package/dist/components/content/byline/byline.styles.d.ts.map +1 -1
  58. package/dist/components/content/byline/byline.styles.js +15 -5
  59. package/dist/components/content/byline/byline.styles.js.map +1 -1
  60. package/dist/components/content/byline/byline.template.js +11 -11
  61. package/dist/components/content/byline/byline.template.js.map +1 -1
  62. package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
  63. package/dist/components/content/icon/icon-aliases.js +2 -0
  64. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  65. package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
  66. package/dist/components/content/icon/icon-registry.js +1 -0
  67. package/dist/components/content/icon/icon-registry.js.map +1 -1
  68. package/dist/components/content/image/lqip-encoder-element.js +1 -1
  69. package/dist/components/content/rich-text/rich-text.d.ts +7 -0
  70. package/dist/components/content/rich-text/rich-text.d.ts.map +1 -1
  71. package/dist/components/content/rich-text/rich-text.js +10 -0
  72. package/dist/components/content/rich-text/rich-text.js.map +1 -1
  73. package/dist/components/content/tag/tag.styles.js +23 -23
  74. package/dist/components/content/token/token.styles.js +1 -1
  75. package/dist/components/{index-CXT1jMFt.js → index-Bf4pa5Bp.js} +1 -1
  76. package/dist/components/{index-DWwviobk.js → index-BfOpap4b.js} +1 -1
  77. package/dist/components/{index-Bfw_pYWB.js → index-CXC-Objp.js} +1 -1
  78. package/dist/components/{index-CKnwqp_9.js → index-CfvgUB5p.js} +1 -1
  79. package/dist/components/{index-DO7aT0MT.js → index-DB-i084x.js} +1 -1
  80. package/dist/components/{index-Bqf6o41r.js → index-DZo3DrGQ.js} +1 -1
  81. package/dist/components/{index-DjsXjoZJ.js → index-VwuVCCal.js} +1474 -927
  82. package/dist/components/index.d.ts +1 -0
  83. package/dist/components/index.d.ts.map +1 -1
  84. package/dist/components/index.js +1 -0
  85. package/dist/components/index.js.map +1 -1
  86. package/dist/components/inputs/dropdown/dropdown.styles.js +6 -6
  87. package/dist/components/inputs/segmented-control/segmented-control.styles.js +6 -6
  88. package/dist/components/inputs/text-editor/text-editor.links.d.ts +8 -0
  89. package/dist/components/inputs/text-editor/text-editor.links.d.ts.map +1 -1
  90. package/dist/components/inputs/text-editor/text-editor.links.js +48 -7
  91. package/dist/components/inputs/text-editor/text-editor.links.js.map +1 -1
  92. package/dist/components/inputs/text-editor/text-editor.markdown.d.ts.map +1 -1
  93. package/dist/components/inputs/text-editor/text-editor.markdown.js +11 -0
  94. package/dist/components/inputs/text-editor/text-editor.markdown.js.map +1 -1
  95. package/dist/components/inputs/text-editor/text-editor.styles.d.ts.map +1 -1
  96. package/dist/components/inputs/text-editor/text-editor.styles.js +14 -3
  97. package/dist/components/inputs/text-editor/text-editor.styles.js.map +1 -1
  98. package/dist/components/inputs/toggle-button/toggle-button.styles.js +6 -6
  99. package/dist/components/layout/page-footer/page-footer.d.ts +9 -1
  100. package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -1
  101. package/dist/components/layout/page-footer/page-footer.js +23 -1
  102. package/dist/components/layout/page-footer/page-footer.js.map +1 -1
  103. package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -1
  104. package/dist/components/layout/page-footer/page-footer.styles.js +9 -0
  105. package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -1
  106. package/dist/components/layout/page-sections/hero/hero.styles.js +19 -19
  107. package/dist/components/layout/popover/popover.d.ts.map +1 -1
  108. package/dist/components/layout/popover/popover.js +32 -2
  109. package/dist/components/layout/popover/popover.js.map +1 -1
  110. package/dist/components/layout/sheet/sheet.d.ts +6 -0
  111. package/dist/components/layout/sheet/sheet.d.ts.map +1 -1
  112. package/dist/components/layout/sheet/sheet.js +13 -1
  113. package/dist/components/layout/sheet/sheet.js.map +1 -1
  114. package/dist/components/layout/sheet/sheet.template.d.ts.map +1 -1
  115. package/dist/components/layout/sheet/sheet.template.js +1 -0
  116. package/dist/components/layout/sheet/sheet.template.js.map +1 -1
  117. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js +2 -2
  118. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js +6 -6
  119. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js +11 -11
  120. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js +11 -11
  121. package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
  122. package/dist/components/lists-and-tables/list-item/list-item.styles.js +14 -7
  123. package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
  124. package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -1
  125. package/dist/components/lists-and-tables/table/table.styles.js +2 -1
  126. package/dist/components/lists-and-tables/table/table.styles.js.map +1 -1
  127. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +14 -14
  128. package/dist/components/navigation/pagination/pagination.styles.js +9 -9
  129. package/dist/components/navigation/tab-bar/tab-bar.styles.js +6 -6
  130. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts +14 -2
  131. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts.map +1 -1
  132. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js +14 -2
  133. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js.map +1 -1
  134. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.d.ts.map +1 -1
  135. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js +3 -2
  136. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js.map +1 -1
  137. package/dist/components/status-and-feedback/badge/badge.styles.js +23 -23
  138. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +3 -2
  139. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -1
  140. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +2 -1
  141. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -1
  142. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.d.ts.map +1 -1
  143. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js +8 -1
  144. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.template.js.map +1 -1
  145. package/dist/css/rich-text.css +19 -0
  146. package/dist/css/settings.css +253 -246
  147. package/dist/utilities/popup-anchor-controller.d.ts +63 -0
  148. package/dist/utilities/popup-anchor-controller.d.ts.map +1 -0
  149. package/dist/utilities/popup-anchor-controller.js +63 -0
  150. package/dist/utilities/popup-anchor-controller.js.map +1 -0
  151. package/package.json +5 -1
@@ -0,0 +1,63 @@
1
+ /**
2
+ * Shared wiring for a control that invokes a slotted overlay (`nldd-menu` /
3
+ * `nldd-popover`): it adopts the overlay from a slot, anchors it, and turns the
4
+ * control's clicks into open/close.
5
+ *
6
+ * A controller rather than a mixin, because the parts that differ between
7
+ * nldd-button, nldd-icon-button and nldd-split-button are configuration, not
8
+ * subclassing: the anchor target (the host, or an inner wrapper) is a callback,
9
+ * and the click handling is a method the control calls from its own handler,
10
+ * which then falls through to its own form / link / event behaviour. Split-button
11
+ * layers `toggle` tracking on top via `onChange`, which composition allows and
12
+ * inheritance would fight.
13
+ *
14
+ * The delicate part it centralises is the pointerdown snapshot. The browser
15
+ * light-dismisses an open popover on pointerdown, which is *before* the click
16
+ * lands, so a click handler that only sees "the overlay is closed" would
17
+ * immediately re-open what the same gesture just dismissed (the "flashes closed
18
+ * then reopens" bug). Snapshotting on pointerdown keeps the two apart.
19
+ */
20
+ import type { NLDDMenu } from '../components/actions/menu/menu.js';
21
+ import type { NLDDPopover } from '../components/layout/popover/popover.js';
22
+ /** A floating overlay a control can anchor and toggle from a slot. Both expose
23
+ * `anchorElement` and bail on their own anchor-click toggle once it is set, so
24
+ * the control drives them uniformly via showPopover(). */
25
+ export type Overlay = (NLDDMenu | NLDDPopover) & {
26
+ anchorElement: Element | null;
27
+ };
28
+ export interface PopupAnchorOptions {
29
+ /** Element the overlay positions against; defaults to the host. A callback,
30
+ * so a target that only resolves after the first render (an inner element
31
+ * behind @query) still works — call `anchor()` once it exists. */
32
+ anchorFor?: () => Element | null;
33
+ /** Runs after the slotted overlay is swapped, for behaviour layered on top
34
+ * (e.g. tracking `toggle` to drive a chevron's expanded state). */
35
+ onChange?: (overlay: Overlay | null, previous: Overlay | null) => void;
36
+ }
37
+ export declare class PopupAnchorController {
38
+ private _anchorFor;
39
+ private _onChange?;
40
+ private _overlay;
41
+ private _wasOpenOnPointerdown;
42
+ constructor(host: HTMLElement, options?: PopupAnchorOptions);
43
+ /** The slotted overlay, or null when none is slotted. */
44
+ get overlay(): Overlay | null;
45
+ /** Bind to the popup slot's `slotchange`. */
46
+ handleSlotChange: (event: Event) => void;
47
+ /** Adopt an overlay (or none). Releases the previous one first: left
48
+ * anchored, a removed overlay keeps positioning against this control and
49
+ * syncing `expanded` onto it, and the pair can never be collected. */
50
+ setOverlay(overlay: Overlay | null): void;
51
+ /** (Re-)anchor the current overlay. Call once the anchor target exists when
52
+ * it resolves later than the first `slotchange`. */
53
+ anchor(): void;
54
+ /** Bind to the invoker's `pointerdown`. Snapshots the open state before the
55
+ * browser's light-dismiss runs. Covers mouse, touch and pen — `mousedown`
56
+ * alone would skip touch, where no mousedown precedes the synthetic click. */
57
+ handlePointerdown: () => void;
58
+ /** Call from the control's click handler. Returns true when the click was
59
+ * consumed (an overlay is slotted, so the control is its invoker and
60
+ * neither submits a form nor navigates); false to fall through. */
61
+ handleClick(event: MouseEvent): boolean;
62
+ }
63
+ //# sourceMappingURL=popup-anchor-controller.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popup-anchor-controller.d.ts","sourceRoot":"","sources":["../../src/utilities/popup-anchor-controller.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAE3E;;2DAE2D;AAC3D,MAAM,MAAM,OAAO,GAAG,CAAC,QAAQ,GAAG,WAAW,CAAC,GAAG;IAAE,aAAa,EAAE,OAAO,GAAG,IAAI,CAAA;CAAE,CAAC;AAInF,MAAM,WAAW,kBAAkB;IAClC;;uEAEmE;IACnE,SAAS,CAAC,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC;IACjC;wEACoE;IACpE,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,EAAE,QAAQ,EAAE,OAAO,GAAG,IAAI,KAAK,IAAI,CAAC;CACvE;AAED,qBAAa,qBAAqB;IACjC,OAAO,CAAC,UAAU,CAAuB;IACzC,OAAO,CAAC,SAAS,CAAC,CAA8D;IAChF,OAAO,CAAC,QAAQ,CAAwB;IACxC,OAAO,CAAC,qBAAqB,CAAS;gBAE1B,IAAI,EAAE,WAAW,EAAE,OAAO,GAAE,kBAAuB;IAK/D,yDAAyD;IACzD,IAAI,OAAO,IAAI,OAAO,GAAG,IAAI,CAE5B;IAED,6CAA6C;IAC7C,gBAAgB,GAAI,OAAO,KAAK,KAAG,IAAI,CAIrC;IAEF;;2EAEuE;IACvE,UAAU,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,GAAG,IAAI;IASzC;yDACqD;IACrD,MAAM,IAAI,IAAI;IAKd;;mFAE+E;IAC/E,iBAAiB,QAAO,IAAI,CAE1B;IAEF;;wEAEoE;IACpE,WAAW,CAAC,KAAK,EAAE,UAAU,GAAG,OAAO;CAYvC"}
@@ -0,0 +1,63 @@
1
+ const OVERLAY_SELECTOR = 'nldd-menu, nldd-popover';
2
+ export class PopupAnchorController {
3
+ constructor(host, options = {}) {
4
+ this._overlay = null;
5
+ this._wasOpenOnPointerdown = false;
6
+ /** Bind to the popup slot's `slotchange`. */
7
+ this.handleSlotChange = (event) => {
8
+ const slot = event.target;
9
+ const overlay = slot.assignedElements().find((el) => el.matches(OVERLAY_SELECTOR)) ?? null;
10
+ this.setOverlay(overlay);
11
+ };
12
+ /** Bind to the invoker's `pointerdown`. Snapshots the open state before the
13
+ * browser's light-dismiss runs. Covers mouse, touch and pen — `mousedown`
14
+ * alone would skip touch, where no mousedown precedes the synthetic click. */
15
+ this.handlePointerdown = () => {
16
+ this._wasOpenOnPointerdown = this._overlay?.matches(':popover-open') ?? false;
17
+ };
18
+ this._anchorFor = options.anchorFor ?? (() => host);
19
+ this._onChange = options.onChange;
20
+ }
21
+ /** The slotted overlay, or null when none is slotted. */
22
+ get overlay() {
23
+ return this._overlay;
24
+ }
25
+ /** Adopt an overlay (or none). Releases the previous one first: left
26
+ * anchored, a removed overlay keeps positioning against this control and
27
+ * syncing `expanded` onto it, and the pair can never be collected. */
28
+ setOverlay(overlay) {
29
+ if (overlay === this._overlay)
30
+ return;
31
+ const previous = this._overlay;
32
+ if (previous)
33
+ previous.anchorElement = null;
34
+ this._overlay = overlay;
35
+ this.anchor();
36
+ this._onChange?.(overlay, previous);
37
+ }
38
+ /** (Re-)anchor the current overlay. Call once the anchor target exists when
39
+ * it resolves later than the first `slotchange`. */
40
+ anchor() {
41
+ const target = this._anchorFor();
42
+ if (this._overlay && target)
43
+ this._overlay.anchorElement = target;
44
+ }
45
+ /** Call from the control's click handler. Returns true when the click was
46
+ * consumed (an overlay is slotted, so the control is its invoker and
47
+ * neither submits a form nor navigates); false to fall through. */
48
+ handleClick(event) {
49
+ if (!this._overlay)
50
+ return false;
51
+ // Only a pointer-driven click (detail > 0) has a preceding pointerdown; a
52
+ // keyboard click must ignore the snapshot, which would otherwise be left
53
+ // over from an earlier gesture that ended without a click (drag off the
54
+ // control, touch scroll) and swallow the activation. The :popover-open
55
+ // guard keeps showPopover() from throwing on an already-open overlay.
56
+ const wasOpen = event.detail > 0 && this._wasOpenOnPointerdown;
57
+ this._wasOpenOnPointerdown = false;
58
+ if (!wasOpen && !this._overlay.matches(':popover-open'))
59
+ this._overlay.showPopover();
60
+ return true;
61
+ }
62
+ }
63
+ //# sourceMappingURL=popup-anchor-controller.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popup-anchor-controller.js","sourceRoot":"","sources":["../../src/utilities/popup-anchor-controller.ts"],"names":[],"mappings":"AA2BA,MAAM,gBAAgB,GAAG,yBAAyB,CAAC;AAYnD,MAAM,OAAO,qBAAqB;IAMjC,YAAY,IAAiB,EAAE,UAA8B,EAAE;QAHvD,aAAQ,GAAmB,IAAI,CAAC;QAChC,0BAAqB,GAAG,KAAK,CAAC;QAYtC,6CAA6C;QAC7C,qBAAgB,GAAG,CAAC,KAAY,EAAQ,EAAE;YACzC,MAAM,IAAI,GAAG,KAAK,CAAC,MAAyB,CAAC;YAC7C,MAAM,OAAO,GAAI,IAAI,CAAC,gBAAgB,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAyB,IAAI,IAAI,CAAC;YACpH,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;QAC1B,CAAC,CAAC;QAqBF;;uFAE+E;QAC/E,sBAAiB,GAAG,GAAS,EAAE;YAC9B,IAAI,CAAC,qBAAqB,GAAG,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,eAAe,CAAC,IAAI,KAAK,CAAC;QAC/E,CAAC,CAAC;QAxCD,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC;QACpD,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,QAAQ,CAAC;IACnC,CAAC;IAED,yDAAyD;IACzD,IAAI,OAAO;QACV,OAAO,IAAI,CAAC,QAAQ,CAAC;IACtB,CAAC;IASD;;2EAEuE;IACvE,UAAU,CAAC,OAAuB;QACjC,IAAI,OAAO,KAAK,IAAI,CAAC,QAAQ;YAAE,OAAO;QACtC,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC/B,IAAI,QAAQ;YAAE,QAAQ,CAAC,aAAa,GAAG,IAAI,CAAC;QAC5C,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QACxB,IAAI,CAAC,MAAM,EAAE,CAAC;QACd,IAAI,CAAC,SAAS,EAAE,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IACrC,CAAC;IAED;yDACqD;IACrD,MAAM;QACL,MAAM,MAAM,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC;QACjC,IAAI,IAAI,CAAC,QAAQ,IAAI,MAAM;YAAE,IAAI,CAAC,QAAQ,CAAC,aAAa,GAAG,MAAM,CAAC;IACnE,CAAC;IASD;;wEAEoE;IACpE,WAAW,CAAC,KAAiB;QAC5B,IAAI,CAAC,IAAI,CAAC,QAAQ;YAAE,OAAO,KAAK,CAAC;QACjC,0EAA0E;QAC1E,yEAAyE;QACzE,wEAAwE;QACxE,uEAAuE;QACvE,sEAAsE;QACtE,MAAM,OAAO,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,CAAC,qBAAqB,CAAC;QAC/D,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC;QACnC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,eAAe,CAAC;YAAE,IAAI,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC;QACrF,OAAO,IAAI,CAAC;IACb,CAAC;CACD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nldd/design-system",
3
- "version": "0.8.68",
3
+ "version": "0.8.69",
4
4
  "description": "Design System voor Nederlandse Digitale Dienst",
5
5
  "type": "module",
6
6
  "main": "dist/components/components.js",
@@ -35,6 +35,10 @@
35
35
  "types": "./dist/components/actions/menu/menu.d.ts",
36
36
  "default": "./dist/components/actions/menu/menu.js"
37
37
  },
38
+ "./avatar": {
39
+ "types": "./dist/components/content/avatar/avatar.d.ts",
40
+ "default": "./dist/components/content/avatar/avatar.js"
41
+ },
38
42
  "./blockquote": {
39
43
  "types": "./dist/components/content/blockquote/blockquote.d.ts",
40
44
  "default": "./dist/components/content/blockquote/blockquote.js"