@descope/web-components-ui 1.0.76 → 1.0.77

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/dist/index.esm.js CHANGED
@@ -4251,13 +4251,6 @@ const PhoneField = compose(
4251
4251
  })
4252
4252
  );
4253
4253
 
4254
- /*
4255
- Bugs:
4256
- - default code value, open the dropdown and click outside, the value is gone
4257
- - make invalid by blur, enter a 6 digit number, component is valid but the divider is red
4258
- - missing handling of outline when focused, hiding the divider when focusing the phone
4259
- */
4260
-
4261
4254
  customElements.define(componentName, PhoneField);
4262
4255
 
4263
4256
  const getVarName = (path) => getCssVarName(DESCOPE_PREFIX, ...path);