@patternfly-java/core 0.8.2 → 0.9.0
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.
- package/core.css +1 -7
- package/package.json +2 -2
package/core.css
CHANGED
|
@@ -156,12 +156,7 @@
|
|
|
156
156
|
inset: auto;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
/*
|
|
160
|
-
Arrow correction after CSS flip (requires @container anchored() support).
|
|
161
|
-
LightningCSS can't parse these yet (parcel-bundler/lightningcss#1176) — the
|
|
162
|
-
packager/optimizer also fails, not just the transformer. So these rules must be
|
|
163
|
-
injected at runtime via adoptedStyleSheets (see showcase/src/web/main.js).
|
|
164
|
-
Uncomment once lightningcss supports @container anchored().
|
|
159
|
+
/* Arrow correction after CSS flip (requires @container anchored() support) */
|
|
165
160
|
|
|
166
161
|
@container anchored(fallback: flip-block) {
|
|
167
162
|
.pf-v6-c-tooltip[popover].pf-m-css-positioning.pf-m-top .pf-v6-c-tooltip__arrow {
|
|
@@ -250,4 +245,3 @@ Uncomment once lightningcss supports @container anchored().
|
|
|
250
245
|
--pf-v6-c-popover__arrow--Rotate: var(--pf-v6-c-popover__arrow--m-left--Rotate);
|
|
251
246
|
}
|
|
252
247
|
}
|
|
253
|
-
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly-java/core",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.9.0",
|
|
5
5
|
"description": "CSS for PatternFly Java.",
|
|
6
6
|
"homepage": "https://patternfly-java.github.io/",
|
|
7
7
|
"repository": {
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@patternfly/patternfly": "^6.4.0"
|
|
35
35
|
},
|
|
36
|
-
"packageManager": "pnpm@11.
|
|
36
|
+
"packageManager": "pnpm@11.3.0"
|
|
37
37
|
}
|