@noya-app/noya-designsystem 0.1.32 → 0.1.33

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
  ESM dist/index.mjs 623.22 KB
11
11
  ESM dist/index.mjs.map 1.04 MB
12
- ESM ⚡️ Build success in 232ms
12
+ ESM ⚡️ Build success in 152ms
13
13
  CJS dist/index.js 637.06 KB
14
14
  CJS dist/index.js.map 1.04 MB
15
- CJS ⚡️ Build success in 233ms
15
+ CJS ⚡️ Build success in 152ms
16
16
  DTS Build start
17
17
  Browserslist: caniuse-lite is outdated. Please run:
18
18
  npx update-browserslist-db@latest
@@ -20,7 +20,7 @@ Browserslist: caniuse-lite is outdated. Please run:
20
20
 
21
21
  Rebuilding...
22
22
 
23
- Done in 498ms.
23
+ Done in 247ms.
24
24
 
25
- DTS ⚡️ Build success in 4833ms
25
+ DTS ⚡️ Build success in 2493ms
26
26
  DTS dist/index.d.ts 44.10 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c3a0c5c]
8
+ - @noya-app/noya-colorpicker@0.1.12
9
+
3
10
  ## 0.1.32
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.32",
3
+ "version": "0.1.33",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "@dnd-kit/core": "3.1.1",
23
23
  "@dnd-kit/modifiers": "3.0.0",
24
24
  "@dnd-kit/sortable": "4.0.0",
25
- "@noya-app/noya-colorpicker": "0.1.11",
25
+ "@noya-app/noya-colorpicker": "0.1.12",
26
26
  "@noya-app/noya-utils": "0.1.2",
27
27
  "@noya-app/noya-geometry": "0.1.5",
28
28
  "@noya-app/noya-icons": "0.1.4",