@spectrum-web-components/illustrated-message 0.8.9 → 0.8.10-slim.30
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/custom-elements.json +0 -57
- package/package.json +3 -3
package/custom-elements.json
CHANGED
@@ -107,63 +107,6 @@
|
|
107
107
|
}
|
108
108
|
}
|
109
109
|
]
|
110
|
-
},
|
111
|
-
{
|
112
|
-
"kind": "javascript-module",
|
113
|
-
"path": "src/illustrated-message.css.ts",
|
114
|
-
"declarations": [
|
115
|
-
{
|
116
|
-
"kind": "variable",
|
117
|
-
"name": "styles",
|
118
|
-
"default": "css`\n:host{--spectrum-illustratedmessage-description-max-width:500px;--spectrum-illustratedmessage-heading-max-width:500px;--spectrum-illustratedmessage-illustration-margin-bottom:24px;--spectrum-illustratedmessage-heading-margin:0;--spectrum-illustratedmessage-description-margin:4px 0 0 0}:host{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}#illustration{margin-bottom:var(\n--spectrum-illustratedmessage-illustration-margin-bottom\n)}#heading{color:var(\n--spectrum-illustratedmessage-heading-color,var(--spectrum-global-color-gray-800)\n);font-size:var(\n--spectrum-illustratedmessage-heading-font-size,var(--spectrum-alias-heading-m-text-size)\n);font-weight:var(\n--spectrum-illustratedmessage-heading-font-weight,var(--spectrum-alias-heading-text-font-weight-regular)\n);margin:var(--spectrum-illustratedmessage-heading-margin);max-width:var(--spectrum-illustratedmessage-heading-max-width)}#description{color:var(\n--spectrum-illustratedmessage-description-color,var(--spectrum-global-color-gray-700)\n);font-style:var(\n--spectrum-illustratedmessage-description-font-style,var(--spectrum-global-font-style-regular)\n);margin:var(--spectrum-illustratedmessage-description-margin);max-width:var(--spectrum-illustratedmessage-description-max-width)}:host([cta]) #description{font-style:var(\n--spectrum-illustratedmessage-description-font-style,var(--spectrum-global-font-style-regular)\n)}#illustration{fill:currentColor;stroke:currentColor;color:var(\n--spectrum-global-color-gray-500\n)}::slotted(svg[viewBox]){width:100%}\n`"
|
119
|
-
}
|
120
|
-
],
|
121
|
-
"exports": [
|
122
|
-
{
|
123
|
-
"kind": "js",
|
124
|
-
"name": "default",
|
125
|
-
"declaration": {
|
126
|
-
"name": "styles",
|
127
|
-
"module": "src/illustrated-message.css.ts"
|
128
|
-
}
|
129
|
-
}
|
130
|
-
]
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"kind": "javascript-module",
|
134
|
-
"path": "src/index.ts",
|
135
|
-
"declarations": [],
|
136
|
-
"exports": [
|
137
|
-
{
|
138
|
-
"kind": "js",
|
139
|
-
"name": "*",
|
140
|
-
"declaration": {
|
141
|
-
"name": "*",
|
142
|
-
"package": "./IllustratedMessage.js"
|
143
|
-
}
|
144
|
-
}
|
145
|
-
]
|
146
|
-
},
|
147
|
-
{
|
148
|
-
"kind": "javascript-module",
|
149
|
-
"path": "src/spectrum-illustratedmessage.css.ts",
|
150
|
-
"declarations": [
|
151
|
-
{
|
152
|
-
"kind": "variable",
|
153
|
-
"name": "styles",
|
154
|
-
"default": "css`\n:host{--spectrum-illustratedmessage-description-max-width:500px;--spectrum-illustratedmessage-heading-max-width:500px;--spectrum-illustratedmessage-illustration-margin-bottom:24px;--spectrum-illustratedmessage-heading-margin:0;--spectrum-illustratedmessage-description-margin:4px 0 0 0}:host{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}#illustration{margin-bottom:var(\n--spectrum-illustratedmessage-illustration-margin-bottom\n)}#heading{color:var(\n--spectrum-illustratedmessage-heading-color,var(--spectrum-global-color-gray-800)\n);font-size:var(\n--spectrum-illustratedmessage-heading-font-size,var(--spectrum-alias-heading-m-text-size)\n);font-weight:var(\n--spectrum-illustratedmessage-heading-font-weight,var(--spectrum-alias-heading-text-font-weight-regular)\n);margin:var(--spectrum-illustratedmessage-heading-margin);max-width:var(--spectrum-illustratedmessage-heading-max-width)}#description{color:var(\n--spectrum-illustratedmessage-description-color,var(--spectrum-global-color-gray-700)\n);font-style:var(\n--spectrum-illustratedmessage-description-font-style,var(--spectrum-global-font-style-regular)\n);margin:var(--spectrum-illustratedmessage-description-margin);max-width:var(--spectrum-illustratedmessage-description-max-width)}:host([cta]) #description{font-style:var(\n--spectrum-illustratedmessage-description-font-style,var(--spectrum-global-font-style-regular)\n)}#illustration{fill:currentColor;stroke:currentColor;color:var(\n--spectrum-global-color-gray-500\n)}\n`"
|
155
|
-
}
|
156
|
-
],
|
157
|
-
"exports": [
|
158
|
-
{
|
159
|
-
"kind": "js",
|
160
|
-
"name": "default",
|
161
|
-
"declaration": {
|
162
|
-
"name": "styles",
|
163
|
-
"module": "src/spectrum-illustratedmessage.css.ts"
|
164
|
-
}
|
165
|
-
}
|
166
|
-
]
|
167
110
|
}
|
168
111
|
]
|
169
112
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/illustrated-message",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.10-slim.30+c71efb901",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -45,7 +45,7 @@
|
|
45
45
|
],
|
46
46
|
"dependencies": {
|
47
47
|
"@spectrum-web-components/base": "^0.5.6",
|
48
|
-
"@spectrum-web-components/styles": "^0.13.
|
48
|
+
"@spectrum-web-components/styles": "^0.13.2-slim.30+c71efb901",
|
49
49
|
"tslib": "^2.0.0"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
@@ -56,5 +56,5 @@
|
|
56
56
|
"sideEffects": [
|
57
57
|
"./sp-*.js"
|
58
58
|
],
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "c71efb901d48037f76afdd4a1cd23f0ab07223b1"
|
60
60
|
}
|