@cgi-learning-hub/ui 1.5.0-dev.1743528537 → 1.5.0-dev.1743583979

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={display:"flex",padding:"16px !important",width:"100%",alignItems:"center"},t={marginRight:".8rem",fontSize:"inherit"},n={flex:15,alignItems:"center",display:"flex",justifyContent:"center"},o={flex:85,minWidth:0};exports.FolderBodyStyle=e;exports.FolderIconStyle=t;exports.IconContainerStyle=n;exports.TextContainerStyle=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={display:"flex",padding:"16px !important",width:"100%",alignItems:"center"},t={marginRight:".8rem",fontSize:"inherit"},n={flex:15,alignItems:"center",display:"flex",justifyContent:"center"},i={display:"flex",flexDirection:"column",flex:85,minWidth:0,minHeight:"48px",justifyContent:"center"};exports.FolderBodyStyle=e;exports.FolderIconStyle=t;exports.IconContainerStyle=n;exports.TextContainerStyle=i;
@@ -15,6 +15,10 @@ export declare const IconContainerStyle: {
15
15
  justifyContent: string;
16
16
  };
17
17
  export declare const TextContainerStyle: {
18
+ display: string;
19
+ flexDirection: string;
18
20
  flex: number;
19
21
  minWidth: number;
22
+ minHeight: string;
23
+ justifyContent: string;
20
24
  };
@@ -1,9 +1,9 @@
1
- const t = {
1
+ const e = {
2
2
  display: "flex",
3
3
  padding: "16px !important",
4
4
  width: "100%",
5
5
  alignItems: "center"
6
- }, e = {
6
+ }, t = {
7
7
  marginRight: ".8rem",
8
8
  fontSize: "inherit"
9
9
  }, n = {
@@ -12,12 +12,16 @@ const t = {
12
12
  display: "flex",
13
13
  justifyContent: "center"
14
14
  }, i = {
15
+ display: "flex",
16
+ flexDirection: "column",
15
17
  flex: 85,
16
- minWidth: 0
18
+ minWidth: 0,
19
+ minHeight: "48px",
20
+ justifyContent: "center"
17
21
  };
18
22
  export {
19
- t as FolderBodyStyle,
20
- e as FolderIconStyle,
23
+ e as FolderBodyStyle,
24
+ t as FolderIconStyle,
21
25
  n as IconContainerStyle,
22
26
  i as TextContainerStyle
23
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgi-learning-hub/ui",
3
- "version": "1.5.0-dev.1743528537",
3
+ "version": "1.5.0-dev.1743583979",
4
4
  "private": false,
5
5
  "author": "CGI Learning-hub Team",
6
6
  "description": "@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features",