@factorialco/f0-react 2.41.0 → 2.41.2

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.
@@ -46267,7 +46267,10 @@ function pK({
46267
46267
  {
46268
46268
  className: P(
46269
46269
  "resource-header px-page flex flex-col gap-3 pb-5 pt-3",
46270
- d && "border-b border-solid border-f1-border"
46270
+ // `border-0` zeroes all sides first so this renders bottom-only even in apps that
46271
+ // don't load the Tailwind preflight border reset (otherwise `border-solid` would
46272
+ // light up all four sides at the CSS-initial `medium` width).
46273
+ d && "border-0 border-b border-solid border-f1-border"
46271
46274
  ),
46272
46275
  children: [
46273
46276
  /* @__PURE__ */ A(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "2.41.0",
3
+ "version": "2.41.2",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",