@axos-web-dev/shared-components 1.0.100-dev.84-layer-test → 1.0.100-dev.85

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.
@@ -698,6 +698,9 @@ main > div:has(.txcb8d1k) {
698
698
  flex-direction: column;
699
699
  gap: 10px;
700
700
  }
701
+ .txcb8d1 .txcb8d1i {
702
+ flex-direction: row;
703
+ }
701
704
  }
702
705
  @media (max-width: 1023px) and (min-width: 769px) {
703
706
  .txcb8d1p {
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.84-layer-test",
4
+ "version": "1.0.100-dev.85",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",