cleo_design_tokens 0.1.3 → 0.1.4
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.
- checksums.yaml +4 -4
- data/lib/cleo_design_tokens/version.rb +3 -4
- data/package.json +3 -2
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2bf8406899ea47dbbef0c4a0110eb3b995796cb4e13ea660c720deae3aa98da0
|
|
4
|
+
data.tar.gz: ff162bd5c5543c81973894100d71c636baa9a9a515a035efc5367acdc8c66eb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ce45df54d80e57003987f91fbd1e7965af5bfe6b91d496fb0c9dcc39ae3e0de727b31b842135c39705ff3f366f21964e53e8ed664281f99adc3b3b635818dea
|
|
7
|
+
data.tar.gz: 36c131e5eda05c02cd4eb2c530450e6b3dd8cd5d54b52bc3e0fcb0e156c78f1cdb112d7da03422509ac22ecdf87725d1b523426d491a61c9bc7af7d00e86c98d
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
require "json"
|
|
2
2
|
|
|
3
3
|
module CleoDesignTokens
|
|
4
|
-
#
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
# read works from an installed gem too, not just this source checkout.
|
|
4
|
+
# The release workflow writes the computed version into `package.json` before
|
|
5
|
+
# building either artifact. The gemspec ships that file alongside `lib/`
|
|
6
|
+
# (see `spec.files`) so this read works from an installed gem too.
|
|
8
7
|
VERSION = JSON.parse(File.read(File.expand_path("../../package.json", __dir__))).fetch("version")
|
|
9
8
|
end
|
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meetcleo/design-tokens",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Canonical source of truth for Cleo's design tokens (DTCG JSON), plus a TypeScript reader.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"url": "https://github.com/meetcleo/cleonardo/issues"
|
|
15
15
|
},
|
|
16
16
|
"publishConfig": {
|
|
17
|
-
"registry": "https://
|
|
17
|
+
"registry": "https://registry.npmjs.org",
|
|
18
|
+
"access": "public"
|
|
18
19
|
},
|
|
19
20
|
"engines": {
|
|
20
21
|
"node": ">=24"
|
metadata
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cleo_design_tokens
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cleo
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-08-26 00:00:00.000000000 Z
|
|
11
12
|
dependencies: []
|
|
12
13
|
description: Flattens Cleo's colour design tokens (packages/tokens/tokens/color) into
|
|
13
14
|
frozen colors.primitives / colors.semantic lookups, with the theme passed alongside
|
|
14
15
|
the key.
|
|
16
|
+
email:
|
|
15
17
|
executables: []
|
|
16
18
|
extensions: []
|
|
17
19
|
extra_rdoc_files: []
|
|
@@ -35,6 +37,7 @@ metadata:
|
|
|
35
37
|
changelog_uri: https://github.com/meetcleo/cleonardo/releases
|
|
36
38
|
github_repo: ssh://github.com/meetcleo/cleonardo
|
|
37
39
|
allowed_push_host: https://rubygems.org
|
|
40
|
+
post_install_message:
|
|
38
41
|
rdoc_options: []
|
|
39
42
|
require_paths:
|
|
40
43
|
- lib
|
|
@@ -49,7 +52,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
49
52
|
- !ruby/object:Gem::Version
|
|
50
53
|
version: '0'
|
|
51
54
|
requirements: []
|
|
52
|
-
rubygems_version: 3.
|
|
55
|
+
rubygems_version: 3.4.1
|
|
56
|
+
signing_key:
|
|
53
57
|
specification_version: 4
|
|
54
58
|
summary: Ruby reader for Cleo's canonical colour design tokens
|
|
55
59
|
test_files: []
|