@jsekulowicz/ds-components 0.1.0 → 0.2.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.
Files changed (97) hide show
  1. package/custom-elements.json +538 -18
  2. package/dist/atoms/breadcrumb/breadcrumb-item.styles.js +2 -2
  3. package/dist/atoms/button/button.styles.d.ts.map +1 -1
  4. package/dist/atoms/button/button.styles.js +1 -3
  5. package/dist/atoms/button/button.styles.js.map +1 -1
  6. package/dist/atoms/divider/define.d.ts +7 -0
  7. package/dist/atoms/divider/define.d.ts.map +1 -0
  8. package/dist/atoms/divider/define.js +5 -0
  9. package/dist/atoms/divider/define.js.map +1 -0
  10. package/dist/atoms/divider/divider.d.ts +14 -0
  11. package/dist/atoms/divider/divider.d.ts.map +1 -0
  12. package/dist/atoms/divider/divider.js +30 -0
  13. package/dist/atoms/divider/divider.js.map +1 -0
  14. package/dist/atoms/divider/divider.styles.d.ts +2 -0
  15. package/dist/atoms/divider/divider.styles.d.ts.map +1 -0
  16. package/dist/atoms/divider/divider.styles.js +26 -0
  17. package/dist/atoms/divider/divider.styles.js.map +1 -0
  18. package/dist/atoms/divider/index.d.ts +2 -0
  19. package/dist/atoms/divider/index.d.ts.map +1 -0
  20. package/dist/atoms/divider/index.js +2 -0
  21. package/dist/atoms/divider/index.js.map +1 -0
  22. package/dist/atoms/icon/icons/eye-slash.d.ts +2 -0
  23. package/dist/atoms/icon/icons/eye-slash.d.ts.map +1 -0
  24. package/dist/atoms/icon/icons/eye-slash.js +4 -0
  25. package/dist/atoms/icon/icons/eye-slash.js.map +1 -0
  26. package/dist/atoms/icon/icons/eye.d.ts +2 -0
  27. package/dist/atoms/icon/icons/eye.d.ts.map +1 -0
  28. package/dist/atoms/icon/icons/eye.js +4 -0
  29. package/dist/atoms/icon/icons/eye.js.map +1 -0
  30. package/dist/atoms/icon/icons/moon.d.ts +2 -0
  31. package/dist/atoms/icon/icons/moon.d.ts.map +1 -0
  32. package/dist/atoms/icon/icons/moon.js +4 -0
  33. package/dist/atoms/icon/icons/moon.js.map +1 -0
  34. package/dist/atoms/icon/icons/plus.d.ts +2 -0
  35. package/dist/atoms/icon/icons/plus.d.ts.map +1 -0
  36. package/dist/atoms/icon/icons/plus.js +4 -0
  37. package/dist/atoms/icon/icons/plus.js.map +1 -0
  38. package/dist/atoms/icon/icons/sun.d.ts +2 -0
  39. package/dist/atoms/icon/icons/sun.d.ts.map +1 -0
  40. package/dist/atoms/icon/icons/sun.js +4 -0
  41. package/dist/atoms/icon/icons/sun.js.map +1 -0
  42. package/dist/atoms/list/define.d.ts +9 -0
  43. package/dist/atoms/list/define.d.ts.map +1 -0
  44. package/dist/atoms/list/define.js +9 -0
  45. package/dist/atoms/list/define.js.map +1 -0
  46. package/dist/atoms/list/index.d.ts +3 -0
  47. package/dist/atoms/list/index.d.ts.map +1 -0
  48. package/dist/atoms/list/index.js +3 -0
  49. package/dist/atoms/list/index.js.map +1 -0
  50. package/dist/atoms/list/list-item.d.ts +17 -0
  51. package/dist/atoms/list/list-item.d.ts.map +1 -0
  52. package/dist/atoms/list/list-item.js +62 -0
  53. package/dist/atoms/list/list-item.js.map +1 -0
  54. package/dist/atoms/list/list-item.styles.d.ts +2 -0
  55. package/dist/atoms/list/list-item.styles.d.ts.map +1 -0
  56. package/dist/atoms/list/list-item.styles.js +34 -0
  57. package/dist/atoms/list/list-item.styles.js.map +1 -0
  58. package/dist/atoms/list/list.d.ts +18 -0
  59. package/dist/atoms/list/list.d.ts.map +1 -0
  60. package/dist/atoms/list/list.js +35 -0
  61. package/dist/atoms/list/list.js.map +1 -0
  62. package/dist/atoms/list/list.styles.d.ts +2 -0
  63. package/dist/atoms/list/list.styles.d.ts.map +1 -0
  64. package/dist/atoms/list/list.styles.js +22 -0
  65. package/dist/atoms/list/list.styles.js.map +1 -0
  66. package/dist/atoms/table/table-pagination.styles.d.ts.map +1 -1
  67. package/dist/atoms/table/table-pagination.styles.js +2 -1
  68. package/dist/atoms/table/table-pagination.styles.js.map +1 -1
  69. package/dist/atoms/tooltip/tooltip.d.ts +1 -0
  70. package/dist/atoms/tooltip/tooltip.d.ts.map +1 -1
  71. package/dist/atoms/tooltip/tooltip.js +4 -0
  72. package/dist/atoms/tooltip/tooltip.js.map +1 -1
  73. package/dist/atoms/tooltip/tooltip.styles.d.ts.map +1 -1
  74. package/dist/atoms/tooltip/tooltip.styles.js +8 -0
  75. package/dist/atoms/tooltip/tooltip.styles.js.map +1 -1
  76. package/dist/define.d.ts +2 -0
  77. package/dist/define.d.ts.map +1 -1
  78. package/dist/define.js +2 -0
  79. package/dist/define.js.map +1 -1
  80. package/dist/index.d.ts +2 -0
  81. package/dist/index.d.ts.map +1 -1
  82. package/dist/index.js +2 -0
  83. package/dist/index.js.map +1 -1
  84. package/dist/molecules/card/card.d.ts +3 -0
  85. package/dist/molecules/card/card.d.ts.map +1 -1
  86. package/dist/molecules/card/card.js +46 -8
  87. package/dist/molecules/card/card.js.map +1 -1
  88. package/dist/molecules/card/card.styles.js +1 -1
  89. package/dist/organisms/footer/footer.styles.js +1 -1
  90. package/dist/templates/page-shell/page-shell.d.ts +4 -1
  91. package/dist/templates/page-shell/page-shell.d.ts.map +1 -1
  92. package/dist/templates/page-shell/page-shell.js +60 -15
  93. package/dist/templates/page-shell/page-shell.js.map +1 -1
  94. package/dist/templates/page-shell/page-shell.styles.d.ts.map +1 -1
  95. package/dist/templates/page-shell/page-shell.styles.js +13 -6
  96. package/dist/templates/page-shell/page-shell.styles.js.map +1 -1
  97. package/package.json +37 -3
@@ -77,6 +77,54 @@
77
77
  "module": "./atoms/badge/index.js"
78
78
  }
79
79
  },
80
+ {
81
+ "kind": "js",
82
+ "name": "DsDivider",
83
+ "declaration": {
84
+ "name": "DsDivider",
85
+ "module": "./atoms/divider/index.js"
86
+ }
87
+ },
88
+ {
89
+ "kind": "js",
90
+ "name": "DividerOrientation",
91
+ "declaration": {
92
+ "name": "DividerOrientation",
93
+ "module": "./atoms/divider/index.js"
94
+ }
95
+ },
96
+ {
97
+ "kind": "js",
98
+ "name": "DsList",
99
+ "declaration": {
100
+ "name": "DsList",
101
+ "module": "./atoms/list/index.js"
102
+ }
103
+ },
104
+ {
105
+ "kind": "js",
106
+ "name": "DsListItem",
107
+ "declaration": {
108
+ "name": "DsListItem",
109
+ "module": "./atoms/list/index.js"
110
+ }
111
+ },
112
+ {
113
+ "kind": "js",
114
+ "name": "ListVariant",
115
+ "declaration": {
116
+ "name": "ListVariant",
117
+ "module": "./atoms/list/index.js"
118
+ }
119
+ },
120
+ {
121
+ "kind": "js",
122
+ "name": "ListDensity",
123
+ "declaration": {
124
+ "name": "ListDensity",
125
+ "module": "./atoms/list/index.js"
126
+ }
127
+ },
80
128
  {
81
129
  "kind": "js",
82
130
  "name": "DsIcon",
@@ -1068,7 +1116,7 @@
1068
1116
  {
1069
1117
  "kind": "variable",
1070
1118
  "name": "breadcrumbItemStyles",
1071
- "default": "css` :host { display: inline-flex; align-items: center; gap: var(--ds-space-1); color: inherit; font: inherit; } a { display: inline-flex; align-items: center; gap: var(--ds-space-1); color: var(--ds-color-fg-muted); text-decoration: none; padding: var(--ds-space-1) var(--ds-space-2); border-radius: var(--ds-radius-sm); transition: color var(--ds-duration-fast) var(--ds-easing-standard); } a:hover { color: var(--ds-color-accent); text-decoration: underline; } a:focus-visible { outline: 2px solid transparent; box-shadow: var(--ds-shadow-focus); } .current { display: inline-flex; align-items: center; gap: var(--ds-space-1); color: var(--ds-color-fg); font-weight: var(--ds-font-weight-medium); padding: var(--ds-space-1) var(--ds-space-2); } .separator { display: inline-flex; color: var(--ds-color-fg-subtle); font-size: 0.875em; } `"
1119
+ "default": "css` :host { display: inline-flex; align-items: center; gap: var(--ds-space-1); color: inherit; font: inherit; } a { display: inline-flex; align-items: center; gap: var(--ds-space-1); color: var(--ds-color-fg-muted); text-decoration: none; padding: var(--ds-space-1) 0; border-radius: var(--ds-radius-sm); transition: color var(--ds-duration-fast) var(--ds-easing-standard); } a:hover { color: var(--ds-color-accent); text-decoration: underline; } a:focus-visible { outline: 2px solid transparent; box-shadow: var(--ds-shadow-focus); } .current { display: inline-flex; align-items: center; gap: var(--ds-space-1); color: var(--ds-color-fg); font-weight: var(--ds-font-weight-medium); padding: var(--ds-space-1) 0; } .separator { display: inline-flex; color: var(--ds-color-fg-subtle); font-size: 0.875em; } `"
1072
1120
  }
1073
1121
  ],
1074
1122
  "exports": [
@@ -1475,7 +1523,7 @@
1475
1523
  {
1476
1524
  "kind": "variable",
1477
1525
  "name": "buttonStyles",
1478
- "default": "css` :host { display: inline-flex; vertical-align: middle; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--ds-space-1); padding: 0 var(--ds-space-5); height: var(--ds-size-md); min-width: var(--ds-size-md); border-radius: var(--ds-radius-sm); border: 1px solid transparent; font-family: var(--ds-font-body); font-size: var(--ds-font-size-sm); font-weight: var(--ds-font-weight-medium); letter-spacing: var(--ds-letter-spacing-normal); line-height: 1; cursor: pointer; background: transparent; color: var(--ds-color-fg); transition: background var(--ds-duration-fast) var(--ds-easing-standard), color var(--ds-duration-fast) var(--ds-easing-standard), border-color var(--ds-duration-fast) var(--ds-easing-standard), transform var(--ds-duration-fast) var(--ds-easing-standard); user-select: none; -webkit-tap-highlight-color: transparent; } .btn:focus-visible { outline: 2px solid transparent; box-shadow: var(--ds-shadow-focus); } .btn:active:not([aria-disabled='true']) { transform: translateY(1px); } :host([disabled]) .btn { opacity: 0.45; cursor: not-allowed; } :host([loading]) .btn { cursor: wait; } .spinner { width: 1.25rem; height: 1.25rem; flex-shrink: 0; animation: ds-btn-spin 0.75s linear infinite; } @keyframes ds-btn-spin { to { transform: rotate(360deg); } } :host([variant='primary']) .btn { background: var(--ds-color-accent); color: var(--ds-color-accent-fg); } :host([variant='primary']) .btn:hover:not([aria-disabled='true']) { background: var(--ds-color-accent-hover); } :host([variant='primary']) .btn:active:not([aria-disabled='true']) { background: var(--ds-color-accent-active); } :host([variant='secondary']) .btn { background: transparent; color: var(--ds-color-fg); border-color: var(--ds-color-border-strong); } :host([variant='secondary']) .btn:hover:not([aria-disabled='true']) { background: var(--ds-color-bg-subtle); } :host([variant='ghost']) .btn { background: transparent; color: var(--ds-color-fg); } :host([variant='ghost']) .btn:hover:not([aria-disabled='true']) { background: var(--ds-color-bg-subtle); } :host([variant='danger']) .btn { background: var(--ds-color-danger); color: var(--ds-color-accent-fg); } :host([size='sm']) .btn { height: var(--ds-size-sm); padding: 0 var(--ds-space-4); font-size: var(--ds-font-size-xs); } :host([size='lg']) .btn { height: var(--ds-size-lg); padding: 0 var(--ds-space-6); font-size: var(--ds-font-size-md); } :host([full-width]) { display: flex; width: 100%; } :host([full-width]) .btn { width: 100%; } `"
1526
+ "default": "css` :host { display: inline-flex; vertical-align: middle; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--ds-space-1); padding: 0 var(--ds-space-2); height: var(--ds-size-md); min-width: var(--ds-size-md); border-radius: var(--ds-radius-sm); border: 1px solid transparent; font-family: var(--ds-font-body); font-size: var(--ds-font-size-sm); font-weight: var(--ds-font-weight-medium); letter-spacing: var(--ds-letter-spacing-normal); line-height: 1; cursor: pointer; background: transparent; color: var(--ds-color-fg); transition: background var(--ds-duration-fast) var(--ds-easing-standard), color var(--ds-duration-fast) var(--ds-easing-standard), border-color var(--ds-duration-fast) var(--ds-easing-standard), transform var(--ds-duration-fast) var(--ds-easing-standard); user-select: none; -webkit-tap-highlight-color: transparent; } .btn:focus-visible { outline: 2px solid transparent; box-shadow: var(--ds-shadow-focus); } .btn:active:not([aria-disabled='true']) { transform: translateY(1px); } :host([disabled]) .btn { opacity: 0.45; cursor: not-allowed; } :host([loading]) .btn { cursor: wait; } .spinner { width: 1.25rem; height: 1.25rem; flex-shrink: 0; animation: ds-btn-spin 0.75s linear infinite; } @keyframes ds-btn-spin { to { transform: rotate(360deg); } } :host([variant='primary']) .btn { background: var(--ds-color-accent); color: var(--ds-color-accent-fg); } :host([variant='primary']) .btn:hover:not([aria-disabled='true']) { background: var(--ds-color-accent-hover); } :host([variant='primary']) .btn:active:not([aria-disabled='true']) { background: var(--ds-color-accent-active); } :host([variant='secondary']) .btn { background: transparent; color: var(--ds-color-fg); border-color: var(--ds-color-border-strong); } :host([variant='secondary']) .btn:hover:not([aria-disabled='true']) { background: var(--ds-color-bg-subtle); } :host([variant='ghost']) .btn { background: transparent; color: var(--ds-color-fg); } :host([variant='ghost']) .btn:hover:not([aria-disabled='true']) { background: var(--ds-color-bg-subtle); } :host([variant='danger']) .btn { background: var(--ds-color-danger); color: var(--ds-color-accent-fg); } :host([size='sm']) .btn { height: var(--ds-size-sm); font-size: var(--ds-font-size-xs); } :host([size='lg']) .btn { height: var(--ds-size-lg); font-size: var(--ds-font-size-md); } :host([full-width]) { display: flex; width: 100%; } :host([full-width]) .btn { width: 100%; } `"
1479
1527
  }
1480
1528
  ],
1481
1529
  "exports": [
@@ -2258,6 +2306,116 @@
2258
2306
  }
2259
2307
  ]
2260
2308
  },
2309
+ {
2310
+ "kind": "javascript-module",
2311
+ "path": "src/atoms/divider/define.ts",
2312
+ "declarations": [],
2313
+ "exports": [
2314
+ {
2315
+ "kind": "custom-element-definition",
2316
+ "name": "ds-divider",
2317
+ "declaration": {
2318
+ "name": "DsDivider",
2319
+ "module": "/src/atoms/divider/divider.js"
2320
+ }
2321
+ }
2322
+ ]
2323
+ },
2324
+ {
2325
+ "kind": "javascript-module",
2326
+ "path": "src/atoms/divider/divider.styles.ts",
2327
+ "declarations": [
2328
+ {
2329
+ "kind": "variable",
2330
+ "name": "dividerStyles",
2331
+ "default": "css` :host { display: block; color: var(--ds-color-border); margin-block: var(--ds-space-3); } :host([orientation='vertical']) { display: inline-block; height: 1em; align-self: stretch; margin-block: 0; margin-inline: var(--ds-space-3); } [part='line'] { display: block; background: currentColor; width: 100%; height: 1px; } :host([orientation='vertical']) [part='line'] { width: 1px; height: 100%; } `"
2332
+ }
2333
+ ],
2334
+ "exports": [
2335
+ {
2336
+ "kind": "js",
2337
+ "name": "dividerStyles",
2338
+ "declaration": {
2339
+ "name": "dividerStyles",
2340
+ "module": "src/atoms/divider/divider.styles.ts"
2341
+ }
2342
+ }
2343
+ ]
2344
+ },
2345
+ {
2346
+ "kind": "javascript-module",
2347
+ "path": "src/atoms/divider/divider.ts",
2348
+ "declarations": [
2349
+ {
2350
+ "kind": "class",
2351
+ "description": "",
2352
+ "name": "DsDivider",
2353
+ "members": [
2354
+ {
2355
+ "kind": "field",
2356
+ "name": "orientation",
2357
+ "type": {
2358
+ "text": "DividerOrientation"
2359
+ },
2360
+ "default": "'horizontal'",
2361
+ "attribute": "orientation",
2362
+ "reflects": true
2363
+ }
2364
+ ],
2365
+ "attributes": [
2366
+ {
2367
+ "type": {
2368
+ "text": "DividerOrientation"
2369
+ },
2370
+ "description": "'horizontal' (default) or 'vertical'.",
2371
+ "name": "orientation",
2372
+ "default": "'horizontal'",
2373
+ "fieldName": "orientation"
2374
+ }
2375
+ ],
2376
+ "superclass": {
2377
+ "name": "DsElement",
2378
+ "package": "@jsekulowicz/ds-core"
2379
+ },
2380
+ "tagName": "ds-divider",
2381
+ "customElement": true,
2382
+ "summary": "A thin separator line. Horizontal by default, can be vertical."
2383
+ }
2384
+ ],
2385
+ "exports": [
2386
+ {
2387
+ "kind": "js",
2388
+ "name": "DsDivider",
2389
+ "declaration": {
2390
+ "name": "DsDivider",
2391
+ "module": "src/atoms/divider/divider.ts"
2392
+ }
2393
+ }
2394
+ ]
2395
+ },
2396
+ {
2397
+ "kind": "javascript-module",
2398
+ "path": "src/atoms/divider/index.ts",
2399
+ "declarations": [],
2400
+ "exports": [
2401
+ {
2402
+ "kind": "js",
2403
+ "name": "DsDivider",
2404
+ "declaration": {
2405
+ "name": "DsDivider",
2406
+ "module": "./divider.js"
2407
+ }
2408
+ },
2409
+ {
2410
+ "kind": "js",
2411
+ "name": "DividerOrientation",
2412
+ "declaration": {
2413
+ "name": "DividerOrientation",
2414
+ "module": "./divider.js"
2415
+ }
2416
+ }
2417
+ ]
2418
+ },
2261
2419
  {
2262
2420
  "kind": "javascript-module",
2263
2421
  "path": "src/atoms/icon/define.ts",
@@ -2673,6 +2831,258 @@
2673
2831
  }
2674
2832
  ]
2675
2833
  },
2834
+ {
2835
+ "kind": "javascript-module",
2836
+ "path": "src/atoms/list/define.ts",
2837
+ "declarations": [],
2838
+ "exports": [
2839
+ {
2840
+ "kind": "custom-element-definition",
2841
+ "name": "ds-list",
2842
+ "declaration": {
2843
+ "name": "DsList",
2844
+ "module": "/src/atoms/list/list.js"
2845
+ }
2846
+ },
2847
+ {
2848
+ "kind": "custom-element-definition",
2849
+ "name": "ds-list-item",
2850
+ "declaration": {
2851
+ "name": "DsListItem",
2852
+ "module": "/src/atoms/list/list-item.js"
2853
+ }
2854
+ }
2855
+ ]
2856
+ },
2857
+ {
2858
+ "kind": "javascript-module",
2859
+ "path": "src/atoms/list/index.ts",
2860
+ "declarations": [],
2861
+ "exports": [
2862
+ {
2863
+ "kind": "js",
2864
+ "name": "DsList",
2865
+ "declaration": {
2866
+ "name": "DsList",
2867
+ "module": "./list.js"
2868
+ }
2869
+ },
2870
+ {
2871
+ "kind": "js",
2872
+ "name": "ListVariant",
2873
+ "declaration": {
2874
+ "name": "ListVariant",
2875
+ "module": "./list.js"
2876
+ }
2877
+ },
2878
+ {
2879
+ "kind": "js",
2880
+ "name": "ListDensity",
2881
+ "declaration": {
2882
+ "name": "ListDensity",
2883
+ "module": "./list.js"
2884
+ }
2885
+ },
2886
+ {
2887
+ "kind": "js",
2888
+ "name": "DsListItem",
2889
+ "declaration": {
2890
+ "name": "DsListItem",
2891
+ "module": "./list-item.js"
2892
+ }
2893
+ }
2894
+ ]
2895
+ },
2896
+ {
2897
+ "kind": "javascript-module",
2898
+ "path": "src/atoms/list/list-item.styles.ts",
2899
+ "declarations": [
2900
+ {
2901
+ "kind": "variable",
2902
+ "name": "listItemStyles",
2903
+ "default": "css` :host { display: block; } li { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--ds-space-3); padding: var(--ds-space-2) var(--ds-space-3); background: transparent; } :host-context(ds-list[density='compact']) li, :host([compact]) li { padding: var(--ds-space-1) var(--ds-space-3); } .leading, .trailing { display: inline-flex; align-items: center; flex-shrink: 0; } [hidden] { display: none; } .content { min-width: 0; display: flex; align-items: center; gap: var(--ds-space-2); } `"
2904
+ }
2905
+ ],
2906
+ "exports": [
2907
+ {
2908
+ "kind": "js",
2909
+ "name": "listItemStyles",
2910
+ "declaration": {
2911
+ "name": "listItemStyles",
2912
+ "module": "src/atoms/list/list-item.styles.ts"
2913
+ }
2914
+ }
2915
+ ]
2916
+ },
2917
+ {
2918
+ "kind": "javascript-module",
2919
+ "path": "src/atoms/list/list-item.ts",
2920
+ "declarations": [
2921
+ {
2922
+ "kind": "class",
2923
+ "description": "",
2924
+ "name": "DsListItem",
2925
+ "slots": [
2926
+ {
2927
+ "description": "Optional content rendered before the main label (avatar, swatch, icon).",
2928
+ "name": "leading"
2929
+ },
2930
+ {
2931
+ "description": "Main label or input.",
2932
+ "name": "default"
2933
+ },
2934
+ {
2935
+ "description": "Optional trailing content (action button, value, chevron).",
2936
+ "name": "trailing"
2937
+ }
2938
+ ],
2939
+ "members": [
2940
+ {
2941
+ "kind": "field",
2942
+ "name": "_hasLeading",
2943
+ "type": {
2944
+ "text": "boolean"
2945
+ },
2946
+ "privacy": "private",
2947
+ "default": "false"
2948
+ },
2949
+ {
2950
+ "kind": "field",
2951
+ "name": "_hasTrailing",
2952
+ "type": {
2953
+ "text": "boolean"
2954
+ },
2955
+ "privacy": "private",
2956
+ "default": "false"
2957
+ },
2958
+ {
2959
+ "kind": "field",
2960
+ "name": "#onLeadingSlotChange",
2961
+ "privacy": "private"
2962
+ },
2963
+ {
2964
+ "kind": "field",
2965
+ "name": "#onTrailingSlotChange",
2966
+ "privacy": "private"
2967
+ }
2968
+ ],
2969
+ "superclass": {
2970
+ "name": "DsElement",
2971
+ "package": "@jsekulowicz/ds-core"
2972
+ },
2973
+ "tagName": "ds-list-item",
2974
+ "customElement": true,
2975
+ "summary": "A single row in a `ds-list`. Three slots: leading / default / trailing."
2976
+ }
2977
+ ],
2978
+ "exports": [
2979
+ {
2980
+ "kind": "js",
2981
+ "name": "DsListItem",
2982
+ "declaration": {
2983
+ "name": "DsListItem",
2984
+ "module": "src/atoms/list/list-item.ts"
2985
+ }
2986
+ }
2987
+ ]
2988
+ },
2989
+ {
2990
+ "kind": "javascript-module",
2991
+ "path": "src/atoms/list/list.styles.ts",
2992
+ "declarations": [
2993
+ {
2994
+ "kind": "variable",
2995
+ "name": "listStyles",
2996
+ "default": "css` :host { display: block; } ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; } :host([variant='bordered']) ul { border: 1px solid var(--ds-color-border); border-radius: var(--ds-radius-md); background: var(--ds-color-bg); } :host([variant='bordered']) ::slotted(ds-list-item:not(:last-of-type)) { border-bottom: 1px solid var(--ds-color-border-subtle); } `"
2997
+ }
2998
+ ],
2999
+ "exports": [
3000
+ {
3001
+ "kind": "js",
3002
+ "name": "listStyles",
3003
+ "declaration": {
3004
+ "name": "listStyles",
3005
+ "module": "src/atoms/list/list.styles.ts"
3006
+ }
3007
+ }
3008
+ ]
3009
+ },
3010
+ {
3011
+ "kind": "javascript-module",
3012
+ "path": "src/atoms/list/list.ts",
3013
+ "declarations": [
3014
+ {
3015
+ "kind": "class",
3016
+ "description": "",
3017
+ "name": "DsList",
3018
+ "slots": [
3019
+ {
3020
+ "description": "One or more `ds-list-item` children.",
3021
+ "name": "default"
3022
+ }
3023
+ ],
3024
+ "members": [
3025
+ {
3026
+ "kind": "field",
3027
+ "name": "variant",
3028
+ "type": {
3029
+ "text": "ListVariant"
3030
+ },
3031
+ "default": "'bordered'",
3032
+ "attribute": "variant",
3033
+ "reflects": true
3034
+ },
3035
+ {
3036
+ "kind": "field",
3037
+ "name": "density",
3038
+ "type": {
3039
+ "text": "ListDensity"
3040
+ },
3041
+ "default": "'default'",
3042
+ "attribute": "density",
3043
+ "reflects": true
3044
+ }
3045
+ ],
3046
+ "attributes": [
3047
+ {
3048
+ "type": {
3049
+ "text": "ListVariant"
3050
+ },
3051
+ "description": "`plain` (no surrounding border) or `bordered` (default).",
3052
+ "name": "variant",
3053
+ "default": "'bordered'",
3054
+ "fieldName": "variant"
3055
+ },
3056
+ {
3057
+ "type": {
3058
+ "text": "ListDensity"
3059
+ },
3060
+ "description": "`default` or `compact`.",
3061
+ "name": "density",
3062
+ "default": "'default'",
3063
+ "fieldName": "density"
3064
+ }
3065
+ ],
3066
+ "superclass": {
3067
+ "name": "DsElement",
3068
+ "package": "@jsekulowicz/ds-core"
3069
+ },
3070
+ "tagName": "ds-list",
3071
+ "customElement": true,
3072
+ "summary": "Vertical stack of `ds-list-item` rows, optionally bordered with hairline dividers."
3073
+ }
3074
+ ],
3075
+ "exports": [
3076
+ {
3077
+ "kind": "js",
3078
+ "name": "DsList",
3079
+ "declaration": {
3080
+ "name": "DsList",
3081
+ "module": "src/atoms/list/list.ts"
3082
+ }
3083
+ }
3084
+ ]
3085
+ },
2676
3086
  {
2677
3087
  "kind": "javascript-module",
2678
3088
  "path": "src/atoms/menu/define.ts",
@@ -5875,7 +6285,7 @@
5875
6285
  {
5876
6286
  "kind": "variable",
5877
6287
  "name": "tablePaginationStyles",
5878
- "default": "css` :host { display: flex; align-items: center; justify-content: space-between; gap: var(--ds-space-3); flex-wrap: wrap; color: var(--ds-color-fg); font-family: var(--ds-font-body); font-size: var(--ds-font-size-sm); } nav { display: flex; align-items: center; gap: var(--ds-space-1); } .list { display: flex; align-items: center; gap: var(--ds-space-1); list-style: none; padding: 0; margin: 0; } button { min-width: 2rem; height: 2rem; padding: 0 var(--ds-space-2); background: transparent; color: var(--ds-color-fg); border: 1px solid var(--ds-color-border); border-radius: var(--ds-radius-sm); font: inherit; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: var(--ds-space-1); } button:hover:not(:disabled) { background: var(--ds-color-bg-muted); } button:focus-visible { outline: 2px solid var(--ds-color-focus); outline-offset: 2px; } button:disabled { color: var(--ds-color-fg-subtle); cursor: not-allowed; opacity: 0.6; } button[aria-current=\"page\"] { background: var(--ds-color-accent); color: var(--ds-color-accent-fg); border-color: var(--ds-color-accent); } .ellipsis { display: inline-flex; min-width: 2rem; justify-content: center; color: var(--ds-color-fg-muted); } .size { display: inline-flex; align-items: center; gap: var(--ds-space-2); color: var(--ds-color-fg-muted); } select { padding: var(--ds-space-1) var(--ds-space-2); background: var(--ds-color-bg); color: var(--ds-color-fg); border: 1px solid var(--ds-color-border); border-radius: var(--ds-radius-sm); font: inherit; } .summary { color: var(--ds-color-fg-muted); } svg { width: 1em; height: 1em; } `"
6288
+ "default": "css` :host { display: flex; align-items: center; justify-content: space-between; column-gap: var(--ds-space-4); row-gap: var(--ds-space-3); flex-wrap: wrap; color: var(--ds-color-fg); font-family: var(--ds-font-body); font-size: var(--ds-font-size-sm); } nav { display: flex; align-items: center; gap: var(--ds-space-1); } .list { display: flex; align-items: center; gap: var(--ds-space-1); list-style: none; padding: 0; margin: 0; } button { min-width: 2rem; height: 2rem; padding: 0 var(--ds-space-2); background: transparent; color: var(--ds-color-fg); border: 1px solid var(--ds-color-border); border-radius: var(--ds-radius-sm); font: inherit; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: var(--ds-space-1); } button:hover:not(:disabled) { background: var(--ds-color-bg-muted); } button:focus-visible { outline: 2px solid var(--ds-color-focus); outline-offset: 2px; } button:disabled { color: var(--ds-color-fg-subtle); cursor: not-allowed; opacity: 0.6; } button[aria-current=\"page\"] { background: var(--ds-color-accent); color: var(--ds-color-accent-fg); border-color: var(--ds-color-accent); } .ellipsis { display: inline-flex; min-width: 2rem; justify-content: center; color: var(--ds-color-fg-muted); } .size { display: inline-flex; align-items: center; gap: var(--ds-space-2); color: var(--ds-color-fg-muted); } select { padding: var(--ds-space-1) var(--ds-space-2); background: var(--ds-color-bg); color: var(--ds-color-fg); border: 1px solid var(--ds-color-border); border-radius: var(--ds-radius-sm); font: inherit; } .summary { color: var(--ds-color-fg-muted); } svg { width: 1em; height: 1em; } `"
5879
6289
  }
5880
6290
  ],
5881
6291
  "exports": [
@@ -7624,7 +8034,7 @@
7624
8034
  {
7625
8035
  "kind": "variable",
7626
8036
  "name": "tooltipStyles",
7627
- "default": "css` :host { display: inline-flex; position: relative; } .anchor { position: relative; display: inline-flex; } .tooltip { /* Override UA popover defaults so JS-set top/left/transform stay authoritative. */ position: fixed; inset: auto; margin: 0; border: none; width: max-content; height: auto; overflow: visible; z-index: var(--ds-z-index-tooltip, 999); background: var(--ds-color-fg); color: var(--ds-color-bg); font-family: var(--ds-font-body); font-size: var(--ds-font-size-xs); line-height: 1.4; padding: var(--ds-space-1) var(--ds-space-3); border-radius: var(--ds-radius-xs); max-width: 16rem; pointer-events: none; } `"
8037
+ "default": "css` :host { display: inline-flex; position: relative; } :host([full-width]) { display: flex; width: 100%; } .anchor { position: relative; display: inline-flex; } :host([full-width]) .anchor { display: flex; width: 100%; } .tooltip { /* Override UA popover defaults so JS-set top/left/transform stay authoritative. */ position: fixed; inset: auto; margin: 0; border: none; width: max-content; height: auto; overflow: visible; z-index: var(--ds-z-index-tooltip, 999); background: var(--ds-color-fg); color: var(--ds-color-bg); font-family: var(--ds-font-body); font-size: var(--ds-font-size-xs); line-height: 1.4; padding: var(--ds-space-1) var(--ds-space-3); border-radius: var(--ds-radius-xs); max-width: 16rem; pointer-events: none; } `"
7628
8038
  }
7629
8039
  ],
7630
8040
  "exports": [
@@ -7705,6 +8115,16 @@
7705
8115
  "default": "0",
7706
8116
  "attribute": "delay"
7707
8117
  },
8118
+ {
8119
+ "kind": "field",
8120
+ "name": "fullWidth",
8121
+ "type": {
8122
+ "text": "boolean"
8123
+ },
8124
+ "default": "false",
8125
+ "attribute": "full-width",
8126
+ "reflects": true
8127
+ },
7708
8128
  {
7709
8129
  "kind": "field",
7710
8130
  "name": "_hovered",
@@ -7824,6 +8244,14 @@
7824
8244
  },
7825
8245
  "default": "0",
7826
8246
  "fieldName": "delay"
8247
+ },
8248
+ {
8249
+ "name": "full-width",
8250
+ "type": {
8251
+ "text": "boolean"
8252
+ },
8253
+ "default": "false",
8254
+ "fieldName": "fullWidth"
7827
8255
  }
7828
8256
  ],
7829
8257
  "superclass": {
@@ -9277,7 +9705,7 @@
9277
9705
  {
9278
9706
  "kind": "variable",
9279
9707
  "name": "cardStyles",
9280
- "default": "css` :host { display: block; container-type: inline-size; } .card { display: flex; flex-direction: column; gap: var(--ds-space-4); padding: var(--ds-space-6); border: 1px solid var(--ds-color-border); border-radius: var(--ds-radius-sm); background: var(--ds-color-bg); color: var(--ds-color-fg); transition: border-color var(--ds-duration-normal) var(--ds-easing-standard), transform var(--ds-duration-normal) var(--ds-easing-standard); } :host([elevation='sm']) .card { box-shadow: var(--ds-shadow-sm); } :host([elevation='md']) .card { box-shadow: var(--ds-shadow-md); } :host([interactive]) .card { cursor: pointer; } :host([interactive]) .card:hover { border-color: var(--ds-color-fg-subtle); transform: translateY(-1px); } :host([orientation='horizontal']) .card { flex-direction: row; align-items: center; } :host([orientation='horizontal']) .body { flex: 1; } @container (max-width: 360px) { :host([orientation='horizontal']) .card { flex-direction: column; align-items: stretch; } :host([orientation='horizontal']) .body { flex: unset; } } .header { display: flex; flex-direction: column; gap: var(--ds-space-1); } .actions[hidden] { display: none; } ::slotted([slot='actions']) { display: flex; gap: var(--ds-space-2); flex-wrap: wrap; } ::slotted([slot='title']) { font-family: var(--ds-font-display); font-size: var(--ds-font-size-xl); font-weight: var(--ds-font-weight-semibold); letter-spacing: var(--ds-letter-spacing-display); margin: 0; } ::slotted([slot='eyebrow']) { font-size: var(--ds-font-size-2xs); letter-spacing: var(--ds-letter-spacing-wide); text-transform: uppercase; color: var(--ds-color-accent); } `"
9708
+ "default": "css` :host { display: block; container-type: inline-size; } .card { display: flex; flex-direction: column; gap: var(--ds-space-4); padding: var(--ds-space-6); border: 1px solid var(--ds-color-border); border-radius: var(--ds-radius-sm); background: var(--ds-color-bg); color: var(--ds-color-fg); transition: border-color var(--ds-duration-normal) var(--ds-easing-standard), transform var(--ds-duration-normal) var(--ds-easing-standard); } :host([elevation='sm']) .card { box-shadow: var(--ds-shadow-sm); } :host([elevation='md']) .card { box-shadow: var(--ds-shadow-md); } :host([interactive]) .card { cursor: pointer; } :host([interactive]) .card:hover { border-color: var(--ds-color-fg-subtle); transform: translateY(-1px); } :host([orientation='horizontal']) .card { flex-direction: row; align-items: center; } :host([orientation='horizontal']) .body { flex: 1; } @container (max-width: 360px) { :host([orientation='horizontal']) .card { flex-direction: column; align-items: stretch; } :host([orientation='horizontal']) .body { flex: unset; } } .header { display: flex; flex-direction: column; gap: var(--ds-space-1); } [hidden] { display: none; } ::slotted([slot='actions']) { display: flex; gap: var(--ds-space-2); flex-wrap: wrap; } ::slotted([slot='title']) { font-family: var(--ds-font-display); font-size: var(--ds-font-size-xl); font-weight: var(--ds-font-weight-semibold); letter-spacing: var(--ds-letter-spacing-display); margin: 0; } ::slotted([slot='eyebrow']) { font-size: var(--ds-font-size-2xs); letter-spacing: var(--ds-letter-spacing-wide); text-transform: uppercase; color: var(--ds-color-accent); } `"
9281
9709
  }
9282
9710
  ],
9283
9711
  "exports": [
@@ -9358,6 +9786,24 @@
9358
9786
  "attribute": "interactive",
9359
9787
  "reflects": true
9360
9788
  },
9789
+ {
9790
+ "kind": "field",
9791
+ "name": "_hasEyebrow",
9792
+ "type": {
9793
+ "text": "boolean"
9794
+ },
9795
+ "privacy": "private",
9796
+ "default": "false"
9797
+ },
9798
+ {
9799
+ "kind": "field",
9800
+ "name": "_hasTitle",
9801
+ "type": {
9802
+ "text": "boolean"
9803
+ },
9804
+ "privacy": "private",
9805
+ "default": "false"
9806
+ },
9361
9807
  {
9362
9808
  "kind": "field",
9363
9809
  "name": "_hasActions",
@@ -9368,17 +9814,33 @@
9368
9814
  "default": "false"
9369
9815
  },
9370
9816
  {
9371
- "kind": "method",
9372
- "name": "#onActionsSlotChange",
9817
+ "kind": "field",
9818
+ "name": "_hasFooter",
9819
+ "type": {
9820
+ "text": "boolean"
9821
+ },
9373
9822
  "privacy": "private",
9374
- "parameters": [
9375
- {
9376
- "name": "e",
9377
- "type": {
9378
- "text": "Event"
9379
- }
9380
- }
9381
- ]
9823
+ "default": "false"
9824
+ },
9825
+ {
9826
+ "kind": "field",
9827
+ "name": "#onEyebrowSlotChange",
9828
+ "privacy": "private"
9829
+ },
9830
+ {
9831
+ "kind": "field",
9832
+ "name": "#onTitleSlotChange",
9833
+ "privacy": "private"
9834
+ },
9835
+ {
9836
+ "kind": "field",
9837
+ "name": "#onActionsSlotChange",
9838
+ "privacy": "private"
9839
+ },
9840
+ {
9841
+ "kind": "field",
9842
+ "name": "#onFooterSlotChange",
9843
+ "privacy": "private"
9382
9844
  }
9383
9845
  ],
9384
9846
  "attributes": [
@@ -12463,7 +12925,7 @@
12463
12925
  {
12464
12926
  "kind": "variable",
12465
12927
  "name": "footerStyles",
12466
- "default": "css` :host { display: block; container-type: inline-size; } footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; gap: var(--ds-space-4); padding: var(--ds-space-2) var(--ds-space-6); border-top: 1px solid var(--ds-color-border); color: var(--ds-color-fg-muted); font-family: var(--ds-font-body); font-size: var(--ds-font-size-sm); } .start, .middle, .end { display: flex; align-items: center; gap: var(--ds-space-3); min-width: 0; } .end { justify-content: flex-end; } @container (max-width: 480px) { footer { gap: var(--ds-space-2); padding: var(--ds-space-2) var(--ds-space-4); font-size: var(--ds-font-size-xs); } .start, .middle, .end { gap: var(--ds-space-2); } } `"
12928
+ "default": "css` :host { display: block; container-type: inline-size; } footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; gap: var(--ds-space-4); padding: var(--ds-space-2) var(--ds-space-5); border-top: 1px solid var(--ds-color-border); color: var(--ds-color-fg-muted); font-family: var(--ds-font-body); font-size: var(--ds-font-size-sm); } .start, .middle, .end { display: flex; align-items: center; gap: var(--ds-space-3); min-width: 0; } .end { justify-content: flex-end; } @container (max-width: 480px) { footer { gap: var(--ds-space-2); padding: var(--ds-space-2) var(--ds-space-4); font-size: var(--ds-font-size-xs); } .start, .middle, .end { gap: var(--ds-space-2); } } `"
12467
12929
  }
12468
12930
  ],
12469
12931
  "exports": [
@@ -13359,7 +13821,7 @@
13359
13821
  {
13360
13822
  "kind": "variable",
13361
13823
  "name": "pageShellStyles",
13362
- "default": "css` :host { display: grid; position: relative; grid-template-areas: 'header header' 'aside main' 'footer footer'; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr auto; min-height: 100vh; overflow-x: clip; background: var(--ds-color-bg); color: var(--ds-color-fg); font-family: var(--ds-font-body); } header { grid-area: header; border-bottom: 1px solid var(--ds-color-border); margin-bottom: var(--ds-space-1, 0.25rem); padding: var(--ds-space-5) var(--ds-space-4); display: flex; align-items: center; justify-content: space-between; gap: var(--ds-space-4); position: sticky; top: 0; background: color-mix(in oklab, var(--ds-color-bg) 92%, transparent); backdrop-filter: blur(12px); z-index: var(--ds-z-index-sticky); } aside { grid-area: aside; display: flex; overflow-x: clip; overflow-y: auto; min-height: 0; scrollbar-color: var(--ds-color-fg-subtle) transparent; scrollbar-width: thin; scrollbar-gutter: stable; } main { grid-area: main; padding: var(--ds-space-5); max-width: min(72rem, 100%); overflow-y: auto; min-height: 0; scrollbar-color: var(--ds-color-fg-subtle) transparent; scrollbar-width: thin; } footer { grid-area: footer; } .brand { font-family: var(--ds-font-display); font-size: var(--ds-font-size-lg); letter-spacing: var(--ds-letter-spacing-display); } .menu-toggle { display: inline-flex; } .mobile-backdrop { display: none; } .drawer-header { display: none; } .drawer-close { display: none; } .menu-toggle::part(button), .drawer-close::part(button) { min-width: var(--ds-size-sm); width: var(--ds-size-sm); padding: 0; } :host([mobile-layout]) { grid-template-areas: 'header' 'main' 'footer'; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; } :host(:not([mobile-layout])) .menu-toggle { display: none; } :host([mobile-layout]) .brand { flex: 1; } :host([mobile-layout]) main { padding: var(--ds-space-5); } :host([mobile-layout]) header { padding: var(--ds-space-3) var(--ds-space-5); } :host([mobile-layout]) aside { position: absolute; top: 0; left: 0; width: 16rem; display: flex; flex-direction: column; height: 100%; background: var(--ds-color-bg); border-right: 0; z-index: var(--ds-z-index-modal); transform: translateX(-100%); transition: transform var(--ds-duration-slow) var(--ds-easing-standard); scrollbar-gutter: auto; overflow: hidden; box-sizing: border-box; } :host([mobile-layout][data-mobile-nav-open]) aside { transform: translateX(0); } :host([mobile-layout]) .drawer-header { display: flex; align-items: center; padding: var(--ds-space-2) var(--ds-space-2) 0; } :host([mobile-layout]) .drawer-close { display: inline-flex; margin: 0; } :host([mobile-layout]) aside ::slotted(ds-sidenav) { width: 100% !important; max-width: 100% !important; flex: 1 1 auto; min-width: 0; min-height: 0; height: auto !important; } :host([mobile-layout][data-mobile-nav-open]) .mobile-backdrop { display: block; position: absolute; inset: 0; border: 0; margin: 0; padding: 0; background: color-mix(in oklab, var(--ds-color-fg) 26%, transparent); z-index: var(--ds-z-index-overlay); } `"
13824
+ "default": "css` :host { display: grid; position: relative; grid-template-areas: 'header header' 'aside main' 'footer footer'; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr auto; min-height: 100vh; overflow-x: clip; background: var(--ds-color-bg); color: var(--ds-color-fg); font-family: var(--ds-font-body); } header { grid-area: header; border-bottom: 1px solid var(--ds-color-border); padding: var(--ds-space-2) var(--ds-space-5); display: flex; align-items: center; justify-content: space-between; gap: var(--ds-space-3); position: sticky; top: 0; background: color-mix(in oklab, var(--ds-color-bg) 92%, transparent); backdrop-filter: blur(12px); z-index: var(--ds-z-index-sticky); } aside { grid-area: aside; display: flex; overflow-x: clip; overflow-y: auto; min-height: 0; scrollbar-color: var(--ds-color-fg-subtle) transparent; scrollbar-width: thin; scrollbar-gutter: stable; } main { grid-area: main; padding: var(--ds-space-5); max-width: min(72rem, 100%); overflow-y: auto; min-height: 0; scrollbar-color: var(--ds-color-fg-subtle) transparent; scrollbar-width: thin; } footer { grid-area: footer; } .brand { font-family: var(--ds-font-display); font-size: var(--ds-font-size-lg); letter-spacing: var(--ds-letter-spacing-display); } .menu-toggle { display: inline-flex; } .mobile-backdrop { display: none; } .drawer-header { display: none; } .drawer-close { display: none; } .menu-toggle::part(button), .drawer-close::part(button) { min-width: var(--ds-size-sm); width: var(--ds-size-sm); padding: 0; } :host([mobile-layout]) { grid-template-areas: 'header' 'main' 'footer'; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; } :host(:not([mobile-layout])) .menu-toggle { display: none; } :host([mobile-layout]) .brand { flex: 1; } :host([mobile-layout]) main { padding: var(--ds-space-5); } :host([mobile-layout]) aside { position: absolute; top: 0; left: 0; width: 16rem; display: flex; flex-direction: column; height: 100%; background: var(--ds-color-bg); border-right: 0; z-index: var(--ds-z-index-modal); transform: translateX(-100%); transition: transform var(--ds-duration-slow) var(--ds-easing-standard); scrollbar-gutter: auto; overflow: hidden; box-sizing: border-box; } :host([mobile-layout][data-mobile-nav-open]) aside { transform: translateX(0); } :host([mobile-layout]) .drawer-header { display: flex; align-items: center; padding: var(--ds-space-2) var(--ds-space-2) 0; } :host([mobile-layout]) .drawer-close { display: inline-flex; margin: 0; } :host([mobile-layout]) aside ::slotted(ds-sidenav) { width: 100% !important; max-width: 100% !important; flex: 1 1 auto; min-width: 0; min-height: 0; height: auto !important; } :host([mobile-layout][data-mobile-nav-open]) .mobile-backdrop { display: block; position: absolute; inset: 0; border: 0; margin: 0; padding: 0; background: color-mix(in oklab, var(--ds-color-fg) 26%, transparent); z-index: var(--ds-z-index-overlay); } :host([aside-empty]) { grid-template-areas: 'header' 'main' 'footer'; grid-template-columns: 1fr; } :host([aside-empty]) aside, :host([aside-empty]) .mobile-backdrop { display: none; } `"
13363
13825
  }
13364
13826
  ],
13365
13827
  "exports": [
@@ -13391,7 +13853,7 @@
13391
13853
  "name": "header-actions"
13392
13854
  },
13393
13855
  {
13394
- "description": "Side navigation.",
13856
+ "description": "Side navigation. When empty, the aside column and hamburger toggle are not rendered.",
13395
13857
  "name": "aside"
13396
13858
  },
13397
13859
  {
@@ -13431,6 +13893,24 @@
13431
13893
  "privacy": "private",
13432
13894
  "default": "false"
13433
13895
  },
13896
+ {
13897
+ "kind": "field",
13898
+ "name": "_hasAside",
13899
+ "type": {
13900
+ "text": "boolean"
13901
+ },
13902
+ "privacy": "private",
13903
+ "default": "false"
13904
+ },
13905
+ {
13906
+ "kind": "field",
13907
+ "name": "_hasFooter",
13908
+ "type": {
13909
+ "text": "boolean"
13910
+ },
13911
+ "privacy": "private",
13912
+ "default": "false"
13913
+ },
13434
13914
  {
13435
13915
  "kind": "field",
13436
13916
  "name": "#resizeObserver",
@@ -13469,6 +13949,16 @@
13469
13949
  "kind": "field",
13470
13950
  "name": "#onAsideClick",
13471
13951
  "privacy": "private"
13952
+ },
13953
+ {
13954
+ "kind": "field",
13955
+ "name": "#onAsideSlotChange",
13956
+ "privacy": "private"
13957
+ },
13958
+ {
13959
+ "kind": "field",
13960
+ "name": "#onFooterSlotChange",
13961
+ "privacy": "private"
13472
13962
  }
13473
13963
  ],
13474
13964
  "attributes": [
@@ -13563,6 +14053,18 @@
13563
14053
  "declarations": [],
13564
14054
  "exports": []
13565
14055
  },
14056
+ {
14057
+ "kind": "javascript-module",
14058
+ "path": "src/atoms/icon/icons/eye-slash.ts",
14059
+ "declarations": [],
14060
+ "exports": []
14061
+ },
14062
+ {
14063
+ "kind": "javascript-module",
14064
+ "path": "src/atoms/icon/icons/eye.ts",
14065
+ "declarations": [],
14066
+ "exports": []
14067
+ },
13566
14068
  {
13567
14069
  "kind": "javascript-module",
13568
14070
  "path": "src/atoms/icon/icons/home.ts",
@@ -13587,12 +14089,30 @@
13587
14089
  "declarations": [],
13588
14090
  "exports": []
13589
14091
  },
14092
+ {
14093
+ "kind": "javascript-module",
14094
+ "path": "src/atoms/icon/icons/moon.ts",
14095
+ "declarations": [],
14096
+ "exports": []
14097
+ },
14098
+ {
14099
+ "kind": "javascript-module",
14100
+ "path": "src/atoms/icon/icons/plus.ts",
14101
+ "declarations": [],
14102
+ "exports": []
14103
+ },
13590
14104
  {
13591
14105
  "kind": "javascript-module",
13592
14106
  "path": "src/atoms/icon/icons/puzzle-piece.ts",
13593
14107
  "declarations": [],
13594
14108
  "exports": []
13595
14109
  },
14110
+ {
14111
+ "kind": "javascript-module",
14112
+ "path": "src/atoms/icon/icons/sun.ts",
14113
+ "declarations": [],
14114
+ "exports": []
14115
+ },
13596
14116
  {
13597
14117
  "kind": "javascript-module",
13598
14118
  "path": "src/atoms/icon/icons/swatch.ts",