Initial commit: Ignition 8.3.3 gateway config and watermeter project

This commit is contained in:
dohertj2
2026-02-22 04:49:06 -05:00
commit 577ef85dbc
1163 changed files with 19004 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2020-09-11T09:15:47Z"
},
"lastModificationSignature": "c27863bb352cd764643fa1e8d323b27484d5ab8d588c58b5ffd0555b5eede0f5"
}
}

View File

@@ -0,0 +1,11 @@
{
"base": {
"style": {
"borderBottomColor": "var(--neutral-50)",
"borderBottomStyle": "solid",
"borderBottomWidth": "1px",
"fontWeight": "500",
"textAlign": "start"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2020-09-11T09:15:47Z"
},
"lastModificationSignature": "a2da501f5af7f47c49ed70c55837fb26d6b12286fe16375a36cd38a212c60932"
}
}

View File

@@ -0,0 +1,10 @@
{
"base": {
"style": {
"color": "var(--neutral-80)",
"fontSize": "20px",
"fontWeight": "600",
"lineHeight": "48px"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2020-09-11T09:21:41Z"
},
"lastModificationSignature": "982333275a770e8fff9127812330b2a3a8b0ab5e7fc2a0ead6cfd3f1d1c5997b"
}
}

View File

@@ -0,0 +1,19 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-30)",
"fontSize": "14px",
"paddingLeft": "1rem!important"
}
},
"variants": [
{
"pseudo": "first-child",
"style": {
"borderTopColor": "var(--neutral-50)",
"borderTopStyle": "solid",
"borderTopWidth": "1px"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2020-09-11T09:21:41Z"
},
"lastModificationSignature": "97fdff388c96f9ee6aa2e74fb25217fb1a5dbe2f9ae03655920d46be99d25ba9"
}
}

View File

@@ -0,0 +1,25 @@
{
"base": {
"style": {
"fontSize": "14px",
"paddingLeft": "1rem!important"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--callToActionHighlight)",
"cursor": "pointer"
}
},
{
"pseudo": "first-child",
"style": {
"borderTopColor": "var(--neutral-50)",
"borderTopStyle": "solid",
"borderTopWidth": "1px"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2020-09-11T09:21:41Z"
},
"lastModificationSignature": "2412cf2b1e2dde0564751b5c9af04208d9fc3983d41d6b956bcd29ea9d4447df"
}
}

View File

@@ -0,0 +1,31 @@
{
"base": {
"style": {
"fontSize": "14px",
"paddingLeft": "1rem!important"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--callToActionHighlight)",
"cursor": "pointer"
}
},
{
"pseudo": "last-child",
"style": {
"borderBottomStyle": "none"
}
},
{
"pseudo": "first-child",
"style": {
"borderTopColor": "var(--neutral-50)",
"borderTopStyle": "solid",
"borderTopWidth": "1px"
}
}
]
}