@nadicodeai/design-system 0.2.0 → 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/AGENTS.md +6 -5
- package/DESIGN.md +165 -61
- package/dist/css/components/agent-avatar.css +1 -1
- package/dist/css/components/chat-bubble-agent.css +3 -3
- package/dist/css/components/state-tag.css +14 -0
- package/dist/css/components/typing-dots.css +3 -3
- package/dist/css/primitives.css +4 -5
- package/dist/css/tokens.generated.css +116 -44
- package/dist/favicon/favicon.svg +1 -1
- package/dist/tailwind/nadicode.tailwind.json +116 -44
- package/dist/tailwind/nadicode.theme.css +142 -56
- package/dist/tokens/nadicode.dtcg.json +1015 -223
- package/package.json +3 -3
- package/src/assets/favicon.svg +1 -1
- package/src/assets/logo-mark.svg +2 -2
- package/src/assets/logo-wordmark.svg +2 -2
- package/dist/icons/--full-page +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nadicodeai/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"build": "tsx scripts/build.ts",
|
|
46
46
|
"generate:icons": "tsx scripts/generate-icons.ts",
|
|
47
47
|
"generate:favicons": "tsx scripts/generate-favicons.ts",
|
|
48
|
-
"lint:design": "
|
|
48
|
+
"lint:design": "npm exec -- design.md lint DESIGN.md",
|
|
49
49
|
"test": "vitest run",
|
|
50
50
|
"test:visual": "vitest run --config vitest.visual.config.ts",
|
|
51
51
|
"prepublishOnly": "npm run build"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@google/design.md": "0.1.1",
|
|
55
55
|
"@types/node": "^22",
|
|
56
|
-
"agent-browser": "^0.
|
|
56
|
+
"agent-browser": "^0.31.1",
|
|
57
57
|
"lucide-static": "^1.17.0",
|
|
58
58
|
"style-dictionary": "^5.4.3",
|
|
59
59
|
"tsx": "^4.21.0",
|
package/src/assets/favicon.svg
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
corner (rx 7 -> 0) for the full-bleed apple-touch / PWA variants. -->
|
|
5
5
|
<defs>
|
|
6
6
|
<linearGradient id="nc-agent-f" x1="0" y1="0" x2="1" y2="1">
|
|
7
|
-
<stop offset="0" stop-color="#
|
|
7
|
+
<stop offset="0" stop-color="#007a3c"/>
|
|
8
8
|
<stop offset="0.55" stop-color="#00a07a"/>
|
|
9
9
|
<stop offset="1" stop-color="#00b389"/>
|
|
10
10
|
</linearGradient>
|
package/src/assets/logo-mark.svg
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
link -> success, all contract tokens), the same definition the wordmark's AI uses. -->
|
|
6
6
|
<defs>
|
|
7
7
|
<linearGradient id="nc-agent" x1="0" y1="0" x2="1" y2="1">
|
|
8
|
-
<stop offset="0" stop-color="var(--nc-link-deep, #
|
|
9
|
-
<stop offset="0.55" stop-color="var(--nc-link, #
|
|
8
|
+
<stop offset="0" stop-color="var(--nc-link-deep, #00602f)"/>
|
|
9
|
+
<stop offset="0.55" stop-color="var(--nc-link, #007a3c)"/>
|
|
10
10
|
<stop offset="1" stop-color="var(--nc-success, #008c45)"/>
|
|
11
11
|
</linearGradient>
|
|
12
12
|
</defs>
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
logo-mark.svg when a full logo lockup is needed. -->
|
|
5
5
|
<defs>
|
|
6
6
|
<linearGradient id="nc-agent-w" x1="0" y1="0" x2="1" y2="1">
|
|
7
|
-
<stop offset="0" stop-color="var(--nc-link-deep, #
|
|
8
|
-
<stop offset="0.55" stop-color="var(--nc-link, #
|
|
7
|
+
<stop offset="0" stop-color="var(--nc-link-deep, #00602f)"/>
|
|
8
|
+
<stop offset="0.55" stop-color="var(--nc-link, #007a3c)"/>
|
|
9
9
|
<stop offset="1" stop-color="var(--nc-success, #008c45)"/>
|
|
10
10
|
</linearGradient>
|
|
11
11
|
</defs>
|
package/dist/icons/--full-page
DELETED
|
Binary file
|