jclib-ui 1.0.193 → 1.0.198
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/jclib-ui.es.js +10 -10
- package/dist/jclib-ui.es.js.map +1 -1
- package/dist/jclib-ui.umd.js +4 -4
- package/dist/jclib-ui.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/jclib-ui.es.js
CHANGED
|
@@ -1435,7 +1435,7 @@ const require$$0 = /* @__PURE__ */ getAugmentedNamespace(lib);
|
|
|
1435
1435
|
* Copyright 2011-2025 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
1436
1436
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
1437
1437
|
*/
|
|
1438
|
-
(function(module, exports) {
|
|
1438
|
+
(function(module, exports$1) {
|
|
1439
1439
|
!function(t2, e) {
|
|
1440
1440
|
module.exports = e(require$$0);
|
|
1441
1441
|
}(commonjsGlobal, function(t2) {
|
|
@@ -5447,7 +5447,7 @@ var localforage$1 = { exports: {} };
|
|
|
5447
5447
|
https://localforage.github.io/localForage
|
|
5448
5448
|
(c) 2013-2017 Mozilla, Apache License 2.0
|
|
5449
5449
|
*/
|
|
5450
|
-
(function(module, exports) {
|
|
5450
|
+
(function(module, exports$1) {
|
|
5451
5451
|
(function(f2) {
|
|
5452
5452
|
{
|
|
5453
5453
|
module.exports = f2();
|
|
@@ -5474,7 +5474,7 @@ var localforage$1 = { exports: {} };
|
|
|
5474
5474
|
var i2 = typeof commonjsRequire == "function" && commonjsRequire;
|
|
5475
5475
|
for (var o2 = 0; o2 < r.length; o2++) s2(r[o2]);
|
|
5476
5476
|
return s2;
|
|
5477
|
-
}({ 1: [function(_dereq_, module2,
|
|
5477
|
+
}({ 1: [function(_dereq_, module2, exports$12) {
|
|
5478
5478
|
(function(global2) {
|
|
5479
5479
|
var Mutation = global2.MutationObserver || global2.WebKitMutationObserver;
|
|
5480
5480
|
var scheduleDrain;
|
|
@@ -5536,7 +5536,7 @@ var localforage$1 = { exports: {} };
|
|
|
5536
5536
|
}
|
|
5537
5537
|
}
|
|
5538
5538
|
}).call(this, typeof commonjsGlobal !== "undefined" ? commonjsGlobal : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {});
|
|
5539
|
-
}, {}], 2: [function(_dereq_, module2,
|
|
5539
|
+
}, {}], 2: [function(_dereq_, module2, exports$12) {
|
|
5540
5540
|
var immediate = _dereq_(1);
|
|
5541
5541
|
function INTERNAL() {
|
|
5542
5542
|
}
|
|
@@ -5760,13 +5760,13 @@ var localforage$1 = { exports: {} };
|
|
|
5760
5760
|
});
|
|
5761
5761
|
}
|
|
5762
5762
|
}
|
|
5763
|
-
}, { "1": 1 }], 3: [function(_dereq_, module2,
|
|
5763
|
+
}, { "1": 1 }], 3: [function(_dereq_, module2, exports$12) {
|
|
5764
5764
|
(function(global2) {
|
|
5765
5765
|
if (typeof global2.Promise !== "function") {
|
|
5766
5766
|
global2.Promise = _dereq_(2);
|
|
5767
5767
|
}
|
|
5768
5768
|
}).call(this, typeof commonjsGlobal !== "undefined" ? commonjsGlobal : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {});
|
|
5769
|
-
}, { "2": 2 }], 4: [function(_dereq_, module2,
|
|
5769
|
+
}, { "2": 2 }], 4: [function(_dereq_, module2, exports$12) {
|
|
5770
5770
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function(obj) {
|
|
5771
5771
|
return typeof obj;
|
|
5772
5772
|
} : function(obj) {
|
|
@@ -8173,22 +8173,22 @@ const ContainerFixed = styled.div`
|
|
|
8173
8173
|
|
|
8174
8174
|
z-index: 1032;
|
|
8175
8175
|
|
|
8176
|
-
.modal--header {
|
|
8176
|
+
& > .modal--header {
|
|
8177
8177
|
border-radius: var(--pn-border-radius) var(--pn-border-radius) 0 0;
|
|
8178
8178
|
}
|
|
8179
8179
|
|
|
8180
|
-
.modal--content {
|
|
8180
|
+
& > .modal--content {
|
|
8181
8181
|
max-height: ${(p2) => p2.alignTop ? "calc(100vh - 140px)" : "calc(100vh - 110px)"};
|
|
8182
8182
|
|
|
8183
8183
|
overflow-y: auto;
|
|
8184
8184
|
overflow-x: hidden;
|
|
8185
8185
|
|
|
8186
|
-
.modal--body {
|
|
8186
|
+
& > .modal--body {
|
|
8187
8187
|
background-color: var(--bs-body-bg);
|
|
8188
8188
|
padding: 10px 15px;
|
|
8189
8189
|
}
|
|
8190
8190
|
|
|
8191
|
-
.modal--footer {
|
|
8191
|
+
& > .modal--footer {
|
|
8192
8192
|
background-color: var(--bs-body-bg);
|
|
8193
8193
|
padding: 0px 15px 12px;
|
|
8194
8194
|
position: sticky;
|