ember-container-query 5.0.0 → 5.0.1
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-e795903d.js → _rollupPluginBabelHelpers-_w_srC8C.js} +1 -1
- package/dist/_rollupPluginBabelHelpers-_w_srC8C.js.map +1 -0
- package/dist/components/container-query.js +1 -1
- package/dist/modifiers/container-query.js +1 -1
- package/package.json +23 -23
- package/dist/_rollupPluginBabelHelpers-e795903d.js.map +0 -1
package/dist/{_rollupPluginBabelHelpers-e795903d.js → _rollupPluginBabelHelpers-_w_srC8C.js}
RENAMED
|
@@ -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-_w_srC8C.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_rollupPluginBabelHelpers-_w_srC8C.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-_w_srC8C.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-_w_srC8C.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.1",
|
|
4
4
|
"description": "Make container queries that harness the power of Ember",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"container-queries",
|
|
@@ -49,46 +49,46 @@
|
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@embroider/addon-shim": "^1.8.6",
|
|
52
|
-
"ember-element-helper": "^0.8.
|
|
52
|
+
"ember-element-helper": "^0.8.5",
|
|
53
53
|
"ember-modifier": "^3.2.7 || ^4.1.0",
|
|
54
54
|
"ember-resize-observer-service": "^1.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@babel/core": "^7.
|
|
58
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
57
|
+
"@babel/core": "^7.23.2",
|
|
58
|
+
"@babel/plugin-proposal-decorators": "^7.23.2",
|
|
59
59
|
"@babel/plugin-transform-class-properties": "^7.22.5",
|
|
60
|
-
"@babel/preset-typescript": "^7.
|
|
61
|
-
"@babel/runtime": "^7.
|
|
62
|
-
"@embroider/addon-dev": "^4.1.
|
|
60
|
+
"@babel/preset-typescript": "^7.23.2",
|
|
61
|
+
"@babel/runtime": "^7.23.2",
|
|
62
|
+
"@embroider/addon-dev": "^4.1.1",
|
|
63
63
|
"@gavant/glint-template-types": "^0.3.6",
|
|
64
64
|
"@glimmer/component": "^1.1.2",
|
|
65
65
|
"@glimmer/tracking": "^1.1.2",
|
|
66
|
-
"@glint/core": "^1.1
|
|
67
|
-
"@glint/environment-ember-loose": "^1.1
|
|
68
|
-
"@glint/template": "^1.1
|
|
69
|
-
"@rollup/plugin-babel": "^6.0.
|
|
70
|
-
"@tsconfig/ember": "^3.0.
|
|
71
|
-
"@types/ember__component": "^4.0.
|
|
66
|
+
"@glint/core": "^1.2.1",
|
|
67
|
+
"@glint/environment-ember-loose": "^1.2.1",
|
|
68
|
+
"@glint/template": "^1.2.1",
|
|
69
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
70
|
+
"@tsconfig/ember": "^3.0.1",
|
|
71
|
+
"@types/ember__component": "^4.0.18",
|
|
72
72
|
"@types/ember__destroyable": "^4.0.2",
|
|
73
|
-
"@types/ember__object": "^4.0.
|
|
74
|
-
"@types/ember__owner": "^4.0.
|
|
75
|
-
"@types/ember__runloop": "^4.0.
|
|
76
|
-
"@types/ember__service": "^4.0.
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
78
|
-
"@typescript-eslint/parser": "^6.7.
|
|
73
|
+
"@types/ember__object": "^4.0.8",
|
|
74
|
+
"@types/ember__owner": "^4.0.6",
|
|
75
|
+
"@types/ember__runloop": "^4.0.6",
|
|
76
|
+
"@types/ember__service": "^4.0.5",
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
78
|
+
"@typescript-eslint/parser": "^6.7.5",
|
|
79
79
|
"concurrently": "^8.2.1",
|
|
80
80
|
"ember-template-lint": "^5.11.2",
|
|
81
81
|
"ember-template-lint-plugin-prettier": "^5.0.0",
|
|
82
|
-
"eslint": "^8.
|
|
82
|
+
"eslint": "^8.51.0",
|
|
83
83
|
"eslint-config-prettier": "^9.0.0",
|
|
84
84
|
"eslint-plugin-ember": "^11.11.1",
|
|
85
85
|
"eslint-plugin-import": "2.28.1",
|
|
86
|
-
"eslint-plugin-n": "^16.
|
|
87
|
-
"eslint-plugin-prettier": "^5.0.
|
|
86
|
+
"eslint-plugin-n": "^16.2.0",
|
|
87
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
88
88
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
89
89
|
"eslint-plugin-typescript-sort-keys": "^3.0.0",
|
|
90
90
|
"prettier": "^3.0.3",
|
|
91
|
-
"rollup": "^
|
|
91
|
+
"rollup": "^4.1.1",
|
|
92
92
|
"rollup-plugin-copy": "^3.5.0",
|
|
93
93
|
"typescript": "^5.2.2"
|
|
94
94
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_rollupPluginBabelHelpers-e795903d.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|