@descope-ui/descope-multi-line-mappings 3.11.6 → 3.11.8

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,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [3.11.8](https://github.com/descope/web-components-ui/compare/web-components-ui-3.11.7...web-components-ui-3.11.8) (2026-05-25)
6
+
7
+ ## [3.11.7](https://github.com/descope/web-components-ui/compare/web-components-ui-3.11.6...web-components-ui-3.11.7) (2026-05-25)
8
+
5
9
  ## [3.11.6](https://github.com/descope/web-components-ui/compare/web-components-ui-3.11.5...web-components-ui-3.11.6) (2026-05-24)
6
10
 
7
11
  ## [3.11.5](https://github.com/descope/web-components-ui/compare/web-components-ui-3.11.4...web-components-ui-3.11.5) (2026-05-21)
@@ -180,7 +180,9 @@ test.describe('logic', () => {
180
180
  ).toMatchSnapshot();
181
181
  });
182
182
 
183
- test('add button is disabled when max rows is reached', async ({ page }) => {
183
+ test('add button is disabled when max rows is reached', async ({ browserName, page }) => {
184
+ test.skip(browserName === 'webkit');
185
+
184
186
  await page.goto(getStoryUrl(storyName, { 'max-rows': '2' }), {
185
187
  waitUntil: 'networkidle',
186
188
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope-ui/descope-multi-line-mappings",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
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
- "e2e-utils": "3.11.6",
18
- "test-drivers": "3.11.6"
17
+ "e2e-utils": "3.11.8",
18
+ "test-drivers": "3.11.8"
19
19
  },
20
20
  "dependencies": {
21
- "@descope-ui/common": "3.11.6",
22
- "@descope-ui/descope-button": "3.11.6",
23
- "@descope-ui/descope-multi-select-combo-box": "3.11.6",
24
- "@descope-ui/theme-globals": "3.11.6",
25
- "@descope-ui/theme-input-wrapper": "3.11.6"
21
+ "@descope-ui/common": "3.11.8",
22
+ "@descope-ui/descope-button": "3.11.8",
23
+ "@descope-ui/descope-multi-select-combo-box": "3.11.8",
24
+ "@descope-ui/theme-globals": "3.11.8",
25
+ "@descope-ui/theme-input-wrapper": "3.11.8"
26
26
  },
27
27
  "publishConfig": {
28
28
  "link-workspace-packages": false