@freightos/freightwind 2.1.3-host-isolation.2 → 2.1.3-host-isolation.3

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.
@@ -83,15 +83,18 @@
83
83
  padding: 0;
84
84
  }
85
85
 
86
- /* 3 ── Headings — strip Bootstrap font-size/weight/line-height overrides ────
87
- Bootstrap 4 sets h1=2.5rem, h2=2rem … h6=1rem, all with font-weight:500.
88
- FreightWind components set their own heading styles via Tailwind utilities. */
86
+ /* 3 ── Headings + paragraphs — strip Bootstrap font-size/weight/line-height ──
87
+ Bootstrap 4 sets h1=2.5rem … h6=1rem with font-weight:500. WebCargo's
88
+ bootstrap_wcn.css additionally sets `p { font-size: 13px }` which leaks
89
+ into modal/popover body text. FreightWind components set their own
90
+ text styling via Tailwind utilities; inherit lets them win. */
89
91
  :where(.fw-root, [data-radix-popper-content-wrapper], [role="dialog"][data-state]) h1,
90
92
  :where(.fw-root, [data-radix-popper-content-wrapper], [role="dialog"][data-state]) h2,
91
93
  :where(.fw-root, [data-radix-popper-content-wrapper], [role="dialog"][data-state]) h3,
92
94
  :where(.fw-root, [data-radix-popper-content-wrapper], [role="dialog"][data-state]) h4,
93
95
  :where(.fw-root, [data-radix-popper-content-wrapper], [role="dialog"][data-state]) h5,
94
- :where(.fw-root, [data-radix-popper-content-wrapper], [role="dialog"][data-state]) h6 {
96
+ :where(.fw-root, [data-radix-popper-content-wrapper], [role="dialog"][data-state]) h6,
97
+ :where(.fw-root, [data-radix-popper-content-wrapper], [role="dialog"][data-state]) p {
95
98
  font-size: inherit;
96
99
  font-weight: inherit;
97
100
  line-height: inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freightos/freightwind",
3
- "version": "2.1.3-host-isolation.2",
3
+ "version": "2.1.3-host-isolation.3",
4
4
  "private": false,
5
5
  "description": "FreightWind Design System — icons, constants, and utilities for Freightos applications",
6
6
  "main": "./dist/cjs/index.js",