@descope-ui/common 0.1.1 → 1.139.1

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
+ ## [1.139.1](https://github.com/descope/web-components-ui/compare/web-components-ui-1.139.0...web-components-ui-1.139.1) (2025-10-08)
6
+
7
+ ## [0.1.2](https://github.com/descope/web-components-ui/compare/@descope-ui/common-0.1.1...@descope-ui/common-0.1.2) (2025-09-30)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * st error ([#732](https://github.com/descope/web-components-ui/issues/732)) ([a00ba1b](https://github.com/descope/web-components-ui/commit/a00ba1b28651f846fe8ff337e254d2c87a9a3947))
13
+
5
14
  ## [0.1.1](https://github.com/descope/web-components-ui/compare/@descope-ui/common-0.1.0...@descope-ui/common-0.1.1) (2025-09-29)
6
15
 
7
16
  ## [0.1.0](https://github.com/descope/web-components-ui/compare/@descope-ui/common-0.0.18...@descope-ui/common-0.1.0) (2025-09-02)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope-ui/common",
3
- "version": "0.1.1",
3
+ "version": "1.139.1",
4
4
  "dependencies": {
5
5
  "element-internals-polyfill": "^1.3.9",
6
6
  "color": "^4.2.3",
package/project.json CHANGED
@@ -3,15 +3,6 @@
3
3
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
4
4
  "sourceRoot": "packages/libs/common/src",
5
5
  "projectType": "library",
6
- "targets": {
7
- "version": {
8
- "executor": "@jscutlery/semver:version",
9
- "options": {
10
- "trackDeps": true,
11
- "push": false,
12
- "preset": "conventional"
13
- }
14
- }
15
- },
6
+ "targets": {},
16
7
  "tags": []
17
8
  }
@@ -117,7 +117,7 @@ export const createStyleMixin =
117
117
 
118
118
 
119
119
  #setAttrOverride(attrName, value) {
120
- const style = this.#overrideStyleEle?.cssRules[0].style;
120
+ const style = this.#overrideStyleEle?.cssRules[0]?.style;
121
121
 
122
122
  if (!style) return;
123
123