@clubmed/trident-ui 1.0.0-alpha.30 → 1.0.0-alpha.32

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 +14 -0
  2. package/package.json +4 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # ClubMed React UI components changelog
2
2
 
3
+ # [1.0.0-alpha.32](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2024-03-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix package.json style.css export ([69c6429](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/69c64298ae62bd7cc811a4416398aa29fb0e59af))
9
+
10
+ # [1.0.0-alpha.31](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2024-03-19)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * fix package.json exports ([ee5dbb8](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/ee5dbb840c50e2c96e1680614b5c8e899cc04f8e))
16
+
3
17
  # [1.0.0-alpha.30](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-03-19)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clubmed/trident-ui",
3
- "version": "1.0.0-alpha.30",
3
+ "version": "1.0.0-alpha.32",
4
4
  "type": "module",
5
5
  "description": "Shared ClubMed React UI components",
6
6
  "keywords": [
@@ -23,12 +23,10 @@
23
23
  "main": "index.js",
24
24
  "exports": {
25
25
  ".": "./index.js",
26
- "./style.css": {
27
- "browser": "./styles/index.css"
28
- },
29
- "./tailwind": "./dist/tailwind/tailwind.preset.js",
26
+ "./style.css": "./styles/index.css",
27
+ "./tailwind": "./tailwind/tailwind.preset.js",
30
28
  "./package.json": "./package.json",
31
- "./*": {
29
+ "./atoms/*": {
32
30
  "types": "./atoms/*.d.ts",
33
31
  "import": "./atoms/*.js",
34
32
  "default": "./atoms/*.js"