Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions packages/tokens/src/bingel-dc/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -4809,17 +4809,5 @@
},
"$description": "boxShadow.focus"
}
},
"skeleton-copy": {
"plain": {
"$type": "color",
"$value": "{color.background.accent.grey.subtlest}",
"$description": "Use for skeleton loading states."
},
"subtle": {
"$type": "color",
"$value": "{color.background.accent.grey.subtle}",
"$description": "Use for the pulse or shimmer effect in skeleton loading states."
}
}
}
52 changes: 26 additions & 26 deletions packages/tokens/src/magister/light-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@
"red": {
"bold": {
"$type": "color",
"$value": "{magister.color.background.accent.red.bold}",
"$value": "{magister.color.foreground.accent.red.bold}",
"$description": "Use for bold red borders for purely stylistic purposes with no specific meaning."
},
"plain": {
"$type": "color",
"$value": "{magister.color.background.accent.red.bold}",
"$value": "{magister.color.foreground.accent.red.plain}",
"$description": "Use for plain red borders for purely stylistic purposes with no specific meaning."
}
},
Expand All @@ -130,12 +130,12 @@
"grey": {
"bold": {
"$type": "color",
"$value": "{magister.color.palette.grey.300}",
"$value": "{magister.color.palette.grey.500}",
"$description": "Use for bold grey borders for purely stylistic purposes with no specific meaning."
},
"faint": {
"$type": "color",
"$value": "{magister.color.palette.grey.100}",
"$value": "{magister.color.palette.grey.150}",
"$description": "Use for faint grey borders for purely stylistic purposes with no specific meaning."
},
"heavy": {
Expand All @@ -145,7 +145,7 @@
},
"plain": {
"$type": "color",
"$value": "{magister.color.palette.grey.150}",
"$value": "{magister.color.palette.grey.400}",
"$description": "Use for plain grey borders for purely stylistic purposes with no specific meaning."
}
},
Expand Down Expand Up @@ -176,12 +176,12 @@
"orange": {
"bold": {
"$type": "color",
"$value": "{magister.color.background.accent.orange.bold}",
"$value": "{magister.color.foreground.accent.orange.bold}",
"$description": "Use for bold orange borders for purely stylistic purposes with no specific meaning."
},
"plain": {
"$type": "color",
"$value": "{magister.color.background.accent.orange.bold}",
"$value": "{magister.color.foreground.accent.orange.plain}",
"$description": "Use for plain orange borders for purely stylistic purposes with no specific meaning."
}
},
Expand Down Expand Up @@ -411,39 +411,39 @@
"grey": {
"100": {
"$type": "color",
"$value": "#e7e7e7"
"$value": "#F0F2F5"
},
"150": {
"$type": "color",
"$value": "#d1d1d1"
"$value": "#E0E6EA"
},
"200": {
"$type": "color",
"$value": "#b0b0b0"
"$value": "#DAE0E7"
},
"300": {
"$type": "color",
"$value": "#888888"
"$value": "#D0D9E0"
},
"400": {
"$type": "color",
"$value": "#6d6d6d"
"$value": "#C8D1DA"
},
"500": {
"$type": "color",
"$value": "#5d5d5d"
"$value": "#818B98"
},
"600": {
"$type": "color",
"$value": "#4f4f4f"
"$value": "#59636E"
},
"700": {
"$type": "color",
"$value": "#454545"
"$value": "#393F46"
},
"800": {
"$type": "color",
"$value": "#3d3d3d"
"$value": "#25292F"
},
"900": {
"$type": "color",
Expand All @@ -455,7 +455,7 @@
},
"050": {
"$type": "color",
"$value": "#f6f6f6"
"$value": "#F6F8FA"
}
},
"teal": {
Expand Down Expand Up @@ -786,12 +786,12 @@
},
"subtle": {
"$type": "color",
"$value": "rgba({magister.color.background.accent.blue.bold}, {magister.opacity.subtle})",
"$value": "rgba({magister.color.palette.blue.150}, 25%)",
"$description": "A subtle blue background option in idle state, applied purely for stylistic purposes without specific meaning."
},
"subtlest": {
"$type": "color",
"$value": "rgba({magister.color.background.accent.blue.bold}, {magister.opacity.subtlest})",
"$value": "rgba({magister.color.palette.blue.150}, 20%)",
"$description": "The subtlest blue background option for interactive elements, applied purely for stylistic purposes without specific meaning."
},
"interactive": {
Expand All @@ -802,15 +802,15 @@
},
"plain": {
"$type": "color",
"$value": "{magister.color.palette.blue.400}",
"$value": "{magister.color.palette.blue.150}",
"$description": "Used as transparent layer on top of the muted, subtlest and subtle background to indicate the hover and pressed state."
}
}
},
"grey": {
"bold": {
"$type": "color",
"$value": "{magister.color.palette.grey.150}",
"$value": "{magister.color.palette.grey.900}",
"$description": "A vibrant grey background option, applied purely for stylistic purposes without specific meaning."
},
"subtle": {
Expand All @@ -820,7 +820,7 @@
},
"subtlest": {
"$type": "color",
"$value": "rgba( {magister.color.palette.grey.700}, {magister.opacity.subtlest})",
"$value": "rgba( {magister.color.palette.grey.400}, {magister.opacity.subtlest})",
"$description": "The subtlest grey background option for interactive elements, applied purely for stylistic purposes without specific meaning."
},
"interactive": {
Expand Down Expand Up @@ -1313,7 +1313,7 @@
},
"faint": {
"$type": "color",
"$value": "{magister.color.palette.grey.200}",
"$value": "{magister.color.palette.grey.300}",
"$description": "Use for faint text on neutral backgrounds, providing low contrast. Not intended for primary content, as it does not meet WCAG 2.2 AA contrast requirements. Use sparingly where accessibility isn't a critical concern."
},
"plain": {
Expand All @@ -1328,12 +1328,12 @@
},
"subtle": {
"$type": "color",
"$value": "{magister.color.palette.grey.600}",
"$value": "{magister.color.palette.grey.700}",
"$description": "Use for subtle grey text for purely stylistic purposes with no specific meaning."
},
"subtlest": {
"$type": "color",
"$value": "{magister.color.palette.grey.400}",
"$value": "{magister.color.palette.grey.600}",
"$description": "Use for muted grey text for purely stylistic purposes with no specific meaning."
},
"onInverted": {
Expand Down Expand Up @@ -1497,7 +1497,7 @@
},
"onBold": {
"$type": "color",
"$value": "{magister.color.palette.grey.900}",
"$value": "{magister.color.palette.blue.800}",
"$description": "Use for inverted text on 'color.background.inverted.bold'."
}
},
Expand Down
67 changes: 67 additions & 0 deletions packages/tokens/src/primitives.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,72 @@
"$value": "950",
"$description": "ultra, ultra black, extra black"
}
},
"opacity-new": {
"50": {
"$type": "opacity",
"$value": "0.02",
"$description": "opacity.50"
},
"100": {
"$type": "opacity",
"$value": "0.04",
"$description": "opacity.100"
},
"150": {
"$type": "opacity",
"$value": "0.06",
"$description": "opacity.150"
},
"200": {
"$type": "opacity",
"$value": "0.08",
"$description": "opacity.200"
},
"300": {
"$type": "opacity",
"$value": "0.12",
"$description": "opacity.300"
},
"400": {
"$type": "opacity",
"$value": "0.16",
"$description": "opacity.400"
},
"500": {
"$type": "opacity",
"$value": "0.2",
"$description": "opacity.500"
},
"600": {
"$type": "opacity",
"$value": "0.32",
"$description": "opacity.600"
},
"700": {
"$type": "opacity",
"$value": "0.48",
"$description": "opacity.700"
},
"800": {
"$type": "opacity",
"$value": "0.64",
"$description": "opacity.800"
},
"900": {
"$type": "opacity",
"$value": "0.8",
"$description": "opacity.900"
},
"1000": {
"$type": "opacity",
"$value": "1",
"$description": "opacity.1000"
},
"transparent": {
"$type": "opacity",
"$value": "0",
"$description": "opacity.transparent"
}
}
}
4 changes: 4 additions & 0 deletions packages/tokens/src/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@
"$type": "sizing",
"$value": "{size.400}"
},
"2xs": {
"$type": "sizing",
"$value": "{size.125}"
},
"3xl": {
"$type": "sizing",
"$value": "{size.600}"
Expand Down
Loading