@noya-app/noya-designsystem 0.0.16 → 0.1.0

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.
@@ -6,13 +6,13 @@
6
6
  CLI Target: esnext
7
7
  CJS Build start
8
8
  ESM Build start
9
+ DTS Build start
9
10
  ESM dist/index.mjs 1.09 MB
10
11
  ESM dist/index.mjs.map 1.49 MB
11
- ESM ⚡️ Build success in 148ms
12
+ ESM ⚡️ Build success in 220ms
12
13
  CJS dist/index.js 1.10 MB
13
14
  CJS dist/index.js.map 1.50 MB
14
- CJS ⚡️ Build success in 149ms
15
- DTS Build start
16
- DTS ⚡️ Build success in 5856ms
15
+ CJS ⚡️ Build success in 221ms
16
+ DTS ⚡️ Build success in 6148ms
17
17
  DTS dist/index.d.ts 55.00 KB
18
18
  DTS dist/index.d.mts 55.00 KB
package/CHANGELOG.md CHANGED
@@ -1,16 +1,21 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
- ## 0.0.16
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 84323fe: Add minor version
4
8
 
5
9
  ### Patch Changes
6
10
 
7
11
  - f974ad5: Update versions
12
+ - Updated dependencies [84323fe]
8
13
  - Updated dependencies [f974ad5]
9
- - @noya-app/noya-colorpicker@0.0.10
10
- - @noya-app/noya-geometry@0.0.14
11
- - @noya-app/noya-icons@0.0.7
12
- - @noya-app/noya-keymap@0.0.9
13
- - @noya-app/noya-utils@0.0.13
14
+ - @noya-app/noya-colorpicker@0.1.0
15
+ - @noya-app/noya-geometry@0.1.0
16
+ - @noya-app/noya-icons@0.1.0
17
+ - @noya-app/noya-keymap@0.1.0
18
+ - @noya-app/noya-utils@0.1.0
14
19
 
15
20
  ## 0.0.15
16
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-designsystem",
3
- "version": "0.0.16",
3
+ "version": "0.1.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -13,11 +13,11 @@
13
13
  "@dnd-kit/core": "3.1.1",
14
14
  "@dnd-kit/modifiers": "3.0.0",
15
15
  "@dnd-kit/sortable": "4.0.0",
16
- "@noya-app/noya-colorpicker": "0.0.10",
17
- "@noya-app/noya-utils": "0.0.13",
18
- "@noya-app/noya-geometry": "0.0.14",
19
- "@noya-app/noya-icons": "0.0.7",
20
- "@noya-app/noya-keymap": "0.0.9",
16
+ "@noya-app/noya-colorpicker": "0.1.0",
17
+ "@noya-app/noya-utils": "0.1.0",
18
+ "@noya-app/noya-geometry": "0.1.0",
19
+ "@noya-app/noya-icons": "0.1.0",
20
+ "@noya-app/noya-keymap": "0.1.0",
21
21
  "@radix-ui/primitive": "^1.0.0",
22
22
  "@radix-ui/react-avatar": "^1.0.1",
23
23
  "@radix-ui/react-compose-refs": "^1.0.0",