@marigold/theme-rui 3.0.0 → 3.0.1
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 +0 -3
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -3591,9 +3591,6 @@
|
|
|
3591
3591
|
[data-theme="rui"] .\[grid-template-areas\:\"icon_title_close\"\"icon_content_content\"\] {
|
|
3592
3592
|
grid-template-areas: "icon title close""icon content content";
|
|
3593
3593
|
}
|
|
3594
|
-
[data-theme="rui"] .\[grid-template-areas\:\"title\"_\"content\"_\"actions\"\] {
|
|
3595
|
-
grid-template-areas: "title" "content" "actions";
|
|
3596
|
-
}
|
|
3597
3594
|
[data-theme="rui"] .\[grid-template-areas\:\'title\'_\'content\'_\'actions\'\] {
|
|
3598
3595
|
grid-template-areas: 'title' 'content' 'actions';
|
|
3599
3596
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/theme-rui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Marigold RUI Theme",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"tailwindcss-animate": "1.0.7",
|
|
55
55
|
"tailwindcss-react-aria-components": "^2.0.1",
|
|
56
|
-
"@marigold/
|
|
57
|
-
"@marigold/
|
|
58
|
-
"@marigold/
|
|
56
|
+
"@marigold/components": "15.4.1",
|
|
57
|
+
"@marigold/system": "15.4.1",
|
|
58
|
+
"@marigold/theme-plugins": "1.0.2"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "NODE_ENV=production tsdown && postcss -o dist/styles.css src/styles.css && cp src/theme.css src/global.css src/utils.css dist/"
|