@provoly/dashboard 0.22.11 → 0.22.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.22.11",
3
+ "version": "0.22.13",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "16.x || 17.x",
@@ -156,18 +156,18 @@
156
156
  "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
157
157
  "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
158
158
  },
159
- "./components/card": {
160
- "types": "./components/card/index.d.ts",
161
- "esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
162
- "esm": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
163
- "default": "./fesm2022/provoly-dashboard-components-card.mjs"
164
- },
165
159
  "./filters/text": {
166
160
  "types": "./filters/text/index.d.ts",
167
161
  "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
168
162
  "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
169
163
  "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
170
164
  },
165
+ "./components/card": {
166
+ "types": "./components/card/index.d.ts",
167
+ "esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
168
+ "esm": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
169
+ "default": "./fesm2022/provoly-dashboard-components-card.mjs"
170
+ },
171
171
  "./components/checkbox": {
172
172
  "types": "./components/checkbox/index.d.ts",
173
173
  "esm2022": "./esm2022/components/checkbox/provoly-dashboard-components-checkbox.mjs",