x25 17.3.14 → 17.3.15
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/UI/NewFeature.js +2 -2
- package/UI/NewFeature.js.map +1 -1
- package/package.json +1 -1
package/UI/NewFeature.js
CHANGED
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
var react_1 = __importDefault(require("react"));
|
|
7
7
|
var NewFeature = function (props) { return (react_1.default.createElement(react_1.default.Fragment, null,
|
|
8
|
-
react_1.default.createElement("span", { className: "badge
|
|
9
|
-
react_1.default.createElement("span", { className: "text-muted
|
|
8
|
+
react_1.default.createElement("span", { className: "badge rounded-pill text-bg-warning" }, "Nou"),
|
|
9
|
+
react_1.default.createElement("span", { className: "text-muted ms-1 small" }, props.message))); };
|
|
10
10
|
exports.default = NewFeature;
|
|
11
11
|
//# sourceMappingURL=NewFeature.js.map
|
package/UI/NewFeature.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewFeature.js","sourceRoot":"","sources":["../../src/UI/NewFeature.tsx"],"names":[],"mappings":";;;;;AAAA,gDAA0B;AAM1B,IAAM,UAAU,GAAG,UAAC,KAAuB,IAAK,OAAA,CAC9C;IACE,wCAAM,SAAS,EAAC,
|
|
1
|
+
{"version":3,"file":"NewFeature.js","sourceRoot":"","sources":["../../src/UI/NewFeature.tsx"],"names":[],"mappings":";;;;;AAAA,gDAA0B;AAM1B,IAAM,UAAU,GAAG,UAAC,KAAuB,IAAK,OAAA,CAC9C;IACE,wCAAM,SAAS,EAAC,oCAAoC,IACjD,KAAK,CACD;IACP,wCAAM,SAAS,EAAC,uBAAuB,IACpC,KAAK,CAAC,OAAO,CACT,CACN,CACJ,EAT+C,CAS/C,CAAC;AAEF,kBAAe,UAAU,CAAC"}
|
package/package.json
CHANGED