ng-primitives 0.71.0 → 0.73.0

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
@@ -2,7 +2,7 @@
2
2
  "name": "ng-primitives",
3
3
  "description": "Angular Primitives is a low-level headless UI component library with a focus on accessibility, customization, and developer experience. ",
4
4
  "license": "Apache-2.0",
5
- "version": "0.71.0",
5
+ "version": "0.73.0",
6
6
  "keywords": [
7
7
  "angular",
8
8
  "primitives",
@@ -67,33 +67,33 @@
67
67
  "types": "./a11y/index.d.ts",
68
68
  "default": "./fesm2022/ng-primitives-a11y.mjs"
69
69
  },
70
- "./autofill": {
71
- "types": "./autofill/index.d.ts",
72
- "default": "./fesm2022/ng-primitives-autofill.mjs"
73
- },
74
70
  "./accordion": {
75
71
  "types": "./accordion/index.d.ts",
76
72
  "default": "./fesm2022/ng-primitives-accordion.mjs"
77
73
  },
78
- "./checkbox": {
79
- "types": "./checkbox/index.d.ts",
80
- "default": "./fesm2022/ng-primitives-checkbox.mjs"
74
+ "./autofill": {
75
+ "types": "./autofill/index.d.ts",
76
+ "default": "./fesm2022/ng-primitives-autofill.mjs"
77
+ },
78
+ "./avatar": {
79
+ "types": "./avatar/index.d.ts",
80
+ "default": "./fesm2022/ng-primitives-avatar.mjs"
81
81
  },
82
82
  "./button": {
83
83
  "types": "./button/index.d.ts",
84
84
  "default": "./fesm2022/ng-primitives-button.mjs"
85
85
  },
86
- "./avatar": {
87
- "types": "./avatar/index.d.ts",
88
- "default": "./fesm2022/ng-primitives-avatar.mjs"
86
+ "./combobox": {
87
+ "types": "./combobox/index.d.ts",
88
+ "default": "./fesm2022/ng-primitives-combobox.mjs"
89
89
  },
90
90
  "./common": {
91
91
  "types": "./common/index.d.ts",
92
92
  "default": "./fesm2022/ng-primitives-common.mjs"
93
93
  },
94
- "./combobox": {
95
- "types": "./combobox/index.d.ts",
96
- "default": "./fesm2022/ng-primitives-combobox.mjs"
94
+ "./checkbox": {
95
+ "types": "./checkbox/index.d.ts",
96
+ "default": "./fesm2022/ng-primitives-checkbox.mjs"
97
97
  },
98
98
  "./date-picker": {
99
99
  "types": "./date-picker/index.d.ts",
@@ -183,50 +183,50 @@
183
183
  "types": "./select/index.d.ts",
184
184
  "default": "./fesm2022/ng-primitives-select.mjs"
185
185
  },
186
- "./separator": {
187
- "types": "./separator/index.d.ts",
188
- "default": "./fesm2022/ng-primitives-separator.mjs"
189
- },
190
186
  "./slider": {
191
187
  "types": "./slider/index.d.ts",
192
188
  "default": "./fesm2022/ng-primitives-slider.mjs"
193
189
  },
194
- "./switch": {
195
- "types": "./switch/index.d.ts",
196
- "default": "./fesm2022/ng-primitives-switch.mjs"
197
- },
198
- "./tabs": {
199
- "types": "./tabs/index.d.ts",
200
- "default": "./fesm2022/ng-primitives-tabs.mjs"
201
- },
202
190
  "./state": {
203
191
  "types": "./state/index.d.ts",
204
192
  "default": "./fesm2022/ng-primitives-state.mjs"
205
193
  },
194
+ "./separator": {
195
+ "types": "./separator/index.d.ts",
196
+ "default": "./fesm2022/ng-primitives-separator.mjs"
197
+ },
206
198
  "./textarea": {
207
199
  "types": "./textarea/index.d.ts",
208
200
  "default": "./fesm2022/ng-primitives-textarea.mjs"
209
201
  },
210
- "./toggle": {
211
- "types": "./toggle/index.d.ts",
212
- "default": "./fesm2022/ng-primitives-toggle.mjs"
202
+ "./tabs": {
203
+ "types": "./tabs/index.d.ts",
204
+ "default": "./fesm2022/ng-primitives-tabs.mjs"
205
+ },
206
+ "./switch": {
207
+ "types": "./switch/index.d.ts",
208
+ "default": "./fesm2022/ng-primitives-switch.mjs"
213
209
  },
214
210
  "./toast": {
215
211
  "types": "./toast/index.d.ts",
216
212
  "default": "./fesm2022/ng-primitives-toast.mjs"
217
213
  },
214
+ "./toggle": {
215
+ "types": "./toggle/index.d.ts",
216
+ "default": "./fesm2022/ng-primitives-toggle.mjs"
217
+ },
218
218
  "./toggle-group": {
219
219
  "types": "./toggle-group/index.d.ts",
220
220
  "default": "./fesm2022/ng-primitives-toggle-group.mjs"
221
221
  },
222
- "./toolbar": {
223
- "types": "./toolbar/index.d.ts",
224
- "default": "./fesm2022/ng-primitives-toolbar.mjs"
225
- },
226
222
  "./tooltip": {
227
223
  "types": "./tooltip/index.d.ts",
228
224
  "default": "./fesm2022/ng-primitives-tooltip.mjs"
229
225
  },
226
+ "./toolbar": {
227
+ "types": "./toolbar/index.d.ts",
228
+ "default": "./fesm2022/ng-primitives-toolbar.mjs"
229
+ },
230
230
  "./utils": {
231
231
  "types": "./utils/index.d.ts",
232
232
  "default": "./fesm2022/ng-primitives-utils.mjs"
@@ -9,10 +9,6 @@ export interface NgpToastConfig {
9
9
  * The duration of each toast.
10
10
  */
11
11
  duration: number;
12
- /**
13
- * The width of each toast in pixels.
14
- */
15
- width: number;
16
12
  /**
17
13
  * The offset from the top of the viewport in pixels.
18
14
  */
@@ -15,7 +15,7 @@ export declare class NgpToast {
15
15
  x: number;
16
16
  y: number;
17
17
  }>;
18
- protected readonly swipeOutDirection: import("@angular/core").Signal<"right" | "left" | "bottom" | "top" | null>;
18
+ protected readonly swipeOutDirection: import("@angular/core").Signal<"top" | "right" | "bottom" | "left" | null>;
19
19
  /**
20
20
  * Get all toasts that are currently being displayed in the same position.
21
21
  */