@descope/web-components-ui 1.0.132 → 1.0.133

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
@@ -2172,6 +2172,10 @@ class RawLink extends createBaseClass({ componentName: componentName$e, baseSele
2172
2172
  }
2173
2173
  :host a {
2174
2174
  display: inline;
2175
+ text-decoration: none;
2176
+ }
2177
+ :host a:hover {
2178
+ text-decoration: underline;
2175
2179
  }
2176
2180
  </style>
2177
2181
  <div>
@@ -2215,10 +2219,7 @@ const LinkClass = compose(
2215
2219
  { ...text$2, property: TextClass.cssVarList.textColor }
2216
2220
  ],
2217
2221
  cursor: anchor,
2218
- textUnderlineWidth: { ...anchor, property: 'border-bottom-width' },
2219
- textUnderlineStyle: { ...anchor, property: 'border-bottom-style' },
2220
- textUnderlineColor: { ...anchor, property: 'border-bottom-color' }
2221
- },
2222
+ }
2222
2223
  }),
2223
2224
  draggableMixin,
2224
2225
  componentNameValidationMixin
@@ -6225,10 +6226,6 @@ const link = {
6225
6226
  [vars$9.hostWidth]: '100%'
6226
6227
  },
6227
6228
 
6228
- _hover: {
6229
- [vars$9.textUnderlineColor]: 'currentColor'
6230
- },
6231
-
6232
6229
  mode: {
6233
6230
  primary: {
6234
6231
  [vars$9.textColor]: globalRefs$4.colors.primary.main,