@db-ux/core-foundations 3.0.2-copilot2-e7bf98b → 3.0.2-copilot3-1616965
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/agent/_instructions.md +3 -3
- package/package.json +3 -2
package/agent/_instructions.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
## CSS
|
|
2
2
|
|
|
3
3
|
- If you use CSS follow these rules:
|
|
4
|
-
- use for `variables` like, sizing, spacing, elevation, border, container-size the file **agent-path**/css/Variables.md
|
|
4
|
+
- use for `variables` like, sizing, spacing, elevation, border, container-size the file **agent-path**/agent/css/Variables.md
|
|
5
5
|
|
|
6
6
|
## SCSS
|
|
7
7
|
|
|
8
8
|
- If you use SCSS follow these rules:
|
|
9
|
-
- use for `variables` like, sizing, spacing, elevation, border, container-size the file **agent-path**/scss/Variables.md
|
|
9
|
+
- use for `variables` like, sizing, spacing, elevation, border, container-size the file **agent-path**/agent/scss/Variables.md
|
|
10
10
|
|
|
11
11
|
## Tailwind
|
|
12
12
|
|
|
13
13
|
- If you use Tailwind follow these rules:
|
|
14
|
-
- use for `variables` like, sizing, spacing, elevation, border, container-size the file **agent-path**/tailwind/Variables.md
|
|
14
|
+
- use for `variables` like, sizing, spacing, elevation, border, container-size the file **agent-path**/agent/tailwind/Variables.md
|
|
15
15
|
- Always stick with the variables don't use something like `p-4` or `m-[16px]` use `p-fix-xs` or `m-fix-md` instead.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-foundations",
|
|
3
|
-
"version": "3.0.2-
|
|
3
|
+
"version": "3.0.2-copilot3-1616965",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Provides basic tokens and assets based on DB UX Design System (Version 3).",
|
|
6
6
|
"repository": {
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"dev": "vite --open",
|
|
40
40
|
"generate:fonts": "tsx assets/fonts/generate-eu-fonts.ts",
|
|
41
41
|
"generate:icons": "tsx scripts/local/generate-icon-font.ts",
|
|
42
|
+
"postcopy-prepare:icon-overview": "prettier dev/icons.html --write",
|
|
42
43
|
"prebuild": "npm-run-all copy-prepare:*",
|
|
43
44
|
"predev": "npm-run-all copy-prepare:*",
|
|
44
45
|
"prestart": "npm-run-all copy-prepare:*",
|
|
@@ -52,7 +53,7 @@
|
|
|
52
53
|
"@playwright/test": "1.54.1",
|
|
53
54
|
"cpr": "3.0.1",
|
|
54
55
|
"cssnano": "7.1.0",
|
|
55
|
-
"dotenv": "17.2.
|
|
56
|
+
"dotenv": "17.2.1",
|
|
56
57
|
"glob": "11.0.3",
|
|
57
58
|
"nodemon": "3.1.10",
|
|
58
59
|
"prettier": "3.6.2",
|