@descope/web-components-ui 1.0.108 → 1.0.109

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 +0 -11
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -29,17 +29,6 @@ export { ImageClass } from './src/components/descope-image';
29
29
  export { PhoneFieldClass } from './src/components/descope-phone-field';
30
30
  export { NewPasswordClass } from './src/components/descope-new-password';
31
31
 
32
- export type FontFamilies = Record<string, any>;
33
- export type FontFamily = Record<string, any>;
34
- export type TypographyVariants = keyof Theme['globals']['typography'];
35
- export type VariantsList = Array<TypographyVariants>;
36
-
37
- export type FontDef = {
38
- label: string;
39
- url: string;
40
- family: string[];
41
- };
42
-
43
32
  export type Theme = {
44
33
  globals: {
45
34
  colors: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.108",
3
+ "version": "1.0.109",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",