@noya-app/noya-designsystem 0.1.29 → 0.1.31

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
- ESM dist/index.mjs 580.17 KB
10
- ESM dist/index.mjs.map 1.06 MB
11
- ESM ⚡️ Build success in 174ms
12
- CJS dist/index.js 598.21 KB
13
- CJS dist/index.js.map 1.07 MB
14
- CJS ⚡️ Build success in 176ms
15
9
  DTS Build start
16
- DTS ⚡️ Build success in 10070ms
17
- DTS dist/index.d.ts 63.23 KB
18
- DTS dist/index.d.mts 63.23 KB
10
+ ESM dist/index.mjs 575.19 KB
11
+ ESM dist/index.mjs.map 1.05 MB
12
+ ESM ⚡️ Build success in 409ms
13
+ CJS dist/index.js 592.90 KB
14
+ CJS dist/index.js.map 1.06 MB
15
+ CJS ⚡️ Build success in 409ms
16
+ DTS ⚡️ Build success in 9539ms
17
+ DTS dist/index.d.ts 57.96 KB
18
+ DTS dist/index.d.mts 57.96 KB
@@ -1,2 +1,15 @@
1
1
  $ eslint . --max-warnings 0
2
+ =============
3
+
4
+ WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
5
+
6
+ You may find that it works just fine, or you may not.
7
+
8
+ SUPPORTED TYPESCRIPT VERSIONS: >=4.3.5 <5.4.0
9
+
10
+ YOUR TYPESCRIPT VERSION: 5.6.3
11
+
12
+ Please only submit bug reports when using the officially supported version.
13
+
14
+ =============
2
15
  Pages directory cannot be found at /Users/devinabbott/Projects/noya-core/packages/noya-designsystem/pages or /Users/devinabbott/Projects/noya-core/packages/noya-designsystem/src/pages. If using a custom path, please configure with the `no-html-link-for-pages` rule in your eslint config file.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.31
4
+
5
+ ### Patch Changes
6
+
7
+ - 6d66bd3: Fixed padding and alignment for InputField and TextArea
8
+ - 6862974: Combined updates
9
+ - 8bdb7d3: Replaced Select with SelectMenu
10
+ - Updated dependencies [6862974]
11
+ - @noya-app/noya-geometry@0.1.5
12
+
13
+ ## 0.1.30
14
+
15
+ ### Patch Changes
16
+
17
+ - 94941e9: Added visual regression testing and JSDoc comments to design system component APIs
18
+
3
19
  ## 0.1.29
4
20
 
5
21
  ### Patch Changes