react-miui 0.5.0 → 0.5.1
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.
- package/CHANGELOG.md +4 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/docs/assets/js/search.js +1 -1
- package/docs/assets/js/search.json +1 -1
- package/docs/enums/ICON.html +12 -6
- package/docs/index.html +13 -4
- package/docs/modules/Item.html +6 -3
- package/docs/modules/List.html +6 -3
- package/docs/modules/Section.html +147 -0
- package/docs/modules/StickyHeader.html +7 -4
- package/docs/modules.html +48 -16
- package/docs/pages/Tutorials/Test.html +6 -3
- package/esm/index.d.ts +2 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- package/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
6
6
|
## [UNRELEASED]
|
|
7
7
|
(nothing yet)
|
|
8
8
|
|
|
9
|
+
## [0.5.1] - 2021-12-17
|
|
10
|
+
### Fixed
|
|
11
|
+
- newest components not exported
|
|
12
|
+
|
|
9
13
|
## [0.5.0] - 2021-12-17
|
|
10
14
|
### Added
|
|
11
15
|
- Section component + container
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export * from "./components/form/Checkbox.js";
|
|
2
2
|
export * from "./components/form/Toggle.js";
|
|
3
3
|
export * from "./components/icons/Icon.js";
|
|
4
|
+
export * from "./components/layout/card/Card.js";
|
|
4
5
|
export * from "./components/layout/header/Header.js";
|
|
5
6
|
export * from "./components/layout/header/HeaderIconAction.js";
|
|
6
7
|
export * from "./components/layout/header/StickyHeader.js";
|
|
7
8
|
export * from "./components/layout/list/List.js";
|
|
8
9
|
export * from "./components/layout/list/Item.js";
|
|
10
|
+
export * from "./components/layout/section/Section.js";
|
|
9
11
|
export * from "./components/ui/action/Action.js";
|
|
10
12
|
export * from "./components/ui/action/EqualActions.js";
|
|
11
13
|
export * from "./components/ui/button/Button.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AAEvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -13,11 +13,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
13
13
|
__exportStar(require("./components/form/Checkbox.js"), exports);
|
|
14
14
|
__exportStar(require("./components/form/Toggle.js"), exports);
|
|
15
15
|
__exportStar(require("./components/icons/Icon.js"), exports);
|
|
16
|
+
__exportStar(require("./components/layout/card/Card.js"), exports);
|
|
16
17
|
__exportStar(require("./components/layout/header/Header.js"), exports);
|
|
17
18
|
__exportStar(require("./components/layout/header/HeaderIconAction.js"), exports);
|
|
18
19
|
__exportStar(require("./components/layout/header/StickyHeader.js"), exports);
|
|
19
20
|
__exportStar(require("./components/layout/list/List.js"), exports);
|
|
20
21
|
__exportStar(require("./components/layout/list/Item.js"), exports);
|
|
22
|
+
__exportStar(require("./components/layout/section/Section.js"), exports);
|
|
21
23
|
__exportStar(require("./components/ui/action/Action.js"), exports);
|
|
22
24
|
__exportStar(require("./components/ui/action/EqualActions.js"), exports);
|
|
23
25
|
__exportStar(require("./components/ui/button/Button.js"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gEAA8C;AAC9C,8DAA4C;AAE5C,6DAA2C;AAE3C,uEAAqD;AACrD,iFAA+D;AAC/D,6EAA2D;AAC3D,mEAAiD;AACjD,mEAAiD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gEAA8C;AAC9C,8DAA4C;AAE5C,6DAA2C;AAE3C,mEAAiD;AACjD,uEAAqD;AACrD,iFAA+D;AAC/D,6EAA2D;AAC3D,mEAAiD;AACjD,mEAAiD;AACjD,yEAAuD;AAEvD,mEAAiD;AACjD,yEAAuD;AACvD,mEAAiD;AACjD,sEAAoD"}
|
package/docs/assets/js/search.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.searchData = {"kinds":{"2":"Namespace","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function"},"rows":[{"id":0,"kind":32,"name":"Checkbox","url":"modules.html#Checkbox","classes":"tsd-kind-variable"},{"id":1,"kind":32,"name":"Toggle","url":"modules.html#Toggle","classes":"tsd-kind-variable"},{"id":2,"kind":32,"name":"Icon","url":"modules.html#Icon","classes":"tsd-kind-variable"},{"id":3,"kind":4,"name":"ICON","url":"enums/ICON.html","classes":"tsd-kind-enum"},{"id":4,"kind":16,"name":"checkmark","url":"enums/ICON.html#checkmark","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":5,"kind":16,"name":"back","url":"enums/ICON.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":6,"kind":16,"name":"forward","url":"enums/ICON.html#forward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":7,"kind":32,"name":"Header","url":"modules.html#Header","classes":"tsd-kind-variable"},{"id":
|
|
1
|
+
window.searchData = {"kinds":{"2":"Namespace","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function"},"rows":[{"id":0,"kind":32,"name":"Checkbox","url":"modules.html#Checkbox","classes":"tsd-kind-variable"},{"id":1,"kind":32,"name":"Toggle","url":"modules.html#Toggle","classes":"tsd-kind-variable"},{"id":2,"kind":32,"name":"Icon","url":"modules.html#Icon","classes":"tsd-kind-variable"},{"id":3,"kind":4,"name":"ICON","url":"enums/ICON.html","classes":"tsd-kind-enum"},{"id":4,"kind":16,"name":"checkmark","url":"enums/ICON.html#checkmark","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":5,"kind":16,"name":"back","url":"enums/ICON.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":6,"kind":16,"name":"forward","url":"enums/ICON.html#forward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON"},{"id":7,"kind":32,"name":"Card","url":"modules.html#Card","classes":"tsd-kind-variable"},{"id":8,"kind":32,"name":"Header","url":"modules.html#Header","classes":"tsd-kind-variable"},{"id":9,"kind":32,"name":"HeaderIconAction","url":"modules.html#HeaderIconAction","classes":"tsd-kind-variable"},{"id":10,"kind":32,"name":"StickyHeader","url":"modules.html#StickyHeader","classes":"tsd-kind-variable"},{"id":11,"kind":2,"name":"StickyHeader","url":"modules/StickyHeader.html","classes":"tsd-kind-namespace"},{"id":12,"kind":64,"name":"Content","url":"modules/StickyHeader.html#Content","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"StickyHeader"},{"id":13,"kind":32,"name":"List","url":"modules.html#List","classes":"tsd-kind-variable"},{"id":14,"kind":2,"name":"List","url":"modules/List.html","classes":"tsd-kind-namespace"},{"id":15,"kind":32,"name":"Header","url":"modules/List.html#Header","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"List"},{"id":16,"kind":32,"name":"Item","url":"modules.html#Item","classes":"tsd-kind-variable"},{"id":17,"kind":2,"name":"Item","url":"modules/Item.html","classes":"tsd-kind-namespace"},{"id":18,"kind":32,"name":"Label","url":"modules/Item.html#Label","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item"},{"id":19,"kind":32,"name":"Value","url":"modules/Item.html#Value","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item"},{"id":20,"kind":32,"name":"Section","url":"modules.html#Section","classes":"tsd-kind-variable"},{"id":21,"kind":2,"name":"Section","url":"modules/Section.html","classes":"tsd-kind-namespace"},{"id":22,"kind":32,"name":"Container","url":"modules/Section.html#Container","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Section"},{"id":23,"kind":32,"name":"Action","url":"modules.html#Action","classes":"tsd-kind-variable"},{"id":24,"kind":32,"name":"EqualActions","url":"modules.html#EqualActions","classes":"tsd-kind-variable"},{"id":25,"kind":32,"name":"Button","url":"modules.html#Button","classes":"tsd-kind-variable"},{"id":26,"kind":32,"name":"DirectionPad","url":"modules.html#DirectionPad","classes":"tsd-kind-variable"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,29.267]],["parent/0",[]],["name/1",[1,29.267]],["parent/1",[]],["name/2",[2,16.275]],["parent/2",[]],["name/3",[2,16.275]],["parent/3",[]],["name/4",[3,29.267]],["parent/4",[2,0.825]],["name/5",[4,29.267]],["parent/5",[2,0.825]],["name/6",[5,29.267]],["parent/6",[2,0.825]],["name/7",[6,29.267]],["parent/7",[]],["name/8",[7,24.159]],["parent/8",[]],["name/9",[8,29.267]],["parent/9",[]],["name/10",[9,20.794]],["parent/10",[]],["name/11",[9,20.794]],["parent/11",[]],["name/12",[10,29.267]],["parent/12",[9,1.055]],["name/13",[11,20.794]],["parent/13",[]],["name/14",[11,20.794]],["parent/14",[]],["name/15",[7,24.159]],["parent/15",[11,1.055]],["name/16",[12,18.281]],["parent/16",[]],["name/17",[12,18.281]],["parent/17",[]],["name/18",[13,29.267]],["parent/18",[12,0.927]],["name/19",[14,29.267]],["parent/19",[12,0.927]],["name/20",[15,20.794]],["parent/20",[]],["name/21",[15,20.794]],["parent/21",[]],["name/22",[16,29.267]],["parent/22",[15,1.055]],["name/23",[17,29.267]],["parent/23",[]],["name/24",[18,29.267]],["parent/24",[]],["name/25",[19,29.267]],["parent/25",[]],["name/26",[20,29.267]],["parent/26",[]]],"invertedIndex":[["action",{"_index":17,"name":{"23":{}},"parent":{}}],["back",{"_index":4,"name":{"5":{}},"parent":{}}],["button",{"_index":19,"name":{"25":{}},"parent":{}}],["card",{"_index":6,"name":{"7":{}},"parent":{}}],["checkbox",{"_index":0,"name":{"0":{}},"parent":{}}],["checkmark",{"_index":3,"name":{"4":{}},"parent":{}}],["container",{"_index":16,"name":{"22":{}},"parent":{}}],["content",{"_index":10,"name":{"12":{}},"parent":{}}],["directionpad",{"_index":20,"name":{"26":{}},"parent":{}}],["equalactions",{"_index":18,"name":{"24":{}},"parent":{}}],["forward",{"_index":5,"name":{"6":{}},"parent":{}}],["header",{"_index":7,"name":{"8":{},"15":{}},"parent":{}}],["headericonaction",{"_index":8,"name":{"9":{}},"parent":{}}],["icon",{"_index":2,"name":{"2":{},"3":{}},"parent":{"4":{},"5":{},"6":{}}}],["item",{"_index":12,"name":{"16":{},"17":{}},"parent":{"18":{},"19":{}}}],["label",{"_index":13,"name":{"18":{}},"parent":{}}],["list",{"_index":11,"name":{"13":{},"14":{}},"parent":{"15":{}}}],["section",{"_index":15,"name":{"20":{},"21":{}},"parent":{"22":{}}}],["stickyheader",{"_index":9,"name":{"10":{},"11":{}},"parent":{"12":{}}}],["toggle",{"_index":1,"name":{"1":{}},"parent":{}}],["value",{"_index":14,"name":{"19":{}},"parent":{}}]],"pipeline":[]}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"kinds":{"2":"Namespace","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","9999999":"Page"},"rows":[{"id":0,"kind":32,"name":"Checkbox","url":"modules.html#Checkbox","classes":"tsd-kind-variable"},{"id":1,"kind":32,"name":"Toggle","url":"modules.html#Toggle","classes":"tsd-kind-variable"},{"id":2,"kind":32,"name":"Icon","url":"modules.html#Icon","classes":"tsd-kind-variable"},{"id":3,"kind":4,"name":"ICON","url":"enums/ICON.html","classes":"tsd-kind-enum"},{"id":4,"kind":16,"name":"checkmark","url":"enums/ICON.html#checkmark","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":5,"kind":16,"name":"back","url":"enums/ICON.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":6,"kind":16,"name":"forward","url":"enums/ICON.html#forward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":7,"kind":32,"name":"Header","url":"modules.html#Header","classes":"tsd-kind-variable"},{"id":
|
|
1
|
+
{"kinds":{"2":"Namespace","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","9999999":"Page"},"rows":[{"id":0,"kind":32,"name":"Checkbox","url":"modules.html#Checkbox","classes":"tsd-kind-variable"},{"id":1,"kind":32,"name":"Toggle","url":"modules.html#Toggle","classes":"tsd-kind-variable"},{"id":2,"kind":32,"name":"Icon","url":"modules.html#Icon","classes":"tsd-kind-variable"},{"id":3,"kind":4,"name":"ICON","url":"enums/ICON.html","classes":"tsd-kind-enum"},{"id":4,"kind":16,"name":"checkmark","url":"enums/ICON.html#checkmark","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":5,"kind":16,"name":"back","url":"enums/ICON.html#back","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":6,"kind":16,"name":"forward","url":"enums/ICON.html#forward","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ICON","pagesPluginParent":"ICON."},{"id":7,"kind":32,"name":"Card","url":"modules.html#Card","classes":"tsd-kind-variable"},{"id":8,"kind":32,"name":"Header","url":"modules.html#Header","classes":"tsd-kind-variable"},{"id":9,"kind":32,"name":"HeaderIconAction","url":"modules.html#HeaderIconAction","classes":"tsd-kind-variable"},{"id":10,"kind":32,"name":"StickyHeader","url":"modules.html#StickyHeader","classes":"tsd-kind-variable"},{"id":11,"kind":2,"name":"StickyHeader","url":"modules/StickyHeader.html","classes":"tsd-kind-namespace"},{"id":12,"kind":64,"name":"Content","url":"modules/StickyHeader.html#Content","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"StickyHeader","pagesPluginParent":"StickyHeader."},{"id":13,"kind":32,"name":"List","url":"modules.html#List","classes":"tsd-kind-variable"},{"id":14,"kind":2,"name":"List","url":"modules/List.html","classes":"tsd-kind-namespace"},{"id":15,"kind":32,"name":"Header","url":"modules/List.html#Header","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"List","pagesPluginParent":"List."},{"id":16,"kind":32,"name":"Item","url":"modules.html#Item","classes":"tsd-kind-variable"},{"id":17,"kind":2,"name":"Item","url":"modules/Item.html","classes":"tsd-kind-namespace"},{"id":18,"kind":32,"name":"Label","url":"modules/Item.html#Label","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item","pagesPluginParent":"Item."},{"id":19,"kind":32,"name":"Value","url":"modules/Item.html#Value","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Item","pagesPluginParent":"Item."},{"id":20,"kind":32,"name":"Section","url":"modules.html#Section","classes":"tsd-kind-variable"},{"id":21,"kind":2,"name":"Section","url":"modules/Section.html","classes":"tsd-kind-namespace"},{"id":22,"kind":32,"name":"Container","url":"modules/Section.html#Container","classes":"tsd-kind-variable tsd-parent-kind-namespace","parent":"Section","pagesPluginParent":"Section."},{"id":23,"kind":32,"name":"Action","url":"modules.html#Action","classes":"tsd-kind-variable"},{"id":24,"kind":32,"name":"EqualActions","url":"modules.html#EqualActions","classes":"tsd-kind-variable"},{"id":25,"kind":32,"name":"Button","url":"modules.html#Button","classes":"tsd-kind-variable"},{"id":26,"kind":32,"name":"DirectionPad","url":"modules.html#DirectionPad","classes":"tsd-kind-variable"},{"id":27,"kind":1,"name":"Test","url":"pages/Tutorials/Test.html","classes":"tsd-kind-page","pagesPluginContent":"This is example tutorial page.\n","pagesPluginParent":"Tutorials / "}],"index":{"version":"2.3.9","fields":["pagesPluginContent","name","parent"],"fieldVectors":[["pagesPluginContent/0",[]],["name/0",[0,29.618]],["parent/0",[]],["pagesPluginContent/1",[]],["name/1",[1,29.618]],["parent/1",[]],["pagesPluginContent/2",[]],["name/2",[2,16.625]],["parent/2",[]],["pagesPluginContent/3",[]],["name/3",[2,16.625]],["parent/3",[]],["pagesPluginContent/4",[]],["name/4",[3,29.618]],["parent/4",[2,0.822]],["pagesPluginContent/5",[]],["name/5",[4,29.618]],["parent/5",[2,0.822]],["pagesPluginContent/6",[]],["name/6",[5,29.618]],["parent/6",[2,0.822]],["pagesPluginContent/7",[]],["name/7",[6,29.618]],["parent/7",[]],["pagesPluginContent/8",[]],["name/8",[7,24.51]],["parent/8",[]],["pagesPluginContent/9",[]],["name/9",[8,29.618]],["parent/9",[]],["pagesPluginContent/10",[]],["name/10",[9,21.145]],["parent/10",[]],["pagesPluginContent/11",[]],["name/11",[9,21.145]],["parent/11",[]],["pagesPluginContent/12",[]],["name/12",[10,29.618]],["parent/12",[9,1.045]],["pagesPluginContent/13",[]],["name/13",[11,21.145]],["parent/13",[]],["pagesPluginContent/14",[]],["name/14",[11,21.145]],["parent/14",[]],["pagesPluginContent/15",[]],["name/15",[7,24.51]],["parent/15",[11,1.045]],["pagesPluginContent/16",[]],["name/16",[12,18.632]],["parent/16",[]],["pagesPluginContent/17",[]],["name/17",[12,18.632]],["parent/17",[]],["pagesPluginContent/18",[]],["name/18",[13,29.618]],["parent/18",[12,0.921]],["pagesPluginContent/19",[]],["name/19",[14,29.618]],["parent/19",[12,0.921]],["pagesPluginContent/20",[]],["name/20",[15,21.145]],["parent/20",[]],["pagesPluginContent/21",[]],["name/21",[15,21.145]],["parent/21",[]],["pagesPluginContent/22",[]],["name/22",[16,29.618]],["parent/22",[15,1.045]],["pagesPluginContent/23",[]],["name/23",[17,29.618]],["parent/23",[]],["pagesPluginContent/24",[]],["name/24",[18,29.618]],["parent/24",[]],["pagesPluginContent/25",[]],["name/25",[19,29.618]],["parent/25",[]],["pagesPluginContent/26",[]],["name/26",[20,29.618]],["parent/26",[]],["pagesPluginContent/27",[21,3.688,22,3.688,23,3.688,24,3.688,25,3.688]],["name/27",[26,29.618]],["parent/27",[]]],"invertedIndex":[["action",{"_index":17,"pagesPluginContent":{},"name":{"23":{}},"parent":{}}],["back",{"_index":4,"pagesPluginContent":{},"name":{"5":{}},"parent":{}}],["button",{"_index":19,"pagesPluginContent":{},"name":{"25":{}},"parent":{}}],["card",{"_index":6,"pagesPluginContent":{},"name":{"7":{}},"parent":{}}],["checkbox",{"_index":0,"pagesPluginContent":{},"name":{"0":{}},"parent":{}}],["checkmark",{"_index":3,"pagesPluginContent":{},"name":{"4":{}},"parent":{}}],["container",{"_index":16,"pagesPluginContent":{},"name":{"22":{}},"parent":{}}],["content",{"_index":10,"pagesPluginContent":{},"name":{"12":{}},"parent":{}}],["directionpad",{"_index":20,"pagesPluginContent":{},"name":{"26":{}},"parent":{}}],["equalactions",{"_index":18,"pagesPluginContent":{},"name":{"24":{}},"parent":{}}],["example",{"_index":23,"pagesPluginContent":{"27":{}},"name":{},"parent":{}}],["forward",{"_index":5,"pagesPluginContent":{},"name":{"6":{}},"parent":{}}],["header",{"_index":7,"pagesPluginContent":{},"name":{"8":{},"15":{}},"parent":{}}],["headericonaction",{"_index":8,"pagesPluginContent":{},"name":{"9":{}},"parent":{}}],["icon",{"_index":2,"pagesPluginContent":{},"name":{"2":{},"3":{}},"parent":{"4":{},"5":{},"6":{}}}],["is",{"_index":22,"pagesPluginContent":{"27":{}},"name":{},"parent":{}}],["item",{"_index":12,"pagesPluginContent":{},"name":{"16":{},"17":{}},"parent":{"18":{},"19":{}}}],["label",{"_index":13,"pagesPluginContent":{},"name":{"18":{}},"parent":{}}],["list",{"_index":11,"pagesPluginContent":{},"name":{"13":{},"14":{}},"parent":{"15":{}}}],["page",{"_index":25,"pagesPluginContent":{"27":{}},"name":{},"parent":{}}],["section",{"_index":15,"pagesPluginContent":{},"name":{"20":{},"21":{}},"parent":{"22":{}}}],["stickyheader",{"_index":9,"pagesPluginContent":{},"name":{"10":{},"11":{}},"parent":{"12":{}}}],["test",{"_index":26,"pagesPluginContent":{},"name":{"27":{}},"parent":{}}],["this",{"_index":21,"pagesPluginContent":{"27":{}},"name":{},"parent":{}}],["toggle",{"_index":1,"pagesPluginContent":{},"name":{"1":{}},"parent":{}}],["tutorial",{"_index":24,"pagesPluginContent":{"27":{}},"name":{},"parent":{}}],["value",{"_index":14,"pagesPluginContent":{},"name":{"19":{}},"parent":{}}]],"pipeline":[]}}
|
package/docs/enums/ICON.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ICON | react-miui - v0.5.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.5.
|
|
6
|
+
<title>ICON | react-miui - v0.5.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.5.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.5.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
<div class="tsd-signature tsd-kind-icon">back<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "back"</span></div>
|
|
91
91
|
<aside class="tsd-sources">
|
|
92
92
|
<ul>
|
|
93
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
93
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/icons/Icon.tsx#L10">src/components/icons/Icon.tsx:10</a></li>
|
|
94
94
|
</ul>
|
|
95
95
|
</aside>
|
|
96
96
|
</section>
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
<div class="tsd-signature tsd-kind-icon">checkmark<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "checkmark"</span></div>
|
|
101
101
|
<aside class="tsd-sources">
|
|
102
102
|
<ul>
|
|
103
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
103
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/icons/Icon.tsx#L9">src/components/icons/Icon.tsx:9</a></li>
|
|
104
104
|
</ul>
|
|
105
105
|
</aside>
|
|
106
106
|
</section>
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
<div class="tsd-signature tsd-kind-icon">forward<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = "forward"</span></div>
|
|
111
111
|
<aside class="tsd-sources">
|
|
112
112
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
113
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/icons/Icon.tsx#L11">src/components/icons/Icon.tsx:11</a></li>
|
|
114
114
|
</ul>
|
|
115
115
|
</aside>
|
|
116
116
|
</section>
|
|
@@ -156,6 +156,9 @@
|
|
|
156
156
|
<li class=" tsd-kind-variable">
|
|
157
157
|
<a href="../modules.html#Button" class="tsd-kind-icon">Button</a>
|
|
158
158
|
</li>
|
|
159
|
+
<li class=" tsd-kind-variable">
|
|
160
|
+
<a href="../modules.html#Card" class="tsd-kind-icon">Card</a>
|
|
161
|
+
</li>
|
|
159
162
|
<li class=" tsd-kind-variable">
|
|
160
163
|
<a href="../modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a>
|
|
161
164
|
</li>
|
|
@@ -180,6 +183,9 @@
|
|
|
180
183
|
<li class=" tsd-kind-variable">
|
|
181
184
|
<a href="../modules.html#List" class="tsd-kind-icon">List</a>
|
|
182
185
|
</li>
|
|
186
|
+
<li class=" tsd-kind-variable">
|
|
187
|
+
<a href="../modules.html#Section" class="tsd-kind-icon">Section</a>
|
|
188
|
+
</li>
|
|
183
189
|
<li class=" tsd-kind-variable">
|
|
184
190
|
<a href="../modules.html#StickyHeader" class="tsd-kind-icon">Sticky<wbr>Header</a>
|
|
185
191
|
</li>
|
package/docs/index.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>react-miui - v0.5.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.5.
|
|
6
|
+
<title>react-miui - v0.5.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="index.html" class="title">react-miui - v0.5.
|
|
26
|
+
<a href="index.html" class="title">react-miui - v0.5.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<a href="modules.html">Globals</a>
|
|
58
58
|
</li>
|
|
59
59
|
</ul>
|
|
60
|
-
<h1>Project react-miui - v0.5.
|
|
60
|
+
<h1>Project react-miui - v0.5.1</h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -101,6 +101,9 @@
|
|
|
101
101
|
<li class=" tsd-kind-namespace">
|
|
102
102
|
<a href="modules/List.html">List</a>
|
|
103
103
|
</li>
|
|
104
|
+
<li class=" tsd-kind-namespace">
|
|
105
|
+
<a href="modules/Section.html">Section</a>
|
|
106
|
+
</li>
|
|
104
107
|
<li class=" tsd-kind-namespace">
|
|
105
108
|
<a href="modules/StickyHeader.html">Sticky<wbr>Header</a>
|
|
106
109
|
</li>
|
|
@@ -117,6 +120,9 @@
|
|
|
117
120
|
<li class=" tsd-kind-variable">
|
|
118
121
|
<a href="modules.html#Button" class="tsd-kind-icon">Button</a>
|
|
119
122
|
</li>
|
|
123
|
+
<li class=" tsd-kind-variable">
|
|
124
|
+
<a href="modules.html#Card" class="tsd-kind-icon">Card</a>
|
|
125
|
+
</li>
|
|
120
126
|
<li class=" tsd-kind-variable">
|
|
121
127
|
<a href="modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a>
|
|
122
128
|
</li>
|
|
@@ -141,6 +147,9 @@
|
|
|
141
147
|
<li class=" tsd-kind-variable">
|
|
142
148
|
<a href="modules.html#List" class="tsd-kind-icon">List</a>
|
|
143
149
|
</li>
|
|
150
|
+
<li class=" tsd-kind-variable">
|
|
151
|
+
<a href="modules.html#Section" class="tsd-kind-icon">Section</a>
|
|
152
|
+
</li>
|
|
144
153
|
<li class=" tsd-kind-variable">
|
|
145
154
|
<a href="modules.html#StickyHeader" class="tsd-kind-icon">Sticky<wbr>Header</a>
|
|
146
155
|
</li>
|
package/docs/modules/Item.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Item | react-miui - v0.5.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.5.
|
|
6
|
+
<title>Item | react-miui - v0.5.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.5.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.5.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -120,6 +120,9 @@
|
|
|
120
120
|
<li class=" tsd-kind-namespace">
|
|
121
121
|
<a href="List.html">List</a>
|
|
122
122
|
</li>
|
|
123
|
+
<li class=" tsd-kind-namespace">
|
|
124
|
+
<a href="Section.html">Section</a>
|
|
125
|
+
</li>
|
|
123
126
|
<li class=" tsd-kind-namespace">
|
|
124
127
|
<a href="StickyHeader.html">Sticky<wbr>Header</a>
|
|
125
128
|
</li>
|
package/docs/modules/List.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>List | react-miui - v0.5.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.5.
|
|
6
|
+
<title>List | react-miui - v0.5.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.5.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.5.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -112,6 +112,9 @@
|
|
|
112
112
|
<li class="current tsd-kind-namespace">
|
|
113
113
|
<a href="List.html">List</a>
|
|
114
114
|
</li>
|
|
115
|
+
<li class=" tsd-kind-namespace">
|
|
116
|
+
<a href="Section.html">Section</a>
|
|
117
|
+
</li>
|
|
115
118
|
<li class=" tsd-kind-namespace">
|
|
116
119
|
<a href="StickyHeader.html">Sticky<wbr>Header</a>
|
|
117
120
|
</li>
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>Section | react-miui - v0.5.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.1">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<header>
|
|
14
|
+
<div class="tsd-page-toolbar">
|
|
15
|
+
<div class="container">
|
|
16
|
+
<div class="table-wrap">
|
|
17
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
+
<div class="field">
|
|
19
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
+
<input id="tsd-search-field" type="text" />
|
|
21
|
+
</div>
|
|
22
|
+
<ul class="results">
|
|
23
|
+
<li class="state loading">Preparing search index...</li>
|
|
24
|
+
<li class="state failure">The search index is not available</li>
|
|
25
|
+
</ul>
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.5.1</a>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="table-cell" id="tsd-widgets">
|
|
29
|
+
<div id="tsd-filter">
|
|
30
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
+
<div class="tsd-filter-group">
|
|
32
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
+
<span class="tsd-select-label">All</span>
|
|
34
|
+
<ul class="tsd-select-list">
|
|
35
|
+
<li data-value="public">Public</li>
|
|
36
|
+
<li data-value="protected">Public/Protected</li>
|
|
37
|
+
<li data-value="private" class="selected">All</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
+
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
+
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
+
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
45
|
+
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="tsd-page-title">
|
|
54
|
+
<div class="container">
|
|
55
|
+
<ul class="tsd-breadcrumb">
|
|
56
|
+
<li>
|
|
57
|
+
<a href="../modules.html">Globals</a>
|
|
58
|
+
</li>
|
|
59
|
+
<li>
|
|
60
|
+
<a href="Section.html">Section</a>
|
|
61
|
+
</li>
|
|
62
|
+
</ul>
|
|
63
|
+
<h1>Namespace Section</h1>
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
</header>
|
|
67
|
+
<div class="container container-main">
|
|
68
|
+
<div class="row">
|
|
69
|
+
<div class="col-8 col-content">
|
|
70
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
71
|
+
<h2>Index</h2>
|
|
72
|
+
<section class="tsd-panel tsd-index-panel">
|
|
73
|
+
<div class="tsd-index-content">
|
|
74
|
+
<section class="tsd-index-section ">
|
|
75
|
+
<h3>Variables</h3>
|
|
76
|
+
<ul class="tsd-index-list">
|
|
77
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="Section.html#Container" class="tsd-kind-icon">Container</a></li>
|
|
78
|
+
</ul>
|
|
79
|
+
</section>
|
|
80
|
+
</div>
|
|
81
|
+
</section>
|
|
82
|
+
</section>
|
|
83
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
84
|
+
<h2>Variables</h2>
|
|
85
|
+
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-namespace">
|
|
86
|
+
<a name="Container" class="tsd-anchor"></a>
|
|
87
|
+
<h3>Container</h3>
|
|
88
|
+
<div class="tsd-signature tsd-kind-icon">Container<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">></span></div>
|
|
89
|
+
<aside class="tsd-sources">
|
|
90
|
+
</aside>
|
|
91
|
+
</section>
|
|
92
|
+
</section>
|
|
93
|
+
</div>
|
|
94
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
95
|
+
<nav class="tsd-navigation primary">
|
|
96
|
+
<ul>
|
|
97
|
+
<li class="label pp-nav pp-group">
|
|
98
|
+
<span>Tutorials</span>
|
|
99
|
+
</li>
|
|
100
|
+
<li class=" pp-nav pp-page">
|
|
101
|
+
<a href="../pages/Tutorials/Test.html">Test</a>
|
|
102
|
+
</li>
|
|
103
|
+
<li class="label pp-nav pp-group">
|
|
104
|
+
<span>API</span>
|
|
105
|
+
</li>
|
|
106
|
+
<li class=" ">
|
|
107
|
+
<a href="../modules.html">Exports</a>
|
|
108
|
+
</li>
|
|
109
|
+
<li class=" tsd-kind-namespace">
|
|
110
|
+
<a href="Item.html">Item</a>
|
|
111
|
+
</li>
|
|
112
|
+
<li class=" tsd-kind-namespace">
|
|
113
|
+
<a href="List.html">List</a>
|
|
114
|
+
</li>
|
|
115
|
+
<li class="current tsd-kind-namespace">
|
|
116
|
+
<a href="Section.html">Section</a>
|
|
117
|
+
</li>
|
|
118
|
+
<li class=" tsd-kind-namespace">
|
|
119
|
+
<a href="StickyHeader.html">Sticky<wbr>Header</a>
|
|
120
|
+
</li>
|
|
121
|
+
</ul>
|
|
122
|
+
</nav>
|
|
123
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
124
|
+
<ul class="before-current">
|
|
125
|
+
<li class=" tsd-kind-variable tsd-parent-kind-namespace">
|
|
126
|
+
<a href="Section.html#Container" class="tsd-kind-icon">Container</a>
|
|
127
|
+
</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</nav>
|
|
130
|
+
</div>
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
<footer class="with-border-bottom">
|
|
134
|
+
<div class="container">
|
|
135
|
+
<h2>Legend</h2>
|
|
136
|
+
<div class="tsd-legend-group">
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
</footer>
|
|
140
|
+
<div class="container tsd-generator">
|
|
141
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
142
|
+
</div>
|
|
143
|
+
<div class="overlay"></div>
|
|
144
|
+
<script src="../assets/js/main.js"></script>
|
|
145
|
+
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.json"><' + '/script>');</script>
|
|
146
|
+
</body>
|
|
147
|
+
</html>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>StickyHeader | react-miui - v0.5.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.5.
|
|
6
|
+
<title>StickyHeader | react-miui - v0.5.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">react-miui - v0.5.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.5.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
<li class="tsd-description">
|
|
93
93
|
<aside class="tsd-sources">
|
|
94
94
|
<ul>
|
|
95
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
95
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/layout/header/StickyHeader.tsx#L50">src/components/layout/header/StickyHeader.tsx:50</a></li>
|
|
96
96
|
</ul>
|
|
97
97
|
</aside>
|
|
98
98
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -133,6 +133,9 @@
|
|
|
133
133
|
<li class=" tsd-kind-namespace">
|
|
134
134
|
<a href="List.html">List</a>
|
|
135
135
|
</li>
|
|
136
|
+
<li class=" tsd-kind-namespace">
|
|
137
|
+
<a href="Section.html">Section</a>
|
|
138
|
+
</li>
|
|
136
139
|
<li class="current tsd-kind-namespace">
|
|
137
140
|
<a href="StickyHeader.html">Sticky<wbr>Header</a>
|
|
138
141
|
</li>
|
package/docs/modules.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>react-miui - v0.5.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.5.
|
|
6
|
+
<title>react-miui - v0.5.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="index.html" class="title">react-miui - v0.5.
|
|
26
|
+
<a href="index.html" class="title">react-miui - v0.5.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<a href="modules.html">Globals</a>
|
|
58
58
|
</li>
|
|
59
59
|
</ul>
|
|
60
|
-
<h1>Project react-miui - v0.5.
|
|
60
|
+
<h1>Project react-miui - v0.5.1</h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
<ul class="tsd-index-list">
|
|
74
74
|
<li class="tsd-kind-namespace"><a href="modules/Item.html" class="tsd-kind-icon">Item</a></li>
|
|
75
75
|
<li class="tsd-kind-namespace"><a href="modules/List.html" class="tsd-kind-icon">List</a></li>
|
|
76
|
+
<li class="tsd-kind-namespace"><a href="modules/Section.html" class="tsd-kind-icon">Section</a></li>
|
|
76
77
|
<li class="tsd-kind-namespace"><a href="modules/StickyHeader.html" class="tsd-kind-icon">Sticky<wbr>Header</a></li>
|
|
77
78
|
</ul>
|
|
78
79
|
</section>
|
|
@@ -87,6 +88,7 @@
|
|
|
87
88
|
<ul class="tsd-index-list">
|
|
88
89
|
<li class="tsd-kind-variable"><a href="modules.html#Action" class="tsd-kind-icon">Action</a></li>
|
|
89
90
|
<li class="tsd-kind-variable"><a href="modules.html#Button" class="tsd-kind-icon">Button</a></li>
|
|
91
|
+
<li class="tsd-kind-variable"><a href="modules.html#Card" class="tsd-kind-icon">Card</a></li>
|
|
90
92
|
<li class="tsd-kind-variable"><a href="modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a></li>
|
|
91
93
|
<li class="tsd-kind-variable"><a href="modules.html#DirectionPad" class="tsd-kind-icon">Direction<wbr>Pad</a></li>
|
|
92
94
|
<li class="tsd-kind-variable"><a href="modules.html#EqualActions" class="tsd-kind-icon">Equal<wbr>Actions</a></li>
|
|
@@ -95,6 +97,7 @@
|
|
|
95
97
|
<li class="tsd-kind-variable"><a href="modules.html#Icon" class="tsd-kind-icon">Icon</a></li>
|
|
96
98
|
<li class="tsd-kind-variable"><a href="modules.html#Item" class="tsd-kind-icon">Item</a></li>
|
|
97
99
|
<li class="tsd-kind-variable"><a href="modules.html#List" class="tsd-kind-icon">List</a></li>
|
|
100
|
+
<li class="tsd-kind-variable"><a href="modules.html#Section" class="tsd-kind-icon">Section</a></li>
|
|
98
101
|
<li class="tsd-kind-variable"><a href="modules.html#StickyHeader" class="tsd-kind-icon">Sticky<wbr>Header</a></li>
|
|
99
102
|
<li class="tsd-kind-variable"><a href="modules.html#Toggle" class="tsd-kind-icon">Toggle</a></li>
|
|
100
103
|
</ul>
|
|
@@ -110,7 +113,7 @@
|
|
|
110
113
|
<div class="tsd-signature tsd-kind-icon">Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.VFC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
111
114
|
<aside class="tsd-sources">
|
|
112
115
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
116
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/ui/action/Action.tsx#L22">src/components/ui/action/Action.tsx:22</a></li>
|
|
114
117
|
</ul>
|
|
115
118
|
</aside>
|
|
116
119
|
</section>
|
|
@@ -120,7 +123,17 @@
|
|
|
120
123
|
<div class="tsd-signature tsd-kind-icon">Button<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
121
124
|
<aside class="tsd-sources">
|
|
122
125
|
<ul>
|
|
123
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
126
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/ui/button/Button.tsx#L12">src/components/ui/button/Button.tsx:12</a></li>
|
|
127
|
+
</ul>
|
|
128
|
+
</aside>
|
|
129
|
+
</section>
|
|
130
|
+
<section class="tsd-panel tsd-member tsd-kind-variable">
|
|
131
|
+
<a name="Card" class="tsd-anchor"></a>
|
|
132
|
+
<h3><span class="tsd-flag ts-flagConst">Const</span> Card</h3>
|
|
133
|
+
<div class="tsd-signature tsd-kind-icon">Card<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
134
|
+
<aside class="tsd-sources">
|
|
135
|
+
<ul>
|
|
136
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/layout/card/Card.tsx#L13">src/components/layout/card/Card.tsx:13</a></li>
|
|
124
137
|
</ul>
|
|
125
138
|
</aside>
|
|
126
139
|
</section>
|
|
@@ -130,7 +143,7 @@
|
|
|
130
143
|
<div class="tsd-signature tsd-kind-icon">Checkbox<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
131
144
|
<aside class="tsd-sources">
|
|
132
145
|
<ul>
|
|
133
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
146
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/form/Checkbox.tsx#L13">src/components/form/Checkbox.tsx:13</a></li>
|
|
134
147
|
</ul>
|
|
135
148
|
</aside>
|
|
136
149
|
</section>
|
|
@@ -140,7 +153,7 @@
|
|
|
140
153
|
<div class="tsd-signature tsd-kind-icon">Direction<wbr>Pad<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
141
154
|
<aside class="tsd-sources">
|
|
142
155
|
<ul>
|
|
143
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
156
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/ui/directionPad/Pad.tsx#L17">src/components/ui/directionPad/Pad.tsx:17</a></li>
|
|
144
157
|
</ul>
|
|
145
158
|
</aside>
|
|
146
159
|
</section>
|
|
@@ -150,7 +163,7 @@
|
|
|
150
163
|
<div class="tsd-signature tsd-kind-icon">Equal<wbr>Actions<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
151
164
|
<aside class="tsd-sources">
|
|
152
165
|
<ul>
|
|
153
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
166
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/ui/action/EqualActions.tsx#L11">src/components/ui/action/EqualActions.tsx:11</a></li>
|
|
154
167
|
</ul>
|
|
155
168
|
</aside>
|
|
156
169
|
</section>
|
|
@@ -160,7 +173,7 @@
|
|
|
160
173
|
<div class="tsd-signature tsd-kind-icon">Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
161
174
|
<aside class="tsd-sources">
|
|
162
175
|
<ul>
|
|
163
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
176
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/layout/header/Header.tsx#L23">src/components/layout/header/Header.tsx:23</a></li>
|
|
164
177
|
</ul>
|
|
165
178
|
</aside>
|
|
166
179
|
</section>
|
|
@@ -170,7 +183,7 @@
|
|
|
170
183
|
<div class="tsd-signature tsd-kind-icon">Header<wbr>Icon<wbr>Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.VFC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
171
184
|
<aside class="tsd-sources">
|
|
172
185
|
<ul>
|
|
173
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
186
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/layout/header/HeaderIconAction.tsx#L22">src/components/layout/header/HeaderIconAction.tsx:22</a></li>
|
|
174
187
|
</ul>
|
|
175
188
|
</aside>
|
|
176
189
|
</section>
|
|
@@ -180,7 +193,7 @@
|
|
|
180
193
|
<div class="tsd-signature tsd-kind-icon">Icon<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
181
194
|
<aside class="tsd-sources">
|
|
182
195
|
<ul>
|
|
183
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
196
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/icons/Icon.tsx#L25">src/components/icons/Icon.tsx:25</a></li>
|
|
184
197
|
</ul>
|
|
185
198
|
</aside>
|
|
186
199
|
</section>
|
|
@@ -190,7 +203,7 @@
|
|
|
190
203
|
<div class="tsd-signature tsd-kind-icon">Item<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
191
204
|
<aside class="tsd-sources">
|
|
192
205
|
<ul>
|
|
193
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
206
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/layout/list/Item.tsx#L27">src/components/layout/list/Item.tsx:27</a></li>
|
|
194
207
|
</ul>
|
|
195
208
|
</aside>
|
|
196
209
|
</section>
|
|
@@ -200,7 +213,17 @@
|
|
|
200
213
|
<div class="tsd-signature tsd-kind-icon">List<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
201
214
|
<aside class="tsd-sources">
|
|
202
215
|
<ul>
|
|
203
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
216
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/layout/list/List.tsx#L10">src/components/layout/list/List.tsx:10</a></li>
|
|
217
|
+
</ul>
|
|
218
|
+
</aside>
|
|
219
|
+
</section>
|
|
220
|
+
<section class="tsd-panel tsd-member tsd-kind-variable">
|
|
221
|
+
<a name="Section" class="tsd-anchor"></a>
|
|
222
|
+
<h3><span class="tsd-flag ts-flagConst">Const</span> Section</h3>
|
|
223
|
+
<div class="tsd-signature tsd-kind-icon">Section<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
224
|
+
<aside class="tsd-sources">
|
|
225
|
+
<ul>
|
|
226
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/layout/section/Section.tsx#L18">src/components/layout/section/Section.tsx:18</a></li>
|
|
204
227
|
</ul>
|
|
205
228
|
</aside>
|
|
206
229
|
</section>
|
|
@@ -210,7 +233,7 @@
|
|
|
210
233
|
<div class="tsd-signature tsd-kind-icon">Sticky<wbr>Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Content</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
211
234
|
<aside class="tsd-sources">
|
|
212
235
|
<ul>
|
|
213
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
236
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/layout/header/StickyHeader.tsx#L17">src/components/layout/header/StickyHeader.tsx:17</a></li>
|
|
214
237
|
</ul>
|
|
215
238
|
</aside>
|
|
216
239
|
</section>
|
|
@@ -220,7 +243,7 @@
|
|
|
220
243
|
<div class="tsd-signature tsd-kind-icon">Toggle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.VFC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
221
244
|
<aside class="tsd-sources">
|
|
222
245
|
<ul>
|
|
223
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
246
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/00326b9/src/components/form/Toggle.tsx#L11">src/components/form/Toggle.tsx:11</a></li>
|
|
224
247
|
</ul>
|
|
225
248
|
</aside>
|
|
226
249
|
</section>
|
|
@@ -247,6 +270,9 @@
|
|
|
247
270
|
<li class=" tsd-kind-namespace">
|
|
248
271
|
<a href="modules/List.html">List</a>
|
|
249
272
|
</li>
|
|
273
|
+
<li class=" tsd-kind-namespace">
|
|
274
|
+
<a href="modules/Section.html">Section</a>
|
|
275
|
+
</li>
|
|
250
276
|
<li class=" tsd-kind-namespace">
|
|
251
277
|
<a href="modules/StickyHeader.html">Sticky<wbr>Header</a>
|
|
252
278
|
</li>
|
|
@@ -263,6 +289,9 @@
|
|
|
263
289
|
<li class=" tsd-kind-variable">
|
|
264
290
|
<a href="modules.html#Button" class="tsd-kind-icon">Button</a>
|
|
265
291
|
</li>
|
|
292
|
+
<li class=" tsd-kind-variable">
|
|
293
|
+
<a href="modules.html#Card" class="tsd-kind-icon">Card</a>
|
|
294
|
+
</li>
|
|
266
295
|
<li class=" tsd-kind-variable">
|
|
267
296
|
<a href="modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a>
|
|
268
297
|
</li>
|
|
@@ -287,6 +316,9 @@
|
|
|
287
316
|
<li class=" tsd-kind-variable">
|
|
288
317
|
<a href="modules.html#List" class="tsd-kind-icon">List</a>
|
|
289
318
|
</li>
|
|
319
|
+
<li class=" tsd-kind-variable">
|
|
320
|
+
<a href="modules.html#Section" class="tsd-kind-icon">Section</a>
|
|
321
|
+
</li>
|
|
290
322
|
<li class=" tsd-kind-variable">
|
|
291
323
|
<a href="modules.html#StickyHeader" class="tsd-kind-icon">Sticky<wbr>Header</a>
|
|
292
324
|
</li>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>Test | react-miui - v0.5.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.5.
|
|
6
|
+
<title>Test | react-miui - v0.5.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.1">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../../assets/css/main.css">
|
|
10
10
|
<link rel="stylesheet" href="../../assets/css/pages.css">
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../../index.html" class="title">react-miui - v0.5.
|
|
26
|
+
<a href="../../index.html" class="title">react-miui - v0.5.1</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -95,6 +95,9 @@
|
|
|
95
95
|
<li class=" tsd-kind-namespace">
|
|
96
96
|
<a href="../../modules/List.html">List</a>
|
|
97
97
|
</li>
|
|
98
|
+
<li class=" tsd-kind-namespace">
|
|
99
|
+
<a href="../../modules/Section.html">Section</a>
|
|
100
|
+
</li>
|
|
98
101
|
<li class=" tsd-kind-namespace">
|
|
99
102
|
<a href="../../modules/StickyHeader.html">Sticky<wbr>Header</a>
|
|
100
103
|
</li>
|
package/esm/index.d.ts
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export * from "./components/form/Checkbox.js";
|
|
2
2
|
export * from "./components/form/Toggle.js";
|
|
3
3
|
export * from "./components/icons/Icon.js";
|
|
4
|
+
export * from "./components/layout/card/Card.js";
|
|
4
5
|
export * from "./components/layout/header/Header.js";
|
|
5
6
|
export * from "./components/layout/header/HeaderIconAction.js";
|
|
6
7
|
export * from "./components/layout/header/StickyHeader.js";
|
|
7
8
|
export * from "./components/layout/list/List.js";
|
|
8
9
|
export * from "./components/layout/list/Item.js";
|
|
10
|
+
export * from "./components/layout/section/Section.js";
|
|
9
11
|
export * from "./components/ui/action/Action.js";
|
|
10
12
|
export * from "./components/ui/action/EqualActions.js";
|
|
11
13
|
export * from "./components/ui/button/Button.js";
|
package/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AAEvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC"}
|
package/esm/index.js
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export * from "./components/form/Checkbox.js";
|
|
2
2
|
export * from "./components/form/Toggle.js";
|
|
3
3
|
export * from "./components/icons/Icon.js";
|
|
4
|
+
export * from "./components/layout/card/Card.js";
|
|
4
5
|
export * from "./components/layout/header/Header.js";
|
|
5
6
|
export * from "./components/layout/header/HeaderIconAction.js";
|
|
6
7
|
export * from "./components/layout/header/StickyHeader.js";
|
|
7
8
|
export * from "./components/layout/list/List.js";
|
|
8
9
|
export * from "./components/layout/list/Item.js";
|
|
10
|
+
export * from "./components/layout/section/Section.js";
|
|
9
11
|
export * from "./components/ui/action/Action.js";
|
|
10
12
|
export * from "./components/ui/action/EqualActions.js";
|
|
11
13
|
export * from "./components/ui/button/Button.js";
|
package/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAE5C,cAAc,4BAA4B,CAAC;AAE3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AAEvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC"}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -3,11 +3,13 @@ export * from "./components/form/Toggle.js";
|
|
|
3
3
|
|
|
4
4
|
export * from "./components/icons/Icon.js";
|
|
5
5
|
|
|
6
|
+
export * from "./components/layout/card/Card.js";
|
|
6
7
|
export * from "./components/layout/header/Header.js";
|
|
7
8
|
export * from "./components/layout/header/HeaderIconAction.js";
|
|
8
9
|
export * from "./components/layout/header/StickyHeader.js";
|
|
9
10
|
export * from "./components/layout/list/List.js";
|
|
10
11
|
export * from "./components/layout/list/Item.js";
|
|
12
|
+
export * from "./components/layout/section/Section.js";
|
|
11
13
|
|
|
12
14
|
export * from "./components/ui/action/Action.js";
|
|
13
15
|
export * from "./components/ui/action/EqualActions.js";
|