@noya-app/noya-designsystem 0.0.12 → 0.0.13
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 +18 -17
- package/CHANGELOG.md +12 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mtsup src/index.tsx --format cjs,esm --dts --sourcemap[0m
|
|
3
|
+
[34mCLI[39m Building entry: src/index.tsx
|
|
4
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
5
|
+
[34mCLI[39m tsup v8.0.1
|
|
6
|
+
[34mCLI[39m Target: esnext
|
|
7
|
+
[34mCJS[39m Build start
|
|
8
|
+
[34mESM[39m Build start
|
|
9
|
+
[32mCJS[39m [1mdist/index.js [22m[32m184.20 KB[39m
|
|
10
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m366.85 KB[39m
|
|
11
|
+
[32mCJS[39m ⚡️ Build success in 138ms
|
|
12
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m167.94 KB[39m
|
|
13
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m365.94 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 139ms
|
|
15
|
+
[34mDTS[39m Build start
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 6080ms
|
|
17
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m53.26 KB[39m
|
|
18
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m53.26 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @noya-app/noya-designsystem
|
|
2
2
|
|
|
3
|
+
## 0.0.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Bump versions
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @noya-app/noya-colorpicker@0.0.7
|
|
10
|
+
- @noya-app/noya-geometry@0.0.11
|
|
11
|
+
- @noya-app/noya-icons@0.0.4
|
|
12
|
+
- @noya-app/noya-keymap@0.0.6
|
|
13
|
+
- @noya-app/noya-utils@0.0.10
|
|
14
|
+
|
|
3
15
|
## 0.0.12
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -272,8 +272,8 @@ declare const DropdownMenu: <T extends string>(props: MenuProps<T> & {
|
|
|
272
272
|
onCloseAutoFocus?: ((event: React__default.SyntheticEvent<unknown, Event>) => void) | undefined;
|
|
273
273
|
} & React__default.RefAttributes<HTMLElement>) => React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | null;
|
|
274
274
|
|
|
275
|
-
declare const SUPPORTED_IMAGE_UPLOAD_TYPES: ("image/png" | "image/jpeg" | "image/webp" | "
|
|
276
|
-
declare const SUPPORTED_CANVAS_UPLOAD_TYPES: ("" | "image/png" | "image/jpeg" | "image/webp" | "
|
|
275
|
+
declare const SUPPORTED_IMAGE_UPLOAD_TYPES: ("image/png" | "image/jpeg" | "image/webp" | "image/svg+xml" | "application/pdf")[];
|
|
276
|
+
declare const SUPPORTED_CANVAS_UPLOAD_TYPES: ("" | "image/png" | "image/jpeg" | "image/webp" | "image/svg+xml" | "application/pdf")[];
|
|
277
277
|
type SupportedImageUploadType = (typeof SUPPORTED_IMAGE_UPLOAD_TYPES)[number];
|
|
278
278
|
type SupportedCanvasUploadType = (typeof SUPPORTED_CANVAS_UPLOAD_TYPES)[number];
|
|
279
279
|
type SketchPattern = {
|
package/dist/index.d.ts
CHANGED
|
@@ -272,8 +272,8 @@ declare const DropdownMenu: <T extends string>(props: MenuProps<T> & {
|
|
|
272
272
|
onCloseAutoFocus?: ((event: React__default.SyntheticEvent<unknown, Event>) => void) | undefined;
|
|
273
273
|
} & React__default.RefAttributes<HTMLElement>) => React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | null;
|
|
274
274
|
|
|
275
|
-
declare const SUPPORTED_IMAGE_UPLOAD_TYPES: ("image/png" | "image/jpeg" | "image/webp" | "
|
|
276
|
-
declare const SUPPORTED_CANVAS_UPLOAD_TYPES: ("" | "image/png" | "image/jpeg" | "image/webp" | "
|
|
275
|
+
declare const SUPPORTED_IMAGE_UPLOAD_TYPES: ("image/png" | "image/jpeg" | "image/webp" | "image/svg+xml" | "application/pdf")[];
|
|
276
|
+
declare const SUPPORTED_CANVAS_UPLOAD_TYPES: ("" | "image/png" | "image/jpeg" | "image/webp" | "image/svg+xml" | "application/pdf")[];
|
|
277
277
|
type SupportedImageUploadType = (typeof SUPPORTED_IMAGE_UPLOAD_TYPES)[number];
|
|
278
278
|
type SupportedCanvasUploadType = (typeof SUPPORTED_CANVAS_UPLOAD_TYPES)[number];
|
|
279
279
|
type SketchPattern = {
|
package/dist/index.js
CHANGED
|
@@ -2074,14 +2074,9 @@ var DividerVertical = (0, import_react20.memo)(function DividerVertical2(props)
|
|
|
2074
2074
|
var import_react24 = __toESM(require("react"));
|
|
2075
2075
|
var import_styled_components20 = __toESM(require("styled-components"));
|
|
2076
2076
|
|
|
2077
|
-
// ../noya-file-format/
|
|
2078
|
-
var __defProp2 = Object.defineProperty;
|
|
2079
|
-
var __export2 = (target, all) => {
|
|
2080
|
-
for (var name in all)
|
|
2081
|
-
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
2082
|
-
};
|
|
2077
|
+
// ../noya-file-format/src/types.ts
|
|
2083
2078
|
var types_exports = {};
|
|
2084
|
-
|
|
2079
|
+
__export(types_exports, {
|
|
2085
2080
|
AnimationType: () => AnimationType,
|
|
2086
2081
|
BlendMode: () => BlendMode,
|
|
2087
2082
|
BlurType: () => BlurType,
|