@noya-app/noya-designsystem 0.0.5 → 0.0.6

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.
@@ -5,13 +5,13 @@ CLI tsup v8.0.1
5
5
  CLI Target: esnext
6
6
  CJS Build start
7
7
  ESM Build start
8
+ DTS Build start
8
9
  CJS dist/index.js 787.15 KB
9
10
  CJS dist/index.js.map 1.12 MB
10
- CJS ⚡️ Build success in 112ms
11
+ CJS ⚡️ Build success in 253ms
11
12
  ESM dist/index.mjs 750.46 KB
12
13
  ESM dist/index.mjs.map 1.12 MB
13
- ESM ⚡️ Build success in 114ms
14
- DTS Build start
15
- DTS ⚡️ Build success in 5221ms
14
+ ESM ⚡️ Build success in 253ms
15
+ DTS ⚡️ Build success in 5639ms
16
16
  DTS dist/index.d.ts 48.78 KB
17
17
  DTS dist/index.d.mts 48.78 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - daff335: Update thumbnail background color
8
+
3
9
  ## 0.0.5
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.0.5",
3
+ "version": "0.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -65,7 +65,7 @@ export const colors = {
65
65
  return colors.primary;
66
66
  },
67
67
  selection: 'rgb(179,215,254)',
68
- thumbnailBackground: 'rgb(240, 240, 242)',
68
+ thumbnailBackground: '#E1DAFF',
69
69
  };
70
70
 
71
71
  export const fonts = {