@kodaris/krubble-components 1.0.70 → 1.0.72
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/dialog/dialog.d.ts.map +1 -1
- package/dist/dialog/dialog.js +0 -2
- package/dist/dialog/dialog.js.map +1 -1
- package/dist/krubble-components.bundled.js +0 -2
- package/dist/krubble-components.bundled.js.map +1 -1
- package/dist/krubble-components.bundled.min.js +1 -2
- package/dist/krubble-components.bundled.min.js.map +1 -1
- package/dist/krubble-components.umd.js +0 -2
- package/dist/krubble-components.umd.js.map +1 -1
- package/dist/krubble-components.umd.min.js +1 -2
- package/dist/krubble-components.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1782,7 +1782,6 @@
|
|
|
1782
1782
|
*/
|
|
1783
1783
|
open() {
|
|
1784
1784
|
this.opened = true;
|
|
1785
|
-
console.log('opened');
|
|
1786
1785
|
}
|
|
1787
1786
|
/**
|
|
1788
1787
|
* Closes the dialog.
|
|
@@ -1869,7 +1868,6 @@
|
|
|
1869
1868
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1870
1869
|
border-radius: 12px;
|
|
1871
1870
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
|
|
1872
|
-
height: 100%;
|
|
1873
1871
|
max-height: 90vh;
|
|
1874
1872
|
overflow: hidden;
|
|
1875
1873
|
display: flex;
|