@axos-web-dev/shared-components 1.0.100-dev.45 → 1.0.100-dev.48

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,192 +1,192 @@
1
- ._overlay_9wof4_1 {
2
- position: fixed;
3
- inset: 0;
4
- height: 100vh;
5
- background: rgba(0, 0, 0, 0.6);
6
- z-index: 10000;
7
- }
8
-
9
- ._drawer_9wof4_17 {
10
- background: #fff;
11
- border-radius: 0 0 0 1rem;
12
- box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
13
- max-height: 100vh;
14
- max-width: 500px;
15
- overflow: hidden auto;
16
- position: fixed;
17
- right: 0px;
18
- top: 0;
19
- width: 85%;
20
- scrollbar-width: none;
21
- -ms-overflow-style: none;
22
- z-index: 10001;
23
- }
24
-
25
- ._drawer_9wof4_17::-webkit-scrollbar {
26
- display: none;
27
- }
28
-
29
- ._hamburger_9wof4_57 {
30
- background: transparent;
31
- border: none;
32
- cursor: pointer;
33
- transition: opacity 0.3s ease;
34
- }
35
-
36
- ._hamburger_9wof4_57:hover {
37
- opacity: 0.8;
38
- }
39
-
40
- ._header_9wof4_79 {
41
- display: flex;
42
- align-items: center;
43
- background: #f4f4f4;
44
- justify-content: space-between;
45
- padding: 0.9rem 1.2rem 0.9rem 1rem;
46
- position: sticky;
47
- top: 0;
48
- z-index: 1;
49
- }
50
-
51
- ._back_9wof4_101 {
52
- color: var(--_1073cm83);
53
- font-size: 1rem;
54
- font-weight: 700;
55
- line-height: 1;
56
- padding: 0;
57
- }
58
-
59
- ._close_9wof4_117 {
60
- font-size: 1.3rem;
61
- }
62
-
63
- ._back_9wof4_101,
64
- ._close_9wof4_117 {
65
- background: none;
66
- border: none;
67
- cursor: pointer;
68
- }
69
-
70
- ._levelContainer_9wof4_139 {
71
- height: 100%;
72
- position: relative;
73
- }
74
-
75
- ._level_9wof4_139 {
76
- background: var(--_1073cm86);
77
- color: var(--_1073cm85);
78
- font-size: 0.9rem;
79
- padding: 14px 1.2rem;
80
- position: sticky;
81
- top: 54.78px;
82
- width: 100%;
83
- z-index: 1;
84
- }
85
-
86
- ._levelTitle_9wof4_171 {
87
- font: 700 0.9rem / 1.39 var(--main-font-family);
88
- letter-spacing: 0.4px;
89
- }
90
-
91
- ._menu_9wof4_181 {
92
- background-color: transparent;
93
- list-style: none;
94
- margin: 0;
95
- min-height: 100%;
96
- padding: 0 1.2rem;
97
- position: relative;
98
- }
99
-
100
- ._menu_9wof4_181 li {
101
- color: var(--_1073cm83);
102
- font-family: var(--header-font-family);
103
- font-weight: 500;
104
- border-top: 1px solid #e9e9e9;
105
- }
106
-
107
- ._menu_9wof4_181 li + li {
108
- margin-top: 0.5rem;
109
- }
110
-
111
- ._menuItem_9wof4_221 {
112
- display: flex;
113
- align-items: center;
114
- background: none;
115
- border: none;
116
- color: inherit;
117
- cursor: pointer;
118
- font-size: 1rem;
119
- justify-content: space-between;
120
- padding: 0.75rem 0;
121
- text-align: left;
122
- text-decoration: none;
123
- transition: background 0.2s ease;
124
- width: 100%;
125
- }
126
-
127
- ._chevron_9wof4_253 {
128
- font-size: 1.2rem;
129
- margin-left: auto;
130
- }
131
-
132
- ._chevronIcon_9wof4_263 {
133
- height: auto;
134
- margin-right: 10px;
135
- max-width: 8px;
136
- }
137
-
138
- body:has(._drawer_9wof4_17) {
139
- overflow-y: hidden;
140
- position: relative;
141
- }
142
-
143
- ._quickLinks_9wof4_285 {
144
- background-color: #e8f7ff;
145
- bottom: 0;
146
- box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
147
- gap: 8px;
148
- margin-top: 9px;
149
- padding: 1rem;
150
- position: sticky;
151
- }
152
-
153
- ._quickLink_9wof4_285 {
154
- display: flex;
155
- align-items: center;
156
- color: var(--_1073cm83);
157
- flex-direction: column;
158
- flex: 1 1 0%;
159
- font-size: 0.8rem;
160
- font-weight: 600;
161
- gap: 8px;
162
- line-height: 1.5;
163
- text-decoration: none;
164
- text-transform: uppercase;
165
- }
166
-
167
- ._sr_only_9wof4_333 {
168
- position: absolute;
169
- border: 0;
170
- clip: rect(0, 0, 0, 0);
171
- height: 1px;
172
- margin: -1px;
173
- overflow: hidden;
174
- padding: 0;
175
- white-space: nowrap;
176
- width: 1px;
177
- }
178
-
179
- @media (max-width: 540px) {
180
- ._drawer_9wof4_17 {
181
- border-radius: 0;
182
- max-width: none;
183
- width: 100%;
184
- }
185
- ._menu_9wof4_181 li + li {
186
- margin-top: 3px;
187
- }
188
- ._menuItem_9wof4_221 {
189
- font-size: 0.9rem;
190
- padding: 0.65rem 0;
191
- }
192
- }
1
+ ._overlay_pl06n_1 {
2
+ position: fixed;
3
+ inset: 0;
4
+ height: 100vh;
5
+ background: rgba(0, 0, 0, 0.6);
6
+ z-index: 10000;
7
+ }
8
+
9
+ ._drawer_pl06n_9 {
10
+ background: #fff;
11
+ border-radius: 0 0 0 1rem;
12
+ box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
13
+ max-height: 100vh;
14
+ max-width: 500px;
15
+ overflow: hidden auto;
16
+ position: fixed;
17
+ right: 0px;
18
+ top: 0;
19
+ width: 85%;
20
+ scrollbar-width: none;
21
+ -ms-overflow-style: none;
22
+ z-index: 10001;
23
+ }
24
+
25
+ ._drawer_pl06n_9::-webkit-scrollbar {
26
+ display: none;
27
+ }
28
+
29
+ ._hamburger_pl06n_29 {
30
+ background: transparent;
31
+ border: none;
32
+ cursor: pointer;
33
+ transition: opacity 0.3s ease;
34
+ }
35
+
36
+ ._hamburger_pl06n_29:hover {
37
+ opacity: 0.8;
38
+ }
39
+
40
+ ._header_pl06n_40 {
41
+ display: flex;
42
+ align-items: center;
43
+ background: #f4f4f4;
44
+ justify-content: space-between;
45
+ padding: 0.9rem 1.2rem 0.9rem 1rem;
46
+ position: sticky;
47
+ top: 0;
48
+ z-index: 1;
49
+ }
50
+
51
+ ._back_pl06n_51 {
52
+ color: var(--_1073cm83);
53
+ font-size: 1rem;
54
+ font-weight: 700;
55
+ line-height: 1;
56
+ padding: 0;
57
+ }
58
+
59
+ ._close_pl06n_59 {
60
+ font-size: 1.3rem;
61
+ }
62
+
63
+ ._back_pl06n_51,
64
+ ._close_pl06n_59 {
65
+ background: none;
66
+ border: none;
67
+ cursor: pointer;
68
+ }
69
+
70
+ ._levelContainer_pl06n_70 {
71
+ height: 100%;
72
+ position: relative;
73
+ }
74
+
75
+ ._level_pl06n_70 {
76
+ background: var(--_1073cm86);
77
+ color: var(--_1073cm85);
78
+ font-size: 0.9rem;
79
+ padding: 14px 1.2rem;
80
+ position: sticky;
81
+ top: 54.78px;
82
+ width: 100%;
83
+ z-index: 1;
84
+ }
85
+
86
+ ._levelTitle_pl06n_86 {
87
+ font: 700 0.9rem / 1.39 var(--main-font-family);
88
+ letter-spacing: 0.4px;
89
+ }
90
+
91
+ ._menu_pl06n_91 {
92
+ background-color: transparent;
93
+ list-style: none;
94
+ margin: 0;
95
+ min-height: 100%;
96
+ padding: 0 1.2rem;
97
+ position: relative;
98
+ }
99
+
100
+ ._menu_pl06n_91 li {
101
+ color: var(--_1073cm83);
102
+ font-family: var(--header-font-family);
103
+ font-weight: 500;
104
+ border-top: 1px solid #e9e9e9;
105
+ }
106
+
107
+ ._menu_pl06n_91 li + li {
108
+ margin-top: 0.5rem;
109
+ }
110
+
111
+ ._menuItem_pl06n_111 {
112
+ display: flex;
113
+ align-items: center;
114
+ background: none;
115
+ border: none;
116
+ color: inherit;
117
+ cursor: pointer;
118
+ font-size: 1rem;
119
+ justify-content: space-between;
120
+ padding: 0.75rem 0;
121
+ text-align: left;
122
+ text-decoration: none;
123
+ transition: background 0.2s ease;
124
+ width: 100%;
125
+ }
126
+
127
+ ._chevron_pl06n_127 {
128
+ font-size: 1.2rem;
129
+ margin-left: auto;
130
+ }
131
+
132
+ ._chevronIcon_pl06n_132 {
133
+ height: auto;
134
+ margin-right: 10px;
135
+ max-width: 8px;
136
+ }
137
+
138
+ body:has(._drawer_pl06n_9) {
139
+ overflow-y: hidden;
140
+ position: relative;
141
+ }
142
+
143
+ ._quickLinks_pl06n_143 {
144
+ background-color: #e8f7ff;
145
+ bottom: 0;
146
+ box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
147
+ gap: 8px;
148
+ margin-top: 9px;
149
+ padding: 1rem;
150
+ position: sticky;
151
+ }
152
+
153
+ ._quickLink_pl06n_143 {
154
+ display: flex;
155
+ align-items: center;
156
+ color: var(--_1073cm83);
157
+ flex-direction: column;
158
+ flex: 1 1 0%;
159
+ font-size: 0.8rem;
160
+ font-weight: 600;
161
+ gap: 8px;
162
+ line-height: 1.5;
163
+ text-decoration: none;
164
+ text-transform: uppercase;
165
+ }
166
+
167
+ ._sr_only_pl06n_167 {
168
+ position: absolute;
169
+ border: 0;
170
+ clip: rect(0, 0, 0, 0);
171
+ height: 1px;
172
+ margin: -1px;
173
+ overflow: hidden;
174
+ padding: 0;
175
+ white-space: nowrap;
176
+ width: 1px;
177
+ }
178
+
179
+ @media (max-width: 540px) {
180
+ ._drawer_pl06n_9 {
181
+ border-radius: 0;
182
+ max-width: none;
183
+ width: 100%;
184
+ }
185
+ ._menu_pl06n_91 li + li {
186
+ margin-top: 3px;
187
+ }
188
+ ._menuItem_pl06n_111 {
189
+ font-size: 0.9rem;
190
+ padding: 0.65rem 0;
191
+ }
192
+ }
@@ -89,22 +89,31 @@
89
89
  list-style: none;
90
90
  margin: 0;
91
91
  }
92
+ ._18par6fn {
93
+ position: relative;
94
+ }
92
95
  ._18par6fm > li + li > :first-child > :first-child {
93
96
  padding-top: 24px;
94
97
  }
95
98
  ._18par6fm > li + li > :last-child {
96
99
  padding-top: 24px;
97
100
  }
98
- ._18par6fn > * + * {
99
- margin-left: 48px;
101
+ ._18par6fn > li > :first-child {
102
+ display: none;
103
+ }
104
+ ._18par6fn > li > :last-child {
105
+ margin-left: 0;
100
106
  }
101
107
  ._18par6fo {
108
+ gap: 48px;
109
+ }
110
+ ._18par6fp {
102
111
  margin-left: auto;
103
112
  margin-right: auto;
104
113
  text-align: center;
105
114
  max-width: 800px;
106
115
  }
107
- ._18par6fo > * {
116
+ ._18par6fp > * {
108
117
  line-height: 1.5;
109
118
  }
110
119
  @media screen and (min-width:1024px) {
@@ -136,12 +145,8 @@
136
145
  padding: 0px;
137
146
  margin-top: 24px;
138
147
  }
139
- ._18par6fn {
148
+ ._18par6fo {
140
149
  flex-direction: column;
141
- margin-top: 24px;
142
- }
143
- ._18par6fn > * + * {
144
- margin-left: 0px;
145
- margin-top: 24px;
150
+ gap: 24px;
146
151
  }
147
152
  }
package/dist/main.js CHANGED
@@ -184,7 +184,7 @@ import { SocialMediaBar } from "./SocialMediaBar/index.js";
184
184
  import { StepItem } from "./StepItem/StepItem.js";
185
185
  import { bs_copy, bs_topic, bullet_details, li, line_points, point, step_num } from "./StepItem/StepItem.css.js";
186
186
  import { StepItemSet } from "./StepItemSet/StepItemSet.js";
187
- import { bs_add_details, bs_btns, bs_image, bs_section, bs_video, bs_wrapper, modifier, ol, sec_subtitle, sec_title, steps_wrapper, svg_logo, tablet_col } from "./StepItemSet/StepItemSet.css.js";
187
+ import { bs_add_details, bs_btns, bs_image, bs_section, bs_video, bs_wrapper, modifier, ol, sec_subtitle, sec_title, steps_wrapper, svg_logo, tablet_col, ul } from "./StepItemSet/StepItemSet.css.js";
188
188
  import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
189
189
  import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_cell, highlight_first_row, highlight_last_row, highlight_th, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, table_section, td, th } from "./Table/Table.css.js";
190
190
  import { TextBlock } from "./TextBlock/TextBlock.js";
@@ -807,6 +807,7 @@ export {
807
807
  transcript_container,
808
808
  transcript_content,
809
809
  two_inline,
810
+ ul,
810
811
  up_to,
811
812
  url_row,
812
813
  useCachedEmailValidator,
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": "1.0.100-dev.45",
4
+ "version": "1.0.100-dev.48",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",