noecosystem-design 0.1.2 → 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 (136) hide show
  1. package/README.md +73 -35
  2. package/apps/showcase/src/catalog/catalog-index.tsx +8 -8
  3. package/apps/showcase/src/catalog/catalog-shell.tsx +7 -2
  4. package/apps/storybook/stories/catalog/calendar.stories.tsx +3 -1
  5. package/apps/storybook/stories/catalog/date-picker.stories.tsx +5 -1
  6. package/apps/storybook/stories/catalog/icon-system.stories.tsx +3 -2
  7. package/docs/adr/0006-icons8-icon-policy.md +4 -4
  8. package/docs/design-system/architecture.md +1 -1
  9. package/docs/design-system/ci-cd.md +22 -7
  10. package/docs/design-system/inventory.md +0 -1
  11. package/docs/design-system/rtl.md +1 -1
  12. package/package.json +2 -2
  13. package/packages/ai-ui/src/activity-feed.tsx +1 -2
  14. package/packages/ai-ui/src/agent-composer.tsx +1 -1
  15. package/packages/ai-ui/src/agent-message.tsx +1 -1
  16. package/packages/ai-ui/src/agent-plan.tsx +1 -1
  17. package/packages/ai-ui/src/agent-workspace.tsx +1 -2
  18. package/packages/ai-ui/src/approval-request.tsx +1 -1
  19. package/packages/ai-ui/src/run-inspector.tsx +1 -1
  20. package/packages/ai-ui/src/tool-call.tsx +1 -1
  21. package/packages/data-ui/src/activity-gauge.tsx +1 -1
  22. package/packages/data-ui/src/chart-frame.tsx +1 -1
  23. package/packages/data-ui/src/chart.tsx +1 -2
  24. package/packages/data-ui/src/dashboard-shell.tsx +1 -2
  25. package/packages/data-ui/src/data-table.tsx +1 -1
  26. package/packages/data-ui/src/filter-bar.tsx +1 -2
  27. package/packages/data-ui/src/metric-card.tsx +1 -1
  28. package/packages/data-ui/src/pagination.tsx +1 -3
  29. package/packages/data-ui/src/pie-chart.tsx +1 -1
  30. package/packages/data-ui/src/radar-chart.tsx +1 -1
  31. package/packages/design-tokens/src/base.css +1 -1
  32. package/packages/design-tokens/src/palette.ts +4 -4
  33. package/packages/design-tokens/src/tokens.css +6 -12
  34. package/packages/design-tokens/src/tokens.json +4 -4
  35. package/packages/design-tokens/src/tokens.mjs +4 -4
  36. package/packages/icons/package.json +3 -0
  37. package/packages/icons/src/adapters.tsx +4 -4
  38. package/packages/icons/src/iconsax.tsx +233 -0
  39. package/packages/icons/src/index.tsx +1 -103
  40. package/packages/registry/catalog-index.json +1 -1
  41. package/packages/registry/component-audit.json +1 -1
  42. package/packages/registry/docs-index.json +135 -403
  43. package/packages/registry/manifest.json +1642 -6110
  44. package/packages/registry/r/activity-feed.json +9 -32
  45. package/packages/registry/r/agent-composer.json +9 -34
  46. package/packages/registry/r/agent-message.json +9 -32
  47. package/packages/registry/r/agent-plan.json +9 -32
  48. package/packages/registry/r/agent-workspace.json +9 -32
  49. package/packages/registry/r/alert.json +9 -33
  50. package/packages/registry/r/app-frame.json +9 -32
  51. package/packages/registry/r/approval-request.json +9 -34
  52. package/packages/registry/r/badge.json +9 -33
  53. package/packages/registry/r/bidi-text.json +7 -25
  54. package/packages/registry/r/bottom-navigation.json +9 -32
  55. package/packages/registry/r/button.json +7 -29
  56. package/packages/registry/r/calendar.json +15 -31
  57. package/packages/registry/r/card.json +9 -32
  58. package/packages/registry/r/chart-frame.json +9 -32
  59. package/packages/registry/r/chart.json +8 -30
  60. package/packages/registry/r/code-block.json +9 -32
  61. package/packages/registry/r/context-menu.json +8 -36
  62. package/packages/registry/r/dashboard-01.json +7 -23
  63. package/packages/registry/r/dashboard-02.json +6 -20
  64. package/packages/registry/r/dashboard-shell.json +9 -32
  65. package/packages/registry/r/data-list.json +9 -32
  66. package/packages/registry/r/data-table.json +9 -32
  67. package/packages/registry/r/date-picker.json +15 -31
  68. package/packages/registry/r/dialog.json +11 -45
  69. package/packages/registry/r/direction-provider.json +6 -21
  70. package/packages/registry/r/drawer.json +10 -36
  71. package/packages/registry/r/dropdown.json +9 -37
  72. package/packages/registry/r/empty-state.json +9 -32
  73. package/packages/registry/r/error-state.json +9 -32
  74. package/packages/registry/r/fab.json +9 -34
  75. package/packages/registry/r/featured-icon.json +7 -29
  76. package/packages/registry/r/filter-bar.json +10 -35
  77. package/packages/registry/r/gradient-picker.json +7 -24
  78. package/packages/registry/r/header-navigation.json +9 -32
  79. package/packages/registry/r/hero-header.json +7 -25
  80. package/packages/registry/r/icon-system.json +14 -29
  81. package/packages/registry/r/image-picker.json +7 -24
  82. package/packages/registry/r/inline-cta.json +14 -32
  83. package/packages/registry/r/input.json +9 -33
  84. package/packages/registry/r/landing-page.json +6 -21
  85. package/packages/registry/r/login-page.json +9 -35
  86. package/packages/registry/r/marketing-header.json +8 -26
  87. package/packages/registry/r/menu.json +9 -34
  88. package/packages/registry/r/messaging.json +9 -33
  89. package/packages/registry/r/metric-card.json +9 -32
  90. package/packages/registry/r/mobile-screen.json +9 -32
  91. package/packages/registry/r/not-found.json +7 -25
  92. package/packages/registry/r/page-header.json +9 -32
  93. package/packages/registry/r/pagination.json +15 -31
  94. package/packages/registry/r/progress-steps.json +9 -33
  95. package/packages/registry/r/run-inspector.json +9 -32
  96. package/packages/registry/r/section-header.json +9 -32
  97. package/packages/registry/r/settings-01.json +5 -19
  98. package/packages/registry/r/settings-02.json +5 -19
  99. package/packages/registry/r/settings-page.json +9 -32
  100. package/packages/registry/r/sidebar-navigation.json +9 -32
  101. package/packages/registry/r/sign-in-form.json +9 -34
  102. package/packages/registry/r/skeleton.json +9 -32
  103. package/packages/registry/r/spinner.json +9 -32
  104. package/packages/registry/r/tabs.json +9 -34
  105. package/packages/registry/r/textarea.json +9 -33
  106. package/packages/registry/r/tool-call.json +9 -32
  107. package/packages/registry/r/tooltip.json +9 -33
  108. package/packages/registry/r/utility-button.json +9 -37
  109. package/packages/registry/r/workflow-canvas.json +9 -32
  110. package/packages/registry/r/workflow-node.json +9 -32
  111. package/packages/registry/registry.json +232 -937
  112. package/packages/registry/search-index.json +579 -2194
  113. package/packages/ui/package.json +4 -1
  114. package/packages/ui/src/date-picker.browser.test.tsx +1 -1
  115. package/packages/ui/src/date-picker.tsx +1 -2
  116. package/packages/ui/src/gradient-picker.tsx +6 -2
  117. package/packages/ui/src/theme-provider.browser.test.tsx +15 -6
  118. package/packages/ui/src/theme-provider.tsx +19 -5
  119. package/packages/workflow-ui/src/workflow-canvas.tsx +1 -1
  120. package/packages/workflow-ui/src/workflow-node.tsx +1 -1
  121. package/scripts/enrich-registry-payloads.mjs +9 -3
  122. package/scripts/fix-registry-closure.mjs +2 -1
  123. package/scripts/generate-manifest.mjs +61 -39
  124. package/scripts/validate-manifest.mjs +24 -33
  125. package/scripts/verify-registry-consumer.mjs +33 -7
  126. package/tests/e2e/catalog-typography.spec.ts +6 -4
  127. package/tests/icons.test.mjs +5 -5
  128. package/tsconfig.base.json +17 -51
  129. package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/filters-the-component-inventory-and-exposes-the-selected-audit-state-1.png +0 -0
  130. package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/opens-a-component-detail-view-and-returns-to-the-grid-1.png +0 -0
  131. package/apps/showcase/src/catalog/__screenshots__/catalog-shell.browser.test.tsx/switching-locale-to-Persian-updates-document-direction-to-rtl-1.png +0 -0
  132. package/packages/ui/src/__screenshots__/button.browser.test.tsx/Button-preserves-native--busy--disabled--and-ref-contracts-1.png +0 -0
  133. package/packages/ui/src/__screenshots__/button.browser.test.tsx/a-disabled-polymorphic-Button-cannot-navigate-or-receive-focus-1.png +0 -0
  134. package/packages/ui/src/__screenshots__/date-picker.browser.test.tsx/DatePicker-Escape-closes-popover-and-returns-focus-to-input-1.png +0 -0
  135. package/packages/ui/src/__screenshots__/date-picker.browser.test.tsx/DatePicker-click-outside-closes-popover-1.png +0 -0
  136. package/packages/ui/src/__screenshots__/dialog.browser.test.tsx/Dialog-propagates-RTL-into-the-portal-and-traps-then-restores-focus-1.png +0 -0
@@ -22,12 +22,7 @@
22
22
  }
23
23
  ],
24
24
  "registryDependencies": [],
25
- "dependencies": [
26
- "@base-ui/react",
27
- "class-variance-authority",
28
- "clsx",
29
- "tailwind-merge"
30
- ],
25
+ "dependencies": ["@base-ui/react", "class-variance-authority", "clsx", "tailwind-merge"],
31
26
  "status": "available",
32
27
  "maturity": "beta",
33
28
  "package": "@noe/ui",
@@ -36,33 +31,19 @@
36
31
  "install": "pnpm dlx shadcn@latest add @noe/button",
37
32
  "import": "import { Button } from '@noe/ui'",
38
33
  "requiredProviders": [],
39
- "peerDependencies": [
40
- "react"
41
- ],
34
+ "peerDependencies": ["react"],
42
35
  "rtl": "required",
43
36
  "i18n": {
44
37
  "messageKeys": [],
45
- "bidiNotes": [
46
- "icon gap uses logical gap"
47
- ]
38
+ "bidiNotes": ["icon gap uses logical gap"]
48
39
  },
49
40
  "accessibility": {
50
41
  "role": "button",
51
- "keyboard": [
52
- "Space/Enter activates",
53
- "Tab focusable"
54
- ],
42
+ "keyboard": ["Space/Enter activates", "Tab focusable"],
55
43
  "announcements": [],
56
- "focusBehavior": [
57
- "visible ring 2px",
58
- "focus-visible only"
59
- ]
44
+ "focusBehavior": ["visible ring 2px", "focus-visible only"]
60
45
  },
61
- "tokenContracts": [
62
- "color.accent",
63
- "color.accentHover",
64
- "color.focusRing"
65
- ],
46
+ "tokenContracts": ["color.accent", "color.accentHover", "color.focusRing"],
66
47
  "capabilityAliases": [
67
48
  "confirmation dialog with destructive action",
68
49
  "primary action",
@@ -76,8 +57,5 @@
76
57
  "confirming a destructive operation in a dialog",
77
58
  "form submission"
78
59
  ],
79
- "doNotUseWhen": [
80
- "navigating to a new page (use link)",
81
- "displaying status (use Badge)"
82
- ]
60
+ "doNotUseWhen": ["navigating to a new page (use link)", "displaying status (use Badge)"]
83
61
  }
@@ -9,6 +9,7 @@
9
9
  "@base-ui/react",
10
10
  "class-variance-authority",
11
11
  "clsx",
12
+ "iconsax-react",
12
13
  "tailwind-merge"
13
14
  ],
14
15
  "files": [
@@ -17,6 +18,11 @@
17
18
  "type": "registry:component",
18
19
  "target": "packages/icons/src/index.tsx"
19
20
  },
21
+ {
22
+ "path": "packages/icons/src/iconsax.tsx",
23
+ "type": "registry:component",
24
+ "target": "packages/icons/src/iconsax.tsx"
25
+ },
20
26
  {
21
27
  "path": "packages/ui/src/button.tsx",
22
28
  "type": "registry:component",
@@ -55,43 +61,21 @@
55
61
  "category": "Base / Pickers",
56
62
  "install": "pnpm dlx shadcn@latest add @noe/calendar",
57
63
  "import": "import { Calendar } from '@noe/ui'",
58
- "requiredProviders": [
59
- "DirectionProvider"
60
- ],
61
- "peerDependencies": [
62
- "react"
63
- ],
64
+ "requiredProviders": ["DirectionProvider"],
65
+ "peerDependencies": ["react"],
64
66
  "rtl": "required",
65
67
  "i18n": {
66
68
  "messageKeys": [],
67
- "bidiNotes": [
68
- "logical properties",
69
- "no global mirror"
70
- ]
69
+ "bidiNotes": ["logical properties", "no global mirror"]
71
70
  },
72
71
  "accessibility": {
73
- "keyboard": [
74
- "Tab to focus",
75
- "Enter/Space activate"
76
- ],
72
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
77
73
  "announcements": [],
78
- "focusBehavior": [
79
- "visible ring 2px"
80
- ]
74
+ "focusBehavior": ["visible ring 2px"]
81
75
  },
82
- "tokenContracts": [
83
- "color.foreground",
84
- "color.border"
85
- ],
86
- "capabilityAliases": [
87
- "calendar",
88
- "calendar"
89
- ],
90
- "useWhen": [
91
- "using calendar in Base / Pickers"
92
- ],
93
- "doNotUseWhen": [
94
- "when calendar semantics do not match"
95
- ],
76
+ "tokenContracts": ["color.foreground", "color.border"],
77
+ "capabilityAliases": ["calendar", "calendar"],
78
+ "useWhen": ["using calendar in Base / Pickers"],
79
+ "doNotUseWhen": ["when calendar semantics do not match"],
96
80
  "knownLimitations": "Known limitation: not yet full a11y/i18n/Rtl coverage; use with caution. See manifest."
97
81
  }
@@ -17,10 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "registryDependencies": [],
20
- "dependencies": [
21
- "clsx",
22
- "tailwind-merge"
23
- ],
20
+ "dependencies": ["clsx", "tailwind-merge"],
24
21
  "status": "available",
25
22
  "maturity": "beta",
26
23
  "package": "@noe/ui",
@@ -29,39 +26,19 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/card",
30
27
  "import": "import { Card } from '@noe/ui'",
31
28
  "requiredProviders": [],
32
- "peerDependencies": [
33
- "react"
34
- ],
29
+ "peerDependencies": ["react"],
35
30
  "rtl": "required",
36
31
  "i18n": {
37
32
  "messageKeys": [],
38
- "bidiNotes": [
39
- "logical properties",
40
- "no global mirror"
41
- ]
33
+ "bidiNotes": ["logical properties", "no global mirror"]
42
34
  },
43
35
  "accessibility": {
44
- "keyboard": [
45
- "Tab to focus",
46
- "Enter/Space activate"
47
- ],
36
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
48
37
  "announcements": [],
49
- "focusBehavior": [
50
- "visible ring 2px"
51
- ]
38
+ "focusBehavior": ["visible ring 2px"]
52
39
  },
53
- "tokenContracts": [
54
- "color.foreground",
55
- "color.border"
56
- ],
57
- "capabilityAliases": [
58
- "card",
59
- "card"
60
- ],
61
- "useWhen": [
62
- "using card in Primitives / Layout"
63
- ],
64
- "doNotUseWhen": [
65
- "when card semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["card", "card"],
42
+ "useWhen": ["using card in Primitives / Layout"],
43
+ "doNotUseWhen": ["when card semantics do not match"]
67
44
  }
@@ -17,10 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "registryDependencies": [],
20
- "dependencies": [
21
- "clsx",
22
- "tailwind-merge"
23
- ],
20
+ "dependencies": ["clsx", "tailwind-merge"],
24
21
  "status": "available",
25
22
  "maturity": "beta",
26
23
  "package": "@noe/data-ui",
@@ -29,39 +26,19 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/chart-frame",
30
27
  "import": "import { ChartFrame } from '@noe/data-ui'",
31
28
  "requiredProviders": [],
32
- "peerDependencies": [
33
- "react"
34
- ],
29
+ "peerDependencies": ["react"],
35
30
  "rtl": "required",
36
31
  "i18n": {
37
32
  "messageKeys": [],
38
- "bidiNotes": [
39
- "logical properties",
40
- "no global mirror"
41
- ]
33
+ "bidiNotes": ["logical properties", "no global mirror"]
42
34
  },
43
35
  "accessibility": {
44
- "keyboard": [
45
- "Tab to focus",
46
- "Enter/Space activate"
47
- ],
36
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
48
37
  "announcements": [],
49
- "focusBehavior": [
50
- "visible ring 2px"
51
- ]
38
+ "focusBehavior": ["visible ring 2px"]
52
39
  },
53
- "tokenContracts": [
54
- "color.foreground",
55
- "color.border"
56
- ],
57
- "capabilityAliases": [
58
- "chart frame",
59
- "chart-frame"
60
- ],
61
- "useWhen": [
62
- "using chart frame in Data"
63
- ],
64
- "doNotUseWhen": [
65
- "when chart frame semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["chart frame", "chart-frame"],
42
+ "useWhen": ["using chart frame in Data"],
43
+ "doNotUseWhen": ["when chart frame semantics do not match"]
67
44
  }
@@ -17,10 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "registryDependencies": [],
20
- "dependencies": [
21
- "clsx",
22
- "tailwind-merge"
23
- ],
20
+ "dependencies": ["clsx", "tailwind-merge"],
24
21
  "status": "available",
25
22
  "maturity": "beta",
26
23
  "package": "@noe/data-ui",
@@ -29,39 +26,20 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/chart",
30
27
  "import": "import { Chart } from '@noe/data-ui'",
31
28
  "requiredProviders": [],
32
- "peerDependencies": [
33
- "react"
34
- ],
29
+ "peerDependencies": ["react"],
35
30
  "rtl": "required",
36
31
  "i18n": {
37
32
  "messageKeys": [],
38
- "bidiNotes": [
39
- "legend uses bdi and logical flex"
40
- ]
33
+ "bidiNotes": ["legend uses bdi and logical flex"]
41
34
  },
42
35
  "accessibility": {
43
36
  "role": "img",
44
37
  "keyboard": [],
45
- "announcements": [
46
- "tabular fallback"
47
- ],
38
+ "announcements": ["tabular fallback"],
48
39
  "focusBehavior": []
49
40
  },
50
- "tokenContracts": [
51
- "color.accent",
52
- "color.border"
53
- ],
54
- "capabilityAliases": [
55
- "line and bar charts",
56
- "line chart",
57
- "bar chart",
58
- "data visualization"
59
- ],
60
- "useWhen": [
61
- "visualizing time series or categorical data"
62
- ],
63
- "doNotUseWhen": [
64
- "single metric (use MetricCard)",
65
- "complex financial chart (use custom)"
66
- ]
41
+ "tokenContracts": ["color.accent", "color.border"],
42
+ "capabilityAliases": ["line and bar charts", "line chart", "bar chart", "data visualization"],
43
+ "useWhen": ["visualizing time series or categorical data"],
44
+ "doNotUseWhen": ["single metric (use MetricCard)", "complex financial chart (use custom)"]
67
45
  }
@@ -17,10 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "registryDependencies": [],
20
- "dependencies": [
21
- "clsx",
22
- "tailwind-merge"
23
- ],
20
+ "dependencies": ["clsx", "tailwind-merge"],
24
21
  "status": "available",
25
22
  "maturity": "beta",
26
23
  "package": "@noe/ui",
@@ -29,39 +26,19 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/code-block",
30
27
  "import": "import { Terminal } from '@noe/ui'",
31
28
  "requiredProviders": [],
32
- "peerDependencies": [
33
- "react"
34
- ],
29
+ "peerDependencies": ["react"],
35
30
  "rtl": "required",
36
31
  "i18n": {
37
32
  "messageKeys": [],
38
- "bidiNotes": [
39
- "logical properties",
40
- "no global mirror"
41
- ]
33
+ "bidiNotes": ["logical properties", "no global mirror"]
42
34
  },
43
35
  "accessibility": {
44
- "keyboard": [
45
- "Tab to focus",
46
- "Enter/Space activate"
47
- ],
36
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
48
37
  "announcements": [],
49
- "focusBehavior": [
50
- "visible ring 2px"
51
- ]
38
+ "focusBehavior": ["visible ring 2px"]
52
39
  },
53
- "tokenContracts": [
54
- "color.foreground",
55
- "color.border"
56
- ],
57
- "capabilityAliases": [
58
- "code and terminal",
59
- "code-and-terminal"
60
- ],
61
- "useWhen": [
62
- "using code and terminal in Foundations / Technical Content"
63
- ],
64
- "doNotUseWhen": [
65
- "when code and terminal semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["code and terminal", "code-and-terminal"],
42
+ "useWhen": ["using code and terminal in Foundations / Technical Content"],
43
+ "doNotUseWhen": ["when code and terminal semantics do not match"]
67
44
  }
@@ -22,12 +22,7 @@
22
22
  }
23
23
  ],
24
24
  "registryDependencies": [],
25
- "dependencies": [
26
- "@base-ui/react",
27
- "class-variance-authority",
28
- "clsx",
29
- "tailwind-merge"
30
- ],
25
+ "dependencies": ["@base-ui/react", "class-variance-authority", "clsx", "tailwind-merge"],
31
26
  "status": "available",
32
27
  "maturity": "beta",
33
28
  "package": "@noe/ui",
@@ -36,46 +31,23 @@
36
31
  "install": "pnpm dlx shadcn@latest add @noe/context-menu",
37
32
  "import": "import { ContextMenu } from '@noe/ui'",
38
33
  "requiredProviders": [],
39
- "peerDependencies": [
40
- "react"
41
- ],
34
+ "peerDependencies": ["react"],
42
35
  "rtl": "required",
43
36
  "i18n": {
44
37
  "messageKeys": [],
45
- "bidiNotes": [
46
- "Portal dir, inline-end placement"
47
- ]
38
+ "bidiNotes": ["Portal dir, inline-end placement"]
48
39
  },
49
40
  "accessibility": {
50
41
  "role": "menu",
51
- "keyboard": [
52
- "Right-click opens",
53
- "Shift+F10 opens",
54
- "Arrow keys navigate",
55
- "Esc closes"
56
- ],
42
+ "keyboard": ["Right-click opens", "Shift+F10 opens", "Arrow keys navigate", "Esc closes"],
57
43
  "announcements": [],
58
- "focusBehavior": [
59
- "focus trap",
60
- "portal dir"
61
- ]
44
+ "focusBehavior": ["focus trap", "portal dir"]
62
45
  },
63
- "tokenContracts": [
64
- "color.border",
65
- "shadow.overlay",
66
- "zIndex.overlay"
67
- ],
68
- "capabilityAliases": [
69
- "context menu",
70
- "right click menu",
71
- "contextual actions"
72
- ],
46
+ "tokenContracts": ["color.border", "shadow.overlay", "zIndex.overlay"],
47
+ "capabilityAliases": ["context menu", "right click menu", "contextual actions"],
73
48
  "useWhen": [
74
49
  "contextual actions on right-click or keyboard menu key",
75
50
  "table row or canvas context actions"
76
51
  ],
77
- "doNotUseWhen": [
78
- "primary navigation (use Sidebar/Header)",
79
- "form select (use Select)"
80
- ]
52
+ "doNotUseWhen": ["primary navigation (use Sidebar/Header)", "form select (use Select)"]
81
53
  }
@@ -42,10 +42,7 @@
42
42
  }
43
43
  ],
44
44
  "registryDependencies": [],
45
- "dependencies": [
46
- "clsx",
47
- "tailwind-merge"
48
- ],
45
+ "dependencies": ["clsx", "tailwind-merge"],
49
46
  "status": "available",
50
47
  "maturity": "beta",
51
48
  "package": "@noe/data-ui",
@@ -54,15 +51,11 @@
54
51
  "install": "pnpm dlx shadcn@latest add @noe/dashboard-01",
55
52
  "import": "import { Dashboard01 } from '@noe/data-ui'",
56
53
  "requiredProviders": [],
57
- "peerDependencies": [
58
- "react"
59
- ],
54
+ "peerDependencies": ["react"],
60
55
  "rtl": "required",
61
56
  "i18n": {
62
57
  "messageKeys": [],
63
- "bidiNotes": [
64
- "logical grid"
65
- ]
58
+ "bidiNotes": ["logical grid"]
66
59
  },
67
60
  "accessibility": {
68
61
  "role": "region",
@@ -70,17 +63,8 @@
70
63
  "announcements": [],
71
64
  "focusBehavior": []
72
65
  },
73
- "tokenContracts": [
74
- "color.background"
75
- ],
76
- "capabilityAliases": [
77
- "dashboard 01",
78
- "overview dashboard"
79
- ],
80
- "useWhen": [
81
- "example dashboard page"
82
- ],
83
- "doNotUseWhen": [
84
- "custom dashboard needing different layout"
85
- ]
66
+ "tokenContracts": ["color.background"],
67
+ "capabilityAliases": ["dashboard 01", "overview dashboard"],
68
+ "useWhen": ["example dashboard page"],
69
+ "doNotUseWhen": ["custom dashboard needing different layout"]
86
70
  }
@@ -42,10 +42,7 @@
42
42
  }
43
43
  ],
44
44
  "registryDependencies": [],
45
- "dependencies": [
46
- "clsx",
47
- "tailwind-merge"
48
- ],
45
+ "dependencies": ["clsx", "tailwind-merge"],
49
46
  "status": "available",
50
47
  "maturity": "beta",
51
48
  "package": "@noe/data-ui",
@@ -54,9 +51,7 @@
54
51
  "install": "pnpm dlx shadcn@latest add @noe/dashboard-02",
55
52
  "import": "import { Dashboard02 } from '@noe/data-ui'",
56
53
  "requiredProviders": [],
57
- "peerDependencies": [
58
- "react"
59
- ],
54
+ "peerDependencies": ["react"],
60
55
  "rtl": "required",
61
56
  "i18n": {
62
57
  "messageKeys": [],
@@ -68,17 +63,8 @@
68
63
  "announcements": [],
69
64
  "focusBehavior": []
70
65
  },
71
- "tokenContracts": [
72
- "color.background"
73
- ],
74
- "capabilityAliases": [
75
- "dashboard 02",
76
- "detailed dashboard"
77
- ],
78
- "useWhen": [
79
- "example detailed dashboard"
80
- ],
81
- "doNotUseWhen": [
82
- "custom dashboard needing different layout"
83
- ]
66
+ "tokenContracts": ["color.background"],
67
+ "capabilityAliases": ["dashboard 02", "detailed dashboard"],
68
+ "useWhen": ["example detailed dashboard"],
69
+ "doNotUseWhen": ["custom dashboard needing different layout"]
84
70
  }
@@ -17,10 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "registryDependencies": [],
20
- "dependencies": [
21
- "clsx",
22
- "tailwind-merge"
23
- ],
20
+ "dependencies": ["clsx", "tailwind-merge"],
24
21
  "status": "available",
25
22
  "maturity": "beta",
26
23
  "package": "@noe/data-ui",
@@ -29,39 +26,19 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/dashboard-shell",
30
27
  "import": "import { DashboardShell } from '@noe/data-ui'",
31
28
  "requiredProviders": [],
32
- "peerDependencies": [
33
- "react"
34
- ],
29
+ "peerDependencies": ["react"],
35
30
  "rtl": "required",
36
31
  "i18n": {
37
32
  "messageKeys": [],
38
- "bidiNotes": [
39
- "logical properties",
40
- "no global mirror"
41
- ]
33
+ "bidiNotes": ["logical properties", "no global mirror"]
42
34
  },
43
35
  "accessibility": {
44
- "keyboard": [
45
- "Tab to focus",
46
- "Enter/Space activate"
47
- ],
36
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
48
37
  "announcements": [],
49
- "focusBehavior": [
50
- "visible ring 2px"
51
- ]
38
+ "focusBehavior": ["visible ring 2px"]
52
39
  },
53
- "tokenContracts": [
54
- "color.foreground",
55
- "color.border"
56
- ],
57
- "capabilityAliases": [
58
- "dashboard shell",
59
- "dashboard-shell"
60
- ],
61
- "useWhen": [
62
- "using dashboard shell in Patterns / Pages"
63
- ],
64
- "doNotUseWhen": [
65
- "when dashboard shell semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["dashboard shell", "dashboard-shell"],
42
+ "useWhen": ["using dashboard shell in Patterns / Pages"],
43
+ "doNotUseWhen": ["when dashboard shell semantics do not match"]
67
44
  }
@@ -17,10 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "registryDependencies": [],
20
- "dependencies": [
21
- "clsx",
22
- "tailwind-merge"
23
- ],
20
+ "dependencies": ["clsx", "tailwind-merge"],
24
21
  "status": "available",
25
22
  "maturity": "beta",
26
23
  "package": "@noe/ui",
@@ -29,39 +26,19 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/data-list",
30
27
  "import": "import { DataList } from '@noe/ui'",
31
28
  "requiredProviders": [],
32
- "peerDependencies": [
33
- "react"
34
- ],
29
+ "peerDependencies": ["react"],
35
30
  "rtl": "required",
36
31
  "i18n": {
37
32
  "messageKeys": [],
38
- "bidiNotes": [
39
- "logical properties",
40
- "no global mirror"
41
- ]
33
+ "bidiNotes": ["logical properties", "no global mirror"]
42
34
  },
43
35
  "accessibility": {
44
- "keyboard": [
45
- "Tab to focus",
46
- "Enter/Space activate"
47
- ],
36
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
48
37
  "announcements": [],
49
- "focusBehavior": [
50
- "visible ring 2px"
51
- ]
38
+ "focusBehavior": ["visible ring 2px"]
52
39
  },
53
- "tokenContracts": [
54
- "color.foreground",
55
- "color.border"
56
- ],
57
- "capabilityAliases": [
58
- "data list",
59
- "data-list"
60
- ],
61
- "useWhen": [
62
- "using data list in Patterns / Mobile"
63
- ],
64
- "doNotUseWhen": [
65
- "when data list semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["data list", "data-list"],
42
+ "useWhen": ["using data list in Patterns / Mobile"],
43
+ "doNotUseWhen": ["when data list semantics do not match"]
67
44
  }