Skip to content
Merged
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
2 changes: 1 addition & 1 deletion styles/dist/blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--surface-disabled-rgb: var(--base-neutral-100-rgb);
--surface-disabled: rgb(var(--surface-disabled-rgb));

--surface-scrim: rgba(var(--base-neutral-0-rgb), 0.6);
--surface-scrim: rgba(var(--base-neutral-0-rgb), 0.4);

--surface-accent-rgb: var(--theme-accent-800-rgb);
--surface-accent: rgb(var(--surface-accent-rgb));
Expand Down
10 changes: 5 additions & 5 deletions styles/dist/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
--surface-disabled-rgb: var(--base-neutral-100-rgb);
--surface-disabled: rgb(var(--surface-disabled-rgb));

--surface-scrim: rgba(var(--base-neutral-0-rgb), 0.6);
--surface-scrim: rgba(var(--base-neutral-0-rgb), 0.4);

--surface-accent-rgb: var(--theme-accent-800-rgb);
--surface-accent: rgb(var(--surface-accent-rgb));
Expand Down Expand Up @@ -563,11 +563,11 @@
--border-radius-lg: 0.375rem;
--border-radius-full: 624.9375rem;

--box-shadow-0: none;
--box-shadow-1: 0px 0.656px 4.625px #00000021, 0px 3px 13px #00000033,
--elevation-0: none;
--elevation-1: 0px 0.656px 4.625px #00000021, 0px 3px 13px #00000033,
0px 7.594px 34.875px #00000045, 0px 15px 80px #00000066;
--box-shadow-2: 0px 2.188px 4.625px #00000021, 0px 10px 13px #00000033,
--elevation-2: 0px 2.188px 4.625px #00000021, 0px 10px 13px #00000033,
0px 25.313px 34.875px #00000045, 0px 50px 80px #00000066;
--box-shadow-3: 0px 4.375px 4.625px #00000021, 0px 20px 13px #00000033,
--elevation-3: 0px 4.375px 4.625px #00000021, 0px 20px 13px #00000033,
0px 50.625px 34.875px #00000045, 0px 100px 80px #00000066;
}
2 changes: 1 addition & 1 deletion styles/dist/purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--surface-disabled-rgb: var(--base-neutral-100-rgb);
--surface-disabled: rgb(var(--surface-disabled-rgb));

--surface-scrim: rgba(var(--base-neutral-0-rgb), 0.6);
--surface-scrim: rgba(var(--base-neutral-0-rgb), 0.4);

--surface-accent-rgb: var(--theme-accent-800-rgb);
--surface-accent: rgb(var(--surface-accent-rgb));
Expand Down
8 changes: 4 additions & 4 deletions styles/dist/tailwind-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -926,19 +926,19 @@ module.exports.colorUtilities = {

module.exports.elevationUtilities = {
'.elevation-0': {
'box-shadow': 'var(--box-shadow-0)',
'box-shadow': 'var(--elevation-0)',
'background-color': 'var(--surface-default)',
},
'.elevation-1': {
'box-shadow': 'var(--box-shadow-1)',
'box-shadow': 'var(--elevation-1)',
'background-color': 'var(--surface-hover)',
},
'.elevation-2': {
'box-shadow': 'var(--box-shadow-2)',
'box-shadow': 'var(--elevation-2)',
'background-color': 'var(--surface-secondary)',
},
'.elevation-3': {
'box-shadow': 'var(--box-shadow-3)',
'box-shadow': 'var(--elevation-3)',
'background-color': 'var(--surface-tertiary)',
},
}
Expand Down
2 changes: 1 addition & 1 deletion styles/dist/yellow.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--surface-disabled-rgb: var(--base-neutral-100-rgb);
--surface-disabled: rgb(var(--surface-disabled-rgb));

--surface-scrim: rgba(var(--base-neutral-0-rgb), 0.6);
--surface-scrim: rgba(var(--base-neutral-0-rgb), 0.4);

--surface-accent-rgb: var(--theme-accent-800-rgb);
--surface-accent: rgb(var(--surface-accent-rgb));
Expand Down
240 changes: 120 additions & 120 deletions styles/src/tokens.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"global": {
"borderRadius": {
"border-radius": {
"small": {
"value": "2",
"type": "borderRadius"
Expand Down Expand Up @@ -255,123 +255,6 @@
"value": "underline",
"type": "textDecoration"
}
},
"boxShadow": {
"0": {
"value": "none",
"type": "boxShadow"
},
"1": {
"value": [
{
"color": "#00000021",
"type": "dropShadow",
"x": "0",
"y": "0.65625",
"blur": "4.625",
"spread": "0"
},
{
"color": "#00000033",
"type": "dropShadow",
"x": "0",
"y": "3",
"blur": "13",
"spread": "0"
},
{
"color": "#00000045",
"type": "dropShadow",
"x": "0",
"y": "7.59375",
"blur": "34.875",
"spread": "0"
},
{
"color": "#00000066",
"type": "dropShadow",
"x": "0",
"y": "15",
"blur": "80",
"spread": "0"
}
],
"type": "boxShadow"
},
"2": {
"value": [
{
"color": "#00000021",
"type": "dropShadow",
"x": "0",
"y": "2.1875",
"blur": "4.625",
"spread": "0"
},
{
"color": "#00000033",
"type": "dropShadow",
"x": "0",
"y": "10",
"blur": "13",
"spread": "0"
},
{
"color": "#00000045",
"type": "dropShadow",
"x": "0",
"y": "25.3125",
"blur": "34.875",
"spread": "0"
},
{
"color": "#00000066",
"type": "dropShadow",
"x": "0",
"y": "50",
"blur": "80",
"spread": "0"
}
],
"type": "boxShadow"
},
"3": {
"value": [
{
"color": "#00000021",
"type": "dropShadow",
"x": "0",
"y": "4.375",
"blur": "4.625",
"spread": "0"
},
{
"color": "#00000033",
"type": "dropShadow",
"x": "0",
"y": "20",
"blur": "13",
"spread": "0"
},
{
"color": "#00000045",
"type": "dropShadow",
"x": "0",
"y": "50.625",
"blur": "34.875",
"spread": "0"
},
{
"color": "#00000066",
"type": "dropShadow",
"x": "0",
"y": "100",
"blur": "80",
"spread": "0"
}
],
"type": "boxShadow"
}
}
},
"colors": {
Expand Down Expand Up @@ -766,6 +649,123 @@
"type": "color"
}
}
},
"elevation": {
"0": {
"value": "none",
"type": "boxShadow"
},
"1": {
"value": [
{
"color": "#00000021",
"type": "dropShadow",
"x": "0",
"y": "0.65625",
"blur": "4.625",
"spread": "0"
},
{
"color": "#00000033",
"type": "dropShadow",
"x": "0",
"y": "3",
"blur": "13",
"spread": "0"
},
{
"color": "#00000045",
"type": "dropShadow",
"x": "0",
"y": "7.59375",
"blur": "34.875",
"spread": "0"
},
{
"color": "#00000066",
"type": "dropShadow",
"x": "0",
"y": "15",
"blur": "80",
"spread": "0"
}
],
"type": "boxShadow"
},
"2": {
"value": [
{
"color": "#00000021",
"type": "dropShadow",
"x": "0",
"y": "2.1875",
"blur": "4.625",
"spread": "0"
},
{
"color": "#00000033",
"type": "dropShadow",
"x": "0",
"y": "10",
"blur": "13",
"spread": "0"
},
{
"color": "#00000045",
"type": "dropShadow",
"x": "0",
"y": "25.3125",
"blur": "34.875",
"spread": "0"
},
{
"color": "#00000066",
"type": "dropShadow",
"x": "0",
"y": "50",
"blur": "80",
"spread": "0"
}
],
"type": "boxShadow"
},
"3": {
"value": [
{
"color": "#00000021",
"type": "dropShadow",
"x": "0",
"y": "4.375",
"blur": "4.625",
"spread": "0"
},
{
"color": "#00000033",
"type": "dropShadow",
"x": "0",
"y": "20",
"blur": "13",
"spread": "0"
},
{
"color": "#00000045",
"type": "dropShadow",
"x": "0",
"y": "50.625",
"blur": "34.875",
"spread": "0"
},
{
"color": "#00000066",
"type": "dropShadow",
"x": "0",
"y": "100",
"blur": "80",
"spread": "0"
}
],
"type": "boxShadow"
}
}
},
"yellow-accent": {
Expand Down Expand Up @@ -917,7 +917,7 @@
"type": "color"
},
"scrim": {
"value": "rgba({base.neutral.0}, 0.6)",
"value": "rgba({base.neutral.0}, 0.4)",
"type": "color",
"description": "Command menu backdrop"
},
Expand Down Expand Up @@ -2082,4 +2082,4 @@
"main"
]
}
}
}