@selfdecode/sd-component-library 4.0.99 → 4.0.101
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/lib/components/forms-v2/input-container/interfaces.d.ts +1 -0
- package/lib/sd-component-library130.js +1 -1
- package/lib/sd-component-library15.js +1 -1
- package/lib/sd-component-library173.js +3 -3
- package/lib/sd-component-library174.js +1 -1
- package/lib/sd-component-library197.js +3 -3
- package/lib/sd-component-library201.js +3 -2
- package/lib/sd-component-library201.js.map +1 -1
- package/lib/sd-component-library202.js +2 -30
- package/lib/sd-component-library202.js.map +1 -1
- package/lib/sd-component-library203.js +21 -590
- package/lib/sd-component-library203.js.map +1 -1
- package/lib/sd-component-library204.js +599 -57
- package/lib/sd-component-library204.js.map +1 -1
- package/lib/sd-component-library205.js +25 -3
- package/lib/sd-component-library205.js.map +1 -1
- package/lib/sd-component-library206.js +19 -18
- package/lib/sd-component-library206.js.map +1 -1
- package/lib/sd-component-library207.js +5 -21
- package/lib/sd-component-library207.js.map +1 -1
- package/lib/sd-component-library208.js +5 -3
- package/lib/sd-component-library208.js.map +1 -1
- package/lib/sd-component-library209.js +57 -3
- package/lib/sd-component-library209.js.map +1 -1
- package/lib/sd-component-library210.js +17 -24
- package/lib/sd-component-library210.js.map +1 -1
- package/lib/sd-component-library211.js +20 -18
- package/lib/sd-component-library211.js.map +1 -1
- package/lib/sd-component-library212.js +3 -5
- package/lib/sd-component-library212.js.map +1 -1
- package/lib/sd-component-library213.js +3 -5
- package/lib/sd-component-library213.js.map +1 -1
- package/lib/sd-component-library219.js +3 -14
- package/lib/sd-component-library219.js.map +1 -1
- package/lib/sd-component-library220.js +52 -3
- package/lib/sd-component-library220.js.map +1 -1
- package/lib/sd-component-library221.js +14 -3
- package/lib/sd-component-library221.js.map +1 -1
- package/lib/sd-component-library222.js +2 -2
- package/lib/sd-component-library222.js.map +1 -1
- package/lib/sd-component-library223.js +3 -52
- package/lib/sd-component-library223.js.map +1 -1
- package/lib/sd-component-library23.js +2 -2
- package/lib/sd-component-library233.js +1 -1
- package/lib/sd-component-library234.js +1 -1
- package/lib/sd-component-library236.js +1 -1
- package/lib/sd-component-library24.js +2 -2
- package/lib/sd-component-library240.js +1 -1
- package/lib/sd-component-library242.js +1 -1
- package/lib/sd-component-library244.js +1 -1
- package/lib/sd-component-library25.js +1 -1
- package/lib/sd-component-library275.js +51 -49
- package/lib/sd-component-library275.js.map +1 -1
- package/lib/sd-component-library276.js +87 -48
- package/lib/sd-component-library276.js.map +1 -1
- package/lib/sd-component-library277.js +54 -52
- package/lib/sd-component-library277.js.map +1 -1
- package/lib/sd-component-library278.js +48 -91
- package/lib/sd-component-library278.js.map +1 -1
- package/lib/sd-component-library281.js +2 -10
- package/lib/sd-component-library281.js.map +1 -1
- package/lib/sd-component-library282.js +2 -2
- package/lib/sd-component-library283.js +70 -2
- package/lib/sd-component-library283.js.map +1 -1
- package/lib/sd-component-library284.js +101 -69
- package/lib/sd-component-library284.js.map +1 -1
- package/lib/sd-component-library285.js +95 -91
- package/lib/sd-component-library285.js.map +1 -1
- package/lib/sd-component-library286.js +10 -106
- package/lib/sd-component-library286.js.map +1 -1
- package/lib/sd-component-library314.js +20 -87
- package/lib/sd-component-library314.js.map +1 -1
- package/lib/sd-component-library315.js +87 -20
- package/lib/sd-component-library315.js.map +1 -1
- package/lib/sd-component-library316.js +51 -25
- package/lib/sd-component-library316.js.map +1 -1
- package/lib/sd-component-library318.js +25 -51
- package/lib/sd-component-library318.js.map +1 -1
- package/lib/sd-component-library322.js +1 -1
- package/lib/sd-component-library49.js +1 -1
- package/lib/sd-component-library5.js +1 -1
- package/lib/sd-component-library50.js +1 -1
- package/lib/sd-component-library52.js +3 -3
- package/lib/sd-component-library59.js +16 -15
- package/lib/sd-component-library59.js.map +1 -1
- package/lib/sd-component-library6.js +1 -1
- package/lib/sd-component-library62.js +1 -1
- package/lib/sd-component-library63.js +4 -4
- package/lib/sd-component-library64.js +1 -1
- package/lib/sd-component-library65.js +1 -1
- package/lib/sd-component-library73.js +3 -3
- package/lib/sd-component-library75.js +2 -2
- package/lib/sd-component-library76.js +1 -1
- package/lib/sd-component-library80.js +1 -1
- package/lib/sd-component-library82.js +21 -11
- package/lib/sd-component-library82.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@ export interface InputContainerProps extends Omit<GridProps, "value" | "onChange
|
|
|
7
7
|
labelProps?: Omit<LabelProps, "children">;
|
|
8
8
|
secondaryLabel?: string | React.ReactNode;
|
|
9
9
|
secondaryLabelProps?: Omit<BaseTextV2Props, "children">;
|
|
10
|
+
showErrorMessageText?: boolean;
|
|
10
11
|
errorMessage?: string;
|
|
11
12
|
errorMessageProps?: Omit<BaseTextV2Props, "children">;
|
|
12
13
|
required?: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { j as t } from "./sd-component-library197.js";
|
|
2
2
|
import { IconButton as s } from "./sd-component-library22.js";
|
|
3
|
-
import { ReactComponent as c } from "./sd-component-
|
|
3
|
+
import { ReactComponent as c } from "./sd-component-library201.js";
|
|
4
4
|
import { EighteenBold as p } from "./sd-component-library142.js";
|
|
5
5
|
import { GridCenter as g } from "./sd-component-library42.js";
|
|
6
6
|
const C = ({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { j as i } from "./sd-component-library197.js";
|
|
2
|
-
import { renderUpToFiveCrumbs as o, renderMoreThanFiveCrumbs as m } from "./sd-component-
|
|
2
|
+
import { renderUpToFiveCrumbs as o, renderMoreThanFiveCrumbs as m } from "./sd-component-library209.js";
|
|
3
3
|
import { GridCenter as d } from "./sd-component-library42.js";
|
|
4
4
|
const h = ({
|
|
5
5
|
textTransform: t,
|
|
@@ -3,9 +3,9 @@ import { useState as y, useRef as a } from "react";
|
|
|
3
3
|
import { Box as z } from "rebass";
|
|
4
4
|
import { useBreakPoints as B, useBodyScrollLock as C } from "./sd-component-library3.js";
|
|
5
5
|
import E from "./sd-component-library255.js";
|
|
6
|
-
import { TooltipWithPointerMobile as M } from "./sd-component-
|
|
7
|
-
import { TooltipWithPointerHorizontal as V } from "./sd-component-
|
|
8
|
-
import { TooltipWithPointerVertical as D } from "./sd-component-
|
|
6
|
+
import { TooltipWithPointerMobile as M } from "./sd-component-library275.js";
|
|
7
|
+
import { TooltipWithPointerHorizontal as V } from "./sd-component-library276.js";
|
|
8
|
+
import { TooltipWithPointerVertical as D } from "./sd-component-library277.js";
|
|
9
9
|
const f = 200, J = (u) => {
|
|
10
10
|
const {
|
|
11
11
|
children: x,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as E } from "./sd-component-library197.js";
|
|
2
2
|
import { useRef as b, useCallback as j, useEffect as l } from "react";
|
|
3
3
|
import { Box as H } from "rebass";
|
|
4
|
-
import { refsManager as h } from "./sd-component-
|
|
4
|
+
import { refsManager as h } from "./sd-component-library278.js";
|
|
5
5
|
const Y = (m) => {
|
|
6
6
|
const e = b(), {
|
|
7
7
|
id: n,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { __module as e } from "./sd-component-
|
|
2
|
-
import { __require as r } from "./sd-component-
|
|
3
|
-
import { __require as o } from "./sd-component-
|
|
1
|
+
import { __module as e } from "./sd-component-library202.js";
|
|
2
|
+
import { __require as r } from "./sd-component-library203.js";
|
|
3
|
+
import { __require as o } from "./sd-component-library204.js";
|
|
4
4
|
process.env.NODE_ENV === "production" ? e.exports = r() : e.exports = o();
|
|
5
5
|
var m = e.exports;
|
|
6
6
|
export {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const e = (a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 9.984, height: 6.021, viewBox: "0 0 9.984 6.021", ...a }, /* @__PURE__ */ t.createElement("path", { id: "dropdown_arrow_up", d: "M1262.106,88.295l4.662-4.218a.336.336,0,0,1,.459,0l4.662,4.218a.266.266,0,0,1,0,.416l-.5,1.205a.327.327,0,0,1-.23.091.331.331,0,0,1-.23-.091L1267,86.359l-3.93,3.557a.338.338,0,0,1-.46,0l-.5-1.205a.265.265,0,0,1,0-.416Z", transform: "translate(-1262.005 -83.986)" }));
|
|
2
3
|
export {
|
|
3
|
-
e as
|
|
4
|
+
e as ReactComponent
|
|
4
5
|
};
|
|
5
6
|
//# sourceMappingURL=sd-component-library201.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sd-component-library201.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
1
|
+
{"version":3,"file":"sd-component-library201.js","sources":["../src/components/accordions/base-accordion/assets/dropdown_arrow_up.svg"],"sourcesContent":["export default \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ljk4NCIgaGVpZ2h0PSI2LjAyMSIgdmlld0JveD0iMCAwIDkuOTg0IDYuMDIxIj4NCiAgPHBhdGggaWQ9ImRyb3Bkb3duX2Fycm93X3VwIiBkPSJNMTI2Mi4xMDYsODguMjk1bDQuNjYyLTQuMjE4YS4zMzYuMzM2LDAsMCwxLC40NTksMGw0LjY2Miw0LjIxOGEuMjY2LjI2NiwwLDAsMSwwLC40MTZsLS41LDEuMjA1YS4zMjcuMzI3LDAsMCwxLS4yMy4wOTEuMzMxLjMzMSwwLDAsMS0uMjMtLjA5MUwxMjY3LDg2LjM1OWwtMy45MywzLjU1N2EuMzM4LjMzOCwwLDAsMS0uNDYsMGwtLjUtMS4yMDVhLjI2NS4yNjUsMCwwLDEsMC0uNDE2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNjIuMDA1IC04My45ODYpIi8+DQo8L3N2Zz4NCg==\""],"names":["SvgDropdownArrowUp","props","React"],"mappings":";AACK,MAACA,IAAqB,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,OAAO,QAAQ,OAAO,SAAS,mBAAmB,GAAGD,EAAO,GAAkB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,IAAI,qBAAqB,GAAG,8NAA8N,WAAW,+BAA8B,CAAE,CAAC;"}
|
|
@@ -1,33 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import R from "react";
|
|
3
|
-
/**
|
|
4
|
-
* @license React
|
|
5
|
-
* react-jsx-runtime.production.min.js
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the MIT license found in the
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
var p;
|
|
13
|
-
function v() {
|
|
14
|
-
if (p)
|
|
15
|
-
return t;
|
|
16
|
-
p = 1;
|
|
17
|
-
var s = R, m = Symbol.for("react.element"), l = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, a = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
18
|
-
function i(o, r, u) {
|
|
19
|
-
var e, n = {}, _ = null, f = null;
|
|
20
|
-
u !== void 0 && (_ = "" + u), r.key !== void 0 && (_ = "" + r.key), r.ref !== void 0 && (f = r.ref);
|
|
21
|
-
for (e in r)
|
|
22
|
-
c.call(r, e) && !d.hasOwnProperty(e) && (n[e] = r[e]);
|
|
23
|
-
if (o && o.defaultProps)
|
|
24
|
-
for (e in r = o.defaultProps, r)
|
|
25
|
-
n[e] === void 0 && (n[e] = r[e]);
|
|
26
|
-
return { $$typeof: m, type: o, key: _, ref: f, props: n, _owner: a.current };
|
|
27
|
-
}
|
|
28
|
-
return t.Fragment = l, t.jsx = i, t.jsxs = i, t;
|
|
29
|
-
}
|
|
1
|
+
var e = { exports: {} };
|
|
30
2
|
export {
|
|
31
|
-
|
|
3
|
+
e as __module
|
|
32
4
|
};
|
|
33
5
|
//# sourceMappingURL=sd-component-library202.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sd-component-library202.js","sources":[
|
|
1
|
+
{"version":3,"file":"sd-component-library202.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|