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
@@ -57,12 +57,7 @@
57
57
  }
58
58
  ],
59
59
  "registryDependencies": [],
60
- "dependencies": [
61
- "@base-ui/react",
62
- "class-variance-authority",
63
- "clsx",
64
- "tailwind-merge"
65
- ],
60
+ "dependencies": ["@base-ui/react", "class-variance-authority", "clsx", "tailwind-merge"],
66
61
  "status": "available",
67
62
  "maturity": "beta",
68
63
  "package": "@noe/ui",
@@ -71,9 +66,7 @@
71
66
  "install": "pnpm dlx shadcn@latest add @noe/settings-02",
72
67
  "import": "import { Settings02 } from '@noe/ui'",
73
68
  "requiredProviders": [],
74
- "peerDependencies": [
75
- "react"
76
- ],
69
+ "peerDependencies": ["react"],
77
70
  "rtl": "required",
78
71
  "i18n": {
79
72
  "messageKeys": [],
@@ -86,14 +79,7 @@
86
79
  "focusBehavior": []
87
80
  },
88
81
  "tokenContracts": [],
89
- "capabilityAliases": [
90
- "settings 02",
91
- "team settings"
92
- ],
93
- "useWhen": [
94
- "example team settings"
95
- ],
96
- "doNotUseWhen": [
97
- "custom settings needing different sections"
98
- ]
82
+ "capabilityAliases": ["settings 02", "team settings"],
83
+ "useWhen": ["example team settings"],
84
+ "doNotUseWhen": ["custom settings needing different sections"]
99
85
  }
@@ -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/settings-page",
30
27
  "import": "import { SettingsPage } 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
- "settings page",
59
- "settings-page"
60
- ],
61
- "useWhen": [
62
- "using settings page in Patterns / Pages"
63
- ],
64
- "doNotUseWhen": [
65
- "when settings page semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["settings page", "settings-page"],
42
+ "useWhen": ["using settings page in Patterns / Pages"],
43
+ "doNotUseWhen": ["when settings page 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/sidebar-navigation",
30
27
  "import": "import { SidebarNavigation } 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
- "sidebar navigation",
59
- "sidebar-navigation"
60
- ],
61
- "useWhen": [
62
- "using sidebar navigation in Patterns / Application"
63
- ],
64
- "doNotUseWhen": [
65
- "when sidebar navigation semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["sidebar navigation", "sidebar-navigation"],
42
+ "useWhen": ["using sidebar navigation in Patterns / Application"],
43
+ "doNotUseWhen": ["when sidebar navigation semantics do not match"]
67
44
  }
@@ -37,12 +37,7 @@
37
37
  }
38
38
  ],
39
39
  "registryDependencies": [],
40
- "dependencies": [
41
- "@base-ui/react",
42
- "class-variance-authority",
43
- "clsx",
44
- "tailwind-merge"
45
- ],
40
+ "dependencies": ["@base-ui/react", "class-variance-authority", "clsx", "tailwind-merge"],
46
41
  "status": "available",
47
42
  "maturity": "beta",
48
43
  "package": "@noe/ui",
@@ -51,39 +46,19 @@
51
46
  "install": "pnpm dlx shadcn@latest add @noe/sign-in-form",
52
47
  "import": "import { SignInForm } from '@noe/ui'",
53
48
  "requiredProviders": [],
54
- "peerDependencies": [
55
- "react"
56
- ],
49
+ "peerDependencies": ["react"],
57
50
  "rtl": "required",
58
51
  "i18n": {
59
52
  "messageKeys": [],
60
- "bidiNotes": [
61
- "logical properties",
62
- "no global mirror"
63
- ]
53
+ "bidiNotes": ["logical properties", "no global mirror"]
64
54
  },
65
55
  "accessibility": {
66
- "keyboard": [
67
- "Tab to focus",
68
- "Enter/Space activate"
69
- ],
56
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
70
57
  "announcements": [],
71
- "focusBehavior": [
72
- "visible ring 2px"
73
- ]
58
+ "focusBehavior": ["visible ring 2px"]
74
59
  },
75
- "tokenContracts": [
76
- "color.foreground",
77
- "color.border"
78
- ],
79
- "capabilityAliases": [
80
- "sign in form",
81
- "sign-in-form"
82
- ],
83
- "useWhen": [
84
- "using sign in form in Patterns / Pages"
85
- ],
86
- "doNotUseWhen": [
87
- "when sign in form semantics do not match"
88
- ]
60
+ "tokenContracts": ["color.foreground", "color.border"],
61
+ "capabilityAliases": ["sign in form", "sign-in-form"],
62
+ "useWhen": ["using sign in form in Patterns / Pages"],
63
+ "doNotUseWhen": ["when sign in form semantics do not match"]
89
64
  }
@@ -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/skeleton",
30
27
  "import": "import { Skeleton } 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
- "skeleton",
59
- "skeleton"
60
- ],
61
- "useWhen": [
62
- "using skeleton in Feedback"
63
- ],
64
- "doNotUseWhen": [
65
- "when skeleton semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["skeleton", "skeleton"],
42
+ "useWhen": ["using skeleton in Feedback"],
43
+ "doNotUseWhen": ["when skeleton 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/spinner",
30
27
  "import": "import { Spinner } 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
- "spinner",
59
- "spinner"
60
- ],
61
- "useWhen": [
62
- "using spinner in Feedback"
63
- ],
64
- "doNotUseWhen": [
65
- "when spinner semantics do not match"
66
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["spinner", "spinner"],
42
+ "useWhen": ["using spinner in Feedback"],
43
+ "doNotUseWhen": ["when spinner semantics do not match"]
67
44
  }
@@ -17,12 +17,7 @@
17
17
  }
18
18
  ],
19
19
  "registryDependencies": [],
20
- "dependencies": [
21
- "@base-ui/react",
22
- "class-variance-authority",
23
- "clsx",
24
- "tailwind-merge"
25
- ],
20
+ "dependencies": ["@base-ui/react", "class-variance-authority", "clsx", "tailwind-merge"],
26
21
  "status": "available",
27
22
  "maturity": "beta",
28
23
  "package": "@noe/ui",
@@ -31,39 +26,19 @@
31
26
  "install": "pnpm dlx shadcn@latest add @noe/tabs",
32
27
  "import": "import { Tabs } from '@noe/ui'",
33
28
  "requiredProviders": [],
34
- "peerDependencies": [
35
- "react"
36
- ],
29
+ "peerDependencies": ["react"],
37
30
  "rtl": "required",
38
31
  "i18n": {
39
32
  "messageKeys": [],
40
- "bidiNotes": [
41
- "logical properties",
42
- "no global mirror"
43
- ]
33
+ "bidiNotes": ["logical properties", "no global mirror"]
44
34
  },
45
35
  "accessibility": {
46
- "keyboard": [
47
- "Tab to focus",
48
- "Enter/Space activate"
49
- ],
36
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
50
37
  "announcements": [],
51
- "focusBehavior": [
52
- "visible ring 2px"
53
- ]
38
+ "focusBehavior": ["visible ring 2px"]
54
39
  },
55
- "tokenContracts": [
56
- "color.foreground",
57
- "color.border"
58
- ],
59
- "capabilityAliases": [
60
- "tabs",
61
- "tabs"
62
- ],
63
- "useWhen": [
64
- "using tabs in Navigation"
65
- ],
66
- "doNotUseWhen": [
67
- "when tabs semantics do not match"
68
- ]
40
+ "tokenContracts": ["color.foreground", "color.border"],
41
+ "capabilityAliases": ["tabs", "tabs"],
42
+ "useWhen": ["using tabs in Navigation"],
43
+ "doNotUseWhen": ["when tabs semantics do not match"]
69
44
  }
@@ -22,11 +22,7 @@
22
22
  }
23
23
  ],
24
24
  "registryDependencies": [],
25
- "dependencies": [
26
- "@base-ui/react",
27
- "clsx",
28
- "tailwind-merge"
29
- ],
25
+ "dependencies": ["@base-ui/react", "clsx", "tailwind-merge"],
30
26
  "status": "available",
31
27
  "maturity": "beta",
32
28
  "package": "@noe/ui",
@@ -35,39 +31,19 @@
35
31
  "install": "pnpm dlx shadcn@latest add @noe/textarea",
36
32
  "import": "import { Textarea } from '@noe/ui'",
37
33
  "requiredProviders": [],
38
- "peerDependencies": [
39
- "react"
40
- ],
34
+ "peerDependencies": ["react"],
41
35
  "rtl": "required",
42
36
  "i18n": {
43
37
  "messageKeys": [],
44
- "bidiNotes": [
45
- "logical properties",
46
- "no global mirror"
47
- ]
38
+ "bidiNotes": ["logical properties", "no global mirror"]
48
39
  },
49
40
  "accessibility": {
50
- "keyboard": [
51
- "Tab to focus",
52
- "Enter/Space activate"
53
- ],
41
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
54
42
  "announcements": [],
55
- "focusBehavior": [
56
- "visible ring 2px"
57
- ]
43
+ "focusBehavior": ["visible ring 2px"]
58
44
  },
59
- "tokenContracts": [
60
- "color.foreground",
61
- "color.border"
62
- ],
63
- "capabilityAliases": [
64
- "textarea",
65
- "textarea"
66
- ],
67
- "useWhen": [
68
- "using textarea in Primitives / Forms"
69
- ],
70
- "doNotUseWhen": [
71
- "when textarea semantics do not match"
72
- ]
45
+ "tokenContracts": ["color.foreground", "color.border"],
46
+ "capabilityAliases": ["textarea", "textarea"],
47
+ "useWhen": ["using textarea in Primitives / Forms"],
48
+ "doNotUseWhen": ["when textarea semantics do not match"]
73
49
  }
@@ -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/tool-call",
35
32
  "import": "import { ToolCall } 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
- "tool call",
64
- "tool-call"
65
- ],
66
- "useWhen": [
67
- "using tool call in Agentic"
68
- ],
69
- "doNotUseWhen": [
70
- "when tool call semantics do not match"
71
- ]
45
+ "tokenContracts": ["color.foreground", "color.border"],
46
+ "capabilityAliases": ["tool call", "tool-call"],
47
+ "useWhen": ["using tool call in Agentic"],
48
+ "doNotUseWhen": ["when tool call semantics do not match"]
72
49
  }
@@ -22,11 +22,7 @@
22
22
  }
23
23
  ],
24
24
  "registryDependencies": [],
25
- "dependencies": [
26
- "@base-ui/react",
27
- "clsx",
28
- "tailwind-merge"
29
- ],
25
+ "dependencies": ["@base-ui/react", "clsx", "tailwind-merge"],
30
26
  "status": "available",
31
27
  "maturity": "beta",
32
28
  "package": "@noe/ui",
@@ -35,39 +31,19 @@
35
31
  "install": "pnpm dlx shadcn@latest add @noe/tooltip",
36
32
  "import": "import { Tooltip } from '@noe/ui'",
37
33
  "requiredProviders": [],
38
- "peerDependencies": [
39
- "react"
40
- ],
34
+ "peerDependencies": ["react"],
41
35
  "rtl": "required",
42
36
  "i18n": {
43
37
  "messageKeys": [],
44
- "bidiNotes": [
45
- "logical properties",
46
- "no global mirror"
47
- ]
38
+ "bidiNotes": ["logical properties", "no global mirror"]
48
39
  },
49
40
  "accessibility": {
50
- "keyboard": [
51
- "Tab to focus",
52
- "Enter/Space activate"
53
- ],
41
+ "keyboard": ["Tab to focus", "Enter/Space activate"],
54
42
  "announcements": [],
55
- "focusBehavior": [
56
- "visible ring 2px"
57
- ]
43
+ "focusBehavior": ["visible ring 2px"]
58
44
  },
59
- "tokenContracts": [
60
- "color.foreground",
61
- "color.border"
62
- ],
63
- "capabilityAliases": [
64
- "tooltip",
65
- "tooltip"
66
- ],
67
- "useWhen": [
68
- "using tooltip in Overlays"
69
- ],
70
- "doNotUseWhen": [
71
- "when tooltip semantics do not match"
72
- ]
45
+ "tokenContracts": ["color.foreground", "color.border"],
46
+ "capabilityAliases": ["tooltip", "tooltip"],
47
+ "useWhen": ["using tooltip in Overlays"],
48
+ "doNotUseWhen": ["when tooltip semantics do not match"]
73
49
  }
@@ -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/ui",
@@ -41,43 +36,20 @@
41
36
  "install": "pnpm dlx shadcn@latest add @noe/utility-button",
42
37
  "import": "import { UtilityButton } from '@noe/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
- "gap uses logical"
52
- ]
43
+ "bidiNotes": ["gap uses logical"]
53
44
  },
54
45
  "accessibility": {
55
46
  "role": "button",
56
- "keyboard": [
57
- "Tab",
58
- "Space/Enter"
59
- ],
47
+ "keyboard": ["Tab", "Space/Enter"],
60
48
  "announcements": [],
61
- "focusBehavior": [
62
- "visible ring 2px"
63
- ]
49
+ "focusBehavior": ["visible ring 2px"]
64
50
  },
65
- "tokenContracts": [
66
- "color.foreground",
67
- "color.muted"
68
- ],
69
- "capabilityAliases": [
70
- "utility button",
71
- "icon button",
72
- "toolbar button",
73
- "row action"
74
- ],
75
- "useWhen": [
76
- "toolbar or table row actions",
77
- "dense icon-only controls with tooltip"
78
- ],
79
- "doNotUseWhen": [
80
- "primary form submission",
81
- "destructive confirmation without accessible name"
82
- ]
51
+ "tokenContracts": ["color.foreground", "color.muted"],
52
+ "capabilityAliases": ["utility button", "icon button", "toolbar button", "row action"],
53
+ "useWhen": ["toolbar or table row actions", "dense icon-only controls with tooltip"],
54
+ "doNotUseWhen": ["primary form submission", "destructive confirmation without accessible name"]
83
55
  }