@spaced-out/ui-design-system 0.5.7-beta.4 → 0.5.7
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.
- package/.vscode/settings.json +3 -1
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/.vscode/settings.json
CHANGED
|
@@ -33,5 +33,7 @@
|
|
|
33
33
|
"javascript.validate.enable": true,
|
|
34
34
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
35
35
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
36
|
-
"typescript.tsserver.experimental.enableProjectDiagnostics": true
|
|
36
|
+
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
|
37
|
+
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
38
|
+
"typescript.preferences.importModuleSpecifierEnding": "auto"
|
|
37
39
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.5.7](https://github.com/spaced-out/ui-design-system/compare/v0.5.7-beta.0...v0.5.7) (2025-09-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* maxTabWidth prop in Tablist to support truncation in Tabs. ([#399](https://github.com/spaced-out/ui-design-system/issues/399)) ([76ffc8b](https://github.com/spaced-out/ui-design-system/commit/76ffc8b6fd1b21a84c9deec481b0e42b81825fa6))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* fixes ts issues across leaves and several levels of parents ([#404](https://github.com/spaced-out/ui-design-system/issues/404)) ([7db6d7c](https://github.com/spaced-out/ui-design-system/commit/7db6d7ce01a36f9017c493821d4c30548a112565))
|
|
16
|
+
|
|
5
17
|
### [0.5.7-beta.4](https://github.com/spaced-out/ui-design-system/compare/v0.5.7-beta.3...v0.5.7-beta.4) (2025-09-16)
|
|
6
18
|
|
|
7
19
|
|