jcicl 0.0.64 → 0.0.65

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.
@@ -1368,8 +1368,8 @@ const Bs = () => {
1368
1368
  }
1369
1369
  }), Js = ({
1370
1370
  children: t,
1371
- width: n,
1372
- height: e,
1371
+ width: n = "100%",
1372
+ height: e = "100%",
1373
1373
  styles: o,
1374
1374
  direction: s = "all"
1375
1375
  }) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.64",
4
+ "version": "0.0.65",
5
5
  "description": "Component library for the websites of Johnson County Iowa",
6
6
  "license": "MIT",
7
7
  "homepage": "https://devops.jc.net/JCIT/Business%20Solutions%20Delivery/_git/JCComponentLibrary?path=%2FREADME.md&version=GBmaster",