@noya-app/noya-designsystem 0.1.78 → 0.1.80
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/.turbo/turbo-build.log +12 -12
- package/CHANGELOG.md +12 -0
- package/dist/chunk-FJ6ZGZIA.mjs +43 -0
- package/dist/chunk-FJ6ZGZIA.mjs.map +1 -0
- package/dist/emojis.mjs +1 -1
- package/dist/index.js +34397 -11676
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +34548 -11826
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/tsup.config.ts +2 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
[34mCJS[39m Build start
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
DTS Build start
|
|
11
|
-
[32mESM[39m [1mdist/emojis.mjs [22m[32m148.00 B[39m
|
|
12
|
-
[32mESM[39m [1mdist/chunk-D57E6H3M.mjs [22m[32m1.50 KB[39m
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m618.05 KB[39m
|
|
14
|
-
[32mESM[39m [1mdist/chunk-D57E6H3M.mjs.map [22m[32m71.00 B[39m
|
|
15
|
-
[32mESM[39m [1mdist/emojis.mjs.map [22m[32m156.00 B[39m
|
|
16
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m1.19 MB[39m
|
|
17
|
-
[32mESM[39m ⚡️ Build success in 585ms
|
|
18
11
|
[32mCJS[39m [1mdist/emojis.js [22m[32m1.10 KB[39m
|
|
19
|
-
[32mCJS[39m [1mdist/index.js [22m[
|
|
12
|
+
[32mCJS[39m [1mdist/index.js [22m[32m1.40 MB[39m
|
|
20
13
|
[32mCJS[39m [1mdist/emojis.js.map [22m[32m194.00 B[39m
|
|
21
|
-
[32mCJS[39m [1mdist/index.js.map [22m[
|
|
22
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m2.73 MB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 217ms
|
|
16
|
+
[32mESM[39m [1mdist/emojis.mjs [22m[32m148.00 B[39m
|
|
17
|
+
[32mESM[39m [1mdist/chunk-FJ6ZGZIA.mjs [22m[32m1.87 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m1.37 MB[39m
|
|
19
|
+
[32mESM[39m [1mdist/emojis.mjs.map [22m[32m156.00 B[39m
|
|
20
|
+
[32mESM[39m [1mdist/chunk-FJ6ZGZIA.mjs.map [22m[32m71.00 B[39m
|
|
21
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m2.73 MB[39m
|
|
22
|
+
[32mESM[39m ⚡️ Build success in 238ms
|
|
23
23
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
24
24
|
npx update-browserslist-db@latest
|
|
25
25
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
@@ -29,9 +29,9 @@ Browserslist: browsers data (caniuse-lite) is 9 months old. Please run:
|
|
|
29
29
|
|
|
30
30
|
Rebuilding...
|
|
31
31
|
|
|
32
|
-
Done in
|
|
32
|
+
Done in 557ms.
|
|
33
33
|
|
|
34
|
-
DTS ⚡️ Build success in
|
|
34
|
+
DTS ⚡️ Build success in 4974ms
|
|
35
35
|
DTS dist/emojis.d.ts 43.00 B
|
|
36
36
|
DTS dist/index.d.ts 125.02 KB
|
|
37
37
|
DTS dist/emojis.d.mts 43.00 B
|
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
8
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
9
|
+
}) : x)(function(x) {
|
|
10
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
11
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
12
|
+
});
|
|
13
|
+
var __commonJS = (cb, mod) => function __require2() {
|
|
14
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
15
|
+
};
|
|
16
|
+
var __export = (target, all) => {
|
|
17
|
+
for (var name in all)
|
|
18
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
19
|
+
};
|
|
20
|
+
var __copyProps = (to, from, except, desc) => {
|
|
21
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
22
|
+
for (let key of __getOwnPropNames(from))
|
|
23
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
24
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
25
|
+
}
|
|
26
|
+
return to;
|
|
27
|
+
};
|
|
28
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
29
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
30
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
31
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
32
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
33
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
34
|
+
mod
|
|
35
|
+
));
|
|
36
|
+
|
|
37
|
+
export {
|
|
38
|
+
__require,
|
|
39
|
+
__commonJS,
|
|
40
|
+
__export,
|
|
41
|
+
__toESM
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=chunk-FJ6ZGZIA.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/emojis.mjs
CHANGED