@bigbinary/neeto-molecules 1.4.1 → 1.4.2
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/TableWrapper.js +1 -1
- package/dist/Taxonomy.js +1 -1
- package/dist/cjs/TableWrapper.js +1 -1
- package/dist/cjs/Taxonomy.js +1 -1
- package/package.json +1 -1
package/dist/TableWrapper.js
CHANGED
|
@@ -3,7 +3,7 @@ import classNames from 'classnames';
|
|
|
3
3
|
|
|
4
4
|
var e=[],t=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
5
5
|
|
|
6
|
-
var css = ".neeto-molecules-tablewrapper-pagination--height{padding:0 0
|
|
6
|
+
var css = ".neeto-molecules-tablewrapper-pagination--height{padding:0 0 48px}";
|
|
7
7
|
n(css,{});
|
|
8
8
|
|
|
9
9
|
var TableWrapper = function TableWrapper(_ref) {
|
package/dist/Taxonomy.js
CHANGED
|
@@ -1584,7 +1584,7 @@ var SubHeader = function SubHeader(_ref) {
|
|
|
1584
1584
|
};
|
|
1585
1585
|
SubHeader.RightBlock = RightBlock;
|
|
1586
1586
|
|
|
1587
|
-
var css = ".neeto-molecules-tablewrapper-pagination--height{padding:0 0
|
|
1587
|
+
var css = ".neeto-molecules-tablewrapper-pagination--height{padding:0 0 48px}";
|
|
1588
1588
|
n(css,{});
|
|
1589
1589
|
|
|
1590
1590
|
var TableWrapper = function TableWrapper(_ref) {
|
package/dist/cjs/TableWrapper.js
CHANGED
|
@@ -10,7 +10,7 @@ var classNames__default = /*#__PURE__*/_interopDefaultLegacy(classNames);
|
|
|
10
10
|
|
|
11
11
|
var e=[],t=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
12
12
|
|
|
13
|
-
var css = ".neeto-molecules-tablewrapper-pagination--height{padding:0 0
|
|
13
|
+
var css = ".neeto-molecules-tablewrapper-pagination--height{padding:0 0 48px}";
|
|
14
14
|
n(css,{});
|
|
15
15
|
|
|
16
16
|
var TableWrapper = function TableWrapper(_ref) {
|
package/dist/cjs/Taxonomy.js
CHANGED
|
@@ -1613,7 +1613,7 @@ var SubHeader = function SubHeader(_ref) {
|
|
|
1613
1613
|
};
|
|
1614
1614
|
SubHeader.RightBlock = RightBlock;
|
|
1615
1615
|
|
|
1616
|
-
var css = ".neeto-molecules-tablewrapper-pagination--height{padding:0 0
|
|
1616
|
+
var css = ".neeto-molecules-tablewrapper-pagination--height{padding:0 0 48px}";
|
|
1617
1617
|
n(css,{});
|
|
1618
1618
|
|
|
1619
1619
|
var TableWrapper = function TableWrapper(_ref) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|