jcicl 1.0.57 → 1.0.59

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.
@@ -129,7 +129,6 @@ const ce = (e) => S || (S = re(e)), se = F(/* @__PURE__ */ t("path", {
129
129
 
130
130
  h1 {
131
131
  font-size: 32px;
132
- line-height: 1;
133
132
  margin: 0;
134
133
  margin-left: calc(${L.constants.navDefaultWidth}px * 2);
135
134
  white-space: nowrap;
package/Table/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { default, type TableProps } from './Table';
1
+ export { default, type TableProps, type SortableCell } from './Table';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "1.0.57",
4
+ "version": "1.0.59",
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",