@axos-web-dev/shared-components 0.0.121 → 0.0.123
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/Blockquote/Blockquote.module.js +3 -3
- package/dist/Blockquote/index.js +1 -1
- package/dist/Comparison/Comparison.css.js +2 -2
- package/dist/Forms/Forms.css.js +2 -2
- package/dist/HeroBanner/HeroBanner.css.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.css.js +1 -1
- package/dist/Input/Input.css.js +1 -1
- package/dist/Insight/Featured/CategorySelector.css.js +1 -1
- package/dist/assets/Blockquote/Blockquote.css.css +16 -15
- package/dist/assets/Calculators/calculator.css +1 -0
- package/dist/assets/SetContainer/SetContainer.css +1 -0
- package/dist/assets/globals.css +1 -1
- package/dist/index.css.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const quote_spacer = "
|
|
2
|
-
const author = "
|
|
3
|
-
const quote = "
|
|
1
|
+
const quote_spacer = "_quote_spacer_4e152_1";
|
|
2
|
+
const author = "_author_4e152_8";
|
|
3
|
+
const quote = "_quote_4e152_1";
|
|
4
4
|
const css = {
|
|
5
5
|
quote_spacer,
|
|
6
6
|
author,
|
package/dist/Blockquote/index.js
CHANGED
|
@@ -15,7 +15,7 @@ const Blockquote = ({ id, quote, author }) => {
|
|
|
15
15
|
),
|
|
16
16
|
/* @__PURE__ */ jsx("blockquote", { className: css.quote, children: quote })
|
|
17
17
|
] }),
|
|
18
|
-
/* @__PURE__ */ jsx("figcaption", { className: css.author, children: /* @__PURE__ */ jsxs("cite", { children: [
|
|
18
|
+
author && /* @__PURE__ */ jsx("figcaption", { className: css.author, children: /* @__PURE__ */ jsxs("cite", { children: [
|
|
19
19
|
"- ",
|
|
20
20
|
author
|
|
21
21
|
] }) })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
/* empty css */
|
|
4
2
|
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
7
7
|
var comparison = createRuntimeFn({ defaultClassName: "_198o0lt0", variantClassNames: { variant: { primary: "_198o0lt1", secondary: "_198o0lt2", tertiary: "_198o0lt3", quaternary: "_198o0lt4" } }, defaultVariants: {}, compoundVariants: [] });
|
package/dist/Forms/Forms.css.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* empty css */
|
|
2
1
|
/* empty css */
|
|
3
2
|
/* empty css */
|
|
4
3
|
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
7
7
|
var billboard = createRuntimeFn({ defaultClassName: "_1m7m2a0", variantClassNames: { variant: { primary: "_1m7m2a1", secondary: "_1m7m2a2", tertiary: "_1m7m2a3", quaternary: "_1m7m2a4" } }, defaultVariants: {}, compoundVariants: [] });
|
package/dist/Input/Input.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/* empty css */
|
|
2
1
|
/* empty css */
|
|
3
2
|
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
6
6
|
var iconInput = createRuntimeFn({ defaultClassName: "_18du0la0", variantClassNames: { size: { small: "_18du0la1", medium: "_18du0la2", large: "_18du0la3" } }, defaultVariants: {}, compoundVariants: [] });
|
|
@@ -1,68 +1,69 @@
|
|
|
1
|
-
.
|
|
1
|
+
._quote_spacer_4e152_1 {
|
|
2
2
|
line-height: 1.35;
|
|
3
3
|
margin-bottom: clamp(0.99rem, 0.7vw + 0.82rem, 1.38rem);
|
|
4
4
|
margin-inline: auto;
|
|
5
5
|
margin-top: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.
|
|
9
|
-
.
|
|
8
|
+
._author_4e152_8,
|
|
9
|
+
._quote_4e152_1 {
|
|
10
10
|
color: #333d46;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.
|
|
13
|
+
._author_4e152_8 {
|
|
14
14
|
text-align: right;
|
|
15
15
|
margin-top: 18px;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
._author_4e152_8 cite {
|
|
19
19
|
font-style: normal;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._quote_spacer_4e152_1 .img_fluid {
|
|
23
23
|
margin-right: 24px;
|
|
24
24
|
transform: rotateY(180deg) scaleY(-1);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.
|
|
27
|
+
._quote_spacer_4e152_1 .flex_row {
|
|
28
28
|
align-items: flex-start;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
._quote_4e152_1 p {
|
|
32
32
|
font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
|
|
33
33
|
font-style: italic;
|
|
34
|
+
line-height: 1.2;
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
@media (max-width: 768px) {
|
|
37
|
-
.
|
|
38
|
+
._quote_spacer_4e152_1 .img_fluid {
|
|
38
39
|
max-width: 30px;
|
|
39
40
|
margin-right: 12px;
|
|
40
41
|
}
|
|
41
|
-
.
|
|
42
|
+
._author_4e152_8 {
|
|
42
43
|
margin-top: 14px;
|
|
43
44
|
}
|
|
44
|
-
.
|
|
45
|
+
._quote_4e152_1 p {
|
|
45
46
|
font-size: 18px;
|
|
46
47
|
}
|
|
47
|
-
.
|
|
48
|
+
._author_4e152_8 cite {
|
|
48
49
|
font-size: 14px;
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
@media (max-width: 500px) {
|
|
53
|
-
.
|
|
54
|
+
._author_4e152_8 {
|
|
54
55
|
margin-top: 12px;
|
|
55
56
|
}
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
@media (min-width: 604px) {
|
|
59
|
-
.
|
|
60
|
+
._quote_spacer_4e152_1 {
|
|
60
61
|
width: min(calc(100% - 2rem), 792px);
|
|
61
62
|
}
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
@media (min-width: 1023px) {
|
|
65
|
-
.
|
|
66
|
+
._quote_4e152_1 p {
|
|
66
67
|
font-weight: 600;
|
|
67
68
|
}
|
|
68
69
|
}
|
package/dist/assets/globals.css
CHANGED
package/dist/index.css.js
CHANGED