@axos-web-dev/shared-components 0.0.131 → 0.0.132

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.
@@ -1,5 +1,5 @@
1
- const fdic_callout = "_fdic_callout_1imdm_1";
2
- const inner_container = "_inner_container_1imdm_6";
1
+ const fdic_callout = "_fdic_callout_1ozdc_1";
2
+ const inner_container = "_inner_container_1ozdc_11";
3
3
  const css = {
4
4
  fdic_callout,
5
5
  inner_container
@@ -1,49 +1,50 @@
1
- ._fdic_callout_1imdm_1 {
2
- background-color: #000;
3
- color: #fff;
4
- }
5
-
6
- ._inner_container_1imdm_6 {
7
- margin-left: auto;
8
- margin-right: auto;
9
- width: calc(100% - 90px);
10
- }
11
-
12
- ._fdic_callout_1imdm_1 svg {
13
- margin-right: 8px;
14
- }
15
-
16
- ._fdic_callout_1imdm_1 .flex {
17
- min-height: 32px;
18
- }
19
-
20
- ._fdic_callout_1imdm_1 p {
21
- font-size: 12px;
22
- line-height: 1;
23
- }
24
-
25
- @media (max-width: 1280px) and (min-width: 1024px) {
26
- ._inner_container_1imdm_6 {
27
- width: calc(100% - 40px);
28
- }
29
- }
30
-
31
- @media (max-width: 769px) {
32
- ._inner_container_1imdm_6 {
33
- width: calc(100% - 60px);
34
- }
35
- }
36
-
37
- @media (max-width: 603px) {
38
- ._fdic_callout_1imdm_1 .flex {
39
- min-height: 24px;
40
- }
41
- ._fdic_callout_1imdm_1 p {
42
- font-size: 8px;
43
- line-height: 1.3;
44
- }
45
- ._fdic_callout_1imdm_1 svg {
46
- min-width: 32px;
47
- height: auto;
48
- }
49
- }
1
+ ._fdic_callout_1ozdc_1 {
2
+ background-color: #000;
3
+ color: #fff;
4
+ }
5
+
6
+ ._inner_container_1ozdc_11 {
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ width: calc(100% - 90px);
10
+ }
11
+
12
+ ._fdic_callout_1ozdc_1 svg {
13
+ margin-right: 8px;
14
+ }
15
+
16
+ ._fdic_callout_1ozdc_1 .flex {
17
+ min-height: 32px;
18
+ }
19
+
20
+ ._fdic_callout_1ozdc_1 p {
21
+ font-size: 12px;
22
+ line-height: 1;
23
+ font-style: italic;
24
+ }
25
+
26
+ @media (max-width: 1280px) and (min-width: 1024px) {
27
+ ._inner_container_1ozdc_11 {
28
+ width: calc(100% - 40px);
29
+ }
30
+ }
31
+
32
+ @media (max-width: 769px) {
33
+ ._inner_container_1ozdc_11 {
34
+ width: calc(100% - 60px);
35
+ }
36
+ }
37
+
38
+ @media (max-width: 603px) {
39
+ ._fdic_callout_1ozdc_1 .flex {
40
+ min-height: 24px;
41
+ }
42
+ ._fdic_callout_1ozdc_1 p {
43
+ font-size: 8px;
44
+ line-height: 1.3;
45
+ }
46
+ ._fdic_callout_1ozdc_1 svg {
47
+ min-width: 32px;
48
+ height: auto;
49
+ }
50
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.131",
4
+ "version": "0.0.132",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",