@sebgroup/green-core 2.22.0 → 2.22.1-rc.20260116084901369
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.
|
@@ -21,9 +21,8 @@ import {
|
|
|
21
21
|
gdsCustomElement,
|
|
22
22
|
html
|
|
23
23
|
} from "../../utils/helpers/custom-element-scoping.js";
|
|
24
|
-
import * as Table from "./table.imports";
|
|
25
|
-
import * as Types from "./table.types";
|
|
26
|
-
import * as Types2 from "./table.types";
|
|
24
|
+
import * as Table from "./table.imports.js";
|
|
25
|
+
import * as Types from "./table.types.js";
|
|
27
26
|
let GdsTable = class extends GdsElement {
|
|
28
27
|
constructor() {
|
|
29
28
|
super(...arguments);
|
|
@@ -1085,6 +1084,5 @@ GdsTable = __decorateClass([
|
|
|
1085
1084
|
})
|
|
1086
1085
|
], GdsTable);
|
|
1087
1086
|
export {
|
|
1088
|
-
GdsTable
|
|
1089
|
-
Types2 as Types
|
|
1087
|
+
GdsTable
|
|
1090
1088
|
};
|
package/custom-elements.json
CHANGED
|
@@ -33043,14 +33043,6 @@
|
|
|
33043
33043
|
}
|
|
33044
33044
|
],
|
|
33045
33045
|
"exports": [
|
|
33046
|
-
{
|
|
33047
|
-
"kind": "js",
|
|
33048
|
-
"name": "*",
|
|
33049
|
-
"declaration": {
|
|
33050
|
-
"name": "Types",
|
|
33051
|
-
"module": "src/components/table/table.types"
|
|
33052
|
-
}
|
|
33053
|
-
},
|
|
33054
33046
|
{
|
|
33055
33047
|
"kind": "js",
|
|
33056
33048
|
"name": "GdsTable",
|
package/gds-element.js
CHANGED
|
@@ -14,7 +14,7 @@ class GdsElement extends LitElement {
|
|
|
14
14
|
/**
|
|
15
15
|
* The semantic version of this element. Can be used for troubleshooting to verify the version being used.
|
|
16
16
|
*/
|
|
17
|
-
this.semanticVersion = "2.22.
|
|
17
|
+
this.semanticVersion = "2.22.1-rc.20260116084901369";
|
|
18
18
|
this._isUsingTransitionalStyles = false;
|
|
19
19
|
this._dynamicStylesController = new DynamicStylesController(this);
|
|
20
20
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-core",
|
|
3
3
|
"description": "A carefully crafted set of Web Components, laying the foundation of the Green Design System.",
|
|
4
|
-
"version": "2.22.
|
|
4
|
+
"version": "2.22.1-rc.20260116084901369",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"type": "module",
|