@civicactions/cmsds-open-data-components 3.0.0-rc.1 → 3.0.0
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/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3119,7 +3119,7 @@ const $a0f13962e513caa1$var$Dataset = ({ id: id , rootUrl: rootUrl , additionalP
|
|
|
3119
3119
|
metadataMapping: metadataMapping
|
|
3120
3120
|
})
|
|
3121
3121
|
}),
|
|
3122
|
-
datasetDictionary && datasetDictionary.length
|
|
3122
|
+
datasetDictionary && datasetDictionary.length ? /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$TabPanel), {
|
|
3123
3123
|
id: "data-dictionary",
|
|
3124
3124
|
tab: /*#__PURE__*/ (0, $hgUW1$jsxs)("span", {
|
|
3125
3125
|
children: [
|
|
@@ -3133,7 +3133,7 @@ const $a0f13962e513caa1$var$Dataset = ({ id: id , rootUrl: rootUrl , additionalP
|
|
|
3133
3133
|
datasetDictionary: datasetDictionary,
|
|
3134
3134
|
title: "Data Dictionary"
|
|
3135
3135
|
})
|
|
3136
|
-
}),
|
|
3136
|
+
}) : null,
|
|
3137
3137
|
/*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$TabPanel), {
|
|
3138
3138
|
id: "api",
|
|
3139
3139
|
tab: /*#__PURE__*/ (0, $hgUW1$jsxs)("span", {
|