@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.
@@ -1,17 +1,18 @@
1
- $ tsup src/index.tsx --format cjs,esm --dts --sourcemap
2
- CLI Building entry: src/index.tsx
3
- CLI Using tsconfig: tsconfig.json
4
- CLI tsup v8.0.1
5
- CLI Target: esnext
6
- CJS Build start
7
- ESM Build start
8
- CJS dist/index.js 184.37 KB
9
- CJS dist/index.js.map 368.96 KB
10
- CJS ⚡️ Build success in 141ms
11
- ESM dist/index.mjs 168.10 KB
12
- ESM dist/index.mjs.map 368.04 KB
13
- ESM ⚡️ Build success in 142ms
14
- DTS Build start
15
- DTS ⚡️ Build success in 6815ms
16
- DTS dist/index.d.ts 53.26 KB
17
- DTS dist/index.d.mts 53.26 KB
1
+
2
+ $ tsup src/index.tsx --format cjs,esm --dts --sourcemap
3
+ CLI Building entry: src/index.tsx
4
+ CLI Using tsconfig: tsconfig.json
5
+ CLI tsup v8.0.1
6
+ CLI Target: esnext
7
+ CJS Build start
8
+ ESM Build start
9
+ CJS dist/index.js 184.20 KB
10
+ CJS dist/index.js.map 366.85 KB
11
+ CJS ⚡️ Build success in 138ms
12
+ ESM dist/index.mjs 167.94 KB
13
+ ESM dist/index.mjs.map 365.94 KB
14
+ ESM ⚡️ Build success in 139ms
15
+ DTS Build start
16
+ DTS ⚡️ Build success in 6080ms
17
+ DTS dist/index.d.ts 53.26 KB
18
+ DTS dist/index.d.mts 53.26 KB
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" | "application/pdf" | "image/svg+xml")[];
276
- declare const SUPPORTED_CANVAS_UPLOAD_TYPES: ("" | "image/png" | "image/jpeg" | "image/webp" | "application/pdf" | "image/svg+xml")[];
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" | "application/pdf" | "image/svg+xml")[];
276
- declare const SUPPORTED_CANVAS_UPLOAD_TYPES: ("" | "image/png" | "image/jpeg" | "image/webp" | "application/pdf" | "image/svg+xml")[];
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/dist/index.mjs
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
- __export2(types_exports, {
2079
+ __export(types_exports, {
2085
2080
  AnimationType: () => AnimationType,
2086
2081
  BlendMode: () => BlendMode,
2087
2082
  BlurType: () => BlurType,