@digigov/cli-theme-colors 1.0.0-rc.33 → 2.0.3
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
+
"tooling/cli-theme-colors/.rush/temp/shrinkwrap-deps.json": "64924f8f2cb3e39fa74dff972d23833a1fa0b847",
|
|
3
4
|
"tooling/cli-theme-colors/index.js": "b58417ec41fe9772c47669e1b8b20872a69e8cd0",
|
|
4
5
|
"tooling/cli-theme-colors/leo-colors.js": "8c92d451e72ecb895007e02d44ec8380be5e8211",
|
|
5
|
-
"tooling/cli-theme-colors/package.json": "
|
|
6
|
-
"tooling/cli-theme-colors/.rush/temp/shrinkwrap-deps.json": "1416b6b20523ab29c164df421aa93c6467b0cfe3"
|
|
6
|
+
"tooling/cli-theme-colors/package.json": "2f48893ab6468281502efe24009beaa3f2507179"
|
|
7
7
|
},
|
|
8
8
|
"arguments": "publint "
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"../../tooling/cli-theme-colors": "../../tooling/cli-theme-colors:
|
|
2
|
+
"../../tooling/cli-theme-colors": "../../tooling/cli-theme-colors:Tp9Zvo+MI0V6sVmN/o5GeJWeP1DC0qiEpbhNaIjPiDc=:",
|
|
3
3
|
"@adobe/leonardo-contrast-colors@1.0.0-alpha.13": "sha512-n+nl/UAbabHDMfkjKgaSB9qRciympqHgGszRP6dDcpCb5wPxu9C50k+NK1uLsHYsh8nYJTFeJ8dPXXPbr9e5aA==",
|
|
4
4
|
"@babel/runtime@7.27.0": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==",
|
|
5
5
|
"balanced-match@1.0.2": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@digigov/cli-theme-colors",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.0.3",
|
|
6
|
+
"tag": "@digigov/cli-theme-colors_v2.0.3",
|
|
7
|
+
"date": "Wed, 21 Jan 2026 21:01:49 GMT",
|
|
8
|
+
"comments": {}
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"version": "2.0.2",
|
|
12
|
+
"tag": "@digigov/cli-theme-colors_v2.0.2",
|
|
13
|
+
"date": "Wed, 21 Jan 2026 15:58:34 GMT",
|
|
14
|
+
"comments": {
|
|
15
|
+
"major": [
|
|
16
|
+
{
|
|
17
|
+
"comment": "Add initial functionality of generating a colors.css file from a brandConfig.json"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Change Log - @digigov/cli-theme-colors
|
|
2
|
+
|
|
3
|
+
This log was last generated on Wed, 21 Jan 2026 21:01:49 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.0.3
|
|
6
|
+
Wed, 21 Jan 2026 21:01:49 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 2.0.2
|
|
11
|
+
Wed, 21 Jan 2026 15:58:34 GMT
|
|
12
|
+
|
|
13
|
+
### Breaking changes
|
|
14
|
+
|
|
15
|
+
- Add initial functionality of generating a colors.css file from a brandConfig.json
|
|
16
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-theme-colors",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "CLI for generating CSS colors",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"author": "GRNET Devs <devs@lists.grnet.gr>",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"publint": "0.1.8"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@digigov/cli": "2.0.
|
|
22
|
+
"@digigov/cli": "2.0.3"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"publint": "publint"
|