@descope-ui/descope-button 0.0.17 → 0.0.19

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/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.19](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-button-0.0.18...@descope-ui/descope-button-0.0.19) (2025-07-21)
6
+
7
+ ## [0.0.18](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-button-0.0.17...@descope-ui/descope-button-0.0.18) (2025-07-21)
8
+
9
+ ### Dependency Updates
10
+
11
+ * `@descope-ui/common` updated to version `0.0.18`
12
+ * `@descope-ui/theme-globals` updated to version `0.0.19`
13
+ * `@descope-ui/descope-icon` updated to version `0.0.17`
5
14
  ## [0.0.17](https://github.com/descope/web-components-ui/compare/@descope-ui/descope-button-0.0.16...@descope-ui/descope-button-0.0.17) (2025-07-16)
6
15
 
7
16
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope-ui/descope-button",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./src/component/index.js"
@@ -19,9 +19,9 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@vaadin/button": "24.3.4",
22
- "@descope-ui/common": "0.0.17",
23
- "@descope-ui/theme-globals": "0.0.18",
24
- "@descope-ui/descope-icon": "0.0.16"
22
+ "@descope-ui/common": "0.0.18",
23
+ "@descope-ui/theme-globals": "0.0.19",
24
+ "@descope-ui/descope-icon": "0.0.17"
25
25
  },
26
26
  "publishConfig": {
27
27
  "link-workspace-packages": false
@@ -124,7 +124,7 @@ export const ButtonClass = compose(
124
124
  padding: 0;
125
125
  }
126
126
  `,
127
- excludeAttrsSync: ['tabindex'],
127
+ excludeAttrsSync: ['tabindex', 'class'],
128
128
  componentName,
129
129
  })
130
130
  );