@gardenerim/css 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -2
- package/LICENSE +1 -1
- package/README.md +9 -9
- package/dist/components/ai-compositions.min.css +1 -1
- package/dist/components/ai-extended.min.css +1 -1
- package/dist/components/ai.min.css +1 -1
- package/dist/components/auth-compositions.min.css +1 -1
- package/dist/components/basic.min.css +1 -1
- package/dist/components/catalog.min.css +1 -1
- package/dist/components/commerce-compositions.min.css +1 -1
- package/dist/components/content-compositions.min.css +1 -1
- package/dist/components/data-compositions.min.css +1 -1
- package/dist/components/data.min.css +1 -1
- package/dist/components/desktop-compositions.min.css +1 -1
- package/dist/components/desktop.min.css +1 -1
- package/dist/components/extended.min.css +1 -1
- package/dist/components/feedback.min.css +1 -1
- package/dist/components/form-compositions.min.css +1 -1
- package/dist/components/forms.min.css +1 -1
- package/dist/components/grid.min.css +1 -1
- package/dist/components/help.min.css +1 -1
- package/dist/components/layouts.min.css +1 -1
- package/dist/components/mobile-compositions.min.css +1 -1
- package/dist/components/navigation-compositions.min.css +1 -1
- package/dist/components/navigation.min.css +1 -1
- package/dist/components/page.min.css +1 -1
- package/dist/components/primitives.min.css +1 -1
- package/dist/components/recipes.min.css +1 -1
- package/dist/components/regions.min.css +1 -1
- package/dist/components/selection-compositions.min.css +1 -1
- package/dist/components/solution-compositions.min.css +1 -1
- package/dist/gardener.ai.css +1 -1
- package/dist/gardener.ai.min.css +1 -1
- package/dist/gardener.builds.json +302 -302
- package/dist/gardener.compatibility.json +2 -2
- package/dist/gardener.components.css +1 -1
- package/dist/gardener.components.min.css +1 -1
- package/dist/gardener.core.css +1 -1
- package/dist/gardener.core.min.css +1 -1
- package/dist/gardener.css +1 -1
- package/dist/gardener.d.ts +93 -26
- package/dist/gardener.electron.d.ts +5 -5
- package/dist/gardener.electron.min.js +1 -1
- package/dist/gardener.manifest.json +2 -2
- package/dist/gardener.min.css +1 -1
- package/dist/gardener.performance.json +378 -378
- package/dist/gardener.public-api.json +34 -10
- package/dist/gardener.runtime.js +173 -7
- package/dist/gardener.runtime.min.js +2 -2
- package/dist/gardener.runtime.min.js.map +3 -3
- package/dist/gardener.tauri.d.ts +5 -5
- package/dist/gardener.tauri.js +1 -1
- package/dist/gardener.tauri.min.js +1 -1
- package/dist/gardener.tauri.min.js.map +1 -1
- package/dist/gardener.themes.css +1 -1
- package/dist/gardener.themes.min.css +1 -1
- package/dist/gardener.utilities.css +1 -1
- package/dist/gardener.utilities.min.css +1 -1
- package/dist/platforms/gardener.desktop.min.css +1 -1
- package/dist/platforms/gardener.electron.min.css +1 -1
- package/dist/platforms/gardener.mobile.min.css +1 -1
- package/dist/platforms/gardener.tauri.min.css +1 -1
- package/dist/platforms/gardener.web.min.css +1 -1
- package/metadata/builds.schema.json +1 -1
- package/metadata/capabilities.schema.json +1 -1
- package/metadata/compatibility.json +2 -2
- package/metadata/compatibility.schema.json +1 -1
- package/metadata/components.schema.json +1 -1
- package/metadata/custom-build.schema.json +1 -1
- package/metadata/manifest.schema.json +2 -2
- package/metadata/performance-budgets.schema.json +2 -1
- package/metadata/performance-report.schema.json +1 -1
- package/metadata/public-api.json +36 -12
- package/metadata/public-api.schema.json +1 -1
- package/metadata/recipes.schema.json +1 -1
- package/metadata/utilities.schema.json +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/builds.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim build catalog",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "version", "reproducibility", "minifier", "compression", "componentSelection", "platforms", "componentPacks", "componentSignatures", "componentOwnership", "artifacts", "artifactIntegrity"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/capabilities.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim capability matrix",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "capabilities"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./compatibility.schema.json",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"baselineVersion": "0.9.0",
|
|
6
6
|
"policy": {
|
|
7
7
|
"stage": "stable",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
],
|
|
94
94
|
"moduleExports": [
|
|
95
95
|
"default",
|
|
96
|
-
"
|
|
96
|
+
"Gardenerim",
|
|
97
97
|
"init",
|
|
98
98
|
"destroy",
|
|
99
99
|
"register",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/compatibility.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim cross-version compatibility baseline",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "version", "baselineVersion", "policy", "support", "baseline", "deprecatedAliases"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/components.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim component catalog",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "components", "requiredStateMatrix", "requiredEnvironmentMatrix", "compositionAliases"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/custom-build.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim custom build result",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "gardenerVersion", "kind", "platform", "requestedComponents", "requestedPacks", "resolvedPacks", "includedComponents", "includeUtilities", "files", "css", "minCss", "sourceMap", "runtime", "adapters", "minifier", "compression", "outputIntegrity", "metrics"],
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/manifest.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim combined distribution manifest",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "name", "version", "classPrefix", "defaultTheme", "themes", "modes", "axes", "breakpoints", "grid", "regions", "primitives", "pageComponents", "helpComponents", "formCompositions", "navigationCompositions", "dataCompositions", "selectionCompositions", "contentCompositions", "authCompositions", "commerceCompositions", "mobileCompositions", "desktopCompositions", "aiCompositions", "solutionCompositions", "behaviors", "runtimeBehaviors", "components", "requiredStateMatrix", "requiredEnvironmentMatrix", "compositionAliases", "recipes"],
|
|
8
8
|
"properties": {
|
|
9
9
|
"$schema": { "const": "../metadata/manifest.schema.json" },
|
|
10
10
|
"schemaVersion": { "const": 3 },
|
|
11
|
-
"name": { "const": "
|
|
11
|
+
"name": { "const": "Gardenerim" },
|
|
12
12
|
"version": { "type": "string", "pattern": "^\\d+\\.\\d+\\.\\d+$" },
|
|
13
13
|
"classPrefix": { "const": "g-" },
|
|
14
14
|
"defaultTheme": { "type": "string" },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/performance-budgets.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim performance budgets",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "version", "compression", "packageMeasurement", "baseline", "artifacts", "ratios", "package"],
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"required": ["artifacts", "package"],
|
|
45
45
|
"properties": {
|
|
46
46
|
"artifacts": { "$ref": "#/$defs/artifactGrowthLimits" },
|
|
47
|
+
"artifactOverrides": { "type": "object", "additionalProperties": { "$ref": "#/$defs/artifactGrowthLimits" } },
|
|
47
48
|
"package": { "$ref": "#/$defs/packageGrowthLimits" }
|
|
48
49
|
}
|
|
49
50
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/performance-report.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim performance report",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "version", "generatedAt", "status", "compression", "artifacts", "ratios", "package", "regressions"],
|
package/metadata/public-api.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./public-api.schema.json",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"contractVersion": "
|
|
4
|
+
"contractVersion": "2.0.0",
|
|
5
5
|
"status": "stable",
|
|
6
6
|
"naming": {
|
|
7
7
|
"cssClassPrefix": "g-",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"./platform/desktop.css",
|
|
40
40
|
"./platform/tauri.css",
|
|
41
41
|
"./platform/electron.css",
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
"./component/*",
|
|
43
|
+
"./component/*.css"
|
|
44
44
|
],
|
|
45
45
|
"themeAttributes": [
|
|
46
46
|
"data-g-theme",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"javascript": {
|
|
59
59
|
"moduleExports": [
|
|
60
60
|
"default",
|
|
61
|
-
"
|
|
61
|
+
"Gardenerim",
|
|
62
62
|
"init",
|
|
63
63
|
"destroy",
|
|
64
64
|
"register",
|
|
@@ -72,15 +72,15 @@
|
|
|
72
72
|
"name": "default",
|
|
73
73
|
"kind": "object",
|
|
74
74
|
"parameters": [],
|
|
75
|
-
"returns": "Readonly<
|
|
76
|
-
"signature": "default: Readonly<
|
|
75
|
+
"returns": "Readonly<GardenerimAPI>",
|
|
76
|
+
"signature": "default: Readonly<GardenerimAPI>"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
"name": "
|
|
79
|
+
"name": "Gardenerim",
|
|
80
80
|
"kind": "object",
|
|
81
81
|
"parameters": [],
|
|
82
|
-
"returns": "Readonly<
|
|
83
|
-
"signature": "
|
|
82
|
+
"returns": "Readonly<GardenerimAPI>",
|
|
83
|
+
"signature": "Gardenerim: Readonly<GardenerimAPI>"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "init",
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
"parameters": [
|
|
89
89
|
"root = document"
|
|
90
90
|
],
|
|
91
|
-
"returns": "
|
|
92
|
-
"signature": "init(root = document) =>
|
|
91
|
+
"returns": "Gardenerim",
|
|
92
|
+
"signature": "init(root = document) => Gardenerim"
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"name": "destroy",
|
|
@@ -603,7 +603,17 @@
|
|
|
603
603
|
"attribute": "data-g-data-grid",
|
|
604
604
|
"instanceMembers": [
|
|
605
605
|
"focus",
|
|
606
|
-
"destroy"
|
|
606
|
+
"destroy",
|
|
607
|
+
"refresh",
|
|
608
|
+
"setOptions",
|
|
609
|
+
"setRows",
|
|
610
|
+
"setPage",
|
|
611
|
+
"setSort",
|
|
612
|
+
"setFilter",
|
|
613
|
+
"select",
|
|
614
|
+
"getState",
|
|
615
|
+
"updateCell",
|
|
616
|
+
"load"
|
|
607
617
|
]
|
|
608
618
|
},
|
|
609
619
|
{
|
|
@@ -1118,6 +1128,19 @@
|
|
|
1118
1128
|
"step",
|
|
1119
1129
|
"source",
|
|
1120
1130
|
"item",
|
|
1131
|
+
"reason",
|
|
1132
|
+
"page",
|
|
1133
|
+
"pageSize",
|
|
1134
|
+
"total",
|
|
1135
|
+
"sort",
|
|
1136
|
+
"filter",
|
|
1137
|
+
"selectedKeys",
|
|
1138
|
+
"loading",
|
|
1139
|
+
"error",
|
|
1140
|
+
"key",
|
|
1141
|
+
"field",
|
|
1142
|
+
"previous",
|
|
1143
|
+
"row",
|
|
1121
1144
|
"link",
|
|
1122
1145
|
"section",
|
|
1123
1146
|
"target"
|
|
@@ -1859,6 +1882,7 @@
|
|
|
1859
1882
|
"data-g-filter-input",
|
|
1860
1883
|
"data-g-filter-item",
|
|
1861
1884
|
"data-g-filter-previous-hidden",
|
|
1885
|
+
"data-g-grid-viewport",
|
|
1862
1886
|
"data-g-group-row",
|
|
1863
1887
|
"data-g-infinite-load-more",
|
|
1864
1888
|
"data-g-infinite-sentinel",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/public-api.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim public API contract",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "contractVersion", "status", "naming", "css", "javascript", "metadata", "build", "compatibility"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/recipes.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim page and composition recipes",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "recipes"],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "https://gardener.style/schema/utilities.schema.json",
|
|
4
|
-
"title": "
|
|
4
|
+
"title": "Gardenerim generated utility catalog",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": ["$schema", "schemaVersion", "classPrefix", "count", "utilities"],
|