@spectrum-web-components/styles 0.22.1-styles.28 → 0.22.1
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 +6 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/styles",
|
|
3
|
-
"version": "0.22.1
|
|
3
|
+
"version": "0.22.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/adobe/spectrum-web-components.git",
|
|
12
|
-
"directory": "
|
|
12
|
+
"directory": "tools/styles"
|
|
13
13
|
},
|
|
14
14
|
"author": "",
|
|
15
|
-
"homepage": "https://adobe.
|
|
15
|
+
"homepage": "https://opensource.adobe.com/spectrum-web-components/tools/styles",
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/adobe/spectrum-web-components/issues"
|
|
18
18
|
},
|
|
@@ -20,10 +20,7 @@
|
|
|
20
20
|
"module": "src/spectrum-base.css.js",
|
|
21
21
|
"type": "module",
|
|
22
22
|
"exports": {
|
|
23
|
-
".":
|
|
24
|
-
"development": "./src/index.dev.js",
|
|
25
|
-
"default": "./src/index.js"
|
|
26
|
-
},
|
|
23
|
+
".": "./src/spectrum-base.css.js",
|
|
27
24
|
"./package.json": "./package.json",
|
|
28
25
|
"./all-large-dark.css": "./all-large-dark.css",
|
|
29
26
|
"./all-large-darkest.css": "./all-large-darkest.css",
|
|
@@ -108,7 +105,7 @@
|
|
|
108
105
|
"lit-html"
|
|
109
106
|
],
|
|
110
107
|
"dependencies": {
|
|
111
|
-
"@spectrum-web-components/base": "^0.7.
|
|
108
|
+
"@spectrum-web-components/base": "^0.7.3"
|
|
112
109
|
},
|
|
113
110
|
"devDependencies": {
|
|
114
111
|
"@spectrum-css/commons": "^3.0.6",
|
|
@@ -119,9 +116,8 @@
|
|
|
119
116
|
},
|
|
120
117
|
"customElements": "custom-elements.json",
|
|
121
118
|
"sideEffects": [
|
|
122
|
-
"./*.css",
|
|
123
119
|
"./**/*.css"
|
|
124
120
|
],
|
|
125
121
|
"style": "all-medium-lightest.css",
|
|
126
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "02534b6685ff89a21dba86c09b2169f5b30a46f2"
|
|
127
123
|
}
|