@kodaris/krubble-components 1.0.64 → 1.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.
- package/custom-elements.json +3 -3
- package/dist/krubble-components.bundled.js +2 -6
- package/dist/krubble-components.bundled.js.map +1 -1
- package/dist/krubble-components.bundled.min.js +3 -2
- package/dist/krubble-components.bundled.min.js.map +1 -1
- package/dist/krubble-components.umd.js +2 -6
- package/dist/krubble-components.umd.js.map +1 -1
- package/dist/krubble-components.umd.min.js +3 -2
- package/dist/krubble-components.umd.min.js.map +1 -1
- package/dist/table/table.d.ts.map +1 -1
- package/dist/table/table.js +2 -6
- package/dist/table/table.js.map +1 -1
- package/package.json +1 -1
|
@@ -2051,8 +2051,8 @@ const Ie="important",qe=" !"+Ie,Re=xe(class extends ke{constructor(e){if(super(e
|
|
|
2051
2051
|
style=${Re(this._getCellStyle(t,i))}
|
|
2052
2052
|
></div>`))}
|
|
2053
2053
|
</div>
|
|
2054
|
-
`:U}_renderTable(){
|
|
2055
|
-
<div class="wrapper"
|
|
2054
|
+
`:U}_renderTable(){return j`
|
|
2055
|
+
<div class="wrapper">
|
|
2056
2056
|
<div class="overlay-left"></div>
|
|
2057
2057
|
<div class="overlay-right"></div>
|
|
2058
2058
|
${this._renderStatus()}
|
|
@@ -3003,6 +3003,7 @@ const Ie="important",qe=" !"+Ie,Re=xe(class extends ke{constructor(e){if(super(e
|
|
|
3003
3003
|
:host(.kr-table--card) .wrapper {
|
|
3004
3004
|
flex: none;
|
|
3005
3005
|
overflow: visible;
|
|
3006
|
+
min-height: 200px;
|
|
3006
3007
|
}
|
|
3007
3008
|
|
|
3008
3009
|
:host(.kr-table--card) .content {
|