@descope-ui/descope-multi-line-mappings 3.11.1 → 3.11.3
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
|
+
## [3.11.3](https://github.com/descope/web-components-ui/compare/web-components-ui-3.11.2...web-components-ui-3.11.3) (2026-05-19)
|
|
6
|
+
|
|
7
|
+
## [3.11.2](https://github.com/descope/web-components-ui/compare/web-components-ui-3.11.1...web-components-ui-3.11.2) (2026-05-19)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **tooltip-wrapped:** sync stretch attr and hidden class for tooltip-wrapped components ([#1032](https://github.com/descope/web-components-ui/issues/1032)) ([669468f](https://github.com/descope/web-components-ui/commit/669468fd1cb8ff9a50b58e380a442c9c1e6e2b96))
|
|
13
|
+
|
|
5
14
|
## [3.11.1](https://github.com/descope/web-components-ui/compare/web-components-ui-3.11.0...web-components-ui-3.11.1) (2026-05-19)
|
|
6
15
|
|
|
7
16
|
|
|
@@ -130,7 +130,7 @@ test.describe('logic', () => {
|
|
|
130
130
|
).toMatchSnapshot();
|
|
131
131
|
});
|
|
132
132
|
|
|
133
|
-
test('add row button adds a new empty row', async ({ page }) => {
|
|
133
|
+
test.fixme('add row button adds a new empty row', async ({ page }) => {
|
|
134
134
|
await page.goto(getStoryUrl(storyName, {}), { waitUntil: 'networkidle' });
|
|
135
135
|
const component = createMultiLineMappingsTestDriver(
|
|
136
136
|
page.locator(componentName),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope-ui/descope-multi-line-mappings",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.3",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./src/component/index.js"
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@playwright/test": "1.58.2",
|
|
17
|
-
"test-drivers": "3.11.
|
|
18
|
-
"e2e-utils": "3.11.
|
|
17
|
+
"test-drivers": "3.11.3",
|
|
18
|
+
"e2e-utils": "3.11.3"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@descope-ui/descope-button": "3.11.
|
|
22
|
-
"@descope-ui/
|
|
23
|
-
"@descope-ui/
|
|
24
|
-
"@descope-ui/theme-globals": "3.11.
|
|
25
|
-
"@descope-ui/theme-input-wrapper": "3.11.
|
|
21
|
+
"@descope-ui/descope-button": "3.11.3",
|
|
22
|
+
"@descope-ui/descope-multi-select-combo-box": "3.11.3",
|
|
23
|
+
"@descope-ui/common": "3.11.3",
|
|
24
|
+
"@descope-ui/theme-globals": "3.11.3",
|
|
25
|
+
"@descope-ui/theme-input-wrapper": "3.11.3"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"link-workspace-packages": false
|