@flywheel-io/vision 19.0.0 → 19.2.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.0.0",
3
+ "version": "19.2.0",
4
4
  "description": "Flywheel UI elements provided as Angular components and native web components",
5
5
  "author": "Flywheel",
6
6
  "license": "MIT",
package/public-api.d.ts CHANGED
@@ -115,6 +115,7 @@ export * from './components/tabs/tab/tab.component';
115
115
  export * from './components/tabs/tab-panel/tab-panel.component';
116
116
  export * from './components/tabs/tabs.component';
117
117
  export * from './components/tabs/tabs.module';
118
+ export * from './components/text/text.component';
118
119
  export * from './components/text-input/text-input.component';
119
120
  export * from './components/text-input/text-input.module';
120
121
  export * from './components/textarea-input/textarea-input.component';