@descope-ui/descope-attachment 3.5.0 → 3.6.0
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/package.json +10 -6
- package/CHANGELOG.md +0 -29
- package/e2e/attachment.spec.ts +0 -29
- package/project.json +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope-ui/descope-attachment",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
|
+
"files": [
|
|
5
|
+
"src",
|
|
6
|
+
"stories"
|
|
7
|
+
],
|
|
4
8
|
"exports": {
|
|
5
9
|
".": {
|
|
6
10
|
"import": "./src/component/index.js"
|
|
@@ -14,13 +18,13 @@
|
|
|
14
18
|
},
|
|
15
19
|
"devDependencies": {
|
|
16
20
|
"@playwright/test": "1.58.2",
|
|
17
|
-
"e2e-utils": "3.
|
|
18
|
-
"test-
|
|
19
|
-
"test-
|
|
21
|
+
"e2e-utils": "3.6.0",
|
|
22
|
+
"test-assets": "3.6.0",
|
|
23
|
+
"test-drivers": "3.6.0"
|
|
20
24
|
},
|
|
21
25
|
"dependencies": {
|
|
22
|
-
"@descope-ui/
|
|
23
|
-
"@descope-ui/
|
|
26
|
+
"@descope-ui/common": "3.6.0",
|
|
27
|
+
"@descope-ui/theme-globals": "3.6.0"
|
|
24
28
|
},
|
|
25
29
|
"publishConfig": {
|
|
26
30
|
"link-workspace-packages": false
|
package/CHANGELOG.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
|
-
|
|
5
|
-
## [3.5.0](https://github.com/descope/web-components-ui/compare/web-components-ui-3.4.0...web-components-ui-3.5.0) (2026-05-07)
|
|
6
|
-
|
|
7
|
-
## [3.4.0](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.5...web-components-ui-3.4.0) (2026-05-07)
|
|
8
|
-
|
|
9
|
-
## [3.3.5](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.4...web-components-ui-3.3.5) (2026-05-06)
|
|
10
|
-
|
|
11
|
-
## [3.3.4](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.3...web-components-ui-3.3.4) (2026-05-06)
|
|
12
|
-
|
|
13
|
-
## [3.3.3](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.2...web-components-ui-3.3.3) (2026-05-03)
|
|
14
|
-
|
|
15
|
-
## [3.3.2](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.1...web-components-ui-3.3.2) (2026-04-26)
|
|
16
|
-
|
|
17
|
-
## [3.3.1](https://github.com/descope/web-components-ui/compare/web-components-ui-3.3.0...web-components-ui-3.3.1) (2026-04-23)
|
|
18
|
-
|
|
19
|
-
## [3.3.0](https://github.com/descope/web-components-ui/compare/web-components-ui-3.2.2...web-components-ui-3.3.0) (2026-04-19)
|
|
20
|
-
|
|
21
|
-
## [3.2.2](https://github.com/descope/web-components-ui/compare/web-components-ui-3.2.1...web-components-ui-3.2.2) (2026-04-16)
|
|
22
|
-
|
|
23
|
-
## [3.2.1](https://github.com/descope/web-components-ui/compare/web-components-ui-3.2.0...web-components-ui-3.2.1) (2026-04-16)
|
|
24
|
-
|
|
25
|
-
## [3.2.0](https://github.com/descope/web-components-ui/compare/web-components-ui-3.1.13...web-components-ui-3.2.0) (2026-04-16)
|
|
26
|
-
|
|
27
|
-
### Features
|
|
28
|
-
|
|
29
|
-
- add descope-last-auth-badge component ([#982](https://github.com/descope/web-components-ui/issues/982)) ([055b461](https://github.com/descope/web-components-ui/commit/055b4618abbdf518494a2984e56d66e58fdb4809))
|
package/e2e/attachment.spec.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { test, expect } from '@playwright/test';
|
|
2
|
-
import { getStoryUrl, loopConfig } from 'e2e-utils';
|
|
3
|
-
|
|
4
|
-
const componentAttributes = {
|
|
5
|
-
position: [
|
|
6
|
-
'top-start',
|
|
7
|
-
'top-end',
|
|
8
|
-
'top-center',
|
|
9
|
-
'bottom-start',
|
|
10
|
-
'bottom-end',
|
|
11
|
-
'bottom-center',
|
|
12
|
-
],
|
|
13
|
-
'offset-x': [0, 20, -20],
|
|
14
|
-
'offset-y': [0, 20, -20],
|
|
15
|
-
direction: ['ltr', 'rtl'],
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
const storyName = 'descope-attachment';
|
|
19
|
-
|
|
20
|
-
test.describe('theme', () => {
|
|
21
|
-
loopConfig(componentAttributes, (attr, value) => {
|
|
22
|
-
test(`${attr}: ${value}`, async ({ page }) => {
|
|
23
|
-
await page.goto(getStoryUrl(storyName, { [attr]: value }), {
|
|
24
|
-
waitUntil: 'networkidle',
|
|
25
|
-
});
|
|
26
|
-
expect(await page.screenshot()).toMatchSnapshot();
|
|
27
|
-
});
|
|
28
|
-
});
|
|
29
|
-
});
|
package/project.json
DELETED