@flywheel-io/vision 19.4.0 → 19.5.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flywheel-io/vision",
3
- "version": "19.4.0",
3
+ "version": "19.5.0",
4
4
  "description": "Flywheel UI elements provided as Angular components and native web components",
5
5
  "author": "Flywheel",
6
6
  "license": "MIT",
@@ -20,6 +20,7 @@
20
20
  "@angular/core": "<=19"
21
21
  },
22
22
  "dependencies": {
23
+ "@date-fns/tz": "^1.4.1",
23
24
  "date-fns": "^2.28.0",
24
25
  "document-register-element": "^1.7.2",
25
26
  "libphonenumber-js": "^1.10.11",
package/public-api.d.ts CHANGED
@@ -120,6 +120,7 @@ export * from './components/text-input/text-input.component';
120
120
  export * from './components/text-input/text-input.module';
121
121
  export * from './components/textarea-input/textarea-input.component';
122
122
  export * from './components/textarea-input/textarea-input.module';
123
+ export * from './components/timezone-select/time-zone-select.component';
123
124
  export * from './components/tooltip/tooltip.component';
124
125
  export * from './components/tooltip/tooltip.directive';
125
126
  export * from './components/tooltip/tooltip.module';
@@ -129,4 +130,5 @@ export { FwTypeaheadComponent } from './components/typeahead/typeahead.component
129
130
  export * from './components/wrapped-input/wrapped-input.component';
130
131
  export * from './components/wrapped-input/wrapped-input.module';
131
132
  export * from './directives/menu-register.directive';
133
+ export * from './directives/NoopValueAccessor.directive';
132
134
  export { CdkTableModule } from '@angular/cdk/table';