hellfire 0.29.3 → 0.29.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.29.4](http://10.16.100.57/diffusion/115/paladin/compare/v0.29.3...v0.29.4) (2025-03-25)
6
+
7
+
8
+
5
9
  ## [0.29.3](http://10.16.100.57/diffusion/115/paladin/compare/v0.29.2...v0.29.3) (2025-03-24)
6
10
 
7
11
 
package/dist/index.js CHANGED
@@ -32575,7 +32575,7 @@ defineProperty(Col, "propTypes", {
32575
32575
  sm: PropTypes$1.number
32576
32576
  });
32577
32577
 
32578
- var css_248z$5 = ".paladin-modal {\n position: fixed;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n width: 100vw;\n height: 100vh;\n overflow: visible;\n z-index: 99;\n}\n.paladin-modal svg {\n width: 100%;\n height: 100%;\n}\n.paladin-modal-backdrop {\n position: absolute;\n z-index: 1000;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.7);\n}\n.paladin-modal-wrapper {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow-x: visible;\n overflow-y: scroll;\n z-index: 1001;\n}\n.paladin-modal-container {\n position: absolute;\n width: auto;\n background: #ffffff;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border-radius: 6px;\n box-sizing: border-box;\n z-index: 1001;\n max-height: 100%;\n overflow: hidden;\n overflow-y: scroll;\n}\n@media (min-width: 768px) {\n .paladin-modal-container {\n width: 600px;\n }\n}\n@media screen and (min-width: 992px) {\n .paladin-modal-container {\n width: 83.3333333%;\n }\n}\n@media (max-width: 768px) {\n .paladin-modal-container {\n width: 95%;\n }\n}\n.paladin-modal-header {\n padding: 15px;\n border-bottom: 1px solid #e5e5e5;\n font-size: 18px;\n font-weight: 500;\n line-height: 1.42857;\n margin: 0;\n color: #727882;\n position: relative;\n}\n.paladin-modal-close {\n position: absolute;\n right: 20px;\n display: inline-block;\n width: 15px;\n height: 15px;\n cursor: pointer;\n}\n.paladin-modal-body {\n padding: 15px;\n box-sizing: border-box;\n}\n.paladin-modal-footer {\n padding: 15px;\n text-align: right;\n border-top: 1px solid #e5e5e5;\n}\n.paladin-modal-footer button {\n margin-left: 4px;\n}\n";
32578
+ var css_248z$5 = ".paladin-modal {\n position: fixed;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n width: 100vw;\n height: 100vh;\n overflow: visible;\n z-index: 99;\n}\n.paladin-modal svg {\n width: 100%;\n height: 100%;\n}\n.paladin-modal-backdrop {\n position: absolute;\n z-index: 1000;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.7);\n}\n.paladin-modal-wrapper {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow-x: visible;\n overflow-y: scroll;\n z-index: 1001;\n}\n.paladin-modal-container {\n position: absolute;\n width: auto;\n background: #ffffff;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border-radius: 6px;\n box-sizing: border-box;\n z-index: 1001;\n max-height: 100%;\n overflow: hidden;\n overflow-y: scroll;\n scrollbar-width: none;\n -ms-overflow-style: none;\n}\n@media (min-width: 768px) {\n .paladin-modal-container {\n width: 600px;\n }\n}\n@media screen and (min-width: 992px) {\n .paladin-modal-container {\n width: 83.3333333%;\n }\n}\n@media (max-width: 768px) {\n .paladin-modal-container {\n width: 95%;\n }\n}\n.paladin-modal-container::-webkit-scrollbar {\n display: none;\n}\n.paladin-modal-header {\n padding: 15px;\n border-bottom: 1px solid #e5e5e5;\n font-size: 18px;\n font-weight: 500;\n line-height: 1.42857;\n margin: 0;\n color: #727882;\n position: relative;\n}\n.paladin-modal-close {\n position: absolute;\n right: 20px;\n display: inline-block;\n width: 15px;\n height: 15px;\n cursor: pointer;\n}\n.paladin-modal-body {\n padding: 15px;\n box-sizing: border-box;\n}\n.paladin-modal-footer {\n padding: 15px;\n text-align: right;\n border-top: 1px solid #e5e5e5;\n}\n.paladin-modal-footer button {\n margin-left: 4px;\n}\n";
32579
32579
  styleInject$1(css_248z$5);
32580
32580
 
32581
32581
  var css_248z$6 = ".paladin-btn {\n margin: 0;\n display: inline-block;\n font-weight: 400;\n text-align: center;\n vertical-align: middle;\n touch-action: manipulation;\n cursor: pointer;\n background-image: none;\n border: 1px solid transparent;\n white-space: nowrap;\n font-size: 14px;\n line-height: 1.42857;\n border-radius: 4px;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.paladin-btn-size-md {\n padding: 6px 12px;\n}\n.paladin-btn-size-xs {\n padding: 3px 6px;\n}\n.paladin-btn-active {\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.paladin-primary {\n color: #fff;\n background-color: #337ab7;\n border-color: #2e6da4;\n}\n.paladin-success {\n color: #fff;\n background-color: #008b8b;\n border-color: #007272;\n}\n.paladin-default {\n color: #333;\n background-color: #fff;\n border-color: #ccc;\n}\n.paladin-default.paladin-btn-active {\n color: #333;\n background-color: #e6e6e6;\n border-color: #adadad;\n}\n.paladin-info {\n color: #fff;\n background-color: #659bd2;\n border-color: #518ecc;\n}\n.paladin-warning {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #eea236;\n}\n.paladin-danger {\n color: #fff;\n background-color: #d9534f;\n border-color: #d43f3a;\n}\n";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hellfire",
3
- "version": "0.29.3",
3
+ "version": "0.29.4",
4
4
  "main": "dist/index.js",
5
5
  "engines": {
6
6
  "node": ">=8",