@noya-app/noya-designsystem 0.1.65 → 0.1.66

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.
@@ -9,10 +9,10 @@
9
9
  ESM Build start
10
10
  CJS dist/index.js 565.24 KB
11
11
  CJS dist/index.js.map 1.05 MB
12
- CJS ⚡️ Build success in 387ms
12
+ CJS ⚡️ Build success in 240ms
13
13
  ESM dist/index.mjs 539.93 KB
14
14
  ESM dist/index.mjs.map 1.04 MB
15
- ESM ⚡️ Build success in 387ms
15
+ ESM ⚡️ Build success in 328ms
16
16
  DTS Build start
17
17
  Browserslist: caniuse-lite is outdated. Please run:
18
18
  npx update-browserslist-db@latest
@@ -23,8 +23,8 @@ Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
23
23
 
24
24
  Rebuilding...
25
25
 
26
- Done in 2230ms.
26
+ Done in 1339ms.
27
27
 
28
- DTS ⚡️ Build success in 22631ms
28
+ DTS ⚡️ Build success in 18276ms
29
29
  DTS dist/index.d.ts 115.36 KB
30
30
  DTS dist/index.d.mts 115.36 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.66
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [38b4ec2]
8
+ - @noya-app/noya-utils@0.1.8
9
+ - @noya-app/noya-colorpicker@0.1.29
10
+ - @noya-app/noya-geometry@0.1.15
11
+
3
12
  ## 0.1.65
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-designsystem",
3
- "version": "0.1.65",
3
+ "version": "0.1.66",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -22,9 +22,9 @@
22
22
  "dependencies": {
23
23
  "@dnd-kit/core": "6.3.1",
24
24
  "@dnd-kit/sortable": "10.0.0",
25
- "@noya-app/noya-colorpicker": "0.1.28",
26
- "@noya-app/noya-utils": "0.1.7",
27
- "@noya-app/noya-geometry": "0.1.14",
25
+ "@noya-app/noya-colorpicker": "0.1.29",
26
+ "@noya-app/noya-utils": "0.1.8",
27
+ "@noya-app/noya-geometry": "0.1.15",
28
28
  "@noya-app/noya-icons": "0.1.13",
29
29
  "@noya-app/noya-keymap": "0.1.4",
30
30
  "@noya-app/noya-tailwind-config": "0.1.7",