@warp-ds/elements 1.0.0-alpha.24 → 1.0.0-alpha.25
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/dist/index.js +1301 -1979
- package/dist/packages/affix/index.d.ts +2 -2
- package/dist/packages/alert/index.d.ts +1 -1
- package/dist/packages/box/index.d.ts +1 -1
- package/dist/packages/broadcast/component.d.ts +1 -1
- package/dist/packages/broadcast/index.d.ts +1 -1
- package/dist/packages/card/index.d.ts +1 -1
- package/dist/packages/textfield/index.d.ts +1 -1
- package/dist/packages/toast/toast-container.d.ts +1 -1
- package/dist/packages/toast/toast.d.ts +1 -1
- package/dist/packages/utils/expand-transition.d.ts +2 -2
- package/dist/packages/utils/unstyled-heading.d.ts +1 -1
- package/package.json +23 -24
|
@@ -23,5 +23,5 @@ export class WarpAffix extends LitElement {
|
|
|
23
23
|
get _markup(): import("lit").TemplateResult<1>;
|
|
24
24
|
render(): import("lit").TemplateResult<1>;
|
|
25
25
|
}
|
|
26
|
-
import { LitElement } from
|
|
27
|
-
import { suffix } from
|
|
26
|
+
import { LitElement } from 'lit';
|
|
27
|
+
import { suffix } from '@warp-ds/component-classes';
|
|
@@ -17,4 +17,4 @@ export class WarpBox extends LitElement {
|
|
|
17
17
|
get _class(): import(".pnpm/lit-html@2.7.2/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.2/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
18
18
|
render(): import("lit").TemplateResult<1>;
|
|
19
19
|
}
|
|
20
|
-
import { LitElement } from
|
|
20
|
+
import { LitElement } from 'lit';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { WarpBroadcast };
|
|
2
|
-
import { WarpBroadcast } from
|
|
2
|
+
import { WarpBroadcast } from './component';
|
|
@@ -15,7 +15,7 @@ export class ExpandTransition extends LitElement {
|
|
|
15
15
|
_removeElement: boolean;
|
|
16
16
|
willUpdate(): void;
|
|
17
17
|
updated(): void;
|
|
18
|
-
get _wrapper():
|
|
18
|
+
get _wrapper(): this;
|
|
19
19
|
render(): import("lit").TemplateResult<1>;
|
|
20
20
|
}
|
|
21
|
-
import { LitElement } from
|
|
21
|
+
import { LitElement } from 'lit';
|
|
@@ -8,4 +8,4 @@ export class UnstyledHeading extends LitElement {
|
|
|
8
8
|
get _markup(): string;
|
|
9
9
|
render(): import(".pnpm/lit-html@2.7.2/node_modules/lit-html/directive.js").DirectiveResult<typeof import("lit/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
10
10
|
}
|
|
11
|
-
import { LitElement } from
|
|
11
|
+
import { LitElement } from 'lit';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.25",
|
|
5
5
|
"description": "Custom elements for Warp",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
@@ -37,47 +37,46 @@
|
|
|
37
37
|
},
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/core": "7.
|
|
41
|
-
"@babel/eslint-parser": "7.
|
|
40
|
+
"@babel/core": "7.22.5",
|
|
41
|
+
"@babel/eslint-parser": "7.22.5",
|
|
42
42
|
"@chbphone55/classnames": "2.0.0",
|
|
43
43
|
"@eik/cli": "^2.0.22",
|
|
44
|
-
"@semantic-release/changelog": "6.0.
|
|
44
|
+
"@semantic-release/changelog": "6.0.3",
|
|
45
45
|
"@semantic-release/git": "10.0.1",
|
|
46
46
|
"@warp-ds/uno": "^1.0.0-alpha.45",
|
|
47
|
-
"@warp-ds/component-classes": "1.0.0-alpha.
|
|
48
|
-
"autoprefixer": "10.4.
|
|
47
|
+
"@warp-ds/component-classes": "1.0.0-alpha.110",
|
|
48
|
+
"autoprefixer": "10.4.14",
|
|
49
49
|
"cors": "2.8.5",
|
|
50
|
-
"cssnano": "5.1.14",
|
|
51
50
|
"cz-conventional-changelog": "3.3.0",
|
|
52
51
|
"element-collapse": "1.1.0",
|
|
53
|
-
"esbuild": "0.
|
|
54
|
-
"eslint": "8.
|
|
52
|
+
"esbuild": "0.18.6",
|
|
53
|
+
"eslint": "8.43.0",
|
|
55
54
|
"express": "4.18.2",
|
|
56
|
-
"fastify": "4.
|
|
57
|
-
"lerna": "
|
|
55
|
+
"fastify": "4.18.0",
|
|
56
|
+
"lerna": "7.0.2",
|
|
58
57
|
"npm-run-all": "4.1.5",
|
|
59
|
-
"playwright": "1.
|
|
60
|
-
"postcss": "8.4.
|
|
58
|
+
"playwright": "1.35.1",
|
|
59
|
+
"postcss": "8.4.24",
|
|
61
60
|
"postcss-import": "15.1.0",
|
|
62
61
|
"postcss-import-svg": "1.0.5",
|
|
63
62
|
"postcss-syntax": "0.36.2",
|
|
64
|
-
"prettier": "2.8.
|
|
65
|
-
"rimraf": "
|
|
66
|
-
"semantic-release": "
|
|
67
|
-
"semantic-release-slack-bot": "
|
|
68
|
-
"tap": "16.3.
|
|
69
|
-
"typescript": "
|
|
70
|
-
"unocss": "^0.
|
|
71
|
-
"vite": "3.
|
|
63
|
+
"prettier": "2.8.8",
|
|
64
|
+
"rimraf": "5.0.1",
|
|
65
|
+
"semantic-release": "21.0.5",
|
|
66
|
+
"semantic-release-slack-bot": "4.0.2",
|
|
67
|
+
"tap": "16.3.6",
|
|
68
|
+
"typescript": "5.1.3",
|
|
69
|
+
"unocss": "^0.53.1",
|
|
70
|
+
"vite": "4.3.9",
|
|
72
71
|
"vite-plugin-html": "3.2.0"
|
|
73
72
|
},
|
|
74
73
|
"dependencies": {
|
|
75
74
|
"@fabric-ds/icons": "0.6.7",
|
|
76
|
-
"@open-wc/testing": "3.
|
|
75
|
+
"@open-wc/testing": "3.2.0",
|
|
77
76
|
"@warp-ds/core": "1.0.0",
|
|
78
77
|
"glob": "8.1.0",
|
|
79
|
-
"html-format": "1.
|
|
80
|
-
"lit": "2.
|
|
78
|
+
"html-format": "1.1.2",
|
|
79
|
+
"lit": "2.7.5"
|
|
81
80
|
},
|
|
82
81
|
"publishConfig": {
|
|
83
82
|
"access": "public"
|