@ketvietlab/design-system 0.1.12 → 0.1.14

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 (43) hide show
  1. package/README.md +52 -5
  2. package/dist/catalogue/index.d.ts.map +1 -1
  3. package/dist/catalogue/index.js +2 -2
  4. package/dist/catalogue/index.js.map +1 -1
  5. package/dist/catalogue/inventory-policy.json +6 -0
  6. package/dist/catalogue/inventory.generated.js +1 -1
  7. package/dist/catalogue/inventory.generated.js.map +1 -1
  8. package/dist/catalogue/inventory.generated.json +282 -65
  9. package/dist/catalogue/registry.d.ts.map +1 -1
  10. package/dist/catalogue/registry.js +7 -0
  11. package/dist/catalogue/registry.js.map +1 -1
  12. package/dist/catalogue/specimens.d.ts.map +1 -1
  13. package/dist/catalogue/specimens.js +45 -5
  14. package/dist/catalogue/specimens.js.map +1 -1
  15. package/dist/contract/index.d.ts.map +1 -1
  16. package/dist/contract/index.js +2 -0
  17. package/dist/contract/index.js.map +1 -1
  18. package/dist/foundations/reset.css +4 -0
  19. package/dist/index.d.ts +4 -2
  20. package/dist/index.d.ts.map +1 -1
  21. package/dist/index.js +2 -1
  22. package/dist/index.js.map +1 -1
  23. package/dist/interactions/menu/styles.css +3 -0
  24. package/dist/layouts/app-navigation/index.d.ts +67 -0
  25. package/dist/layouts/app-navigation/index.d.ts.map +1 -0
  26. package/dist/layouts/app-navigation/index.js +51 -0
  27. package/dist/layouts/app-navigation/index.js.map +1 -0
  28. package/dist/layouts/app-navigation/styles.css +355 -0
  29. package/dist/layouts/app-navigation.d.ts +2 -0
  30. package/dist/layouts/app-navigation.d.ts.map +1 -0
  31. package/dist/layouts/app-navigation.js +2 -0
  32. package/dist/layouts/app-navigation.js.map +1 -0
  33. package/dist/layouts/grouped/styles.css +11 -6
  34. package/dist/primitives/navigation/index.d.ts +11 -1
  35. package/dist/primitives/navigation/index.d.ts.map +1 -1
  36. package/dist/primitives/navigation/index.js +4 -1
  37. package/dist/primitives/navigation/index.js.map +1 -1
  38. package/dist/primitives/navigation/styles.css +51 -0
  39. package/dist/runtime/index.d.ts.map +1 -1
  40. package/dist/runtime/index.js +170 -2
  41. package/dist/runtime/index.js.map +1 -1
  42. package/dist/styles.css +1 -0
  43. package/package.json +3 -2
@@ -1 +1 @@
1
- {"version":3,"file":"inventory.generated.js","sourceRoot":"","sources":["../../../../../../packages/design-system/src/catalogue/inventory.generated.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAuC/D,MAAM,CAAC,MAAM,qBAAqB,GAA0B,IAAI,CAAC,KAAK,CACpE,y4pMAAy4pM,CAC14pM,CAAA"}
1
+ {"version":3,"file":"inventory.generated.js","sourceRoot":"","sources":["../../../../../../packages/design-system/src/catalogue/inventory.generated.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAuC/D,MAAM,CAAC,MAAM,qBAAqB,GAA0B,IAAI,CAAC,KAAK,CACpE,w6zMAAw6zM,CACz6zM,CAAA"}
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "schemaVersion": "ketjs.design-system-inventory.v1",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "generatedFrom": [
5
5
  "packages/design-system/src/index.ts",
6
6
  "packages/design-system/src/catalogue/inventory-policy.json",
7
7
  "packages/ketsuite/src/ui/index.ts"
8
8
  ],
9
9
  "summary": {
10
- "publicExports": 178,
11
- "runtimeExports": 104,
12
- "registeredComponents": 99,
10
+ "publicExports": 189,
11
+ "runtimeExports": 111,
12
+ "registeredComponents": 106,
13
13
  "compatibilityExports": 222,
14
14
  "compatibilityModules": 38,
15
15
  "plannedComponents": 0,
16
- "publicGaps": 78,
16
+ "publicGaps": 82,
17
17
  "runtimeGaps": 5,
18
- "typeGaps": 73,
19
- "cssFiles": 67,
20
- "cssLines": 12742
18
+ "typeGaps": 77,
19
+ "cssFiles": 68,
20
+ "cssLines": 12877
21
21
  },
22
22
  "rows": [
23
23
  {
@@ -138,6 +138,45 @@
138
138
  "testFiles": ["test/design-system.test.tsx"],
139
139
  "gapTask": "DS-037"
140
140
  },
141
+ {
142
+ "scope": "public",
143
+ "name": "AppNavigation",
144
+ "imported": "AppNavigation",
145
+ "kind": "runtime",
146
+ "source": "./layouts/app-navigation/index.tsx",
147
+ "owner": "Navigation",
148
+ "maturity": "stable",
149
+ "decision": "build",
150
+ "target": "@ketvietlab/design-system",
151
+ "wave": 0,
152
+ "consumers": 0,
153
+ "specimen": "present",
154
+ "specimenFiles": [
155
+ "packages/design-system/src/catalogue/registry.ts",
156
+ "packages/design-system/src/catalogue/specimens.tsx"
157
+ ],
158
+ "tests": "present",
159
+ "testFiles": ["test/design-system.test.tsx"],
160
+ "gapTask": "DS-009"
161
+ },
162
+ {
163
+ "scope": "public",
164
+ "name": "AppNavigationProps",
165
+ "imported": "AppNavigationProps",
166
+ "kind": "type",
167
+ "source": "./layouts/app-navigation/index.tsx",
168
+ "owner": "Navigation",
169
+ "maturity": "stable",
170
+ "decision": "build",
171
+ "target": "@ketvietlab/design-system",
172
+ "wave": 0,
173
+ "consumers": 0,
174
+ "specimen": "not-applicable",
175
+ "specimenFiles": [],
176
+ "tests": "gap",
177
+ "testFiles": [],
178
+ "gapTask": "DS-009"
179
+ },
141
180
  {
142
181
  "scope": "public",
143
182
  "name": "AppShell",
@@ -362,6 +401,45 @@
362
401
  "testFiles": [],
363
402
  "gapTask": "DS-044"
364
403
  },
404
+ {
405
+ "scope": "public",
406
+ "name": "BreadcrumbItem",
407
+ "imported": "BreadcrumbItem",
408
+ "kind": "type",
409
+ "source": "./primitives/navigation/index.tsx",
410
+ "owner": "Navigation",
411
+ "maturity": "stable",
412
+ "decision": "keep",
413
+ "target": "@ketvietlab/design-system",
414
+ "wave": 0,
415
+ "consumers": 0,
416
+ "specimen": "not-applicable",
417
+ "specimenFiles": [],
418
+ "tests": "gap",
419
+ "testFiles": [],
420
+ "gapTask": "DS-009"
421
+ },
422
+ {
423
+ "scope": "public",
424
+ "name": "Breadcrumbs",
425
+ "imported": "Breadcrumbs",
426
+ "kind": "runtime",
427
+ "source": "./primitives/navigation/index.tsx",
428
+ "owner": "Navigation",
429
+ "maturity": "stable",
430
+ "decision": "keep",
431
+ "target": "@ketvietlab/design-system",
432
+ "wave": 0,
433
+ "consumers": 0,
434
+ "specimen": "present",
435
+ "specimenFiles": [
436
+ "packages/design-system/src/catalogue/registry.ts",
437
+ "packages/design-system/src/catalogue/specimens.tsx"
438
+ ],
439
+ "tests": "present",
440
+ "testFiles": ["test/design-system.test.tsx"],
441
+ "gapTask": "DS-009"
442
+ },
365
443
  {
366
444
  "scope": "public",
367
445
  "name": "BulkAction",
@@ -2076,6 +2154,132 @@
2076
2154
  "testFiles": ["test/design-system.test.tsx"],
2077
2155
  "gapTask": "DS-009"
2078
2156
  },
2157
+ {
2158
+ "scope": "public",
2159
+ "name": "NavigationDrawer",
2160
+ "imported": "NavigationDrawer",
2161
+ "kind": "runtime",
2162
+ "source": "./layouts/app-navigation/index.tsx",
2163
+ "owner": "Navigation",
2164
+ "maturity": "stable",
2165
+ "decision": "build",
2166
+ "target": "@ketvietlab/design-system",
2167
+ "wave": 0,
2168
+ "consumers": 0,
2169
+ "specimen": "present",
2170
+ "specimenFiles": ["packages/design-system/src/catalogue/registry.ts"],
2171
+ "tests": "present",
2172
+ "testFiles": ["test/design-system.test.tsx"],
2173
+ "gapTask": "DS-009"
2174
+ },
2175
+ {
2176
+ "scope": "public",
2177
+ "name": "NavigationGroup",
2178
+ "imported": "NavigationGroup",
2179
+ "kind": "runtime",
2180
+ "source": "./layouts/app-navigation/index.tsx",
2181
+ "owner": "Navigation",
2182
+ "maturity": "stable",
2183
+ "decision": "build",
2184
+ "target": "@ketvietlab/design-system",
2185
+ "wave": 0,
2186
+ "consumers": 0,
2187
+ "specimen": "present",
2188
+ "specimenFiles": ["packages/design-system/src/catalogue/registry.ts"],
2189
+ "tests": "present",
2190
+ "testFiles": ["test/design-system.test.tsx"],
2191
+ "gapTask": "DS-009"
2192
+ },
2193
+ {
2194
+ "scope": "public",
2195
+ "name": "NavigationGroupData",
2196
+ "imported": "NavigationGroupData",
2197
+ "kind": "type",
2198
+ "source": "./layouts/app-navigation/index.tsx",
2199
+ "owner": "Navigation",
2200
+ "maturity": "stable",
2201
+ "decision": "build",
2202
+ "target": "@ketvietlab/design-system",
2203
+ "wave": 0,
2204
+ "consumers": 0,
2205
+ "specimen": "not-applicable",
2206
+ "specimenFiles": [],
2207
+ "tests": "gap",
2208
+ "testFiles": [],
2209
+ "gapTask": "DS-009"
2210
+ },
2211
+ {
2212
+ "scope": "public",
2213
+ "name": "NavigationHeader",
2214
+ "imported": "NavigationHeader",
2215
+ "kind": "runtime",
2216
+ "source": "./layouts/app-navigation/index.tsx",
2217
+ "owner": "Navigation",
2218
+ "maturity": "stable",
2219
+ "decision": "build",
2220
+ "target": "@ketvietlab/design-system",
2221
+ "wave": 0,
2222
+ "consumers": 0,
2223
+ "specimen": "present",
2224
+ "specimenFiles": ["packages/design-system/src/catalogue/registry.ts"],
2225
+ "tests": "present",
2226
+ "testFiles": ["test/design-system.test.tsx"],
2227
+ "gapTask": "DS-009"
2228
+ },
2229
+ {
2230
+ "scope": "public",
2231
+ "name": "NavigationItem",
2232
+ "imported": "NavigationItem",
2233
+ "kind": "runtime",
2234
+ "source": "./layouts/app-navigation/index.tsx",
2235
+ "owner": "Navigation",
2236
+ "maturity": "stable",
2237
+ "decision": "build",
2238
+ "target": "@ketvietlab/design-system",
2239
+ "wave": 0,
2240
+ "consumers": 0,
2241
+ "specimen": "present",
2242
+ "specimenFiles": ["packages/design-system/src/catalogue/registry.ts"],
2243
+ "tests": "present",
2244
+ "testFiles": ["test/design-system.test.tsx"],
2245
+ "gapTask": "DS-009"
2246
+ },
2247
+ {
2248
+ "scope": "public",
2249
+ "name": "NavigationItemData",
2250
+ "imported": "NavigationItemData",
2251
+ "kind": "type",
2252
+ "source": "./layouts/app-navigation/index.tsx",
2253
+ "owner": "Navigation",
2254
+ "maturity": "stable",
2255
+ "decision": "build",
2256
+ "target": "@ketvietlab/design-system",
2257
+ "wave": 0,
2258
+ "consumers": 0,
2259
+ "specimen": "not-applicable",
2260
+ "specimenFiles": [],
2261
+ "tests": "gap",
2262
+ "testFiles": [],
2263
+ "gapTask": "DS-009"
2264
+ },
2265
+ {
2266
+ "scope": "public",
2267
+ "name": "NavigationTrigger",
2268
+ "imported": "NavigationTrigger",
2269
+ "kind": "runtime",
2270
+ "source": "./layouts/app-navigation/index.tsx",
2271
+ "owner": "Navigation",
2272
+ "maturity": "stable",
2273
+ "decision": "build",
2274
+ "target": "@ketvietlab/design-system",
2275
+ "wave": 0,
2276
+ "consumers": 0,
2277
+ "specimen": "present",
2278
+ "specimenFiles": ["packages/design-system/src/catalogue/registry.ts"],
2279
+ "tests": "present",
2280
+ "testFiles": ["test/design-system.test.tsx"],
2281
+ "gapTask": "DS-009"
2282
+ },
2079
2283
  {
2080
2284
  "scope": "public",
2081
2285
  "name": "Notice",
@@ -2173,7 +2377,8 @@
2173
2377
  "packages/design-system/src/catalogue/index.tsx",
2174
2378
  "packages/design-system/src/catalogue/inventory.tsx",
2175
2379
  "packages/design-system/src/catalogue/page-surfaces.tsx",
2176
- "packages/design-system/src/catalogue/registry.ts"
2380
+ "packages/design-system/src/catalogue/registry.ts",
2381
+ "packages/design-system/src/catalogue/specimens.tsx"
2177
2382
  ],
2178
2383
  "tests": "present",
2179
2384
  "testFiles": [
@@ -3848,7 +4053,7 @@
3848
4053
  "decision": "promote",
3849
4054
  "target": "Public core",
3850
4055
  "wave": 1,
3851
- "consumers": 14,
4056
+ "consumers": 13,
3852
4057
  "specimen": "not-applicable",
3853
4058
  "specimenFiles": [],
3854
4059
  "tests": "present",
@@ -3866,11 +4071,11 @@
3866
4071
  "decision": "promote",
3867
4072
  "target": "Public core",
3868
4073
  "wave": 1,
3869
- "consumers": 14,
4074
+ "consumers": 13,
3870
4075
  "specimen": "not-applicable",
3871
4076
  "specimenFiles": [],
3872
- "tests": "gap",
3873
- "testFiles": [],
4077
+ "tests": "present",
4078
+ "testFiles": ["test/design-system.test.tsx"],
3874
4079
  "gapTask": "DS-009"
3875
4080
  },
3876
4081
  {
@@ -4969,7 +5174,7 @@
4969
5174
  "decision": "promote",
4970
5175
  "target": "Public core",
4971
5176
  "wave": 1,
4972
- "consumers": 14,
5177
+ "consumers": 13,
4973
5178
  "specimen": "not-applicable",
4974
5179
  "specimenFiles": [],
4975
5180
  "tests": "gap",
@@ -5815,7 +6020,7 @@
5815
6020
  "decision": "promote",
5816
6021
  "target": "Public core",
5817
6022
  "wave": 1,
5818
- "consumers": 14,
6023
+ "consumers": 13,
5819
6024
  "specimen": "not-applicable",
5820
6025
  "specimenFiles": [],
5821
6026
  "tests": "gap",
@@ -5869,7 +6074,7 @@
5869
6074
  "decision": "promote",
5870
6075
  "target": "Public core",
5871
6076
  "wave": 1,
5872
- "consumers": 14,
6077
+ "consumers": 13,
5873
6078
  "specimen": "not-applicable",
5874
6079
  "specimenFiles": [],
5875
6080
  "tests": "present",
@@ -6334,7 +6539,7 @@
6334
6539
  "decision": "promote",
6335
6540
  "target": "Public core",
6336
6541
  "wave": 1,
6337
- "consumers": 14,
6542
+ "consumers": 13,
6338
6543
  "specimen": "not-applicable",
6339
6544
  "specimenFiles": [],
6340
6545
  "tests": "present",
@@ -6345,6 +6550,7 @@
6345
6550
  "test/calendar-screen.test.tsx",
6346
6551
  "test/crm-case-detail-screen.test.tsx",
6347
6552
  "test/crm-pipeline-screen.test.tsx",
6553
+ "test/design-system-demo.test.ts",
6348
6554
  "test/design-system.test.tsx",
6349
6555
  "test/flow-board-screen.test.tsx",
6350
6556
  "test/flow-epic-map-routes.test.ts",
@@ -6410,6 +6616,7 @@
6410
6616
  "test/jsx.test.tsx",
6411
6617
  "test/list-chrome.test.ts",
6412
6618
  "test/product-stock.test.ts",
6619
+ "test/ssr.test.ts",
6413
6620
  "test/table.test.ts",
6414
6621
  "test/website-form-lifecycle.test.ts",
6415
6622
  "test/website-form-retention-sweep.test.ts",
@@ -6750,6 +6957,7 @@
6750
6957
  "test/crm-leaderboard-screen.test.tsx",
6751
6958
  "test/crm-ux.test.ts",
6752
6959
  "test/decimal-exact.test.ts",
6960
+ "test/design-system-demo.test.ts",
6753
6961
  "test/design-system.test.tsx",
6754
6962
  "test/flow-all-epics-screen.test.tsx",
6755
6963
  "test/flow-all-pages-screen.test.tsx",
@@ -7609,7 +7817,7 @@
7609
7817
  "decision": "promote",
7610
7818
  "target": "Public core",
7611
7819
  "wave": 1,
7612
- "consumers": 14,
7820
+ "consumers": 13,
7613
7821
  "specimen": "not-applicable",
7614
7822
  "specimenFiles": [],
7615
7823
  "tests": "present",
@@ -8055,6 +8263,7 @@
8055
8263
  "test/backend-ui.test.ts",
8056
8264
  "test/crm-configuration-screen.test.tsx",
8057
8265
  "test/design-system-atlas.test.ts",
8266
+ "test/design-system-demo.test.ts",
8058
8267
  "test/design-system.test.tsx",
8059
8268
  "test/events.test.ts",
8060
8269
  "test/flow-board-screen.test.tsx",
@@ -8062,6 +8271,7 @@
8062
8271
  "test/list-chrome.test.ts",
8063
8272
  "test/manufacturing-order-execution-screen.test.tsx",
8064
8273
  "test/menu.test.ts",
8274
+ "test/product-detail-extension-screen.test.tsx",
8065
8275
  "test/product-list-screen.test.tsx",
8066
8276
  "test/surface.test.ts",
8067
8277
  "test/theme.test.ts",
@@ -8126,8 +8336,8 @@
8126
8336
  "test/authui.test.ts",
8127
8337
  "test/backend-ui.test.ts",
8128
8338
  "test/collaboration-backend-e2e.test.ts",
8339
+ "test/design-system-demo.test.ts",
8129
8340
  "test/design-system.test.tsx",
8130
- "test/flow-board-screen.test.tsx",
8131
8341
  "test/flow-inbox.test.ts",
8132
8342
  "test/list-chrome.test.ts",
8133
8343
  "test/menu.test.ts",
@@ -8214,6 +8424,7 @@
8214
8424
  "tests": "present",
8215
8425
  "testFiles": [
8216
8426
  "test/backend-ui.test.ts",
8427
+ "test/design-system-demo.test.ts",
8217
8428
  "test/design-system.test.tsx",
8218
8429
  "test/hr-attendance-my-work-screen.test.tsx",
8219
8430
  "test/identity-engine.test.ts",
@@ -8239,7 +8450,7 @@
8239
8450
  "decision": "promote",
8240
8451
  "target": "Public core",
8241
8452
  "wave": 1,
8242
- "consumers": 14,
8453
+ "consumers": 13,
8243
8454
  "specimen": "not-applicable",
8244
8455
  "specimenFiles": [],
8245
8456
  "tests": "present",
@@ -8250,9 +8461,11 @@
8250
8461
  "test/design-system.test.tsx",
8251
8462
  "test/flow-my-work-screen.test.tsx",
8252
8463
  "test/flow-projects-screens.test.tsx",
8464
+ "test/ketsuite-extension-contracts.test.ts",
8253
8465
  "test/partner-e2e.test.ts",
8254
8466
  "test/partner-list-screen.test.tsx",
8255
8467
  "test/product-create-screen.test.tsx",
8468
+ "test/product-detail-extension-screen.test.tsx",
8256
8469
  "test/ui-modal-unsaved.test.tsx",
8257
8470
  "test/ui-timeframe.test.tsx",
8258
8471
  "test/user-user-form-http.test.ts",
@@ -8292,6 +8505,7 @@
8292
8505
  "test/flow-project-settings-routes.test.ts",
8293
8506
  "test/flow-project-settings-screen.test.tsx",
8294
8507
  "test/form-validation.test.ts",
8508
+ "test/island.test.ts",
8295
8509
  "test/ketsuite-permission-catalogue.test.ts",
8296
8510
  "test/postgres.test.ts",
8297
8511
  "test/ssr.test.ts",
@@ -8553,7 +8767,7 @@
8553
8767
  {
8554
8768
  "layer": "public",
8555
8769
  "file": "packages/design-system/src/foundations/reset.css",
8556
- "lines": 42,
8770
+ "lines": 46,
8557
8771
  "hooks": []
8558
8772
  },
8559
8773
  {
@@ -8571,7 +8785,7 @@
8571
8785
  {
8572
8786
  "layer": "public",
8573
8787
  "file": "packages/design-system/src/interactions/menu/styles.css",
8574
- "lines": 82,
8788
+ "lines": 85,
8575
8789
  "hooks": ["menu", "menu-item", "menu-item-copy", "menu-panel", "menu-trigger"]
8576
8790
  },
8577
8791
  {
@@ -8604,6 +8818,40 @@
8604
8818
  "lines": 65,
8605
8819
  "hooks": ["tooltip", "tooltip-content", "tooltip-trigger"]
8606
8820
  },
8821
+ {
8822
+ "layer": "public",
8823
+ "file": "packages/design-system/src/layouts/app-navigation/styles.css",
8824
+ "lines": 355,
8825
+ "hooks": [
8826
+ "app-navigation",
8827
+ "navigation-backdrop",
8828
+ "navigation-branch",
8829
+ "navigation-branch-trigger",
8830
+ "navigation-children",
8831
+ "navigation-close",
8832
+ "navigation-context",
8833
+ "navigation-drawer",
8834
+ "navigation-footer",
8835
+ "navigation-group",
8836
+ "navigation-group-label",
8837
+ "navigation-groups",
8838
+ "navigation-header",
8839
+ "navigation-identity",
8840
+ "navigation-item",
8841
+ "navigation-item-copy",
8842
+ "navigation-item-count",
8843
+ "navigation-item-description",
8844
+ "navigation-item-label",
8845
+ "navigation-item-leading",
8846
+ "navigation-items",
8847
+ "navigation-layer",
8848
+ "navigation-supplementary",
8849
+ "navigation-trigger",
8850
+ "navigation-trigger-icon",
8851
+ "navigation-trigger-identity",
8852
+ "navigation-trigger-label"
8853
+ ]
8854
+ },
8607
8855
  {
8608
8856
  "layer": "public",
8609
8857
  "file": "packages/design-system/src/layouts/flat/styles.css",
@@ -8634,7 +8882,7 @@
8634
8882
  {
8635
8883
  "layer": "public",
8636
8884
  "file": "packages/design-system/src/layouts/grouped/styles.css",
8637
- "lines": 126,
8885
+ "lines": 131,
8638
8886
  "hooks": [
8639
8887
  "-context",
8640
8888
  "-header",
@@ -9067,8 +9315,10 @@
9067
9315
  {
9068
9316
  "layer": "public",
9069
9317
  "file": "packages/design-system/src/primitives/navigation/styles.css",
9070
- "lines": 99,
9318
+ "lines": 150,
9071
9319
  "hooks": [
9320
+ "breadcrumb",
9321
+ "breadcrumbs",
9072
9322
  "nav-item",
9073
9323
  "nav-item-count",
9074
9324
  "nav-item-label",
@@ -9139,7 +9389,7 @@
9139
9389
  {
9140
9390
  "layer": "public",
9141
9391
  "file": "packages/design-system/src/styles.css",
9142
- "lines": 49,
9392
+ "lines": 50,
9143
9393
  "hooks": []
9144
9394
  },
9145
9395
  {
@@ -9217,12 +9467,11 @@
9217
9467
  {
9218
9468
  "layer": "compatibility",
9219
9469
  "file": "packages/ketsuite/src/modules/backend/design/content.css",
9220
- "lines": 809,
9470
+ "lines": 721,
9221
9471
  "hooks": [
9222
9472
  "action",
9223
9473
  "action-label",
9224
9474
  "action-spinner",
9225
- "app-list",
9226
9475
  "attachment-item",
9227
9476
  "breadcrumb",
9228
9477
  "breadcrumbs",
@@ -9251,13 +9500,6 @@
9251
9500
  "live-region",
9252
9501
  "loading",
9253
9502
  "loading-label",
9254
- "menu",
9255
- "menu-dot",
9256
- "menu-item",
9257
- "menu-item-wrap",
9258
- "menu-section",
9259
- "menu-section-children",
9260
- "menu-section-title",
9261
9503
  "metric",
9262
9504
  "metric-detail",
9263
9505
  "metric-icon",
@@ -9290,14 +9532,6 @@
9290
9532
  "row",
9291
9533
  "section-actions",
9292
9534
  "section-head",
9293
- "shell",
9294
- "sidebar",
9295
- "sidebar-foot",
9296
- "sidebar-header",
9297
- "sidebar-main",
9298
- "sidebar-nav",
9299
- "sidebar-search",
9300
- "sidebar-section-label",
9301
9535
  "skeleton",
9302
9536
  "skeleton-line",
9303
9537
  "sort-icon",
@@ -9457,42 +9691,26 @@
9457
9691
  {
9458
9692
  "layer": "compatibility",
9459
9693
  "file": "packages/ketsuite/src/modules/backend/design/foundation.css",
9460
- "lines": 423,
9694
+ "lines": 236,
9461
9695
  "hooks": [
9462
- "app-entry",
9463
- "app-icon",
9464
- "app-list",
9465
9696
  "app-monogram",
9466
- "app-name",
9697
+ "app-navigation",
9467
9698
  "chrome-search-icon",
9468
9699
  "chrome-search-toggle",
9469
9700
  "col-config-open",
9470
9701
  "facet-remove",
9471
9702
  "icon",
9472
9703
  "indicator-icon",
9473
- "menu",
9474
- "menu-dot",
9475
- "menu-icon",
9476
- "menu-item",
9477
- "menu-item-wrap",
9478
- "menu-label",
9479
- "menu-section-children",
9480
- "menu-section-text",
9481
- "menu-section-title",
9704
+ "navigation-context",
9705
+ "navigation-footer",
9482
9706
  "pager-step",
9483
9707
  "shell",
9484
9708
  "sidebar",
9485
- "sidebar-brand",
9486
- "sidebar-brand-chevron",
9487
- "sidebar-brand-name",
9488
9709
  "sidebar-empty",
9489
- "sidebar-header",
9490
9710
  "sidebar-main",
9491
- "sidebar-nav",
9492
9711
  "sidebar-search",
9493
9712
  "sidebar-search-icon",
9494
9713
  "sidebar-search-input",
9495
- "sidebar-section-label",
9496
9714
  "view-kind"
9497
9715
  ]
9498
9716
  },
@@ -9688,7 +9906,7 @@
9688
9906
  {
9689
9907
  "layer": "compatibility",
9690
9908
  "file": "packages/ketsuite/src/modules/backend/design/responsive.css",
9691
- "lines": 330,
9909
+ "lines": 321,
9692
9910
  "hooks": [
9693
9911
  "catalogue",
9694
9912
  "catalogue-nav",
@@ -9714,9 +9932,8 @@
9714
9932
  "record-workspace",
9715
9933
  "shell",
9716
9934
  "sidebar",
9717
- "sidebar-brand",
9718
9935
  "sidebar-foot",
9719
- "sidebar-header",
9936
+ "sidebar-main",
9720
9937
  "table",
9721
9938
  "title",
9722
9939
  "token",
@@ -1 +1 @@
1
- {"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../../packages/design-system/src/catalogue/registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEpE,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,MAAM,EAAE,SAAS,cAAc,EAAE,CAAA;CAClC,CAAA;AAqBD,eAAO,MAAM,iBAAiB,EAAE,SAAS,qBAAqB,EAoK7D,CAAA"}
1
+ {"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../../packages/design-system/src/catalogue/registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEpE,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,MAAM,EAAE,SAAS,cAAc,EAAE,CAAA;CAClC,CAAA;AAqBD,eAAO,MAAM,iBAAiB,EAAE,SAAS,qBAAqB,EAqM7D,CAAA"}
@@ -37,6 +37,7 @@ export const componentRegistry = [
37
37
  'invalid',
38
38
  'responsive',
39
39
  ]),
40
+ entry('Breadcrumbs', 'Navigation', 'primitives/navigation', 'navigation', 'navigation-items'),
40
41
  entry('NavItem', 'Navigation', 'primitives/navigation', 'navigation', 'navigation-items'),
41
42
  entry('NavList', 'Navigation', 'primitives/navigation', 'navigation', 'navigation-items'),
42
43
  entry('Tabs', 'Navigation', 'primitives/navigation', 'navigation', 'navigation-items'),
@@ -54,6 +55,12 @@ export const componentRegistry = [
54
55
  entry('PageHeader', 'Shell', 'layouts/shell', 'application-structure', 'app-shell'),
55
56
  entry('RecordCanvas', 'Shell', 'layouts/shell', 'application-structure', 'record-page'),
56
57
  entry('RecordSection', 'Shell', 'layouts/shell', 'application-structure', 'record-page'),
58
+ entry('AppNavigation', 'Navigation', 'layouts/app-navigation', 'application-structure', 'app-navigation'),
59
+ entry('NavigationHeader', 'Navigation', 'layouts/app-navigation', 'application-structure', 'app-navigation'),
60
+ entry('NavigationGroup', 'Navigation', 'layouts/app-navigation', 'application-structure', 'app-navigation'),
61
+ entry('NavigationItem', 'Navigation', 'layouts/app-navigation', 'application-structure', 'app-navigation', 'stable', ['default', 'selected', 'responsive']),
62
+ entry('NavigationTrigger', 'Navigation', 'layouts/app-navigation', 'application-structure', 'app-navigation'),
63
+ entry('NavigationDrawer', 'Navigation', 'layouts/app-navigation', 'application-structure', 'app-navigation'),
57
64
  entry('DataTable', 'Data display', 'patterns/data-table', 'patterns', 'data-table'),
58
65
  entry('BulkActions', 'Data operations', 'patterns/list-chrome', 'patterns', 'list-chrome'),
59
66
  entry('ListChrome', 'Data operations', 'patterns/list-chrome', 'patterns', 'list-chrome'),