@uoguelph/react-components 1.2.11-rc.0 → 1.2.11-rc.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.
@@ -15,7 +15,7 @@ function T({
15
15
  const [r, p] = j(i), e = B(null), m = E({
16
16
  slots: {
17
17
  base: "uog:flex uog:flex-col uog:gap-0.5",
18
- wrapper: "uog:text-input uog:border-grey-light uog:flex uog:rounded-md uog:border uog:px-4 uog:py-2 uog:transition-colors uog:focus-within:border-blue uog:focus:outline-none",
18
+ wrapper: "uog:text-input uog:border-grey-light uog:flex uog:rounded-md uog:border uog:px-4 uog:py-2 uog:transition-colors uog:focus-within:border-blue uog:focus:outline-none uog:bg-white",
19
19
  input: "uog:flex-1 uog:focus:outline-none uog:bg-white",
20
20
  clearButton: "uog:rounded-full uog:text-xl"
21
21
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uoguelph/react-components",
3
- "version": "1.2.11-rc.0",
3
+ "version": "1.2.11-rc.1",
4
4
  "description": "University of Guelph React Components Library",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -84,5 +84,5 @@
84
84
  "bugs": {
85
85
  "url": "https://github.com/ccswbs/uofg-components/issues"
86
86
  },
87
- "gitHead": "19445e9a154e6fadf011f6730062011735f38eef"
87
+ "gitHead": "7c16643993f248a07bcab86a9f77e946142927d0"
88
88
  }