@noya-app/noya-designsystem 0.1.75 → 0.1.76

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.
@@ -8,23 +8,23 @@
8
8
  CJS Build start
9
9
  ESM Build start
10
10
  DTS Build start
11
- ESM dist/index.mjs 567.49 KB
12
- ESM dist/index.mjs.map 1.10 MB
13
- ESM ⚡️ Build success in 537ms
14
11
  CJS dist/index.js 594.03 KB
15
12
  CJS dist/index.js.map 1.10 MB
16
- CJS ⚡️ Build success in 537ms
13
+ CJS ⚡️ Build success in 317ms
14
+ ESM dist/index.mjs 567.49 KB
15
+ ESM dist/index.mjs.map 1.10 MB
16
+ ESM ⚡️ Build success in 339ms
17
17
  Browserslist: caniuse-lite is outdated. Please run:
18
18
  npx update-browserslist-db@latest
19
19
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
20
- Browserslist: browsers data (caniuse-lite) is 7 months old. Please run:
20
+ Browserslist: browsers data (caniuse-lite) is 8 months old. Please run:
21
21
  npx update-browserslist-db@latest
22
22
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
23
23
 
24
24
  Rebuilding...
25
25
 
26
- Done in 2127ms.
26
+ Done in 1687ms.
27
27
 
28
- DTS ⚡️ Build success in 5912ms
28
+ DTS ⚡️ Build success in 6764ms
29
29
  DTS dist/index.d.ts 122.15 KB
30
30
  DTS dist/index.d.mts 122.15 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.76
4
+
5
+ ### Patch Changes
6
+
7
+ - @noya-app/noya-colorpicker@0.1.32
8
+
3
9
  ## 0.1.75
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-designsystem",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "@base-ui-components/react": "1.0.0-beta.4",
24
24
  "@dnd-kit/core": "6.3.1",
25
25
  "@dnd-kit/sortable": "10.0.0",
26
- "@noya-app/noya-colorpicker": "0.1.31",
26
+ "@noya-app/noya-colorpicker": "0.1.32",
27
27
  "@noya-app/noya-utils": "0.1.9",
28
28
  "@noya-app/noya-geometry": "0.1.16",
29
29
  "@noya-app/noya-icons": "0.1.16",