@clubmed/trident-ui 1.4.0-beta.1 → 1.4.0-rc.1
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/CHANGELOG.md +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# ClubMed React UI components changelog
|
|
2
2
|
|
|
3
|
+
# [1.4.0-rc.1](https://scm.clubmed.com/clubmed/ui/trident-ui/compare/v1.3.0...v1.4.0-rc.1) (2025-10-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **button:** fix missing text variant mapping with new v2 button ([d174cf6](https://scm.clubmed.com/clubmed/ui/trident-ui/-/commit/d174cf63c5460bb2d5b90f29f116410296bf5ab5))
|
|
9
|
+
* **button:** fix missing text variant mapping with new v2 button ([41a3f36](https://scm.clubmed.com/clubmed/ui/trident-ui/-/commit/41a3f36bdf59449c878c4927d373dc26cbd27d0d))
|
|
10
|
+
* **card:** add flex-1 on card body ([56a5143](https://scm.clubmed.com/clubmed/ui/trident-ui/-/commit/56a514365385cd7fd204cbf2cd6b0280f912a680))
|
|
11
|
+
* **chromatic:** include build number in deployment message for better tracking ([fa7c661](https://scm.clubmed.com/clubmed/ui/trident-ui/-/commit/fa7c661868b9e7d6be28884f9a8a4566447fd6a4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **molecules:** remove @react-spring/web animation on HamburgerIcon component ([4d697d9](https://scm.clubmed.com/clubmed/ui/trident-ui/-/commit/4d697d93d2b347e12c2793e7a4d88e6152c89dc8))
|
|
17
|
+
* **molecules:** remove @react-spring/web animation on Loader component ([938b419](https://scm.clubmed.com/clubmed/ui/trident-ui/-/commit/938b419688c32676ff7bc13f593dbb3aa85a6a1c))
|
|
18
|
+
* **molecules:** remove @react-spring/web animation on Tabs component ([9b50811](https://scm.clubmed.com/clubmed/ui/trident-ui/-/commit/9b50811930c074e0d1d99ecef1ec8e35796f1185))
|
|
19
|
+
* **molecules:** remove hidden attribute from TabPanel for improved accessibility ([8f5a375](https://scm.clubmed.com/clubmed/ui/trident-ui/-/commit/8f5a375684b35d4b41b1d2d3e3957b726f259d65))
|
|
20
|
+
|
|
3
21
|
# [1.4.0-beta.1](https://scm.clubmed.com/clubmed/ui/trident-ui/compare/v1.3.1-beta.2...v1.4.0-beta.1) (2025-10-03)
|
|
4
22
|
|
|
5
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clubmed/trident-ui",
|
|
3
|
-
"version": "1.4.0-
|
|
3
|
+
"version": "1.4.0-rc.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Shared ClubMed React UI components",
|
|
6
6
|
"keywords": [
|
|
@@ -51,16 +51,16 @@
|
|
|
51
51
|
"import": "./molecules/Forms/Checkboxes/index.js",
|
|
52
52
|
"default": "./molecules/Forms/Checkboxes/index.js"
|
|
53
53
|
},
|
|
54
|
-
"./molecules/Forms/Password": {
|
|
55
|
-
"types": "./molecules/Forms/Password/index.d.ts",
|
|
56
|
-
"import": "./molecules/Forms/Password/index.js",
|
|
57
|
-
"default": "./molecules/Forms/Password/index.js"
|
|
58
|
-
},
|
|
59
54
|
"./molecules/Forms/Radios": {
|
|
60
55
|
"types": "./molecules/Forms/Radios/index.d.ts",
|
|
61
56
|
"import": "./molecules/Forms/Radios/index.js",
|
|
62
57
|
"default": "./molecules/Forms/Radios/index.js"
|
|
63
58
|
},
|
|
59
|
+
"./molecules/Forms/Password": {
|
|
60
|
+
"types": "./molecules/Forms/Password/index.d.ts",
|
|
61
|
+
"import": "./molecules/Forms/Password/index.js",
|
|
62
|
+
"default": "./molecules/Forms/Password/index.js"
|
|
63
|
+
},
|
|
64
64
|
"./fonts/*": "./fonts/*",
|
|
65
65
|
"./atoms/*": {
|
|
66
66
|
"types": "./atoms/*.d.ts",
|