@uoguelph/react-components 1.6.0-rc.5 → 1.6.0-rc.6
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/modal.js +1 -1
- package/package.json +2 -2
package/dist/modal.js
CHANGED
|
@@ -13,7 +13,7 @@ function N({ open: r, onClose: o = () => {
|
|
|
13
13
|
wrapper: "fixed inset-0 flex w-screen justify-center md:p-6",
|
|
14
14
|
panelWrapper: "relative flex w-full flex-col items-center",
|
|
15
15
|
panel: "relative",
|
|
16
|
-
closeButton: "-top-3.5 -right-3.5 flex h-9 w-full items-center justify-center gap-1 border
|
|
16
|
+
closeButton: "-top-3.5 -right-3.5 flex h-9 w-full items-center justify-center gap-1 border border-white/40 bg-grey-dark-bg text-xl text-white transition-colors hover:bg-red md:absolute md:w-9 md:rounded-full"
|
|
17
17
|
},
|
|
18
18
|
variants: {
|
|
19
19
|
centered: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uoguelph/react-components",
|
|
3
|
-
"version": "1.6.0-rc.
|
|
3
|
+
"version": "1.6.0-rc.6",
|
|
4
4
|
"description": "University of Guelph React Components Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"bugs": {
|
|
79
79
|
"url": "https://github.com/ccswbs/uofg-components/issues"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "c2ab871bf9ac3a1133a8e0111e5a50d25dc43f9e"
|
|
82
82
|
}
|