@touchtech/baselayer-ui 8.0.0 → 8.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.
@@ -1,5 +1,6 @@
1
1
  export declare type Size = "small" | "medium" | "large" | "xlarge";
2
2
  export declare type TextInputType = "text" | "password" | "email";
3
+ export declare type TextInputMode = "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
3
4
  export declare type Color = {
4
5
  key: string;
5
6
  hexCode: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",