@nattui/tailwind-colors 0.0.1 → 0.0.2

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.
@@ -0,0 +1,3 @@
1
+ {
2
+ "recommendations": ["biomejs.biome"]
3
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "editor.codeActionsOnSave": {
3
+ "source.fixAll.biome": "explicit"
4
+ },
5
+ "editor.defaultFormatter": "biomejs.biome",
6
+ "editor.formatOnSave": true
7
+ }
package/biome.jsonc ADDED
@@ -0,0 +1,75 @@
1
+ {
2
+ "$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
3
+ "assist": {
4
+ "actions": {
5
+ "source": {
6
+ "useSortedAttributes": "on",
7
+ "useSortedKeys": "on",
8
+ "useSortedProperties": "on"
9
+ }
10
+ }
11
+ },
12
+ "css": {
13
+ "parser": {
14
+ "cssModules": true,
15
+ "tailwindDirectives": true
16
+ }
17
+ },
18
+ "files": {
19
+ "ignoreUnknown": false,
20
+ "includes": ["**", "!**/package.json"]
21
+ },
22
+ "formatter": {
23
+ "indentStyle": "space",
24
+ "lineWidth": 120
25
+ },
26
+ "javascript": {
27
+ "formatter": {
28
+ "quoteStyle": "double",
29
+ "semicolons": "asNeeded"
30
+ }
31
+ },
32
+ "linter": {
33
+ "rules": {
34
+ "a11y": {
35
+ "noLabelWithoutControl": "off",
36
+ "useAriaPropsSupportedByRole": "off"
37
+ },
38
+ "complexity": {
39
+ "noImportantStyles": "off",
40
+ "noUselessFragments": "off"
41
+ },
42
+ "correctness": {
43
+ "noUnknownProperty": "off",
44
+ "noUnusedImports": {
45
+ "fix": "safe",
46
+ "level": "error"
47
+ },
48
+ "useUniqueElementIds": "off"
49
+ },
50
+ "nursery": {
51
+ "useSortedClasses": {
52
+ "fix": "safe",
53
+ "level": "error"
54
+ }
55
+ },
56
+ "performance": {
57
+ "noImgElement": "off",
58
+ "noReExportAll": "error"
59
+ },
60
+ "recommended": true,
61
+ "style": {
62
+ "noDescendingSpecificity": "off"
63
+ },
64
+ "suspicious": {
65
+ "noArrayIndexKey": "off",
66
+ "noUnknownAtRules": "off"
67
+ }
68
+ }
69
+ },
70
+ "vcs": {
71
+ "clientKind": "git",
72
+ "enabled": true,
73
+ "useIgnoreFile": true
74
+ }
75
+ }
package/bun.lock ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "lockfileVersion": 1,
3
+ "workspaces": {
4
+ "": {
5
+ "name": "@nattui/tailwind-colors",
6
+ "devDependencies": {
7
+ "@biomejs/biome": "^2.3.2",
8
+ },
9
+ },
10
+ },
11
+ "packages": {
12
+ "@biomejs/biome": ["@biomejs/biome@2.3.2", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "2.3.2", "@biomejs/cli-darwin-x64": "2.3.2", "@biomejs/cli-linux-arm64": "2.3.2", "@biomejs/cli-linux-arm64-musl": "2.3.2", "@biomejs/cli-linux-x64": "2.3.2", "@biomejs/cli-linux-x64-musl": "2.3.2", "@biomejs/cli-win32-arm64": "2.3.2", "@biomejs/cli-win32-x64": "2.3.2" }, "bin": { "biome": "bin/biome" } }, "sha512-8e9tzamuDycx7fdrcJ/F/GDZ8SYukc5ud6tDicjjFqURKYFSWMl0H0iXNXZEGmcmNUmABgGuHThPykcM41INgg=="],
13
+
14
+ "@biomejs/cli-darwin-arm64": ["@biomejs/cli-darwin-arm64@2.3.2", "", { "os": "darwin", "cpu": "arm64" }, "sha512-4LECm4kc3If0JISai4c3KWQzukoUdpxy4fRzlrPcrdMSRFksR9ZoXK7JBcPuLBmd2SoT4/d7CQS33VnZpgBjew=="],
15
+
16
+ "@biomejs/cli-darwin-x64": ["@biomejs/cli-darwin-x64@2.3.2", "", { "os": "darwin", "cpu": "x64" }, "sha512-jNMnfwHT4N3wi+ypRfMTjLGnDmKYGzxVr1EYAPBcauRcDnICFXN81wD6wxJcSUrLynoyyYCdfW6vJHS/IAoTDA=="],
17
+
18
+ "@biomejs/cli-linux-arm64": ["@biomejs/cli-linux-arm64@2.3.2", "", { "os": "linux", "cpu": "arm64" }, "sha512-amnqvk+gWybbQleRRq8TMe0rIv7GHss8mFJEaGuEZYWg1Tw14YKOkeo8h6pf1c+d3qR+JU4iT9KXnBKGON4klw=="],
19
+
20
+ "@biomejs/cli-linux-arm64-musl": ["@biomejs/cli-linux-arm64-musl@2.3.2", "", { "os": "linux", "cpu": "arm64" }, "sha512-2Zz4usDG1GTTPQnliIeNx6eVGGP2ry5vE/v39nT73a3cKN6t5H5XxjcEoZZh62uVZvED7hXXikclvI64vZkYqw=="],
21
+
22
+ "@biomejs/cli-linux-x64": ["@biomejs/cli-linux-x64@2.3.2", "", { "os": "linux", "cpu": "x64" }, "sha512-8BG/vRAhFz1pmuyd24FQPhNeueLqPtwvZk6yblABY2gzL2H8fLQAF/Z2OPIc+BPIVPld+8cSiKY/KFh6k81xfA=="],
23
+
24
+ "@biomejs/cli-linux-x64-musl": ["@biomejs/cli-linux-x64-musl@2.3.2", "", { "os": "linux", "cpu": "x64" }, "sha512-gzB19MpRdTuOuLtPpFBGrV3Lq424gHyq2lFj8wfX9tvLMLdmA/R9C7k/mqBp/spcbWuHeIEKgEs3RviOPcWGBA=="],
25
+
26
+ "@biomejs/cli-win32-arm64": ["@biomejs/cli-win32-arm64@2.3.2", "", { "os": "win32", "cpu": "arm64" }, "sha512-lCruqQlfWjhMlOdyf5pDHOxoNm4WoyY2vZ4YN33/nuZBRstVDuqPPjS0yBkbUlLEte11FbpW+wWSlfnZfSIZvg=="],
27
+
28
+ "@biomejs/cli-win32-x64": ["@biomejs/cli-win32-x64@2.3.2", "", { "os": "win32", "cpu": "x64" }, "sha512-6Ee9P26DTb4D8sN9nXxgbi9Dw5vSOfH98M7UlmkjKB2vtUbrRqCbZiNfryGiwnPIpd6YUoTl7rLVD2/x1CyEHQ=="],
29
+ }
30
+ }
package/package.json CHANGED
@@ -1,30 +1,35 @@
1
1
  {
2
- "name": "@nattui/tailwind-colors",
3
- "version": "0.0.1",
4
- "description": "Centralized CSS and Tailwind color definitions for consistent styling across projects",
5
- "keywords": [
6
- "colors",
7
- "css",
8
- "design-system",
9
- "palette",
10
- "tailwind",
11
- "theme"
12
- ],
13
- "homepage": "https://github.com/nattui/tailwind-colors#readme",
14
- "bugs": {
15
- "url": "https://github.com/nattui/tailwind-colors/issues"
16
- },
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/nattui/tailwind-colors.git"
20
- },
21
- "author": "Natt Nguyen <hello@natt.sh> (https://natt.sh)",
22
- "type": "module",
23
- "style": "src/index.css",
24
- "scripts": {
25
- "format:package": "bunx sort-package-json"
26
- },
27
- "publishConfig": {
28
- "access": "public"
29
- }
2
+ "name": "@nattui/tailwind-colors",
3
+ "version": "0.0.2",
4
+ "description": "Centralized CSS and Tailwind color definitions for consistent styling across projects",
5
+ "keywords": [
6
+ "colors",
7
+ "css",
8
+ "design-system",
9
+ "palette",
10
+ "tailwind",
11
+ "theme"
12
+ ],
13
+ "homepage": "https://github.com/nattui/tailwind-colors#readme",
14
+ "bugs": {
15
+ "url": "https://github.com/nattui/tailwind-colors/issues"
16
+ },
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/nattui/tailwind-colors.git"
20
+ },
21
+ "author": "Natt Nguyen <hello@natt.sh> (https://natt.sh)",
22
+ "type": "module",
23
+ "style": "src/index.css",
24
+ "scripts": {
25
+ "check": "biome check",
26
+ "check:fix": "biome check --write",
27
+ "check:package": "bunx sort-package-json"
28
+ },
29
+ "publishConfig": {
30
+ "access": "public"
31
+ },
32
+ "devDependencies": {
33
+ "@biomejs/biome": "^2.3.2"
34
+ }
30
35
  }
package/src/index.css CHANGED
@@ -3,3 +3,4 @@
3
3
  @import "./theme-gray.css";
4
4
  @import "./theme-primary.css";
5
5
  @import "./root.css";
6
+ @import "./root-p3.css";