Upload of projects and themes

This commit is contained in:
2026-02-17 18:14:44 +00:00
parent 00ee2e1ee1
commit c7730b9da4
302 changed files with 24019 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "b338ec6a1137da8fedc29c1726565def2c48dde1ab92a090a12a96de9e96e551",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,26 @@
{
"base": {
"animation": {
"duration": "0.2s",
"timingFunction": "ease",
"keyframes": {
"0%": {},
"100%": {}
}
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"cursor": "pointer"
}
},
{
"pseudo": "active",
"style": {
"opacity": "0.44"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "31f4fa0f2bfa7f757ae45c688ee615d6a546f6df63b90caa9a79330d172550d0",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:02Z"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"base": {
"style": {
"backgroundColor": "var(--icon)"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--icon-hover)"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "c6dea82befd35654cdbf8480a630acf1becc5f2fd7e315b504d62246f570e0f2",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,19 @@
{
"base": {
"style": {
"borderColor": "#FFFFFF16",
"borderStyle": "solid",
"borderWidth": "1px",
"borderTopLeftRadius": "25px",
"borderTopRightRadius": "25px",
"borderBottomLeftRadius": "25px",
"borderBottomRightRadius": "25px",
"boxShadow": "var(--box-shadow-1)",
"cursor": "pointer",
"paddingBottom": "var(--space-xs)",
"paddingLeft": "var(--space-md)",
"paddingRight": "var(--space-md)",
"paddingTop": "var(--space-xs)"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "3a60347d4be5f9e866306b67b0122fc8ec4fb2c4ecdea9e212b3b72571693f8b",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,20 @@
{
"base": {
"style": {
"backgroundColor": "var(--container)",
"borderColor": "var(--neutral-30)",
"borderStyle": "solid",
"borderWidth": "1px",
"borderTopLeftRadius": "var(--border-radius)",
"borderTopRightRadius": "var(--border-radius)",
"borderBottomLeftRadius": "var(--border-radius)",
"borderBottomRightRadius": "var(--border-radius)",
"boxShadow": "var(--box-shadow-2)",
"overflow": "visible",
"paddingBottom": "var(--space-sm)",
"paddingLeft": "var(--space-sm)",
"paddingRight": "var(--space-sm)",
"paddingTop": "var(--space-sm)"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "bafd240c51fcbe721f01a3c0bbbcc5003be36e598c2bbe8db12a1ed9aebabf36",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"base": {
"style": {
"color": "var(--text-color)"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "e36ec47c234977644227d1fcf35bff6c84d7fb3908c3f80153060cbd131ff36c",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"base": {
"style": {
"color": "var(--text-muted)"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "56b9c71a39a12ae1faf52159e01b24afb9f2a66e02c4bfa5f994d2cf0316bfa4",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,21 @@
{
"base": {
"style": {
"borderColor": "var(--call-to-action)",
"borderStyle": "solid",
"borderWidth": "2px",
"color": "var(--call-to-action)"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"borderColor": "var(--call-to-action-hover)",
"borderStyle": "solid",
"borderWidth": "2px",
"color": "var(--call-to-action-hover)"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "845000e9568a379b91be5bbf1d75e72c0c68d746644f9d7701b8e48343519afa",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:02Z"
}
}
}

View File

@@ -0,0 +1,11 @@
{
"base": {
"style": {
"backgroundColor": "var(--call-to-action-highlight)",
"borderColor": "var(--call-to-action-highlight)",
"borderStyle": "solid",
"borderWidth": "2px",
"color": "white"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "8e3c08b0512b9735c8559938647cb9643fea9ed835ad761ef68df2c343082b31",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"base": {
"style": {
"backgroundColor": "var(--container-nested)",
"borderColor": "var(--neutral-20)",
"borderStyle": "solid",
"borderWidth": "1px",
"borderTopLeftRadius": "var(--border-radius)",
"borderTopRightRadius": "var(--border-radius)",
"borderBottomLeftRadius": "var(--border-radius)",
"borderBottomRightRadius": "var(--border-radius)",
"boxShadow": "var(--box-shadow-1)"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "e5f4f61f56a84d6127fb3a1ae45cfbbe7d8a31cb6277ac8c47341a5cf000a1d9",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:02Z"
}
}
}

View File

@@ -0,0 +1,12 @@
{
"base": {
"animation": {
"duration": "0.1s",
"iterationCount": "1",
"keyframes": {
"0%": {},
"100%": {}
}
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "b5c90b101623aa7b5fd91ed9dd3e25d3bdcb43cde1f7b98799e24f5192113fb2",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:02Z"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"base": {
"style": {
"color": "var(--text-color)",
"fontFamily": "sans-serif"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--call-to-action-hover)"
}
}
]
}