@spectrum-web-components/base 1.6.1-beta.0 → 1.7.0-snapshot.20250519143559
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 +9 -3
- package/src/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/base",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0-snapshot.20250519143559",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -107,10 +107,16 @@
|
|
|
107
107
|
"!test/"
|
|
108
108
|
],
|
|
109
109
|
"keywords": [
|
|
110
|
-
"
|
|
110
|
+
"design-system",
|
|
111
|
+
"spectrum",
|
|
112
|
+
"adobe",
|
|
113
|
+
"adobe-spectrum",
|
|
111
114
|
"web components",
|
|
115
|
+
"web-components",
|
|
112
116
|
"lit-element",
|
|
113
|
-
"lit-html"
|
|
117
|
+
"lit-html",
|
|
118
|
+
"component",
|
|
119
|
+
"css"
|
|
114
120
|
],
|
|
115
121
|
"dependencies": {
|
|
116
122
|
"lit": "^2.5.0 || ^3.1.3"
|
package/src/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '1.
|
|
2
|
+
export const version = '1.7.0-snapshot.20250519143559';
|