@spectrum-web-components/illustrated-message 0.8.7-slim.10 → 0.8.8
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
CHANGED
@@ -115,7 +115,7 @@
|
|
115
115
|
{
|
116
116
|
"kind": "variable",
|
117
117
|
"name": "styles",
|
118
|
-
"default": "css`\n:host{--spectrum-
|
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
119
|
}
|
120
120
|
],
|
121
121
|
"exports": [
|
@@ -151,7 +151,7 @@
|
|
151
151
|
{
|
152
152
|
"kind": "variable",
|
153
153
|
"name": "styles",
|
154
|
-
"default": "css`\n:host{--spectrum-
|
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
155
|
}
|
156
156
|
],
|
157
157
|
"exports": [
|
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.8",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -44,17 +44,17 @@
|
|
44
44
|
"lit-html"
|
45
45
|
],
|
46
46
|
"dependencies": {
|
47
|
-
"@spectrum-web-components/base": "^0.5.
|
48
|
-
"@spectrum-web-components/styles": "^0.
|
47
|
+
"@spectrum-web-components/base": "^0.5.5",
|
48
|
+
"@spectrum-web-components/styles": "^0.13.0",
|
49
49
|
"tslib": "^2.0.0"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
|
-
"@spectrum-css/illustratedmessage": "^
|
52
|
+
"@spectrum-css/illustratedmessage": "^4.0.3"
|
53
53
|
},
|
54
54
|
"types": "./src/index.d.ts",
|
55
55
|
"customElements": "custom-elements.json",
|
56
56
|
"sideEffects": [
|
57
57
|
"./sp-*.js"
|
58
58
|
],
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "bdff893e2b95aba7737c58d01c6ac68861cb8b2e"
|
60
60
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
Copyright
|
2
|
+
Copyright 2022 Adobe. All rights reserved.
|
3
3
|
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
4
4
|
you may not use this file except in compliance with the License. You may obtain a copy
|
5
5
|
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
@@ -11,13 +11,21 @@ governing permissions and limitations under the License.
|
|
11
11
|
*/
|
12
12
|
import { css } from '@spectrum-web-components/base';
|
13
13
|
const styles = css `
|
14
|
-
:host{--spectrum-
|
15
|
-
--spectrum-
|
16
|
-
)}#heading{
|
17
|
-
--spectrum-
|
18
|
-
)
|
19
|
-
--spectrum-
|
20
|
-
)
|
14
|
+
: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(
|
15
|
+
--spectrum-illustratedmessage-illustration-margin-bottom
|
16
|
+
)}#heading{color:var(
|
17
|
+
--spectrum-illustratedmessage-heading-color,var(--spectrum-global-color-gray-800)
|
18
|
+
);font-size:var(
|
19
|
+
--spectrum-illustratedmessage-heading-font-size,var(--spectrum-alias-heading-m-text-size)
|
20
|
+
);font-weight:var(
|
21
|
+
--spectrum-illustratedmessage-heading-font-weight,var(--spectrum-alias-heading-text-font-weight-regular)
|
22
|
+
);margin:var(--spectrum-illustratedmessage-heading-margin);max-width:var(--spectrum-illustratedmessage-heading-max-width)}#description{color:var(
|
23
|
+
--spectrum-illustratedmessage-description-color,var(--spectrum-global-color-gray-700)
|
24
|
+
);font-style:var(
|
25
|
+
--spectrum-illustratedmessage-description-font-style,var(--spectrum-global-font-style-regular)
|
26
|
+
);margin:var(--spectrum-illustratedmessage-description-margin);max-width:var(--spectrum-illustratedmessage-description-max-width)}:host([cta]) #description{font-style:var(
|
27
|
+
--spectrum-illustratedmessage-description-font-style,var(--spectrum-global-font-style-regular)
|
28
|
+
)}#illustration{fill:currentColor;stroke:currentColor;color:var(
|
21
29
|
--spectrum-global-color-gray-500
|
22
30
|
)}::slotted(svg[viewBox]){width:100%}
|
23
31
|
`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"illustrated-message.css.js","sourceRoot":"","sources":["illustrated-message.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA
|
1
|
+
{"version":3,"file":"illustrated-message.css.js","sourceRoot":"","sources":["illustrated-message.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;CAkBjB,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = 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`;\nexport default styles;"]}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
Copyright
|
2
|
+
Copyright 2022 Adobe. All rights reserved.
|
3
3
|
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
4
4
|
you may not use this file except in compliance with the License. You may obtain a copy
|
5
5
|
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
@@ -11,13 +11,21 @@ governing permissions and limitations under the License.
|
|
11
11
|
*/
|
12
12
|
import { css } from '@spectrum-web-components/base';
|
13
13
|
const styles = css `
|
14
|
-
:host{--spectrum-
|
15
|
-
--spectrum-
|
16
|
-
)}#heading{
|
17
|
-
--spectrum-
|
18
|
-
)
|
19
|
-
--spectrum-
|
20
|
-
)
|
14
|
+
: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(
|
15
|
+
--spectrum-illustratedmessage-illustration-margin-bottom
|
16
|
+
)}#heading{color:var(
|
17
|
+
--spectrum-illustratedmessage-heading-color,var(--spectrum-global-color-gray-800)
|
18
|
+
);font-size:var(
|
19
|
+
--spectrum-illustratedmessage-heading-font-size,var(--spectrum-alias-heading-m-text-size)
|
20
|
+
);font-weight:var(
|
21
|
+
--spectrum-illustratedmessage-heading-font-weight,var(--spectrum-alias-heading-text-font-weight-regular)
|
22
|
+
);margin:var(--spectrum-illustratedmessage-heading-margin);max-width:var(--spectrum-illustratedmessage-heading-max-width)}#description{color:var(
|
23
|
+
--spectrum-illustratedmessage-description-color,var(--spectrum-global-color-gray-700)
|
24
|
+
);font-style:var(
|
25
|
+
--spectrum-illustratedmessage-description-font-style,var(--spectrum-global-font-style-regular)
|
26
|
+
);margin:var(--spectrum-illustratedmessage-description-margin);max-width:var(--spectrum-illustratedmessage-description-max-width)}:host([cta]) #description{font-style:var(
|
27
|
+
--spectrum-illustratedmessage-description-font-style,var(--spectrum-global-font-style-regular)
|
28
|
+
)}#illustration{fill:currentColor;stroke:currentColor;color:var(
|
21
29
|
--spectrum-global-color-gray-500
|
22
30
|
)}
|
23
31
|
`;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"spectrum-illustratedmessage.css.js","sourceRoot":"","sources":["spectrum-illustratedmessage.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA
|
1
|
+
{"version":3,"file":"spectrum-illustratedmessage.css.js","sourceRoot":"","sources":["spectrum-illustratedmessage.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;CAkBjB,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = 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`;\nexport default styles;"]}
|