@oneli8/tokens 1.0.0-beta.10 → 1.0.0-beta.11
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/ai-context.json +1 -1
- package/package.json +1 -1
- package/schema/component-status.schema.json +1 -1
- package/schema/token-file.schema.json +1 -1
- package/scripts/build.mjs +1 -1
- package/src/component.json +1 -1
- package/src/figma-code-syntax.txt +2 -0
- package/src/primitive.json +1 -1
- package/src/semantic.json +1 -1
- package/src/themes.json +1 -1
package/ai-context.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema":"https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id":"https://oneli8.org/schema/component-status.schema.json",
|
|
4
|
-
"title":"
|
|
4
|
+
"title":"OneLi8 component status registry",
|
|
5
5
|
"type":"object",
|
|
6
6
|
"required":["version","components"],
|
|
7
7
|
"properties":{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema":"https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id":"https://oneli8.org/schema/token-file.schema.json",
|
|
4
|
-
"title":"
|
|
4
|
+
"title":"OneLi8 DTCG-compatible token file",
|
|
5
5
|
"type":"object",
|
|
6
6
|
"properties":{
|
|
7
7
|
"$schema":{"type":"string"},
|
package/scripts/build.mjs
CHANGED
|
@@ -243,4 +243,4 @@ if(uncontracted.size>0){
|
|
|
243
243
|
for(const p of [...uncontracted].sort().slice(0,10))console.log(` \u00b7 ${p}`);
|
|
244
244
|
}
|
|
245
245
|
if(figmaAhead.length>0)console.log(`\u2139 Figma defines ${figmaAhead.length} variables this build does not emit yet (see src/figma-code-syntax.txt)`);
|
|
246
|
-
console.log(`Built ${tokenPaths.length}
|
|
246
|
+
console.log(`Built ${tokenPaths.length} OneLi8 tokens for CSS, TypeScript, Tailwind, and Figma.`);
|
package/src/component.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../schema/token-file.schema.json",
|
|
3
|
-
"$description": "Approved
|
|
3
|
+
"$description": "Approved OneLi8 component recipes. Component tokens map Semantic roles and approved non-duplicative geometry; they never create private foundation scales.",
|
|
4
4
|
"$extensions": {
|
|
5
5
|
"oneli8.status": "component-slice-01"
|
|
6
6
|
},
|
|
@@ -483,6 +483,8 @@ material.gem.color.innerThinCut.low|--ol8-material-gem-color-innerthincut-low
|
|
|
483
483
|
material.gem.color.innerThinCut.mid|--ol8-material-gem-color-innerthincut-mid
|
|
484
484
|
material.gem.color.quiet.contentGlow|--ol8-material-gem-color-quiet-contentglow
|
|
485
485
|
material.gem.color.quiet.content|--ol8-material-gem-color-quiet-content
|
|
486
|
+
material.gem.color.quiet.legibilityFace|--ol8-material-gem-color-quiet-legibilityface
|
|
487
|
+
material.gem.color.quiet.contentDisabled|--ol8-material-gem-color-quiet-contentdisabled
|
|
486
488
|
material.gem.color.quiet.environmentalFace|--ol8-material-gem-color-quiet-environmentalface
|
|
487
489
|
material.gem.color.quiet.opaqueEquivalent|--ol8-material-gem-color-quiet-opaqueequivalent
|
|
488
490
|
material.gem.color.quiet.stabilizedFace|--ol8-material-gem-color-quiet-stabilizedface
|
package/src/primitive.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../schema/token-file.schema.json",
|
|
3
|
-
"$description": "Approved
|
|
3
|
+
"$description": "Approved OneLi8 primitive values. Product code should prefer Semantic or Component tokens.",
|
|
4
4
|
"color": {
|
|
5
5
|
"blue": {
|
|
6
6
|
"120": {
|
package/src/semantic.json
CHANGED
package/src/themes.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../schema/token-file.schema.json",
|
|
3
|
-
"$description": "Independent
|
|
3
|
+
"$description": "Independent OneLi8 mode axes. Compact typography is the semantic default.",
|
|
4
4
|
"$extensions": {
|
|
5
5
|
"oneli8.axes": {
|
|
6
6
|
"colorScheme": [
|