@noya-app/noya-designsystem 0.1.3 → 0.1.4

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.
@@ -7,11 +7,11 @@
7
7
  ESM Build start
8
8
  ESM dist/index.mjs 182.50 KB
9
9
  ESM dist/index.mjs.map 402.42 KB
10
- ESM ⚡️ Build success in 76ms
10
+ ESM ⚡️ Build success in 89ms
11
11
  CJS dist/index.js 198.78 KB
12
12
  CJS dist/index.js.map 402.70 KB
13
- CJS ⚡️ Build success in 76ms
13
+ CJS ⚡️ Build success in 89ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 6033ms
15
+ DTS ⚡️ Build success in 5952ms
16
16
  DTS dist/index.d.ts 53.87 KB
17
17
  DTS dist/index.d.mts 53.87 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e2253f0]
8
+ - @noya-app/noya-geometry@0.1.1
9
+
3
10
  ## 0.1.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-designsystem",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "@dnd-kit/sortable": "4.0.0",
16
16
  "@noya-app/noya-colorpicker": "0.1.2",
17
17
  "@noya-app/noya-utils": "0.1.0",
18
- "@noya-app/noya-geometry": "0.1.0",
18
+ "@noya-app/noya-geometry": "0.1.1",
19
19
  "@noya-app/noya-icons": "0.1.0",
20
20
  "@noya-app/noya-keymap": "0.1.0",
21
21
  "@radix-ui/primitive": "^1.0.0",