@ltht-react/admin-actions 2.0.1 → 2.0.2

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.
Files changed (2) hide show
  1. package/README.md +16 -16
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
-
2
- # AdminActions
3
-
4
- <!-- STORY -->
5
-
6
- ### Import
7
-
8
- ```js
9
- import AdminActions from '@ltht-react/admin-actions'
10
- ```
11
-
12
- ### Usage
13
-
14
- ```jsx
15
- <AdminActions />
16
- ```
1
+
2
+ # AdminActions
3
+
4
+ <!-- STORY -->
5
+
6
+ ### Import
7
+
8
+ ```js
9
+ import AdminActions from '@ltht-react/admin-actions'
10
+ ```
11
+
12
+ ### Usage
13
+
14
+ ```jsx
15
+ <AdminActions />
16
+ ```
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltht-react/admin-actions",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "ltht-react clinical AdminActions component.",
5
5
  "author": "LTHT",
6
6
  "homepage": "",
@@ -27,14 +27,14 @@
27
27
  "dependencies": {
28
28
  "@emotion/react": "^11.0.0",
29
29
  "@emotion/styled": "^11.0.0",
30
- "@ltht-react/button": "^2.0.1",
31
- "@ltht-react/hooks": "^2.0.1",
32
- "@ltht-react/icon": "^2.0.1",
33
- "@ltht-react/styles": "^2.0.1",
34
- "@ltht-react/type-summary": "^2.0.1",
35
- "@ltht-react/types": "^2.0.1",
36
- "@ltht-react/utils": "^2.0.1",
30
+ "@ltht-react/button": "^2.0.2",
31
+ "@ltht-react/hooks": "^2.0.2",
32
+ "@ltht-react/icon": "^2.0.2",
33
+ "@ltht-react/styles": "^2.0.2",
34
+ "@ltht-react/type-summary": "^2.0.2",
35
+ "@ltht-react/types": "^2.0.2",
36
+ "@ltht-react/utils": "^2.0.2",
37
37
  "react": "^18.2.0"
38
38
  },
39
- "gitHead": "85a8f6972deb11dbfb51869c53a7a6a5063596e9"
39
+ "gitHead": "c1487e107fcc3e16a95a65393cfb673ab92db352"
40
40
  }