Began Framework start

This commit is contained in:
2026-03-17 09:10:25 -05:00
parent c1603c24b0
commit 2db1253693
1277 changed files with 66669 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "eaf6e4c78c2a92ca1a2316c68bf3dcbc80ce4cc925153febb7087101f4b792b1",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:07Z"
}
}
}

View File

@@ -0,0 +1,12 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-80)",
"color": "var(--neutral-10)",
"fontSize": "14px",
"fontWeight": "bold",
"lineHeight": "17px",
"textTransform": "none"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "b45195df4db63c8448edc3df0992c2d24b74456b9a434f41973140c9fb5158f3",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:08Z"
}
}
}

View File

@@ -0,0 +1,31 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-20)",
"borderBottomStyle": "none",
"borderTopColor": "var(--neutral-60)",
"borderTopStyle": "solid",
"borderTopWidth": "1px",
"color": "var(--neutral-80)",
"fontSize": "14px",
"lineHeight": "16px",
"textTransform": "uppercase"
}
},
"variants": [
{
"pseudo": "last-child",
"style": {
"borderBottomColor": "var(--neutral-60)",
"borderBottomStyle": "solid",
"borderBottomWidth": "1px"
}
},
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--callToActionHighlight)"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "d02518b104eebc159e01c20ec4bd295e6274686f47815f33193bfbaaf0a3167b",
"lastModification": {
"actor": "admin",
"timestamp": "2025-12-17T16:24:08Z"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-30)"
}
}
}