ember-container-query 5.0.2 → 5.0.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/{_rollupPluginBabelHelpers-_w_srC8C.js → _rollupPluginBabelHelpers-9wjJaosZ.js} +15 -15
- package/dist/_rollupPluginBabelHelpers-9wjJaosZ.js.map +1 -0
- package/dist/components/container-query.js +1 -1
- package/dist/modifiers/container-query.js +1 -1
- package/package.json +21 -21
- package/dist/_rollupPluginBabelHelpers-_w_srC8C.js.map +0 -1
package/dist/{_rollupPluginBabelHelpers-_w_srC8C.js → _rollupPluginBabelHelpers-9wjJaosZ.js}
RENAMED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
function _toPrimitive(t, r) {
|
|
2
|
+
if ("object" != typeof t || !t) return t;
|
|
3
|
+
var e = t[Symbol.toPrimitive];
|
|
4
|
+
if (void 0 !== e) {
|
|
5
|
+
var i = e.call(t, r || "default");
|
|
6
|
+
if ("object" != typeof i) return i;
|
|
7
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
8
|
+
}
|
|
9
|
+
return ("string" === r ? String : Number)(t);
|
|
10
|
+
}
|
|
11
|
+
function _toPropertyKey(t) {
|
|
12
|
+
var i = _toPrimitive(t, "string");
|
|
13
|
+
return "symbol" == typeof i ? i : String(i);
|
|
14
|
+
}
|
|
1
15
|
function _defineProperty(obj, key, value) {
|
|
2
16
|
key = _toPropertyKey(key);
|
|
3
17
|
if (key in obj) {
|
|
@@ -12,20 +26,6 @@ function _defineProperty(obj, key, value) {
|
|
|
12
26
|
}
|
|
13
27
|
return obj;
|
|
14
28
|
}
|
|
15
|
-
function _toPrimitive(input, hint) {
|
|
16
|
-
if (typeof input !== "object" || input === null) return input;
|
|
17
|
-
var prim = input[Symbol.toPrimitive];
|
|
18
|
-
if (prim !== undefined) {
|
|
19
|
-
var res = prim.call(input, hint || "default");
|
|
20
|
-
if (typeof res !== "object") return res;
|
|
21
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22
|
-
}
|
|
23
|
-
return (hint === "string" ? String : Number)(input);
|
|
24
|
-
}
|
|
25
|
-
function _toPropertyKey(arg) {
|
|
26
|
-
var key = _toPrimitive(arg, "string");
|
|
27
|
-
return typeof key === "symbol" ? key : String(key);
|
|
28
|
-
}
|
|
29
29
|
function _initializerDefineProperty(target, property, descriptor, context) {
|
|
30
30
|
if (!descriptor) return;
|
|
31
31
|
Object.defineProperty(target, property, {
|
|
@@ -60,4 +60,4 @@ function _applyDecoratedDescriptor(target, property, decorators, descriptor, con
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
export { _applyDecoratedDescriptor as _, _initializerDefineProperty as a, _defineProperty as b };
|
|
63
|
-
//# sourceMappingURL=_rollupPluginBabelHelpers-
|
|
63
|
+
//# sourceMappingURL=_rollupPluginBabelHelpers-9wjJaosZ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_rollupPluginBabelHelpers-9wjJaosZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _applyDecoratedDescriptor, a as _initializerDefineProperty, b as _defineProperty } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _applyDecoratedDescriptor, a as _initializerDefineProperty, b as _defineProperty } from '../_rollupPluginBabelHelpers-9wjJaosZ.js';
|
|
2
2
|
import './container-query.css';
|
|
3
3
|
import { action } from '@ember/object';
|
|
4
4
|
import Component from '@glimmer/component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _applyDecoratedDescriptor, a as _initializerDefineProperty, b as _defineProperty } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _applyDecoratedDescriptor, a as _initializerDefineProperty, b as _defineProperty } from '../_rollupPluginBabelHelpers-9wjJaosZ.js';
|
|
2
2
|
import { registerDestructor } from '@ember/destroyable';
|
|
3
3
|
import { action } from '@ember/object';
|
|
4
4
|
import { debounce } from '@ember/runloop';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-container-query",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "Make container queries that harness the power of Ember",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"container-queries",
|
|
@@ -48,19 +48,19 @@
|
|
|
48
48
|
"dist"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@embroider/addon-shim": "^1.8.
|
|
51
|
+
"@embroider/addon-shim": "^1.8.7",
|
|
52
52
|
"ember-element-helper": "^0.8.5",
|
|
53
|
-
"ember-modifier": "^
|
|
53
|
+
"ember-modifier": "^4.1.0",
|
|
54
54
|
"ember-resize-observer-service": "^1.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@babel/core": "^7.23.
|
|
58
|
-
"@babel/plugin-proposal-decorators": "^7.23.
|
|
59
|
-
"@babel/plugin-transform-class-properties": "^7.
|
|
60
|
-
"@babel/plugin-transform-class-static-block": "^7.
|
|
61
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
62
|
-
"@babel/runtime": "^7.23.
|
|
63
|
-
"@embroider/addon-dev": "^4.1.
|
|
57
|
+
"@babel/core": "^7.23.6",
|
|
58
|
+
"@babel/plugin-proposal-decorators": "^7.23.6",
|
|
59
|
+
"@babel/plugin-transform-class-properties": "^7.23.3",
|
|
60
|
+
"@babel/plugin-transform-class-static-block": "^7.23.4",
|
|
61
|
+
"@babel/plugin-transform-typescript": "^7.23.6",
|
|
62
|
+
"@babel/runtime": "^7.23.6",
|
|
63
|
+
"@embroider/addon-dev": "^4.1.3",
|
|
64
64
|
"@gavant/glint-template-types": "^0.3.6",
|
|
65
65
|
"@glimmer/component": "^1.1.2",
|
|
66
66
|
"@glimmer/tracking": "^1.1.2",
|
|
@@ -69,23 +69,23 @@
|
|
|
69
69
|
"@glint/environment-ember-template-imports": "^1.2.1",
|
|
70
70
|
"@glint/template": "^1.2.1",
|
|
71
71
|
"@rollup/plugin-babel": "^6.0.4",
|
|
72
|
-
"@types/ember__component": "^4.0.
|
|
73
|
-
"@types/ember__destroyable": "^4.0.
|
|
74
|
-
"@types/ember__object": "^4.0.
|
|
72
|
+
"@types/ember__component": "^4.0.21",
|
|
73
|
+
"@types/ember__destroyable": "^4.0.4",
|
|
74
|
+
"@types/ember__object": "^4.0.11",
|
|
75
75
|
"@types/ember__owner": "^4.0.8",
|
|
76
|
-
"@types/ember__runloop": "^4.0.
|
|
77
|
-
"@types/ember__service": "^4.0.
|
|
76
|
+
"@types/ember__runloop": "^4.0.8",
|
|
77
|
+
"@types/ember__service": "^4.0.8",
|
|
78
78
|
"babel-plugin-ember-template-compilation": "^2.2.1",
|
|
79
79
|
"concurrently": "^8.2.2",
|
|
80
|
-
"ember-template-lint": "^5.
|
|
81
|
-
"eslint": "^8.
|
|
82
|
-
"prettier": "^3.
|
|
83
|
-
"rollup": "^4.
|
|
80
|
+
"ember-template-lint": "^5.13.0",
|
|
81
|
+
"eslint": "^8.56.0",
|
|
82
|
+
"prettier": "^3.1.1",
|
|
83
|
+
"rollup": "^4.9.1",
|
|
84
84
|
"rollup-plugin-copy": "^3.5.0",
|
|
85
|
-
"typescript": "^5.
|
|
85
|
+
"typescript": "^5.3.3",
|
|
86
86
|
"@shared-configs/ember-template-lint": "0.0.0",
|
|
87
|
-
"@shared-configs/prettier": "0.0.0",
|
|
88
87
|
"@shared-configs/eslint-config-ember": "0.0.0",
|
|
88
|
+
"@shared-configs/prettier": "0.0.0",
|
|
89
89
|
"@shared-configs/typescript": "0.0.0"
|
|
90
90
|
},
|
|
91
91
|
"engines": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_rollupPluginBabelHelpers-_w_srC8C.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|