@cgi-learning-hub/ui 1.3.3-dev.1732618892 → 1.3.3-dev.1732631258
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.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),o=require("../../createSvgIcon-DQqazotA.cjs"),l=require("../../IconButton-5LMERRPL.cjs"),t=o.createSvgIcon(e.jsx("path",{d:"M5 13.18v4L12 21l7-3.82v-4L12 17zM12 3 1 9l11 6 9-4.91V17h2V9z"}),"School"),n={title:"Components/IconButton",component:l.IconButton,argTypes:{color:{control:"select",options:["inherit","default","primary","secondary","error","info","success","warning"]},disabled:{control:"boolean"},disableFocusRipple:{control:"boolean"},disableRipple:{control:"boolean"},edge:{control:"radio",options:["end","start",!1]},size:{control:"radio",options:["small","medium","large"]}}},s={args:{children:e.jsx(t,{}),color:"default",disabled:!1,disableFocusRipple:!1,disableRipple:!1,edge:!1,size:"medium"}};exports.Default=s;exports.default=n;
|
|
@@ -1,19 +1,55 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import { I as
|
|
4
|
-
const s =
|
|
5
|
-
d: "
|
|
6
|
-
}), "
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { c as e } from "../../createSvgIcon-BS0Qe85N.js";
|
|
3
|
+
import { I as l } from "../../IconButton-DLcGpM1F.js";
|
|
4
|
+
const s = e(/* @__PURE__ */ o("path", {
|
|
5
|
+
d: "M5 13.18v4L12 21l7-3.82v-4L12 17zM12 3 1 9l11 6 9-4.91V17h2V9z"
|
|
6
|
+
}), "School"), r = {
|
|
7
7
|
title: "Components/IconButton",
|
|
8
|
-
component:
|
|
8
|
+
component: l,
|
|
9
|
+
argTypes: {
|
|
10
|
+
color: {
|
|
11
|
+
control: "select",
|
|
12
|
+
options: [
|
|
13
|
+
"inherit",
|
|
14
|
+
"default",
|
|
15
|
+
"primary",
|
|
16
|
+
"secondary",
|
|
17
|
+
"error",
|
|
18
|
+
"info",
|
|
19
|
+
"success",
|
|
20
|
+
"warning"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
disabled: {
|
|
24
|
+
control: "boolean"
|
|
25
|
+
},
|
|
26
|
+
disableFocusRipple: {
|
|
27
|
+
control: "boolean"
|
|
28
|
+
},
|
|
29
|
+
disableRipple: {
|
|
30
|
+
control: "boolean"
|
|
31
|
+
},
|
|
32
|
+
edge: {
|
|
33
|
+
control: "radio",
|
|
34
|
+
options: ["end", "start", !1]
|
|
35
|
+
},
|
|
36
|
+
size: {
|
|
37
|
+
control: "radio",
|
|
38
|
+
options: ["small", "medium", "large"]
|
|
39
|
+
}
|
|
40
|
+
}
|
|
9
41
|
}, i = {
|
|
10
42
|
args: {
|
|
11
|
-
children: /* @__PURE__ */
|
|
12
|
-
|
|
13
|
-
disabled: !1
|
|
43
|
+
children: /* @__PURE__ */ o(s, {}),
|
|
44
|
+
color: "default",
|
|
45
|
+
disabled: !1,
|
|
46
|
+
disableFocusRipple: !1,
|
|
47
|
+
disableRipple: !1,
|
|
48
|
+
edge: !1,
|
|
49
|
+
size: "medium"
|
|
14
50
|
}
|
|
15
51
|
};
|
|
16
52
|
export {
|
|
17
53
|
i as Default,
|
|
18
|
-
|
|
54
|
+
r as default
|
|
19
55
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cgi-learning-hub/ui",
|
|
3
|
-
"version": "1.3.3-dev.
|
|
3
|
+
"version": "1.3.3-dev.1732631258",
|
|
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",
|