noecosystem-design 0.2.2 → 0.3.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.
- package/README.md +2 -2
- package/apps/storybook/stories/catalog/app-frame.stories.tsx +43 -0
- package/apps/storybook/stories/catalog/button.stories.tsx +1 -0
- package/apps/storybook/stories/catalog/checkbox.stories.tsx +7 -2
- package/apps/storybook/stories/catalog/data-table.stories.tsx +226 -3
- package/apps/storybook/stories/catalog/sidebar-navigation.stories.tsx +22 -0
- package/docs/design-system/brand-theme.md +3 -2
- package/docs/design-system/components.md +45 -0
- package/docs/design-system/inventory.md +1 -0
- package/docs/design-system/surface-policy.md +11 -8
- package/docs/design-system/visual-qa.md +6 -0
- package/package.json +1 -1
- package/packages/data-ui/package.json +6 -1
- package/packages/data-ui/src/data-table.tsx +2 -99
- package/packages/data-ui/src/pagination.tsx +2 -2
- package/packages/data-ui/src/table/adapters/tanstack.test.ts +116 -0
- package/packages/data-ui/src/table/adapters/tanstack.ts +179 -0
- package/packages/data-ui/src/table/contracts.ts +133 -0
- package/packages/data-ui/src/table/data-table-visual.evidence.browser.test.tsx +157 -0
- package/packages/data-ui/src/table/data-table.browser.test.tsx +180 -0
- package/packages/data-ui/src/table/data-table.tsx +524 -0
- package/packages/design-tokens/src/tokens.css +16 -10
- package/packages/design-tokens/src/tokens.json +12 -8
- package/packages/design-tokens/src/tokens.mjs +12 -8
- package/packages/registry/catalog-index.json +2 -2
- package/packages/registry/manifest.json +60 -18
- package/packages/registry/r/activity-feed.json +1 -1
- package/packages/registry/r/agent-composer.json +7 -1
- package/packages/registry/r/agent-message.json +1 -1
- package/packages/registry/r/agent-plan.json +1 -1
- package/packages/registry/r/agent-workspace.json +1 -1
- package/packages/registry/r/app-frame.json +12 -4
- package/packages/registry/r/approval-request.json +7 -1
- package/packages/registry/r/button.json +1 -1
- package/packages/registry/r/calendar.json +6 -5
- package/packages/registry/r/chart-frame.json +1 -1
- package/packages/registry/r/chart.json +1 -1
- package/packages/registry/r/dashboard-01.json +22 -2
- package/packages/registry/r/dashboard-02.json +22 -2
- package/packages/registry/r/dashboard-shell.json +1 -1
- package/packages/registry/r/data-table.json +22 -2
- package/packages/registry/r/date-picker.json +6 -5
- package/packages/registry/r/filter-bar.json +1 -1
- package/packages/registry/r/header-navigation.json +3 -3
- package/packages/registry/r/inline-cta.json +6 -6
- package/packages/registry/r/metric-card.json +1 -1
- package/packages/registry/r/pagination.json +7 -5
- package/packages/registry/r/run-inspector.json +1 -1
- package/packages/registry/r/sidebar-navigation.json +8 -3
- package/packages/registry/r/tool-call.json +1 -1
- package/packages/registry/r/workflow-canvas.json +1 -1
- package/packages/registry/r/workflow-node.json +1 -1
- package/packages/registry/registry.json +12 -3
- package/packages/registry/search-index.json +23 -8
- package/packages/ui/package.json +5 -1
- package/packages/ui/src/app-frame.browser.test.tsx +47 -0
- package/packages/ui/src/app-frame.tsx +33 -6
- package/packages/ui/src/button.browser.test.tsx +8 -0
- package/packages/ui/src/button.tsx +1 -1
- package/packages/ui/src/checkbox.tsx +1 -1
- package/packages/ui/src/header-navigation.tsx +1 -1
- package/packages/ui/src/sidebar-navigation.tsx +13 -2
- package/scripts/generate-manifest.mjs +71 -0
- package/tests/tokens.test.mjs +7 -13
- package/vitest.config.ts +5 -0
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
--noe-primitive-color-ink-500: #565c58;
|
|
14
14
|
--noe-primitive-color-ink-600: #302f2e;
|
|
15
15
|
--noe-primitive-color-ink-700: #252423;
|
|
16
|
-
--noe-primitive-color-ink-800: #
|
|
17
|
-
--noe-primitive-color-ink-850: #
|
|
16
|
+
--noe-primitive-color-ink-800: #2a2a2a;
|
|
17
|
+
--noe-primitive-color-ink-850: #202020;
|
|
18
18
|
--noe-primitive-color-ink-900: #171918;
|
|
19
|
-
--noe-primitive-color-ink-950: #
|
|
20
|
-
--noe-primitive-color-ink-1000: #
|
|
19
|
+
--noe-primitive-color-ink-950: #161616;
|
|
20
|
+
--noe-primitive-color-ink-1000: #111111;
|
|
21
21
|
--noe-primitive-color-mint-100: #98e8cf;
|
|
22
22
|
--noe-primitive-color-mint-200: #abefd9;
|
|
23
23
|
--noe-primitive-color-mint-300: #1dbf98;
|
|
@@ -140,6 +140,8 @@
|
|
|
140
140
|
--noe-color-surface: var(--noe-primitive-color-paper-50);
|
|
141
141
|
--noe-color-surface-raised: var(--noe-primitive-color-paper-0);
|
|
142
142
|
--noe-color-surface-sunken: var(--noe-primitive-color-paper-200);
|
|
143
|
+
--noe-color-sidebar: var(--noe-primitive-color-paper-200);
|
|
144
|
+
--noe-color-sidebar-active: var(--noe-primitive-color-paper-0);
|
|
143
145
|
--noe-color-foreground: var(--noe-primitive-color-ink-900);
|
|
144
146
|
--noe-color-muted: var(--noe-primitive-color-paper-200);
|
|
145
147
|
--noe-color-muted-foreground: var(--noe-primitive-color-ink-500);
|
|
@@ -159,8 +161,8 @@
|
|
|
159
161
|
--noe-color-info-foreground: var(--noe-primitive-color-paper-0);
|
|
160
162
|
--noe-color-focus-ring: var(--noe-primitive-color-alpha-focus-light);
|
|
161
163
|
--noe-color-overlay: var(--noe-primitive-color-alpha-overlay-light);
|
|
162
|
-
--noe-shadow-raised:
|
|
163
|
-
--noe-shadow-overlay:
|
|
164
|
+
--noe-shadow-raised: none;
|
|
165
|
+
--noe-shadow-overlay: none;
|
|
164
166
|
}
|
|
165
167
|
|
|
166
168
|
/* Semantic tokens: explicit dark theme. */
|
|
@@ -170,6 +172,8 @@
|
|
|
170
172
|
--noe-color-surface: var(--noe-primitive-color-ink-850);
|
|
171
173
|
--noe-color-surface-raised: var(--noe-primitive-color-ink-800);
|
|
172
174
|
--noe-color-surface-sunken: var(--noe-primitive-color-ink-1000);
|
|
175
|
+
--noe-color-sidebar: var(--noe-primitive-color-ink-850);
|
|
176
|
+
--noe-color-sidebar-active: var(--noe-primitive-color-ink-800);
|
|
173
177
|
--noe-color-foreground: var(--noe-primitive-color-paper-250);
|
|
174
178
|
--noe-color-muted: var(--noe-primitive-color-ink-800);
|
|
175
179
|
--noe-color-muted-foreground: var(--noe-primitive-color-ink-400);
|
|
@@ -189,8 +193,8 @@
|
|
|
189
193
|
--noe-color-info-foreground: var(--noe-primitive-color-ink-950);
|
|
190
194
|
--noe-color-focus-ring: var(--noe-primitive-color-alpha-focus-dark);
|
|
191
195
|
--noe-color-overlay: var(--noe-primitive-color-alpha-overlay-dark);
|
|
192
|
-
--noe-shadow-raised:
|
|
193
|
-
--noe-shadow-overlay:
|
|
196
|
+
--noe-shadow-raised: none;
|
|
197
|
+
--noe-shadow-overlay: none;
|
|
194
198
|
}
|
|
195
199
|
|
|
196
200
|
/* Semantic tokens: follow the OS only when no explicit theme is set. */
|
|
@@ -201,6 +205,8 @@
|
|
|
201
205
|
--noe-color-surface: var(--noe-primitive-color-ink-850);
|
|
202
206
|
--noe-color-surface-raised: var(--noe-primitive-color-ink-800);
|
|
203
207
|
--noe-color-surface-sunken: var(--noe-primitive-color-ink-1000);
|
|
208
|
+
--noe-color-sidebar: var(--noe-primitive-color-ink-850);
|
|
209
|
+
--noe-color-sidebar-active: var(--noe-primitive-color-ink-800);
|
|
204
210
|
--noe-color-foreground: var(--noe-primitive-color-paper-250);
|
|
205
211
|
--noe-color-muted: var(--noe-primitive-color-ink-800);
|
|
206
212
|
--noe-color-muted-foreground: var(--noe-primitive-color-ink-400);
|
|
@@ -220,8 +226,8 @@
|
|
|
220
226
|
--noe-color-info-foreground: var(--noe-primitive-color-ink-950);
|
|
221
227
|
--noe-color-focus-ring: var(--noe-primitive-color-alpha-focus-dark);
|
|
222
228
|
--noe-color-overlay: var(--noe-primitive-color-alpha-overlay-dark);
|
|
223
|
-
--noe-shadow-raised:
|
|
224
|
-
--noe-shadow-overlay:
|
|
229
|
+
--noe-shadow-raised: none;
|
|
230
|
+
--noe-shadow-overlay: none;
|
|
225
231
|
}
|
|
226
232
|
}
|
|
227
233
|
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"500": "#565c58",
|
|
16
16
|
"600": "#302f2e",
|
|
17
17
|
"700": "#252423",
|
|
18
|
-
"800": "#
|
|
19
|
-
"850": "#
|
|
18
|
+
"800": "#2a2a2a",
|
|
19
|
+
"850": "#202020",
|
|
20
20
|
"900": "#171918",
|
|
21
|
-
"950": "#
|
|
22
|
-
"1000": "#
|
|
21
|
+
"950": "#161616",
|
|
22
|
+
"1000": "#111111"
|
|
23
23
|
},
|
|
24
24
|
"mint": {
|
|
25
25
|
"100": "#98e8cf",
|
|
@@ -106,6 +106,8 @@
|
|
|
106
106
|
"surface": "{primitive.color.paper.50}",
|
|
107
107
|
"surfaceRaised": "{primitive.color.paper.0}",
|
|
108
108
|
"surfaceSunken": "{primitive.color.paper.200}",
|
|
109
|
+
"sidebar": "{primitive.color.paper.200}",
|
|
110
|
+
"sidebarActive": "{primitive.color.paper.0}",
|
|
109
111
|
"foreground": "{primitive.color.ink.900}",
|
|
110
112
|
"muted": "{primitive.color.paper.200}",
|
|
111
113
|
"mutedForeground": "{primitive.color.ink.500}",
|
|
@@ -131,6 +133,8 @@
|
|
|
131
133
|
"surface": "{primitive.color.ink.850}",
|
|
132
134
|
"surfaceRaised": "{primitive.color.ink.800}",
|
|
133
135
|
"surfaceSunken": "{primitive.color.ink.1000}",
|
|
136
|
+
"sidebar": "{primitive.color.ink.850}",
|
|
137
|
+
"sidebarActive": "{primitive.color.ink.800}",
|
|
134
138
|
"foreground": "{primitive.color.paper.250}",
|
|
135
139
|
"muted": "{primitive.color.ink.800}",
|
|
136
140
|
"mutedForeground": "{primitive.color.ink.400}",
|
|
@@ -154,12 +158,12 @@
|
|
|
154
158
|
},
|
|
155
159
|
"shadow": {
|
|
156
160
|
"light": {
|
|
157
|
-
"raised": "
|
|
158
|
-
"overlay": "
|
|
161
|
+
"raised": "none",
|
|
162
|
+
"overlay": "none"
|
|
159
163
|
},
|
|
160
164
|
"dark": {
|
|
161
|
-
"raised": "
|
|
162
|
-
"overlay": "
|
|
165
|
+
"raised": "none",
|
|
166
|
+
"overlay": "none"
|
|
163
167
|
}
|
|
164
168
|
},
|
|
165
169
|
"font": {
|
|
@@ -16,11 +16,11 @@ export const tokens = {
|
|
|
16
16
|
"500": "#565c58",
|
|
17
17
|
"600": "#302f2e",
|
|
18
18
|
"700": "#252423",
|
|
19
|
-
"800": "#
|
|
20
|
-
"850": "#
|
|
19
|
+
"800": "#2a2a2a",
|
|
20
|
+
"850": "#202020",
|
|
21
21
|
"900": "#171918",
|
|
22
|
-
"950": "#
|
|
23
|
-
"1000": "#
|
|
22
|
+
"950": "#161616",
|
|
23
|
+
"1000": "#111111"
|
|
24
24
|
},
|
|
25
25
|
"mint": {
|
|
26
26
|
"100": "#98e8cf",
|
|
@@ -107,6 +107,8 @@ export const tokens = {
|
|
|
107
107
|
"surface": "{primitive.color.paper.50}",
|
|
108
108
|
"surfaceRaised": "{primitive.color.paper.0}",
|
|
109
109
|
"surfaceSunken": "{primitive.color.paper.200}",
|
|
110
|
+
"sidebar": "{primitive.color.paper.200}",
|
|
111
|
+
"sidebarActive": "{primitive.color.paper.0}",
|
|
110
112
|
"foreground": "{primitive.color.ink.900}",
|
|
111
113
|
"muted": "{primitive.color.paper.200}",
|
|
112
114
|
"mutedForeground": "{primitive.color.ink.500}",
|
|
@@ -132,6 +134,8 @@ export const tokens = {
|
|
|
132
134
|
"surface": "{primitive.color.ink.850}",
|
|
133
135
|
"surfaceRaised": "{primitive.color.ink.800}",
|
|
134
136
|
"surfaceSunken": "{primitive.color.ink.1000}",
|
|
137
|
+
"sidebar": "{primitive.color.ink.850}",
|
|
138
|
+
"sidebarActive": "{primitive.color.ink.800}",
|
|
135
139
|
"foreground": "{primitive.color.paper.250}",
|
|
136
140
|
"muted": "{primitive.color.ink.800}",
|
|
137
141
|
"mutedForeground": "{primitive.color.ink.400}",
|
|
@@ -155,12 +159,12 @@ export const tokens = {
|
|
|
155
159
|
},
|
|
156
160
|
"shadow": {
|
|
157
161
|
"light": {
|
|
158
|
-
"raised": "
|
|
159
|
-
"overlay": "
|
|
162
|
+
"raised": "none",
|
|
163
|
+
"overlay": "none"
|
|
160
164
|
},
|
|
161
165
|
"dark": {
|
|
162
|
-
"raised": "
|
|
163
|
-
"overlay": "
|
|
166
|
+
"raised": "none",
|
|
167
|
+
"overlay": "none"
|
|
164
168
|
}
|
|
165
169
|
},
|
|
166
170
|
"font": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-08-
|
|
2
|
+
"generatedAt": "2026-08-30T12:09:40.539Z",
|
|
3
3
|
"items": [
|
|
4
4
|
{
|
|
5
5
|
"id": "bidi-text",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"package": "@noe/data-ui",
|
|
209
209
|
"status": "available",
|
|
210
210
|
"maturity": "beta",
|
|
211
|
-
"description": "
|
|
211
|
+
"description": "Semantic data table with TanStack Table v9 as a headless engine behind the internal NOE adapter: sorting, NOE filter operators, controlled pagination, stable-id selection, loading skeletons and server mode.",
|
|
212
212
|
"registryItem": "data-table"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifestVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-30T12:09:40.530Z",
|
|
4
4
|
"generatedNote": "Canonical NOE manifest — single source of truth for catalog, audit, registry, stories, docs and agent search. Generated by pnpm gen:manifest; do not edit by hand for automated fields.",
|
|
5
5
|
"items": [
|
|
6
6
|
{
|
|
@@ -1027,33 +1027,75 @@
|
|
|
1027
1027
|
"status": "available",
|
|
1028
1028
|
"maturity": "beta",
|
|
1029
1029
|
"category": "Data",
|
|
1030
|
-
"description": "
|
|
1031
|
-
"capabilityAliases": ["data table", "
|
|
1032
|
-
"searchTerms": [
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1030
|
+
"description": "Semantic data table with TanStack Table v9 as a headless engine behind the internal NOE adapter: sorting, NOE filter operators, controlled pagination, stable-id selection, loading skeletons and server mode.",
|
|
1031
|
+
"capabilityAliases": ["data table", "sortable table", "server-side table", "grid"],
|
|
1032
|
+
"searchTerms": [
|
|
1033
|
+
"data-table",
|
|
1034
|
+
"table",
|
|
1035
|
+
"sorting",
|
|
1036
|
+
"filtering",
|
|
1037
|
+
"pagination",
|
|
1038
|
+
"selection",
|
|
1039
|
+
"server-side",
|
|
1040
|
+
"aria-sort"
|
|
1041
|
+
],
|
|
1042
|
+
"useWhen": [
|
|
1043
|
+
"tabular product data with sorting, filtering, pagination or row selection",
|
|
1044
|
+
"server-driven pages composed from toDataQuery against Django APIs"
|
|
1045
|
+
],
|
|
1046
|
+
"doNotUseWhen": [
|
|
1047
|
+
"spreadsheet-style cell editing grids",
|
|
1048
|
+
"static lists without tabular semantics"
|
|
1049
|
+
],
|
|
1050
|
+
"alternatives": ["DataList"],
|
|
1051
|
+
"dependencies": ["@noe/ui", "@tanstack/react-table"],
|
|
1037
1052
|
"registryDependencies": [],
|
|
1038
1053
|
"peerDependencies": ["react"],
|
|
1039
1054
|
"propsSummary": {
|
|
1040
|
-
"
|
|
1041
|
-
"
|
|
1055
|
+
"columns": "DataColumn<Row>[]",
|
|
1056
|
+
"rows": "Row[]",
|
|
1057
|
+
"caption": "string",
|
|
1058
|
+
"empty": "ReactNode",
|
|
1059
|
+
"sorting": "readonly DataSort[]",
|
|
1060
|
+
"filters": "readonly FilterSpec[]",
|
|
1061
|
+
"page": "PageSpec",
|
|
1062
|
+
"selection": "readonly RowId[]",
|
|
1063
|
+
"density": "'compact' | 'regular'",
|
|
1064
|
+
"loading": "boolean",
|
|
1065
|
+
"manualSorting": "boolean",
|
|
1066
|
+
"manualFiltering": "boolean",
|
|
1067
|
+
"manualPagination": "boolean",
|
|
1068
|
+
"totalRowCount": "number"
|
|
1042
1069
|
},
|
|
1043
|
-
"variants": ["
|
|
1070
|
+
"variants": ["regular", "compact"],
|
|
1044
1071
|
"sizes": [],
|
|
1045
1072
|
"slots": [],
|
|
1046
|
-
"states": ["default", "hover", "
|
|
1047
|
-
"tokenContracts": [
|
|
1073
|
+
"states": ["default", "hover", "loading", "selected", "empty", "focus-visible"],
|
|
1074
|
+
"tokenContracts": [
|
|
1075
|
+
"color.border",
|
|
1076
|
+
"color.foreground",
|
|
1077
|
+
"color.muted-foreground",
|
|
1078
|
+
"surface.sunken",
|
|
1079
|
+
"muted"
|
|
1080
|
+
],
|
|
1048
1081
|
"accessibility": {
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
-
|
|
1082
|
+
"role": "table",
|
|
1083
|
+
"keyboard": [
|
|
1084
|
+
"Tab moves into the scrollable region",
|
|
1085
|
+
"Enter/Space on header toggles sort",
|
|
1086
|
+
"Enter/Space on checkbox toggles row selection"
|
|
1087
|
+
],
|
|
1088
|
+
"announcements": ["aria-sort on sorted column headers", "aria-live pagination status"],
|
|
1089
|
+
"focusBehavior": ["visible ring 2px", "scroll container focusable for keyboard overflow"]
|
|
1052
1090
|
},
|
|
1053
1091
|
"internationalization": {
|
|
1054
1092
|
"messageKeys": [],
|
|
1055
1093
|
"rtl": "required",
|
|
1056
|
-
"bidiNotes": [
|
|
1094
|
+
"bidiNotes": [
|
|
1095
|
+
"logical start/end alignment only",
|
|
1096
|
+
"technical cells render dir=ltr via TechnicalValue",
|
|
1097
|
+
"pagination controls use caller-provided accessible labels"
|
|
1098
|
+
]
|
|
1057
1099
|
},
|
|
1058
1100
|
"examples": [
|
|
1059
1101
|
{
|
|
@@ -1062,7 +1104,7 @@
|
|
|
1062
1104
|
"files": ["apps/storybook/stories/catalog/data-table.stories.tsx"]
|
|
1063
1105
|
}
|
|
1064
1106
|
],
|
|
1065
|
-
"relatedPatterns": [],
|
|
1107
|
+
"relatedPatterns": ["filter-bar", "pagination", "empty-state"],
|
|
1066
1108
|
"untitledMapping": null,
|
|
1067
1109
|
"storyId": "catalog-data-data-table--default",
|
|
1068
1110
|
"registryItem": "data-table"
|
|
@@ -27,7 +27,13 @@
|
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
29
|
"registryDependencies": [],
|
|
30
|
-
"dependencies": [
|
|
30
|
+
"dependencies": [
|
|
31
|
+
"@base-ui/react",
|
|
32
|
+
"@noe/ui",
|
|
33
|
+
"class-variance-authority",
|
|
34
|
+
"clsx",
|
|
35
|
+
"tailwind-merge"
|
|
36
|
+
],
|
|
31
37
|
"status": "available",
|
|
32
38
|
"maturity": "beta",
|
|
33
39
|
"package": "@noe/ai-ui",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "app-frame",
|
|
4
4
|
"type": "registry:block",
|
|
5
5
|
"title": "App Frame",
|
|
6
|
-
"description": "App Frame — Patterns / Pages component.
|
|
6
|
+
"description": "App Frame — Patterns / Pages component. Includes a flat finance variant with a 280px logical sidebar, compact header and color-separated surfaces; RTL, i18n and accessibility are built in.",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": "packages/ui/src/app-frame.tsx",
|
|
@@ -37,8 +37,16 @@
|
|
|
37
37
|
"announcements": [],
|
|
38
38
|
"focusBehavior": ["visible ring 2px"]
|
|
39
39
|
},
|
|
40
|
-
"tokenContracts": [
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
"tokenContracts": [
|
|
41
|
+
"color.background",
|
|
42
|
+
"color.surface",
|
|
43
|
+
"color.surfaceRaised",
|
|
44
|
+
"color.surfaceSunken"
|
|
45
|
+
],
|
|
46
|
+
"capabilityAliases": ["app frame", "app-frame", "finance application shell", "admin shell"],
|
|
47
|
+
"useWhen": [
|
|
48
|
+
"using app frame in Patterns / Pages",
|
|
49
|
+
"building a flat finance or admin application shell"
|
|
50
|
+
],
|
|
43
51
|
"doNotUseWhen": ["when app frame semantics do not match"]
|
|
44
52
|
}
|
|
@@ -32,7 +32,13 @@
|
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
34
|
"registryDependencies": [],
|
|
35
|
-
"dependencies": [
|
|
35
|
+
"dependencies": [
|
|
36
|
+
"@base-ui/react",
|
|
37
|
+
"@noe/ui",
|
|
38
|
+
"class-variance-authority",
|
|
39
|
+
"clsx",
|
|
40
|
+
"tailwind-merge"
|
|
41
|
+
],
|
|
36
42
|
"status": "available",
|
|
37
43
|
"maturity": "beta",
|
|
38
44
|
"package": "@noe/ai-ui",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "button",
|
|
4
4
|
"type": "registry:ui",
|
|
5
5
|
"title": "Button",
|
|
6
|
-
"description": "Primary action primitive with semantic variants, focus visibility, loading state and bidirectional layout.
|
|
6
|
+
"description": "Primary action primitive with semantic variants, focus visibility, loading state and bidirectional layout. Secondary is transparent with a currentColor stroke and label.",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
9
|
"path": "packages/ui/src/button.tsx",
|
|
@@ -4,9 +4,10 @@
|
|
|
4
4
|
"type": "registry:ui",
|
|
5
5
|
"title": "Calendar",
|
|
6
6
|
"description": "Calendar — Base / Pickers component. calendar provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
7
|
-
"registryDependencies": [],
|
|
7
|
+
"registryDependencies": ["icon-system"],
|
|
8
8
|
"dependencies": [
|
|
9
9
|
"@base-ui/react",
|
|
10
|
+
"@noe/icons",
|
|
10
11
|
"class-variance-authority",
|
|
11
12
|
"clsx",
|
|
12
13
|
"iconsax-react",
|
|
@@ -14,14 +15,14 @@
|
|
|
14
15
|
],
|
|
15
16
|
"files": [
|
|
16
17
|
{
|
|
17
|
-
"path": "packages/icons/src/
|
|
18
|
+
"path": "packages/icons/src/iconsax.tsx",
|
|
18
19
|
"type": "registry:component",
|
|
19
|
-
"target": "packages/icons/src/
|
|
20
|
+
"target": "packages/icons/src/iconsax.tsx"
|
|
20
21
|
},
|
|
21
22
|
{
|
|
22
|
-
"path": "packages/icons/src/
|
|
23
|
+
"path": "packages/icons/src/index.tsx",
|
|
23
24
|
"type": "registry:component",
|
|
24
|
-
"target": "packages/icons/src/
|
|
25
|
+
"target": "packages/icons/src/index.tsx"
|
|
25
26
|
},
|
|
26
27
|
{
|
|
27
28
|
"path": "packages/ui/src/button.tsx",
|
|
@@ -30,6 +30,26 @@
|
|
|
30
30
|
"type": "registry:component",
|
|
31
31
|
"target": "packages/data-ui/src/metric-card.tsx"
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"path": "packages/data-ui/src/pagination.tsx",
|
|
35
|
+
"type": "registry:component",
|
|
36
|
+
"target": "packages/data-ui/src/pagination.tsx"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"path": "packages/data-ui/src/table/adapters/tanstack.ts",
|
|
40
|
+
"type": "registry:component",
|
|
41
|
+
"target": "packages/data-ui/src/table/adapters/tanstack.ts"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"path": "packages/data-ui/src/table/contracts.ts",
|
|
45
|
+
"type": "registry:component",
|
|
46
|
+
"target": "packages/data-ui/src/table/contracts.ts"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"path": "packages/data-ui/src/table/data-table.tsx",
|
|
50
|
+
"type": "registry:component",
|
|
51
|
+
"target": "packages/data-ui/src/table/data-table.tsx"
|
|
52
|
+
},
|
|
33
53
|
{
|
|
34
54
|
"path": "packages/ui/src/bidi.tsx",
|
|
35
55
|
"type": "registry:component",
|
|
@@ -41,8 +61,8 @@
|
|
|
41
61
|
"target": "packages/ui/src/lib/cn.ts"
|
|
42
62
|
}
|
|
43
63
|
],
|
|
44
|
-
"registryDependencies": [],
|
|
45
|
-
"dependencies": ["clsx", "tailwind-merge"],
|
|
64
|
+
"registryDependencies": ["icon-system"],
|
|
65
|
+
"dependencies": ["@noe/icons", "@noe/ui", "clsx", "tailwind-merge"],
|
|
46
66
|
"status": "available",
|
|
47
67
|
"maturity": "beta",
|
|
48
68
|
"package": "@noe/data-ui",
|
|
@@ -30,6 +30,26 @@
|
|
|
30
30
|
"type": "registry:component",
|
|
31
31
|
"target": "packages/data-ui/src/metric-card.tsx"
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"path": "packages/data-ui/src/pagination.tsx",
|
|
35
|
+
"type": "registry:component",
|
|
36
|
+
"target": "packages/data-ui/src/pagination.tsx"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"path": "packages/data-ui/src/table/adapters/tanstack.ts",
|
|
40
|
+
"type": "registry:component",
|
|
41
|
+
"target": "packages/data-ui/src/table/adapters/tanstack.ts"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"path": "packages/data-ui/src/table/contracts.ts",
|
|
45
|
+
"type": "registry:component",
|
|
46
|
+
"target": "packages/data-ui/src/table/contracts.ts"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"path": "packages/data-ui/src/table/data-table.tsx",
|
|
50
|
+
"type": "registry:component",
|
|
51
|
+
"target": "packages/data-ui/src/table/data-table.tsx"
|
|
52
|
+
},
|
|
33
53
|
{
|
|
34
54
|
"path": "packages/ui/src/bidi.tsx",
|
|
35
55
|
"type": "registry:component",
|
|
@@ -41,8 +61,8 @@
|
|
|
41
61
|
"target": "packages/ui/src/lib/cn.ts"
|
|
42
62
|
}
|
|
43
63
|
],
|
|
44
|
-
"registryDependencies": [],
|
|
45
|
-
"dependencies": ["clsx", "tailwind-merge"],
|
|
64
|
+
"registryDependencies": ["icon-system"],
|
|
65
|
+
"dependencies": ["@noe/icons", "@noe/ui", "clsx", "tailwind-merge"],
|
|
46
66
|
"status": "available",
|
|
47
67
|
"maturity": "beta",
|
|
48
68
|
"package": "@noe/data-ui",
|
|
@@ -10,6 +10,26 @@
|
|
|
10
10
|
"type": "registry:component",
|
|
11
11
|
"target": "packages/data-ui/src/data-table.tsx"
|
|
12
12
|
},
|
|
13
|
+
{
|
|
14
|
+
"path": "packages/data-ui/src/pagination.tsx",
|
|
15
|
+
"type": "registry:component",
|
|
16
|
+
"target": "packages/data-ui/src/pagination.tsx"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"path": "packages/data-ui/src/table/adapters/tanstack.ts",
|
|
20
|
+
"type": "registry:component",
|
|
21
|
+
"target": "packages/data-ui/src/table/adapters/tanstack.ts"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "packages/data-ui/src/table/contracts.ts",
|
|
25
|
+
"type": "registry:component",
|
|
26
|
+
"target": "packages/data-ui/src/table/contracts.ts"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"path": "packages/data-ui/src/table/data-table.tsx",
|
|
30
|
+
"type": "registry:component",
|
|
31
|
+
"target": "packages/data-ui/src/table/data-table.tsx"
|
|
32
|
+
},
|
|
13
33
|
{
|
|
14
34
|
"path": "packages/ui/src/bidi.tsx",
|
|
15
35
|
"type": "registry:component",
|
|
@@ -21,8 +41,8 @@
|
|
|
21
41
|
"target": "packages/ui/src/lib/cn.ts"
|
|
22
42
|
}
|
|
23
43
|
],
|
|
24
|
-
"registryDependencies": [],
|
|
25
|
-
"dependencies": ["clsx", "tailwind-merge"],
|
|
44
|
+
"registryDependencies": ["icon-system"],
|
|
45
|
+
"dependencies": ["@noe/icons", "@noe/ui", "clsx", "tailwind-merge", "@tanstack/react-table"],
|
|
26
46
|
"status": "available",
|
|
27
47
|
"maturity": "beta",
|
|
28
48
|
"package": "@noe/data-ui",
|
|
@@ -4,9 +4,10 @@
|
|
|
4
4
|
"type": "registry:ui",
|
|
5
5
|
"title": "Date Picker",
|
|
6
6
|
"description": "Date Picker — Base / Pickers component. date-picker provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
7
|
-
"registryDependencies": [],
|
|
7
|
+
"registryDependencies": ["icon-system"],
|
|
8
8
|
"dependencies": [
|
|
9
9
|
"@base-ui/react",
|
|
10
|
+
"@noe/icons",
|
|
10
11
|
"class-variance-authority",
|
|
11
12
|
"clsx",
|
|
12
13
|
"iconsax-react",
|
|
@@ -14,14 +15,14 @@
|
|
|
14
15
|
],
|
|
15
16
|
"files": [
|
|
16
17
|
{
|
|
17
|
-
"path": "packages/icons/src/
|
|
18
|
+
"path": "packages/icons/src/iconsax.tsx",
|
|
18
19
|
"type": "registry:component",
|
|
19
|
-
"target": "packages/icons/src/
|
|
20
|
+
"target": "packages/icons/src/iconsax.tsx"
|
|
20
21
|
},
|
|
21
22
|
{
|
|
22
|
-
"path": "packages/icons/src/
|
|
23
|
+
"path": "packages/icons/src/index.tsx",
|
|
23
24
|
"type": "registry:component",
|
|
24
|
-
"target": "packages/icons/src/
|
|
25
|
+
"target": "packages/icons/src/index.tsx"
|
|
25
26
|
},
|
|
26
27
|
{
|
|
27
28
|
"path": "packages/ui/src/button.tsx",
|