@marigold/theme-rui 5.2.2 → 5.2.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.
- package/dist/styles.css +5 -5
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -4599,6 +4599,11 @@
|
|
|
4599
4599
|
color: var(--color-stone-500);
|
|
4600
4600
|
}
|
|
4601
4601
|
}
|
|
4602
|
+
[data-theme="rui"] .group-has-\[\:focus-visible\]\/editable-cell\:opacity-100 {
|
|
4603
|
+
[data-theme="rui"] &:is(:where(.group\/editable-cell):has(*:is(:focus-visible)) *) {
|
|
4604
|
+
opacity: 100%;
|
|
4605
|
+
}
|
|
4606
|
+
}
|
|
4602
4607
|
[data-theme="rui"] .group-aria-expanded\:hidden {
|
|
4603
4608
|
[data-theme="rui"] &:is(:where(.group)[aria-expanded="true"] *) {
|
|
4604
4609
|
display: none;
|
|
@@ -7312,11 +7317,6 @@
|
|
|
7312
7317
|
color: var(--color-stone-600);
|
|
7313
7318
|
}
|
|
7314
7319
|
}
|
|
7315
|
-
[data-theme="rui"] .\[\.group\\\/editable-cell\:has\(\:focus-visible\)_\&\]\:opacity-100 {
|
|
7316
|
-
[data-theme="rui"] .group\/editable-cell:has(:focus-visible) & {
|
|
7317
|
-
opacity: 100%;
|
|
7318
|
-
}
|
|
7319
|
-
}
|
|
7320
7320
|
[data-theme="rui"] .\[\[role\=row\]\:hover_\&\]\:opacity-100 {
|
|
7321
7321
|
[data-theme="rui"] [role=row]:hover & {
|
|
7322
7322
|
opacity: 100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/theme-rui",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"description": "Marigold RUI Theme",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"tailwindcss-react-aria-components": "^2.0.1",
|
|
65
|
-
"@marigold/
|
|
66
|
-
"@marigold/
|
|
65
|
+
"@marigold/components": "17.3.1",
|
|
66
|
+
"@marigold/system": "17.3.1"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "node ./scripts/build-appearances.mjs && cross-env NODE_ENV=production tsdown && postcss -o dist/styles.css src/styles.css && shx cp src/theme.css src/global.css src/utils.css src/variants.css src/ui.css dist/"
|