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
@@ -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/ai-ui",
@@ -29,39 +26,19 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/activity-feed",
30
27
  "import": "import { ActivityFeed } from '@noe/ai-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
- "activity feed",
59
- "activity-feed"
60
- ],
61
- "useWhen": [
62
- "using activity feed in Patterns / Application"
63
- ],
64
- "doNotUseWhen": [
65
- "when activity feed semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["activity feed", "activity-feed"],
42
+ "useWhen": ["using activity feed in Patterns / Application"],
43
+ "doNotUseWhen": ["when activity feed semantics do not match"]
67
44
  }
@@ -27,12 +27,7 @@
27
27
  }
28
28
  ],
29
29
  "registryDependencies": [],
30
- "dependencies": [
31
- "@base-ui/react",
32
- "class-variance-authority",
33
- "clsx",
34
- "tailwind-merge"
35
- ],
30
+ "dependencies": ["@base-ui/react", "class-variance-authority", "clsx", "tailwind-merge"],
36
31
  "status": "available",
37
32
  "maturity": "beta",
38
33
  "package": "@noe/ai-ui",
@@ -41,39 +36,19 @@
41
36
  "install": "pnpm dlx shadcn@latest add @noe/agent-composer",
42
37
  "import": "import { AgentComposer } from '@noe/ai-ui'",
43
38
  "requiredProviders": [],
44
- "peerDependencies": [
45
- "react"
46
- ],
39
+ "peerDependencies": ["react"],
47
40
  "rtl": "required",
48
41
  "i18n": {
49
42
  "messageKeys": [],
50
- "bidiNotes": [
51
- "logical properties",
52
- "no global mirror"
53
- ]
43
+ "bidiNotes": ["logical properties", "no global mirror"]
54
44
  },
55
45
  "accessibility": {
56
- "keyboard": [
57
- "Tab to focus",
58
- "Enter/Space activate"
59
- ],
46
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
60
47
  "announcements": [],
61
- "focusBehavior": [
62
- "visible ring 2px"
63
- ]
48
+ "focusBehavior": ["visible ring 2px"]
64
49
  },
65
- "tokenContracts": [
66
- "color.foreground",
67
- "color.border"
68
- ],
69
- "capabilityAliases": [
70
- "agent composer",
71
- "agent-composer"
72
- ],
73
- "useWhen": [
74
- "using agent composer in Agentic"
75
- ],
76
- "doNotUseWhen": [
77
- "when agent composer semantics do not match"
78
- ]
50
+ "tokenContracts": ["color.foreground", "color.border"],
51
+ "capabilityAliases": ["agent composer", "agent-composer"],
52
+ "useWhen": ["using agent composer in Agentic"],
53
+ "doNotUseWhen": ["when agent composer semantics do not match"]
79
54
  }
@@ -22,10 +22,7 @@
22
22
  }
23
23
  ],
24
24
  "registryDependencies": [],
25
- "dependencies": [
26
- "clsx",
27
- "tailwind-merge"
28
- ],
25
+ "dependencies": ["clsx", "tailwind-merge"],
29
26
  "status": "available",
30
27
  "maturity": "beta",
31
28
  "package": "@noe/ai-ui",
@@ -34,39 +31,19 @@
34
31
  "install": "pnpm dlx shadcn@latest add @noe/agent-message",
35
32
  "import": "import { AgentMessage } from '@noe/ai-ui'",
36
33
  "requiredProviders": [],
37
- "peerDependencies": [
38
- "react"
39
- ],
34
+ "peerDependencies": ["react"],
40
35
  "rtl": "required",
41
36
  "i18n": {
42
37
  "messageKeys": [],
43
- "bidiNotes": [
44
- "logical properties",
45
- "no global mirror"
46
- ]
38
+ "bidiNotes": ["logical properties", "no global mirror"]
47
39
  },
48
40
  "accessibility": {
49
- "keyboard": [
50
- "Tab to focus",
51
- "Enter/Space activate"
52
- ],
41
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
53
42
  "announcements": [],
54
- "focusBehavior": [
55
- "visible ring 2px"
56
- ]
43
+ "focusBehavior": ["visible ring 2px"]
57
44
  },
58
- "tokenContracts": [
59
- "color.foreground",
60
- "color.border"
61
- ],
62
- "capabilityAliases": [
63
- "agent message",
64
- "agent-message"
65
- ],
66
- "useWhen": [
67
- "using agent message in Agentic"
68
- ],
69
- "doNotUseWhen": [
70
- "when agent message semantics do not match"
71
- ]
45
+ "tokenContracts": ["color.foreground", "color.border"],
46
+ "capabilityAliases": ["agent message", "agent-message"],
47
+ "useWhen": ["using agent message in Agentic"],
48
+ "doNotUseWhen": ["when agent message semantics do not match"]
72
49
  }
@@ -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/ai-ui",
@@ -29,39 +26,19 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/agent-plan",
30
27
  "import": "import { AgentPlan } from '@noe/ai-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
- "agent plan",
59
- "agent-plan"
60
- ],
61
- "useWhen": [
62
- "using agent plan in Agentic"
63
- ],
64
- "doNotUseWhen": [
65
- "when agent plan semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["agent plan", "agent-plan"],
42
+ "useWhen": ["using agent plan in Agentic"],
43
+ "doNotUseWhen": ["when agent plan 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/ai-ui",
@@ -29,39 +26,19 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/agent-workspace",
30
27
  "import": "import { AgentWorkspace } from '@noe/ai-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
- "agent workspace",
59
- "agent-workspace"
60
- ],
61
- "useWhen": [
62
- "using agent workspace in Patterns / Pages"
63
- ],
64
- "doNotUseWhen": [
65
- "when agent workspace semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["agent workspace", "agent-workspace"],
42
+ "useWhen": ["using agent workspace in Patterns / Pages"],
43
+ "doNotUseWhen": ["when agent workspace semantics do not match"]
67
44
  }
@@ -17,11 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "registryDependencies": [],
20
- "dependencies": [
21
- "class-variance-authority",
22
- "clsx",
23
- "tailwind-merge"
24
- ],
20
+ "dependencies": ["class-variance-authority", "clsx", "tailwind-merge"],
25
21
  "status": "available",
26
22
  "maturity": "beta",
27
23
  "package": "@noe/ui",
@@ -30,39 +26,19 @@
30
26
  "install": "pnpm dlx shadcn@latest add @noe/alert",
31
27
  "import": "import { Alert } from '@noe/ui'",
32
28
  "requiredProviders": [],
33
- "peerDependencies": [
34
- "react"
35
- ],
29
+ "peerDependencies": ["react"],
36
30
  "rtl": "required",
37
31
  "i18n": {
38
32
  "messageKeys": [],
39
- "bidiNotes": [
40
- "logical properties",
41
- "no global mirror"
42
- ]
33
+ "bidiNotes": ["logical properties", "no global mirror"]
43
34
  },
44
35
  "accessibility": {
45
- "keyboard": [
46
- "Tab to focus",
47
- "Enter/Space activate"
48
- ],
36
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
49
37
  "announcements": [],
50
- "focusBehavior": [
51
- "visible ring 2px"
52
- ]
38
+ "focusBehavior": ["visible ring 2px"]
53
39
  },
54
- "tokenContracts": [
55
- "color.foreground",
56
- "color.border"
57
- ],
58
- "capabilityAliases": [
59
- "alert",
60
- "alert"
61
- ],
62
- "useWhen": [
63
- "using alert in Feedback"
64
- ],
65
- "doNotUseWhen": [
66
- "when alert semantics do not match"
67
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["alert", "alert"],
42
+ "useWhen": ["using alert in Feedback"],
43
+ "doNotUseWhen": ["when alert semantics do not match"]
68
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/app-frame",
30
27
  "import": "import { AppFrame } 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
- "app frame",
59
- "app-frame"
60
- ],
61
- "useWhen": [
62
- "using app frame in Patterns / Pages"
63
- ],
64
- "doNotUseWhen": [
65
- "when app frame semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["app frame", "app-frame"],
42
+ "useWhen": ["using app frame in Patterns / Pages"],
43
+ "doNotUseWhen": ["when app frame semantics do not match"]
67
44
  }
@@ -32,12 +32,7 @@
32
32
  }
33
33
  ],
34
34
  "registryDependencies": [],
35
- "dependencies": [
36
- "@base-ui/react",
37
- "class-variance-authority",
38
- "clsx",
39
- "tailwind-merge"
40
- ],
35
+ "dependencies": ["@base-ui/react", "class-variance-authority", "clsx", "tailwind-merge"],
41
36
  "status": "available",
42
37
  "maturity": "beta",
43
38
  "package": "@noe/ai-ui",
@@ -46,39 +41,19 @@
46
41
  "install": "pnpm dlx shadcn@latest add @noe/approval-request",
47
42
  "import": "import { ApprovalRequest } from '@noe/ai-ui'",
48
43
  "requiredProviders": [],
49
- "peerDependencies": [
50
- "react"
51
- ],
44
+ "peerDependencies": ["react"],
52
45
  "rtl": "required",
53
46
  "i18n": {
54
47
  "messageKeys": [],
55
- "bidiNotes": [
56
- "logical properties",
57
- "no global mirror"
58
- ]
48
+ "bidiNotes": ["logical properties", "no global mirror"]
59
49
  },
60
50
  "accessibility": {
61
- "keyboard": [
62
- "Tab to focus",
63
- "Enter/Space activate"
64
- ],
51
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
65
52
  "announcements": [],
66
- "focusBehavior": [
67
- "visible ring 2px"
68
- ]
53
+ "focusBehavior": ["visible ring 2px"]
69
54
  },
70
- "tokenContracts": [
71
- "color.foreground",
72
- "color.border"
73
- ],
74
- "capabilityAliases": [
75
- "approval request",
76
- "approval-request"
77
- ],
78
- "useWhen": [
79
- "using approval request in Agentic"
80
- ],
81
- "doNotUseWhen": [
82
- "when approval request semantics do not match"
83
- ]
55
+ "tokenContracts": ["color.foreground", "color.border"],
56
+ "capabilityAliases": ["approval request", "approval-request"],
57
+ "useWhen": ["using approval request in Agentic"],
58
+ "doNotUseWhen": ["when approval request semantics do not match"]
84
59
  }
@@ -17,11 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "registryDependencies": [],
20
- "dependencies": [
21
- "class-variance-authority",
22
- "clsx",
23
- "tailwind-merge"
24
- ],
20
+ "dependencies": ["class-variance-authority", "clsx", "tailwind-merge"],
25
21
  "status": "available",
26
22
  "maturity": "beta",
27
23
  "package": "@noe/ui",
@@ -30,39 +26,19 @@
30
26
  "install": "pnpm dlx shadcn@latest add @noe/badge",
31
27
  "import": "import { Badge } from '@noe/ui'",
32
28
  "requiredProviders": [],
33
- "peerDependencies": [
34
- "react"
35
- ],
29
+ "peerDependencies": ["react"],
36
30
  "rtl": "required",
37
31
  "i18n": {
38
32
  "messageKeys": [],
39
- "bidiNotes": [
40
- "logical properties",
41
- "no global mirror"
42
- ]
33
+ "bidiNotes": ["logical properties", "no global mirror"]
43
34
  },
44
35
  "accessibility": {
45
- "keyboard": [
46
- "Tab to focus",
47
- "Enter/Space activate"
48
- ],
36
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
49
37
  "announcements": [],
50
- "focusBehavior": [
51
- "visible ring 2px"
52
- ]
38
+ "focusBehavior": ["visible ring 2px"]
53
39
  },
54
- "tokenContracts": [
55
- "color.foreground",
56
- "color.border"
57
- ],
58
- "capabilityAliases": [
59
- "badge",
60
- "badge"
61
- ],
62
- "useWhen": [
63
- "using badge in Feedback"
64
- ],
65
- "doNotUseWhen": [
66
- "when badge semantics do not match"
67
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["badge", "badge"],
42
+ "useWhen": ["using badge in Feedback"],
43
+ "doNotUseWhen": ["when badge semantics do not match"]
68
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": "stable",
26
23
  "package": "@noe/ui",
@@ -29,30 +26,18 @@
29
26
  "install": "pnpm dlx shadcn@latest add @noe/bidi-text",
30
27
  "import": "import { BidiText } 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
- "Technical values remain dir=ltr",
40
- "User text uses dir=auto and bdi"
41
- ]
33
+ "bidiNotes": ["Technical values remain dir=ltr", "User text uses dir=auto and bdi"]
42
34
  },
43
35
  "accessibility": {
44
36
  "keyboard": [],
45
- "announcements": [
46
- "no live announcements"
47
- ],
48
- "focusBehavior": [
49
- "not focusable"
50
- ]
37
+ "announcements": ["no live announcements"],
38
+ "focusBehavior": ["not focusable"]
51
39
  },
52
- "tokenContracts": [
53
- "color.foreground",
54
- "color.border"
55
- ],
40
+ "tokenContracts": ["color.foreground", "color.border"],
56
41
  "capabilityAliases": [
57
42
  "bidi text",
58
43
  "mixed direction text",
@@ -63,8 +48,5 @@
63
48
  "displaying user-generated mixed Persian/English text",
64
49
  "showing URLs, hashes or code inside RTL chrome"
65
50
  ],
66
- "doNotUseWhen": [
67
- "pure LTR marketing copy without bidi risk",
68
- "replacing full i18n provider"
69
- ]
51
+ "doNotUseWhen": ["pure LTR marketing copy without bidi risk", "replacing full i18n provider"]
70
52
  }
@@ -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/bottom-navigation",
30
27
  "import": "import { BottomNavigation } 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
- "bottom navigation",
59
- "bottom-navigation"
60
- ],
61
- "useWhen": [
62
- "using bottom navigation in Patterns / Application"
63
- ],
64
- "doNotUseWhen": [
65
- "when bottom navigation semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["bottom navigation", "bottom-navigation"],
42
+ "useWhen": ["using bottom navigation in Patterns / Application"],
43
+ "doNotUseWhen": ["when bottom navigation semantics do not match"]
67
44
  }