@descope/web-components-ui 1.42.0 → 1.43.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": "@descope/web-components-ui",
3
- "version": "1.42.0",
3
+ "version": "1.43.0",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -80,9 +80,11 @@
80
80
  "@descope-ui/descope-icon": "0.0.4",
81
81
  "@descope-ui/descope-text": "0.0.9",
82
82
  "@descope-ui/descope-avatar": "0.0.9",
83
- "@descope-ui/descope-combo-box": "0.0.9",
84
- "@descope-ui/descope-autocomplete-field": "0.0.8",
85
- "@descope-ui/descope-address-field": "0.0.7"
83
+ "@descope-ui/descope-combo-box": "0.0.10",
84
+ "@descope-ui/descope-autocomplete-field": "0.0.9",
85
+ "@descope-ui/descope-address-field": "0.0.8",
86
+ "@descope-ui/descope-timer": "0.0.1",
87
+ "@descope-ui/descope-timer-button": "0.0.1"
86
88
  },
87
89
  "overrides": {
88
90
  "@vaadin/avatar": "24.3.4",
@@ -54,6 +54,8 @@ import * as hybridField from './hybridField';
54
54
  import * as alert from './alert';
55
55
  import * as autocompleteField from '@descope-ui/descope-autocomplete-field/theme';
56
56
  import * as addressField from '@descope-ui/descope-address-field/theme';
57
+ import * as timer from '@descope-ui/descope-timer/theme';
58
+ import * as timerButton from '@descope-ui/descope-timer-button/theme';
57
59
 
58
60
  const components = {
59
61
  button,
@@ -113,6 +115,8 @@ const components = {
113
115
  alert,
114
116
  autocompleteField,
115
117
  addressField,
118
+ timer,
119
+ timerButton,
116
120
  };
117
121
 
118
122
  const theme = Object.keys(components).reduce(