@descope/web-components-ui 3.0.5 → 3.0.7

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": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -51,10 +51,10 @@
51
51
  "webpack-cli": "^6.0.0",
52
52
  "webpack-dev-server": "^5.0.0",
53
53
  "webpack-subresource-integrity": "5.2.0-rc.1",
54
- "rollup-replace-plugin": "3.0.5",
55
- "test-drivers": "3.0.5",
56
- "webpack-extract-font-loader": "3.0.5",
57
- "webpack-replace-plugin": "3.0.5"
54
+ "rollup-replace-plugin": "3.0.7",
55
+ "test-drivers": "3.0.7",
56
+ "webpack-replace-plugin": "3.0.7",
57
+ "webpack-extract-font-loader": "3.0.7"
58
58
  },
59
59
  "dependencies": {
60
60
  "@vaadin/checkbox": "24.3.4",
@@ -78,31 +78,32 @@
78
78
  "libphonenumber-js": "^1.11.12",
79
79
  "lodash.debounce": "4.0.8",
80
80
  "lodash.merge": "4.6.2",
81
- "@descope-ui/common": "3.0.5",
82
- "@descope-ui/descope-address-field": "3.0.5",
83
- "@descope-ui/descope-apps-list": "3.0.5",
84
- "@descope-ui/descope-autocomplete-field": "3.0.5",
85
- "@descope-ui/descope-avatar": "3.0.5",
86
- "@descope-ui/descope-badge": "3.0.5",
87
- "@descope-ui/descope-button": "3.0.5",
88
- "@descope-ui/descope-collapsible-container": "3.0.5",
89
- "@descope-ui/descope-combo-box": "3.0.5",
90
- "@descope-ui/descope-enriched-text": "3.0.5",
91
- "@descope-ui/descope-icon": "3.0.5",
92
- "@descope-ui/descope-image": "3.0.5",
93
- "@descope-ui/descope-link": "3.0.5",
94
- "@descope-ui/descope-list": "3.0.5",
95
- "@descope-ui/descope-list-item": "3.0.5",
96
- "@descope-ui/descope-outbound-app-button": "3.0.5",
97
- "@descope-ui/descope-outbound-apps": "3.0.5",
98
- "@descope-ui/descope-password-strength": "3.0.5",
99
- "@descope-ui/descope-ponyhot": "3.0.5",
100
- "@descope-ui/descope-recovery-codes": "3.0.5",
101
- "@descope-ui/descope-text": "3.0.5",
102
- "@descope-ui/descope-timer": "3.0.5",
103
- "@descope-ui/descope-timer-button": "3.0.5",
104
- "@descope-ui/descope-tooltip": "3.0.5",
105
- "@descope-ui/descope-trusted-devices": "3.0.5"
81
+ "@descope-ui/common": "3.0.7",
82
+ "@descope-ui/descope-address-field": "3.0.7",
83
+ "@descope-ui/descope-country-subdivision-city-field": "3.0.7",
84
+ "@descope-ui/descope-apps-list": "3.0.7",
85
+ "@descope-ui/descope-autocomplete-field": "3.0.7",
86
+ "@descope-ui/descope-avatar": "3.0.7",
87
+ "@descope-ui/descope-badge": "3.0.7",
88
+ "@descope-ui/descope-button": "3.0.7",
89
+ "@descope-ui/descope-collapsible-container": "3.0.7",
90
+ "@descope-ui/descope-combo-box": "3.0.7",
91
+ "@descope-ui/descope-enriched-text": "3.0.7",
92
+ "@descope-ui/descope-image": "3.0.7",
93
+ "@descope-ui/descope-link": "3.0.7",
94
+ "@descope-ui/descope-outbound-apps": "3.0.7",
95
+ "@descope-ui/descope-list": "3.0.7",
96
+ "@descope-ui/descope-list-item": "3.0.7",
97
+ "@descope-ui/descope-outbound-app-button": "3.0.7",
98
+ "@descope-ui/descope-icon": "3.0.7",
99
+ "@descope-ui/descope-password-strength": "3.0.7",
100
+ "@descope-ui/descope-ponyhot": "3.0.7",
101
+ "@descope-ui/descope-text": "3.0.7",
102
+ "@descope-ui/descope-recovery-codes": "3.0.7",
103
+ "@descope-ui/descope-timer": "3.0.7",
104
+ "@descope-ui/descope-timer-button": "3.0.7",
105
+ "@descope-ui/descope-trusted-devices": "3.0.7",
106
+ "@descope-ui/descope-tooltip": "3.0.7"
106
107
  },
107
108
  "overrides": {
108
109
  "@vaadin/avatar": "24.3.4",
@@ -139,7 +140,7 @@
139
140
  "e2e:local:ui:debug": "PWDEBUG=1 npm run e2e:local:ui",
140
141
  "pree2e:container": "docker build -t descope-wcui-playwright-image .",
141
142
  "e2e:container": "MONOREPO_ROOT=$(git rev-parse --show-toplevel) && PROJECT_DIR=$(pwd) && PROJECT_RELATIVE_PATH=${PROJECT_DIR#$MONOREPO_ROOT/} && docker run --rm --network host -v $MONOREPO_ROOT:/work/ -w /work/$PROJECT_RELATIVE_PATH descope-wcui-playwright-image",
142
- "e2e:container:updateSnapshots": "npm run e2e:container -- --update-snapshots",
143
+ "e2e:container:updateSnapshots": "npm run e2e:container -- --update-snapshots=all",
143
144
  "container:build": "docker build -t descope-wcui-playwright-image .",
144
145
  "container:debug": "MONOREPO_ROOT=$(git rev-parse --show-toplevel) && PROJECT_DIR=$(pwd) && PROJECT_RELATIVE_PATH=${PROJECT_DIR#$MONOREPO_ROOT/} && docker run --rm --network host -v $MONOREPO_ROOT:/work/ -w /work/$PROJECT_RELATIVE_PATH -it mcr.microsoft.com/playwright:v1.58.1-noble /bin/bash",
145
146
  "print-components": "nx show projects --projects 'packages/web-components/components/*'",
@@ -151,7 +152,7 @@
151
152
  "prebuild": "rm -rf dist",
152
153
  "build:umd": "webpack -c webpack.prod.js",
153
154
  "build:lib": "rollup -c",
154
- "build": "npm run build:umd && npm run build:lib && node -e \"const fs=require('fs'); const path=require('path'); fs.mkdirSync('dist',{recursive:true}); fs.writeFileSync(path.join('dist','index.d.ts'),'');\"",
155
+ "build": "npm run build:umd && npm run build:lib && touch dist/index.d.ts",
155
156
  "start": "webpack serve -c webpack.dev.js --port=8888",
156
157
  "format": "prettier --ignore-path .gitignore --write .",
157
158
  "format:all": "npm run format .",
package/src/index.umd.js CHANGED
@@ -5,7 +5,6 @@ const components = import.meta.webpackContext('./components', {
5
5
  regExp: /index.js$/,
6
6
  mode: 'lazy',
7
7
  chunkName: '[request]',
8
- prefetch: true,
9
8
  });
10
9
 
11
10
  // all components must be in a folder with the component name, and have an index.js file
@@ -21,6 +21,7 @@ import * as outboundApps from '@descope-ui/descope-outbound-apps/theme';
21
21
  import * as outboundAppButton from '@descope-ui/descope-outbound-app-button/theme';
22
22
  import * as trustedDevices from '@descope-ui/descope-trusted-devices/theme';
23
23
  import * as tooltip from '@descope-ui/descope-tooltip/theme';
24
+ import * as countrySubdivisionCityField from '@descope-ui/descope-country-subdivision-city-field/theme';
24
25
  import * as textField from './textField';
25
26
  import * as password from './password';
26
27
  import * as numberField from './numberField';
@@ -123,6 +124,7 @@ const components = {
123
124
  alert,
124
125
  autocompleteField,
125
126
  addressField,
127
+ countrySubdivisionCityField,
126
128
  timer,
127
129
  timerButton,
128
130
  passwordStrength,