@chayns-components/format 5.0.0-beta.1058 → 5.0.0-beta.1086
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/lib/cjs/index.js +7 -0
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/types/format.js +4 -0
- package/lib/esm/index.js +1 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/types/format.js +1 -1
- package/lib/types/index.d.ts +1 -0
- package/package.json +6 -6
package/lib/cjs/index.js
CHANGED
|
@@ -9,6 +9,12 @@ Object.defineProperty(exports, "BB_CODE_HTML_TAG_PREFIX", {
|
|
|
9
9
|
return _format.BB_CODE_HTML_TAG_PREFIX;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
+
Object.defineProperty(exports, "escapeHtmlInText", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return _escape.escapeHtmlInText;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
12
18
|
Object.defineProperty(exports, "formatStringToHtml", {
|
|
13
19
|
enumerable: true,
|
|
14
20
|
get: function () {
|
|
@@ -17,4 +23,5 @@ Object.defineProperty(exports, "formatStringToHtml", {
|
|
|
17
23
|
});
|
|
18
24
|
var _format = require("./constants/format");
|
|
19
25
|
var _formatString = require("./utils/formatString/formatString");
|
|
26
|
+
var _escape = require("./utils/escape");
|
|
20
27
|
//# sourceMappingURL=index.js.map
|
package/lib/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_format","require","_formatString"],"sources":["../../src/index.ts"],"sourcesContent":["export { BB_CODE_HTML_TAG_PREFIX } from './constants/format';\nexport type { TableObject } from './types/format';\nexport { formatStringToHtml } from './utils/formatString/formatString';\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","names":["_format","require","_formatString","_escape"],"sources":["../../src/index.ts"],"sourcesContent":["export { BB_CODE_HTML_TAG_PREFIX } from './constants/format';\nexport type { TableObject } from './types/format';\nexport { formatStringToHtml } from './utils/formatString/formatString';\nexport { escapeHtmlInText } from './utils/escape';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAEA,IAAAC,aAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAF,OAAA","ignoreList":[]}
|
package/lib/cjs/types/format.js
CHANGED
package/lib/esm/index.js
CHANGED
package/lib/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["BB_CODE_HTML_TAG_PREFIX","formatStringToHtml"],"sources":["../../src/index.ts"],"sourcesContent":["export { BB_CODE_HTML_TAG_PREFIX } from './constants/format';\nexport type { TableObject } from './types/format';\nexport { formatStringToHtml } from './utils/formatString/formatString';\n"],"mappings":"AAAA,SAASA,uBAAuB,QAAQ,oBAAoB;AAE5D,SAASC,kBAAkB,QAAQ,mCAAmC","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"index.js","names":["BB_CODE_HTML_TAG_PREFIX","formatStringToHtml","escapeHtmlInText"],"sources":["../../src/index.ts"],"sourcesContent":["export { BB_CODE_HTML_TAG_PREFIX } from './constants/format';\nexport type { TableObject } from './types/format';\nexport { formatStringToHtml } from './utils/formatString/formatString';\nexport { escapeHtmlInText } from './utils/escape';\n"],"mappings":"AAAA,SAASA,uBAAuB,QAAQ,oBAAoB;AAE5D,SAASC,kBAAkB,QAAQ,mCAAmC;AACtE,SAASC,gBAAgB,QAAQ,gBAAgB","ignoreList":[]}
|
package/lib/esm/types/format.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=format.js.map
|
package/lib/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/format",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.1086",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -52,17 +52,17 @@
|
|
|
52
52
|
"url": "https://github.com/TobitSoftware/chayns-components/issues"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@babel/cli": "^7.
|
|
56
|
-
"@babel/core": "^7.26.
|
|
55
|
+
"@babel/cli": "^7.27.0",
|
|
56
|
+
"@babel/core": "^7.26.10",
|
|
57
57
|
"@babel/preset-env": "^7.26.9",
|
|
58
58
|
"@babel/preset-react": "^7.26.3",
|
|
59
|
-
"@babel/preset-typescript": "^7.
|
|
59
|
+
"@babel/preset-typescript": "^7.27.0",
|
|
60
60
|
"@types/commonmark": "^0.27.9",
|
|
61
61
|
"@types/csv-stringify": "^3.1.3",
|
|
62
62
|
"babel-loader": "^9.2.1",
|
|
63
63
|
"cross-env": "^7.0.3",
|
|
64
64
|
"lerna": "^8.2.1",
|
|
65
|
-
"typescript": "^5.8.
|
|
65
|
+
"typescript": "^5.8.3",
|
|
66
66
|
"vitest": "^1.6.1"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "ea5a96783b1ad579dcb126a071dccf6b5322e022"
|
|
77
77
|
}
|