@noya-app/noya-designsystem 0.1.79 → 0.1.80

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.
@@ -12,14 +12,14 @@ DTS Build start
12
12
  CJS dist/index.js 1.40 MB
13
13
  CJS dist/emojis.js.map 194.00 B
14
14
  CJS dist/index.js.map 2.73 MB
15
- CJS ⚡️ Build success in 928ms
15
+ CJS ⚡️ Build success in 217ms
16
16
  ESM dist/emojis.mjs 148.00 B
17
17
  ESM dist/chunk-FJ6ZGZIA.mjs 1.87 KB
18
18
  ESM dist/index.mjs 1.37 MB
19
19
  ESM dist/emojis.mjs.map 156.00 B
20
20
  ESM dist/chunk-FJ6ZGZIA.mjs.map 71.00 B
21
21
  ESM dist/index.mjs.map 2.73 MB
22
- ESM ⚡️ Build success in 930ms
22
+ ESM ⚡️ Build success in 238ms
23
23
  Browserslist: caniuse-lite is outdated. Please run:
24
24
  npx update-browserslist-db@latest
25
25
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
@@ -29,9 +29,9 @@ Browserslist: browsers data (caniuse-lite) is 9 months old. Please run:
29
29
 
30
30
  Rebuilding...
31
31
 
32
- Done in 1336ms.
32
+ Done in 557ms.
33
33
 
34
- DTS ⚡️ Build success in 8923ms
34
+ DTS ⚡️ Build success in 4974ms
35
35
  DTS dist/emojis.d.ts 43.00 B
36
36
  DTS dist/index.d.ts 125.02 KB
37
37
  DTS dist/emojis.d.mts 43.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.80
4
+
5
+ ### Patch Changes
6
+
7
+ - 9b0a2df: Bundle base-ui
8
+
3
9
  ## 0.1.79
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,14 +1,22 @@
1
1
  {
2
2
  "name": "@noya-app/noya-designsystem",
3
- "version": "0.1.79",
3
+ "version": "0.1.80",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
7
7
  "style": "./dist/index.css",
8
8
  "exports": {
9
- ".": "./src/index.tsx",
9
+ ".": {
10
+ "import": "./dist/index.mjs",
11
+ "require": "./dist/index.js",
12
+ "types": "./dist/index.d.ts"
13
+ },
10
14
  "./index.css": "./dist/index.css",
11
- "./emojis": "./src/emojis.ts"
15
+ "./emojis": {
16
+ "import": "./dist/emojis.mjs",
17
+ "require": "./dist/emojis.js",
18
+ "types": "./dist/emojis.d.ts"
19
+ }
12
20
  },
13
21
  "scripts": {
14
22
  "build:css": "tailwindcss -i ./src/index.css -o ./dist/index.css --postcss",
@@ -20,12 +28,12 @@
20
28
  "@base-ui/react": "1.0.0",
21
29
  "@dnd-kit/core": "6.3.1",
22
30
  "@dnd-kit/sortable": "10.0.0",
23
- "@noya-app/noya-colorpicker": "workspace:*",
24
- "@noya-app/noya-utils": "workspace:*",
25
- "@noya-app/noya-geometry": "workspace:*",
26
- "@noya-app/noya-icons": "workspace:*",
27
- "@noya-app/noya-keymap": "workspace:*",
28
- "@noya-app/noya-tailwind-config": "workspace:*",
31
+ "@noya-app/noya-colorpicker": "0.1.33",
32
+ "@noya-app/noya-utils": "0.1.9",
33
+ "@noya-app/noya-geometry": "0.1.17",
34
+ "@noya-app/noya-icons": "0.1.18",
35
+ "@noya-app/noya-keymap": "0.1.4",
36
+ "@noya-app/noya-tailwind-config": "0.1.10",
29
37
  "@radix-ui/react-compose-refs": "^1.0.0",
30
38
  "@radix-ui/primitive": "^1.0.1",
31
39
  "@radix-ui/react-utils": "^0.0.5",
@@ -50,4 +58,4 @@
50
58
  "react": "*",
51
59
  "react-dom": "*"
52
60
  }
53
- }
61
+ }