dce-reactkit 3.11.1 → 3.11.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.11.1",
3
+ "version": "3.11.3",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -127,7 +127,7 @@ const CheckboxButton: React.FC<Props> = (props) => {
127
127
  useComplexFormatting
128
128
  ? (
129
129
  <pre
130
- className="ps-1 text-start text-break"
130
+ className="ps-1 text-start text-break m-0"
131
131
  style={{
132
132
  whiteSpace: 'pre-wrap',
133
133
  tabSize: 2,
@@ -315,7 +315,7 @@ const IntelliTable: React.FC<Props> = (props) => {
315
315
  checked={columnVisibilityMap[column.param]}
316
316
  ariaLabel={`show "${column.title}" column in the ${title} table`}
317
317
  checkedVariant={Variant.Light}
318
- uncheckedVariant={Variant.Secondary}
318
+ uncheckedVariant={Variant.Light}
319
319
  />
320
320
  );
321
321
  })
@@ -272,6 +272,7 @@ const NestableItemList: React.FC<Props> = (props) => {
272
272
  }}
273
273
  ariaLabel={`Select ${item.name}`}
274
274
  checkedVariant={Variant.Light}
275
+ uncheckedVariant={Variant.Light}
275
276
  />
276
277
 
277
278
  {/* Children */}
@@ -111,7 +111,7 @@ const RadioButton: React.FC<Props> = (props) => {
111
111
  useComplexFormatting
112
112
  ? (
113
113
  <pre
114
- className="ps-1 text-start text-break"
114
+ className="ps-1 text-start text-break m-0"
115
115
  style={{
116
116
  whiteSpace: 'pre-wrap',
117
117
  tabSize: 2,
@@ -126,7 +126,7 @@ const genRouteHandler = (
126
126
  const originURL = String(
127
127
  req.get('origin')
128
128
  || req.headers.origin
129
- || req.headers.referer
129
+ || req.headers.referer,
130
130
  );
131
131
  const originHostname = (
132
132
  originURL