@axos-web-dev/shared-components 2.0.0-dev.12 → 2.0.0-dev.13

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.
@@ -43,9 +43,6 @@ span#personalized-refi-table:has(*) {
43
43
  .page_body_contents > div:first-child > .billboard {
44
44
  margin-top: 3.5rem;
45
45
  }
46
- .flex, [class*='flex_'] {
47
- display: flex;
48
- }
49
46
  .flex_row {
50
47
  flex-direction: row;
51
48
  }
@@ -249,6 +246,9 @@ p:empty, ul:empty {
249
246
  .containment {
250
247
  width: min(1200px, calc(100% - 4rem));
251
248
  }
249
+ .flex, [class*='flex_'] {
250
+ display: flex;
251
+ }
252
252
  .rounded {
253
253
  border-radius: 1rem;
254
254
  overflow: hidden;
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": "2.0.0-dev.12",
4
+ "version": "2.0.0-dev.13",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",