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