@public-ui/hydrate 3.1.0-rc.1 → 3.1.1-rc.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/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -146,7 +146,7 @@ function _mergeNamespaces(n, m) {
|
|
|
146
146
|
|
|
147
147
|
const NAMESPACE = 'kolibri';
|
|
148
148
|
const BUILD = /* kolibri */ { hydratedSelectorName: "hydrated", slotRelocation: true, state: true, updatable: true};
|
|
149
|
-
const Env = /* kolibri */ {"kolibriVersion":"3.1.
|
|
149
|
+
const Env = /* kolibri */ {"kolibriVersion":"3.1.1-rc.0"};
|
|
150
150
|
|
|
151
151
|
function getDefaultExportFromCjs (x) {
|
|
152
152
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
@@ -30227,6 +30227,7 @@ class KolTabs {
|
|
|
30227
30227
|
div.setAttribute('id', `tabpanel-${i}`);
|
|
30228
30228
|
div.setAttribute('role', 'tabpanel');
|
|
30229
30229
|
div.setAttribute('hidden', '');
|
|
30230
|
+
div.setAttribute('tabindex', '0');
|
|
30230
30231
|
const slot = document.createElement('slot');
|
|
30231
30232
|
slot.setAttribute('name', `tabpanel-slot-${i}`);
|
|
30232
30233
|
div.appendChild(slot);
|
package/dist/index.mjs
CHANGED
|
@@ -144,7 +144,7 @@ function _mergeNamespaces(n, m) {
|
|
|
144
144
|
|
|
145
145
|
const NAMESPACE = 'kolibri';
|
|
146
146
|
const BUILD = /* kolibri */ { hydratedSelectorName: "hydrated", slotRelocation: true, state: true, updatable: true};
|
|
147
|
-
const Env = /* kolibri */ {"kolibriVersion":"3.1.
|
|
147
|
+
const Env = /* kolibri */ {"kolibriVersion":"3.1.1-rc.0"};
|
|
148
148
|
|
|
149
149
|
function getDefaultExportFromCjs (x) {
|
|
150
150
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
@@ -30225,6 +30225,7 @@ class KolTabs {
|
|
|
30225
30225
|
div.setAttribute('id', `tabpanel-${i}`);
|
|
30226
30226
|
div.setAttribute('role', 'tabpanel');
|
|
30227
30227
|
div.setAttribute('hidden', '');
|
|
30228
|
+
div.setAttribute('tabindex', '0');
|
|
30228
30229
|
const slot = document.createElement('slot');
|
|
30229
30230
|
slot.setAttribute('name', `tabpanel-slot-${i}`);
|
|
30230
30231
|
div.appendChild(slot);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/hydrate",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"cross-env": "10.1.0",
|
|
50
50
|
"mocha": "11.7.4",
|
|
51
51
|
"mocha-snapshots": "4.2.0",
|
|
52
|
-
"prettier": "3.
|
|
52
|
+
"prettier": "3.8.1",
|
|
53
53
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
54
54
|
"rimraf": "6.1.2",
|
|
55
|
-
"@public-ui/components": "3.1.
|
|
55
|
+
"@public-ui/components": "3.1.1-rc.0"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"type": "commonjs",
|