@clubmed/trident-ui 1.1.0-beta.5 → 1.1.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # ClubMed React UI components changelog
2
2
 
3
+ # [1.1.0-rc.1](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.0.1...v1.1.0-rc.1) (2024-10-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **assets:** remove GridDefault ([9701d94](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/9701d94ab9fcb2d8ef4a7ad74f26e4e3e95f4498))
9
+
10
+
11
+ ### Features
12
+
13
+ * **assets:** add Apple icon ([c2d2458](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/c2d24583d2502d4cbb990d37a7e2d51faba45a70))
14
+ * **assets:** add ExternalLink icon ([e8cabb5](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/e8cabb549ad0b56801b3d4305719c7cac34fd5a2))
15
+ * **assets:** add Google icon ([5aba30e](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/5aba30e8d0a898ed75ae686ffa2dcaf3e31309b6))
16
+ * **assets:** add Grid icon ([543f7da](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/543f7da645f00d5609ab8c52536e2d56400e00f2))
17
+ * **assets:** add List icon ([eef372f](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/eef372fc2da273dadd1989907fcb61721585c436))
18
+ * **assets:** add Twitter (X), BeachViews, GardenView, PoolView, SunView, WithView and SnowSenerity icons ([06c1f86](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/06c1f862b5fdc3b72f5d00a5d8be216e14c68bc7))
19
+ * **molecules:** add formatter option TextField component ([90cf9f4](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/90cf9f43318397e193a4423b4e65cf0a7bdc35d0))
20
+ * **molecules:** add hideRequiredStar option on FormLabel to hide required star ([5032af8](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/5032af8f8376ff4a8ecfa4d93613512193735ea7))
21
+ * **molecules:** add style for password disabled ([023dbc0](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/023dbc0165b8a1ee0b046da57a2da80b16f0ff0f))
22
+
3
23
  # [1.1.0-beta.5](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.1.0-beta.4...v1.1.0-beta.5) (2024-10-17)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clubmed/trident-ui",
3
- "version": "1.1.0-beta.5",
3
+ "version": "1.1.0-rc.1",
4
4
  "type": "module",
5
5
  "description": "Shared ClubMed React UI components",
6
6
  "keywords": [
@@ -31,16 +31,16 @@
31
31
  "import": "./atoms/Icons/index.js",
32
32
  "default": "./atoms/Icons/index.js"
33
33
  },
34
- "./atoms/Icons/svg": {
35
- "types": "./atoms/Icons/svg/index.d.ts",
36
- "import": "./atoms/Icons/svg/index.js",
37
- "default": "./atoms/Icons/svg/index.js"
38
- },
39
34
  "./atoms/Icons/svg-use": {
40
35
  "types": "./atoms/Icons/svg-use/index.d.ts",
41
36
  "import": "./atoms/Icons/svg-use/index.js",
42
37
  "default": "./atoms/Icons/svg-use/index.js"
43
38
  },
39
+ "./atoms/Icons/svg": {
40
+ "types": "./atoms/Icons/svg/index.d.ts",
41
+ "import": "./atoms/Icons/svg/index.js",
42
+ "default": "./atoms/Icons/svg/index.js"
43
+ },
44
44
  "./molecules/Tabs": {
45
45
  "types": "./molecules/Tabs/index.d.ts",
46
46
  "import": "./molecules/Tabs/index.js",
@@ -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/Radios": {
55
- "types": "./molecules/Forms/Radios/index.d.ts",
56
- "import": "./molecules/Forms/Radios/index.js",
57
- "default": "./molecules/Forms/Radios/index.js"
58
- },
59
54
  "./molecules/Forms/Password": {
60
55
  "types": "./molecules/Forms/Password/index.d.ts",
61
56
  "import": "./molecules/Forms/Password/index.js",
62
57
  "default": "./molecules/Forms/Password/index.js"
63
58
  },
59
+ "./molecules/Forms/Radios": {
60
+ "types": "./molecules/Forms/Radios/index.d.ts",
61
+ "import": "./molecules/Forms/Radios/index.js",
62
+ "default": "./molecules/Forms/Radios/index.js"
63
+ },
64
64
  "./fonts/*": "./fonts/*",
65
65
  "./atoms/*": {
66
66
  "types": "./atoms/*.d.ts",