fictoan-react 1.11.0 → 1.11.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.
- package/dist/{Heading-Yl33MW5C.js → Heading-DLsr8Li0.js} +137 -58
- package/dist/components/Element/Tags.d.ts +8 -0
- package/dist/components/Element/Tags.d.ts.map +1 -1
- package/dist/components/Element/index.d.ts +1 -1
- package/dist/components/Element/index.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +48 -47
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +51 -50
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var createClassName = function createClassName2(classNames) {
|
|
|
6
6
|
return !!item;
|
|
7
7
|
}).join(" ");
|
|
8
8
|
};
|
|
9
|
-
var _excluded$
|
|
9
|
+
var _excluded$Q = ["as", "role", "ariaLabel", "tabIndex", "onKeyDown"], _excluded2$8 = ["classNames", "bgColor", "bgColour", "borderColor", "borderColour", "className", "columns", "fillColor", "fillColour", "gap", "hideOnDesktop", "hideOnMobile", "hideOnTabletLandscape", "hideOnTabletPortrait", "horizontalMargin", "horizontalPadding", "horizontallyCenterThis", "horizontallyCentreThis", "isFullHeight", "isFullWidth", "layoutAsFlexbox", "layoutAsGrid", "marginLeft", "marginBottom", "margin", "marginRight", "marginTop", "opacity", "paddingBottom", "paddingLeft", "padding", "paddingRight", "paddingTop", "pushItemsToEnds", "shadow", "shape", "showOnlyOnDesktop", "showOnlyOnMobile", "showOnlyOnTabletLandscape", "showOnlyOnTabletPortrait", "size", "strokeColor", "strokeColour", "textColor", "textColour", "verticalMargin", "verticalPadding", "verticallyCenterItems", "verticallyCentreItems", "weight"], _excluded3$1 = ["className", "classNames"];
|
|
10
10
|
function _extends$R() {
|
|
11
11
|
return _extends$R = Object.assign ? Object.assign.bind() : function(n) {
|
|
12
12
|
for (var e = 1; e < arguments.length; e++) {
|
|
@@ -16,16 +16,16 @@ function _extends$R() {
|
|
|
16
16
|
return n;
|
|
17
17
|
}, _extends$R.apply(null, arguments);
|
|
18
18
|
}
|
|
19
|
-
function _objectWithoutProperties$
|
|
19
|
+
function _objectWithoutProperties$Q(e, t) {
|
|
20
20
|
if (null == e) return {};
|
|
21
|
-
var o, r, i = _objectWithoutPropertiesLoose$
|
|
21
|
+
var o, r, i = _objectWithoutPropertiesLoose$Q(e, t);
|
|
22
22
|
if (Object.getOwnPropertySymbols) {
|
|
23
23
|
var s = Object.getOwnPropertySymbols(e);
|
|
24
24
|
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|
25
25
|
}
|
|
26
26
|
return i;
|
|
27
27
|
}
|
|
28
|
-
function _objectWithoutPropertiesLoose$
|
|
28
|
+
function _objectWithoutPropertiesLoose$Q(r, e) {
|
|
29
29
|
if (null == r) return {};
|
|
30
30
|
var t = {};
|
|
31
31
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
@@ -35,15 +35,15 @@ function _objectWithoutPropertiesLoose$P(r, e) {
|
|
|
35
35
|
return t;
|
|
36
36
|
}
|
|
37
37
|
var Element = /* @__PURE__ */ React.forwardRef(function(_ref, ref) {
|
|
38
|
-
var _ref$as = _ref.as, Component = _ref$as === void 0 ? "div" : _ref$as, role = _ref.role, ariaLabel = _ref.ariaLabel, tabIndex = _ref.tabIndex, onKeyDown = _ref.onKeyDown, props = _objectWithoutProperties$
|
|
38
|
+
var _ref$as = _ref.as, Component = _ref$as === void 0 ? "div" : _ref$as, role = _ref.role, ariaLabel = _ref.ariaLabel, tabIndex = _ref.tabIndex, onKeyDown = _ref.onKeyDown, props = _objectWithoutProperties$Q(_ref, _excluded$Q);
|
|
39
39
|
var _props$classNames = props.classNames, classNames = _props$classNames === void 0 ? [] : _props$classNames, bgColor = props.bgColor, bgColour = props.bgColour, borderColor = props.borderColor, borderColour = props.borderColour, className = props.className;
|
|
40
40
|
props.columns;
|
|
41
41
|
var fillColor = props.fillColor, fillColour = props.fillColour;
|
|
42
42
|
props.gap;
|
|
43
|
-
var hideOnDesktop = props.hideOnDesktop, hideOnMobile = props.hideOnMobile, hideOnTabletLandscape = props.hideOnTabletLandscape, hideOnTabletPortrait = props.hideOnTabletPortrait, horizontalMargin = props.horizontalMargin, horizontalPadding = props.horizontalPadding, horizontallyCenterThis = props.horizontallyCenterThis, horizontallyCentreThis = props.horizontallyCentreThis, isFullHeight = props.isFullHeight, isFullWidth = props.isFullWidth, layoutAsFlexbox = props.layoutAsFlexbox, layoutAsGrid = props.layoutAsGrid, marginLeft = props.marginLeft, marginBottom = props.marginBottom, margin = props.margin, marginRight = props.marginRight, marginTop = props.marginTop, opacity = props.opacity, paddingBottom = props.paddingBottom, paddingLeft = props.paddingLeft, padding = props.padding, paddingRight = props.paddingRight, paddingTop = props.paddingTop, pushItemsToEnds = props.pushItemsToEnds, shadow = props.shadow, shape = props.shape, showOnlyOnDesktop = props.showOnlyOnDesktop, showOnlyOnMobile = props.showOnlyOnMobile, showOnlyOnTabletLandscape = props.showOnlyOnTabletLandscape, showOnlyOnTabletPortrait = props.showOnlyOnTabletPortrait, size = props.size, strokeColor = props.strokeColor, strokeColour = props.strokeColour, textColor = props.textColor, textColour = props.textColour, verticalMargin = props.verticalMargin, verticalPadding = props.verticalPadding, verticallyCenterItems = props.verticallyCenterItems, verticallyCentreItems = props.verticallyCentreItems, weight = props.weight, minimalProps = _objectWithoutProperties$
|
|
43
|
+
var hideOnDesktop = props.hideOnDesktop, hideOnMobile = props.hideOnMobile, hideOnTabletLandscape = props.hideOnTabletLandscape, hideOnTabletPortrait = props.hideOnTabletPortrait, horizontalMargin = props.horizontalMargin, horizontalPadding = props.horizontalPadding, horizontallyCenterThis = props.horizontallyCenterThis, horizontallyCentreThis = props.horizontallyCentreThis, isFullHeight = props.isFullHeight, isFullWidth = props.isFullWidth, layoutAsFlexbox = props.layoutAsFlexbox, layoutAsGrid = props.layoutAsGrid, marginLeft = props.marginLeft, marginBottom = props.marginBottom, margin = props.margin, marginRight = props.marginRight, marginTop = props.marginTop, opacity = props.opacity, paddingBottom = props.paddingBottom, paddingLeft = props.paddingLeft, padding = props.padding, paddingRight = props.paddingRight, paddingTop = props.paddingTop, pushItemsToEnds = props.pushItemsToEnds, shadow = props.shadow, shape = props.shape, showOnlyOnDesktop = props.showOnlyOnDesktop, showOnlyOnMobile = props.showOnlyOnMobile, showOnlyOnTabletLandscape = props.showOnlyOnTabletLandscape, showOnlyOnTabletPortrait = props.showOnlyOnTabletPortrait, size = props.size, strokeColor = props.strokeColor, strokeColour = props.strokeColour, textColor = props.textColor, textColour = props.textColour, verticalMargin = props.verticalMargin, verticalPadding = props.verticalPadding, verticallyCenterItems = props.verticallyCenterItems, verticallyCentreItems = props.verticallyCentreItems, weight = props.weight, minimalProps = _objectWithoutProperties$Q(props, _excluded2$8);
|
|
44
44
|
props.className;
|
|
45
45
|
props.classNames;
|
|
46
|
-
_objectWithoutProperties$
|
|
46
|
+
_objectWithoutProperties$Q(props, _excluded3$1);
|
|
47
47
|
return /* @__PURE__ */ React.createElement(Component, _extends$R({
|
|
48
48
|
ref,
|
|
49
49
|
role,
|
|
@@ -54,6 +54,15 @@ var Element = /* @__PURE__ */ React.forwardRef(function(_ref, ref) {
|
|
|
54
54
|
className: createClassName([className, bgColor && "bg-".concat(bgColor), bgColour && "bg-".concat(bgColour), borderColor && "border-".concat(borderColor), borderColour && "border-".concat(borderColour), fillColor && "fill-".concat(fillColor), fillColour && "fill-".concat(fillColour), hideOnDesktop && "hide-on-desktop", hideOnMobile && "hide-on-mobile", hideOnTabletLandscape && "hide-on-tablet-landscape", hideOnTabletPortrait && "hide-on-tablet-portrait", horizontalMargin && "margin-right-".concat(horizontalMargin, " margin-left-").concat(horizontalMargin), horizontalPadding && "padding-right-".concat(horizontalPadding, " padding-left-").concat(horizontalPadding), horizontallyCenterThis && "horizontally-centre-this", horizontallyCentreThis && "horizontally-centre-this", isFullHeight && "full-height", isFullWidth && "full-width", layoutAsFlexbox && "layout-flexbox", layoutAsGrid && "layout-grid", marginLeft && "margin-left-".concat(marginLeft), marginBottom && "margin-bottom-".concat(marginBottom), margin && "margin-all-".concat(margin), marginRight && "margin-right-".concat(marginRight), marginTop && "margin-top-".concat(marginTop), opacity && "opacity-".concat(opacity), paddingBottom && "padding-bottom-".concat(paddingBottom), paddingLeft && "padding-left-".concat(paddingLeft), padding && "padding-all-".concat(padding), paddingRight && "padding-right-".concat(paddingRight), paddingTop && "padding-top-".concat(paddingTop), pushItemsToEnds && "push-to-ends", shadow && "shadow-".concat(shadow), shape && "shape-".concat(shape), showOnlyOnDesktop && "show-only-on-desktop", showOnlyOnMobile && "show-only-on-mobile", showOnlyOnTabletLandscape && "show-only-on-tablet-landscape", showOnlyOnTabletPortrait && "show-only-on-tablet-portrait", size && "size-".concat(size), strokeColor && "stroke-".concat(strokeColor), strokeColour && "stroke-".concat(strokeColour), textColor && "text-".concat(textColor), textColour && "text-".concat(textColour), verticalMargin && "margin-top-".concat(verticalMargin, " margin-bottom-").concat(verticalMargin), verticalPadding && "padding-top-".concat(verticalPadding, " padding-bottom-").concat(verticalPadding), verticallyCenterItems && "vertically-centre-items", verticallyCentreItems && "vertically-centre-items", weight && "weight-".concat(weight)].concat(classNames))
|
|
55
55
|
}));
|
|
56
56
|
});
|
|
57
|
+
var _excluded$P = ["external"];
|
|
58
|
+
function _typeof$7(o) {
|
|
59
|
+
"@babel/helpers - typeof";
|
|
60
|
+
return _typeof$7 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
61
|
+
return typeof o2;
|
|
62
|
+
} : function(o2) {
|
|
63
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
64
|
+
}, _typeof$7(o);
|
|
65
|
+
}
|
|
57
66
|
function _extends$Q() {
|
|
58
67
|
return _extends$Q = Object.assign ? Object.assign.bind() : function(n) {
|
|
59
68
|
for (var e = 1; e < arguments.length; e++) {
|
|
@@ -63,12 +72,77 @@ function _extends$Q() {
|
|
|
63
72
|
return n;
|
|
64
73
|
}, _extends$Q.apply(null, arguments);
|
|
65
74
|
}
|
|
66
|
-
|
|
75
|
+
function _objectWithoutProperties$P(e, t) {
|
|
76
|
+
if (null == e) return {};
|
|
77
|
+
var o, r, i = _objectWithoutPropertiesLoose$P(e, t);
|
|
78
|
+
if (Object.getOwnPropertySymbols) {
|
|
79
|
+
var s = Object.getOwnPropertySymbols(e);
|
|
80
|
+
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|
81
|
+
}
|
|
82
|
+
return i;
|
|
83
|
+
}
|
|
84
|
+
function _objectWithoutPropertiesLoose$P(r, e) {
|
|
85
|
+
if (null == r) return {};
|
|
86
|
+
var t = {};
|
|
87
|
+
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
88
|
+
if (e.includes(n)) continue;
|
|
89
|
+
t[n] = r[n];
|
|
90
|
+
}
|
|
91
|
+
return t;
|
|
92
|
+
}
|
|
93
|
+
function ownKeys$4(e, r) {
|
|
94
|
+
var t = Object.keys(e);
|
|
95
|
+
if (Object.getOwnPropertySymbols) {
|
|
96
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
97
|
+
r && (o = o.filter(function(r2) {
|
|
98
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
99
|
+
})), t.push.apply(t, o);
|
|
100
|
+
}
|
|
101
|
+
return t;
|
|
102
|
+
}
|
|
103
|
+
function _objectSpread$4(e) {
|
|
104
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
105
|
+
var t = null != arguments[r] ? arguments[r] : {};
|
|
106
|
+
r % 2 ? ownKeys$4(Object(t), true).forEach(function(r2) {
|
|
107
|
+
_defineProperty$5(e, r2, t[r2]);
|
|
108
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$4(Object(t)).forEach(function(r2) {
|
|
109
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t, r2));
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
return e;
|
|
113
|
+
}
|
|
114
|
+
function _defineProperty$5(e, r, t) {
|
|
115
|
+
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: true, configurable: true, writable: true }) : e[r] = t, e;
|
|
116
|
+
}
|
|
117
|
+
function _toPropertyKey$5(t) {
|
|
118
|
+
var i = _toPrimitive$5(t, "string");
|
|
119
|
+
return "symbol" == _typeof$7(i) ? i : i + "";
|
|
120
|
+
}
|
|
121
|
+
function _toPrimitive$5(t, r) {
|
|
122
|
+
if ("object" != _typeof$7(t) || !t) return t;
|
|
123
|
+
var e = t[Symbol.toPrimitive];
|
|
124
|
+
if (void 0 !== e) {
|
|
125
|
+
var i = e.call(t, r || "default");
|
|
126
|
+
if ("object" != _typeof$7(i)) return i;
|
|
127
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
128
|
+
}
|
|
129
|
+
return ("string" === r ? String : Number)(t);
|
|
130
|
+
}
|
|
131
|
+
var createComponentWithElement = function createComponentWithElement2(tagName, defaultProps) {
|
|
67
132
|
return /* @__PURE__ */ React.forwardRef(function(props, ref) {
|
|
133
|
+
var finalProps = _objectSpread$4(_objectSpread$4({}, defaultProps), props);
|
|
134
|
+
if (tagName === "a" && "external" in finalProps) {
|
|
135
|
+
var external = finalProps.external;
|
|
136
|
+
_objectWithoutProperties$P(finalProps, _excluded$P);
|
|
137
|
+
if (external) {
|
|
138
|
+
finalProps.target = "_blank";
|
|
139
|
+
finalProps.rel = "noopener noreferrer";
|
|
140
|
+
}
|
|
141
|
+
}
|
|
68
142
|
return /* @__PURE__ */ React.createElement(Element, _extends$Q({
|
|
69
143
|
as: tagName,
|
|
70
144
|
ref
|
|
71
|
-
},
|
|
145
|
+
}, finalProps));
|
|
72
146
|
});
|
|
73
147
|
};
|
|
74
148
|
var Article = createComponentWithElement("article");
|
|
@@ -81,6 +155,10 @@ var Main = createComponentWithElement("main");
|
|
|
81
155
|
var Nav = createComponentWithElement("nav");
|
|
82
156
|
var Section = createComponentWithElement("section");
|
|
83
157
|
var Span = createComponentWithElement("span");
|
|
158
|
+
var Hyperlink = createComponentWithElement("a", {
|
|
159
|
+
rel: "noopener noreferrer"
|
|
160
|
+
// Default props for Hyperlink
|
|
161
|
+
});
|
|
84
162
|
var _excluded$O = ["weight", "size", "fontStyle", "align", "isSubtext"];
|
|
85
163
|
function _extends$P() {
|
|
86
164
|
return _extends$P = Object.assign ? Object.assign.bind() : function(n) {
|
|
@@ -5706,55 +5784,56 @@ var Heading6 = /* @__PURE__ */ React.forwardRef(function(props, ref) {
|
|
|
5706
5784
|
}, props));
|
|
5707
5785
|
});
|
|
5708
5786
|
export {
|
|
5709
|
-
|
|
5787
|
+
SidebarItem as $,
|
|
5710
5788
|
Accordion as A,
|
|
5711
5789
|
Badge as B,
|
|
5712
5790
|
Callout as C,
|
|
5713
5791
|
Drawer as D,
|
|
5714
5792
|
Element as E,
|
|
5715
5793
|
Footer as F,
|
|
5716
|
-
|
|
5794
|
+
NotificationsWrapper as G,
|
|
5717
5795
|
Header as H,
|
|
5718
5796
|
InputField as I,
|
|
5719
|
-
|
|
5720
|
-
|
|
5797
|
+
NotificationItem as J,
|
|
5798
|
+
Pagination as K,
|
|
5721
5799
|
ListBox as L,
|
|
5722
5800
|
Main as M,
|
|
5723
5801
|
Nav as N,
|
|
5724
|
-
|
|
5802
|
+
Portion as O,
|
|
5725
5803
|
PinInputField as P,
|
|
5726
|
-
|
|
5804
|
+
ProgressBar as Q,
|
|
5727
5805
|
RadioGroup as R,
|
|
5728
5806
|
Section as S,
|
|
5729
5807
|
TextArea as T,
|
|
5730
|
-
|
|
5731
|
-
|
|
5732
|
-
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
|
|
5736
|
-
|
|
5808
|
+
Row as U,
|
|
5809
|
+
OptionCard as V,
|
|
5810
|
+
OptionCardsGroup as W,
|
|
5811
|
+
useOptionCard as X,
|
|
5812
|
+
SidebarWrapper as Y,
|
|
5813
|
+
ContentWrapper as Z,
|
|
5814
|
+
SidebarHeader as _,
|
|
5737
5815
|
Button as a,
|
|
5738
|
-
|
|
5739
|
-
|
|
5740
|
-
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5744
|
-
|
|
5745
|
-
|
|
5746
|
-
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5757
|
-
|
|
5816
|
+
SidebarFooter as a0,
|
|
5817
|
+
Skeleton as a1,
|
|
5818
|
+
SkeletonGroup as a2,
|
|
5819
|
+
Spinner as a3,
|
|
5820
|
+
Table as a4,
|
|
5821
|
+
Tabs as a5,
|
|
5822
|
+
ThemeProvider as a6,
|
|
5823
|
+
useTheme as a7,
|
|
5824
|
+
ToastsWrapper as a8,
|
|
5825
|
+
ToastItem as a9,
|
|
5826
|
+
Tooltip as aa,
|
|
5827
|
+
Heading1 as ab,
|
|
5828
|
+
Heading2 as ac,
|
|
5829
|
+
Heading3 as ad,
|
|
5830
|
+
Heading4 as ae,
|
|
5831
|
+
Heading5 as af,
|
|
5832
|
+
Heading6 as ag,
|
|
5833
|
+
Text as ah,
|
|
5834
|
+
showModal as ai,
|
|
5835
|
+
hideModal as aj,
|
|
5836
|
+
toggleModal as ak,
|
|
5758
5837
|
Breadcrumbs as b,
|
|
5759
5838
|
Card as c,
|
|
5760
5839
|
CodeBlock as d,
|
|
@@ -5764,20 +5843,20 @@ export {
|
|
|
5764
5843
|
Aside as h,
|
|
5765
5844
|
Body as i,
|
|
5766
5845
|
Span as j,
|
|
5767
|
-
|
|
5768
|
-
|
|
5769
|
-
|
|
5770
|
-
|
|
5771
|
-
|
|
5772
|
-
|
|
5773
|
-
|
|
5774
|
-
|
|
5775
|
-
|
|
5776
|
-
|
|
5777
|
-
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
|
|
5781
|
-
|
|
5782
|
-
|
|
5846
|
+
Hyperlink as k,
|
|
5847
|
+
Form as l,
|
|
5848
|
+
FormItem as m,
|
|
5849
|
+
FormItemGroup as n,
|
|
5850
|
+
InputLabel as o,
|
|
5851
|
+
Select as p,
|
|
5852
|
+
FileUpload as q,
|
|
5853
|
+
RadioButton as r,
|
|
5854
|
+
Checkbox as s,
|
|
5855
|
+
CheckboxGroup as t,
|
|
5856
|
+
Switch as u,
|
|
5857
|
+
SwitchGroup as v,
|
|
5858
|
+
Range as w,
|
|
5859
|
+
RadioTabGroup as x,
|
|
5860
|
+
Meter as y,
|
|
5861
|
+
Modal as z
|
|
5783
5862
|
};
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { ElementProps } from './constants';
|
|
3
3
|
|
|
4
|
+
interface HyperlinkCustomProps {
|
|
5
|
+
href: string;
|
|
6
|
+
target?: "_blank" | "_self" | "_parent" | "_top";
|
|
7
|
+
rel?: string;
|
|
8
|
+
isExternal?: boolean;
|
|
9
|
+
}
|
|
4
10
|
export declare const Article: React.ForwardRefExoticComponent<ElementProps<{}> & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
5
11
|
export declare const Aside: React.ForwardRefExoticComponent<ElementProps<{}> & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
6
12
|
export declare const Body: React.ForwardRefExoticComponent<ElementProps<{}> & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
@@ -11,4 +17,6 @@ export declare const Main: React.ForwardRefExoticComponent<ElementProps<{}> & Re
|
|
|
11
17
|
export declare const Nav: React.ForwardRefExoticComponent<ElementProps<{}> & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
12
18
|
export declare const Section: React.ForwardRefExoticComponent<ElementProps<{}> & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
13
19
|
export declare const Span: React.ForwardRefExoticComponent<ElementProps<{}> & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
20
|
+
export declare const Hyperlink: React.ForwardRefExoticComponent<ElementProps<{}> & React.HTMLAttributes<HTMLElement> & HyperlinkCustomProps & React.RefAttributes<HTMLElement>>;
|
|
21
|
+
export {};
|
|
14
22
|
//# sourceMappingURL=Tags.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tags.d.ts","sourceRoot":"","sources":["../../../src/components/Element/Tags.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"Tags.d.ts","sourceRoot":"","sources":["../../../src/components/Element/Tags.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,UAAU,oBAAoB;IAC1B,IAAI,EAAW,MAAM,CAAC;IACtB,MAAW,CAAC,EAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IACvD,GAAW,CAAC,EAAG,MAAM,CAAC;IACtB,UAAW,CAAC,EAAG,OAAO,CAAC;CAC1B;AA6BD,eAAO,MAAM,OAAO,0HAAwC,CAAC;AAC7D,eAAO,MAAM,KAAK,0HAAsC,CAAC;AACzD,eAAO,MAAM,IAAI,0HAAqC,CAAC;AACvD,eAAO,MAAM,GAAG,0HAAoC,CAAC;AACrD,eAAO,MAAM,MAAM,0HAAuC,CAAC;AAC3D,eAAO,MAAM,MAAM,0HAAuC,CAAC;AAC3D,eAAO,MAAM,IAAI,0HAAqC,CAAC;AACvD,eAAO,MAAM,GAAG,0HAAoC,CAAC;AACrD,eAAO,MAAM,OAAO,0HAAwC,CAAC;AAC7D,eAAO,MAAM,IAAI,0HAAqC,CAAC;AACvD,eAAO,MAAM,SAAS,iJAEpB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { Element } from './Element';
|
|
2
|
-
export { Div, Article, Aside, Body, Footer, Header, Main, Nav, Section, Span } from './Tags';
|
|
2
|
+
export { Div, Article, Aside, Body, Footer, Header, Main, Nav, Section, Span, Hyperlink } from './Tags';
|
|
3
3
|
export type { ElementProps } from './constants';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Element/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EACH,GAAG,EACH,OAAO,EACP,KAAK,EACL,IAAI,EACJ,MAAM,EACN,MAAM,EACN,IAAI,EACJ,GAAG,EACH,OAAO,EACP,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Element/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EACH,GAAG,EACH,OAAO,EACP,KAAK,EACL,IAAI,EACJ,MAAM,EACN,MAAM,EACN,IAAI,EACJ,GAAG,EACH,OAAO,EACP,IAAI,EACJ,SAAS,EACZ,MAAM,QAAQ,CAAC;AAEhB,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -7,7 +7,7 @@ export { Callout, type CalloutProps } from './Callout';
|
|
|
7
7
|
export { Card, type CardProps } from './Card';
|
|
8
8
|
export { CodeBlock, type CodeBlockProps } from './CodeBlock';
|
|
9
9
|
export { Divider, type DividerProps } from './Divider';
|
|
10
|
-
export { Element, type ElementProps, Div, Article, Aside, Body, Footer, Header, Main, Nav, Section, Span } from './Element';
|
|
10
|
+
export { Element, type ElementProps, Div, Article, Aside, Body, Footer, Header, Main, Nav, Section, Span, Hyperlink } from './Element';
|
|
11
11
|
export { Form, type FormProps, FormItem, type FormItemProps, FormItemGroup, type FormItemGroupProps, InputField, type InputFieldProps, TextArea, type TextareaProps, InputLabel, type InputLabelProps, Select, type SelectProps, FileUpload, type FileUploadProps, RadioGroup, type RadioGroupProps, RadioButton, type RadioButtonProps, Checkbox, CheckboxGroup, type CheckboxProps, Switch, SwitchGroup, type SwitchProps, type InputGroupProps, Range, type RangeProps, RadioTabGroup, type RadioTabGroupProps, PinInputField, type PinInputFieldProps, ListBox, type ListBoxProps } from './Form';
|
|
12
12
|
export { Meter, type MeterProps, type MeterMetaProps } from './Meter';
|
|
13
13
|
export { Modal, type ModalProps } from './Modal';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7D,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAGjD,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAGpD,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAGpD,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGnE,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AAGvD,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC;AAG9C,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7D,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AAGvD,OAAO,EACH,OAAO,EACP,KAAK,YAAY,EACjB,GAAG,EACH,OAAO,EACP,KAAK,EACL,IAAI,EACJ,MAAM,EACN,MAAM,EACN,IAAI,EACJ,GAAG,EACH,OAAO,EACP,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"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"}
|
package/dist/components/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use client;";
|
|
3
|
-
import { A, g, h, B, i, b, a, C, c,
|
|
3
|
+
import { A, g, h, B, i, b, a, C, c, s, t, d, Z, f, e, D, E, q, F, l, m, n, H, ab, ac, ad, ae, af, ag, k, I, o, L, M, y, z, N, J, G, V, W, K, P, O, Q, r, R, x, w, U, S, p, a0, _, $, Y, a1, a2, j, a3, u, v, a4, a5, ah, T, a6, a9, a8, aa, X, a7 } from "../Heading-DLsr8Li0.js";
|
|
4
4
|
export {
|
|
5
5
|
A as Accordion,
|
|
6
6
|
g as Article,
|
|
@@ -11,66 +11,67 @@ export {
|
|
|
11
11
|
a as Button,
|
|
12
12
|
C as Callout,
|
|
13
13
|
c as Card,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
s as Checkbox,
|
|
15
|
+
t as CheckboxGroup,
|
|
16
16
|
d as CodeBlock,
|
|
17
|
-
|
|
17
|
+
Z as ContentWrapper,
|
|
18
18
|
f as Div,
|
|
19
19
|
e as Divider,
|
|
20
20
|
D as Drawer,
|
|
21
21
|
E as Element,
|
|
22
|
-
|
|
22
|
+
q as FileUpload,
|
|
23
23
|
F as Footer,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
l as Form,
|
|
25
|
+
m as FormItem,
|
|
26
|
+
n as FormItemGroup,
|
|
27
27
|
H as Header,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
28
|
+
ab as Heading1,
|
|
29
|
+
ac as Heading2,
|
|
30
|
+
ad as Heading3,
|
|
31
|
+
ae as Heading4,
|
|
32
|
+
af as Heading5,
|
|
33
|
+
ag as Heading6,
|
|
34
|
+
k as Hyperlink,
|
|
34
35
|
I as InputField,
|
|
35
|
-
|
|
36
|
+
o as InputLabel,
|
|
36
37
|
L as ListBox,
|
|
37
38
|
M as Main,
|
|
38
|
-
|
|
39
|
-
|
|
39
|
+
y as Meter,
|
|
40
|
+
z as Modal,
|
|
40
41
|
N as Nav,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
J as NotificationItem,
|
|
43
|
+
G as NotificationsWrapper,
|
|
44
|
+
V as OptionCard,
|
|
45
|
+
W as OptionCardsGroup,
|
|
46
|
+
K as Pagination,
|
|
46
47
|
P as PinInputField,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
O as Portion,
|
|
49
|
+
Q as ProgressBar,
|
|
50
|
+
r as RadioButton,
|
|
50
51
|
R as RadioGroup,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
x as RadioTabGroup,
|
|
53
|
+
w as Range,
|
|
54
|
+
U as Row,
|
|
54
55
|
S as Section,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
56
|
+
p as Select,
|
|
57
|
+
a0 as SidebarFooter,
|
|
58
|
+
_ as SidebarHeader,
|
|
59
|
+
$ as SidebarItem,
|
|
60
|
+
Y as SidebarWrapper,
|
|
61
|
+
a1 as Skeleton,
|
|
62
|
+
a2 as SkeletonGroup,
|
|
62
63
|
j as Span,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
64
|
+
a3 as Spinner,
|
|
65
|
+
u as Switch,
|
|
66
|
+
v as SwitchGroup,
|
|
67
|
+
a4 as Table,
|
|
68
|
+
a5 as Tabs,
|
|
69
|
+
ah as Text,
|
|
69
70
|
T as TextArea,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
71
|
+
a6 as ThemeProvider,
|
|
72
|
+
a9 as ToastItem,
|
|
73
|
+
a8 as ToastsWrapper,
|
|
74
|
+
aa as Tooltip,
|
|
75
|
+
X as useOptionCard,
|
|
76
|
+
a7 as useTheme
|
|
76
77
|
};
|