@descope/web-components-ui 1.0.110 → 1.0.111

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +7 -7
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -38,12 +38,12 @@ export type Theme = {
38
38
  spacing: Record<string, string>;
39
39
  };
40
40
  components: {
41
- button: Record<string, string>;
42
- textField: Record<string, string>;
43
- logo: Record<string, string>;
44
- container: Record<string, string>;
45
- link: Record<string, string>;
46
- button: Record<string, string>;
47
- text: Record<string, string>;
41
+ button: Record<string, any>;
42
+ textField: Record<string, any>;
43
+ logo: Record<string, any>;
44
+ container: Record<string, any>;
45
+ link: Record<string, any>;
46
+ button: Record<string, any>;
47
+ text: Record<string, any>;
48
48
  };
49
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.110",
3
+ "version": "1.0.111",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",