@wtasnorg/candi 0.0.27 → 0.0.32
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 +75 -43
- package/dist/base.css +202 -82
- package/dist/colors.js +1377 -417
- package/dist/colors.json +1377 -417
- package/dist/colors.mjs +1377 -417
- package/dist/scandinavian.css +202 -82
- package/dist/v4/theme.css +421 -121
- package/package.json +18 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wtasnorg/candi",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"description": "A Tailwind CSS theme inspired by Nordic/Scandinavian Hygge & Lagom design principles",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwindcss",
|
|
@@ -62,9 +62,10 @@
|
|
|
62
62
|
"build:konsole": "node scripts/build-konsole.js",
|
|
63
63
|
"build:gnome": "node scripts/build-gnome.js",
|
|
64
64
|
"build:obsidian": "node scripts/build-obsidian.js",
|
|
65
|
-
"build:showcase": "cd showcase_flutter && flutter build web",
|
|
66
|
-
"build:
|
|
67
|
-
"
|
|
65
|
+
"build:showcase": "cd showcase_flutter && flutter build web --no-wasm-dry-run > /dev/null",
|
|
66
|
+
"build:docs": "node scripts/build-docs.js",
|
|
67
|
+
"build:all": "echo 'Building Core...' && npm run build -s && echo 'Building Flutter...' && npm run build:flutter -s && echo 'Building VS Code...' && npm run build:vscode -s && echo 'Building Vim...' && npm run build:vim -s && echo 'Building KDE...' && npm run build:kde -s && echo 'Building Konsole...' && npm run build:konsole -s && echo 'Building Gnome...' && npm run build:gnome -s && echo 'Building Obsidian...' && npm run build:obsidian -s && echo 'Building Docs...' && npm run build:docs -s && echo 'Building Showcase...' && npm run build:showcase -s",
|
|
68
|
+
"format:flutter": "cd flutter && dart format lib > /dev/null",
|
|
68
69
|
"prepublishOnly": "npm run build:all",
|
|
69
70
|
"test:color": "node scripts/test-color.js",
|
|
70
71
|
"test:colors": "node scripts/test-color-conversions.js",
|
|
@@ -77,7 +78,15 @@
|
|
|
77
78
|
"test:gnome": "node scripts/test-gnome.js",
|
|
78
79
|
"test:obsidian": "node scripts/test-obsidian.js",
|
|
79
80
|
"test:showcase": "cd showcase_flutter && flutter test",
|
|
80
|
-
"test:
|
|
81
|
+
"test:scripts": "node scripts/test-scripts.js",
|
|
82
|
+
"test:conv": "node scripts/test-color-conv.js",
|
|
83
|
+
"test:sync": "node scripts/test-sync.js",
|
|
84
|
+
"test:lint-tokens": "node scripts/test-lint-tokens.js",
|
|
85
|
+
"test:gen-primitives": "node scripts/test-gen-primitives.js",
|
|
86
|
+
"test:build-docs": "node scripts/test-build-docs.js",
|
|
87
|
+
"test:package-artifacts": "node scripts/test-package-artifacts.js",
|
|
88
|
+
"test:guard-semantics": "node scripts/test-guard-semantics.js",
|
|
89
|
+
"test:all": "echo 'Testing Core...' && npm run test:src -s && npm run test:color -s && npm run test:colors -s && npm run test:conv -s && npm run test:sync -s && npm run test:lint-tokens -s && npm run test:gen-primitives -s && npm run test:build-docs -s && npm run test:guard-semantics -s && echo 'Testing Flutter...' && npm run test:flutter -s && echo 'Testing VS Code...' && npm run test:vscode -s && echo 'Testing Vim...' && npm run test:vim -s && echo 'Testing KDE...' && npm run test:kde -s && echo 'Testing Konsole...' && npm run test:konsole -s && echo 'Testing Gnome...' && npm run test:gnome -s && echo 'Testing Obsidian...' && npm run test:obsidian -s && echo 'Testing Showcase...' && npm run test:showcase -s && echo 'Testing Scripts...' && npm run test:scripts -s && echo 'Testing Packaging...' && npm run test:package-artifacts -s",
|
|
81
90
|
"test": "npm run test:all",
|
|
82
91
|
"vscode:package": "cd vscode && npx -y @vscode/vsce package",
|
|
83
92
|
"flutter:pub": "cd flutter && flutter pub get",
|
|
@@ -88,9 +97,10 @@
|
|
|
88
97
|
"artifact": "node scripts/package-artifacts.js",
|
|
89
98
|
"lint:dart": "node scripts/lint-dart.js",
|
|
90
99
|
"lint:tokens": "node scripts/lint-tokens.js",
|
|
91
|
-
"lint:md": "markdownlint-cli2 \"**/*.md\" \"!node_modules\" \"!website/node_modules\"",
|
|
100
|
+
"lint:md": "markdownlint-cli2 \"**/*.md\" \"!node_modules\" \"!website/node_modules\" \"!**/.dart_tool\"",
|
|
92
101
|
"lint:md:fix": "markdownlint-cli2 --fix \"**/*.md\" \"!node_modules\" \"!website/node_modules\"",
|
|
93
|
-
"lint:all": "npm run lint:tokens && npm run lint:dart && npm run lint:md"
|
|
102
|
+
"lint:all": "echo 'Linting Tokens...' && npm run lint:tokens -s && echo 'Linting Dart...' && npm run lint:dart -s && echo 'Linting Markdown...' && npm run lint:md -s",
|
|
103
|
+
"install:local": "bash scripts/install-local.sh"
|
|
94
104
|
},
|
|
95
105
|
"peerDependencies": {
|
|
96
106
|
"tailwindcss": ">=3.0.0 || >=4.0.0"
|
|
@@ -105,4 +115,4 @@
|
|
|
105
115
|
"dependencies": {
|
|
106
116
|
"culori": "^4.0.2"
|
|
107
117
|
}
|
|
108
|
-
}
|
|
118
|
+
}
|