@digipair/skill-web-spectrum 0.136.3 → 0.136.5
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/focus-visible.cjs.js +23 -8
- package/dist/focus-visible.esm.js +23 -8
- package/dist/index.cjs.js +2276 -2438
- package/dist/index.esm.js +2276 -2438
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/lib/skill-web-spectrum.d.ts +2 -0
- package/dist/src/lib/skill-web-spectrum.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
m.forEach(function (e) {
|
|
5
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
+
if (k !== 'default' && !(k in n)) {
|
|
7
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return e[k]; }
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
return Object.freeze(n);
|
|
16
|
+
}
|
|
17
|
+
|
|
3
18
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
19
|
function getDefaultExportFromCjs(x) {
|
|
5
20
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
6
21
|
}
|
|
7
22
|
|
|
8
|
-
var focusVisible$
|
|
23
|
+
var focusVisible$2 = {
|
|
9
24
|
exports: {}
|
|
10
25
|
};
|
|
11
26
|
|
|
@@ -269,14 +284,14 @@ var focusVisible$1 = {
|
|
|
269
284
|
applyFocusVisiblePolyfill(document);
|
|
270
285
|
}
|
|
271
286
|
});
|
|
272
|
-
} (focusVisible$
|
|
287
|
+
} (focusVisible$2, focusVisible$2.exports));
|
|
273
288
|
|
|
274
|
-
var focusVisibleExports = focusVisible$
|
|
275
|
-
var
|
|
289
|
+
var focusVisibleExports = focusVisible$2.exports;
|
|
290
|
+
var focusVisible = /*@__PURE__*/getDefaultExportFromCjs(focusVisibleExports);
|
|
276
291
|
|
|
277
|
-
var focusVisible = /*#__PURE__*/
|
|
292
|
+
var focusVisible$1 = /*#__PURE__*/_mergeNamespaces({
|
|
278
293
|
__proto__: null,
|
|
279
|
-
default:
|
|
280
|
-
});
|
|
294
|
+
default: focusVisible
|
|
295
|
+
}, [focusVisibleExports]);
|
|
281
296
|
|
|
282
|
-
exports.focusVisible = focusVisible;
|
|
297
|
+
exports.focusVisible = focusVisible$1;
|
|
@@ -1,9 +1,24 @@
|
|
|
1
|
+
function _mergeNamespaces(n, m) {
|
|
2
|
+
m.forEach(function (e) {
|
|
3
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
4
|
+
if (k !== 'default' && !(k in n)) {
|
|
5
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
6
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () { return e[k]; }
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
});
|
|
13
|
+
return Object.freeze(n);
|
|
14
|
+
}
|
|
15
|
+
|
|
1
16
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
2
17
|
function getDefaultExportFromCjs(x) {
|
|
3
18
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
4
19
|
}
|
|
5
20
|
|
|
6
|
-
var focusVisible$
|
|
21
|
+
var focusVisible$2 = {
|
|
7
22
|
exports: {}
|
|
8
23
|
};
|
|
9
24
|
|
|
@@ -267,14 +282,14 @@ var focusVisible$1 = {
|
|
|
267
282
|
applyFocusVisiblePolyfill(document);
|
|
268
283
|
}
|
|
269
284
|
});
|
|
270
|
-
} (focusVisible$
|
|
285
|
+
} (focusVisible$2, focusVisible$2.exports));
|
|
271
286
|
|
|
272
|
-
var focusVisibleExports = focusVisible$
|
|
273
|
-
var
|
|
287
|
+
var focusVisibleExports = focusVisible$2.exports;
|
|
288
|
+
var focusVisible = /*@__PURE__*/getDefaultExportFromCjs(focusVisibleExports);
|
|
274
289
|
|
|
275
|
-
var focusVisible = /*#__PURE__*/
|
|
290
|
+
var focusVisible$1 = /*#__PURE__*/_mergeNamespaces({
|
|
276
291
|
__proto__: null,
|
|
277
|
-
default:
|
|
278
|
-
});
|
|
292
|
+
default: focusVisible
|
|
293
|
+
}, [focusVisibleExports]);
|
|
279
294
|
|
|
280
|
-
export { focusVisible as f };
|
|
295
|
+
export { focusVisible$1 as f };
|