intelicoreact 2.0.0 → 2.0.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/classes/package.json +5 -0
- package/dist/Atomic/FormElements/InputCurrency/index.d.ts +1 -1
- package/dist/Atomic/UI/AccordionText/AccordionText.d.ts +1 -1
- package/dist/Atomic/UI/DebugContainer/index.d.ts +1 -1
- package/dist/Atomic/UI/WizardStepper/WizardStepper.interface.d.ts +2 -2
- package/dist/Molecular/InputCustomFetch/index.d.ts +1 -1
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-100.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-100.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-100italic.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-100italic.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-300.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-300.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-300italic.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-300italic.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-500.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-500.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-500italic.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-500italic.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-700.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-700.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-700italic.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-700italic.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-900.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-900.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-900italic.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-900italic.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-italic.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-italic.woff2 +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-regular.woff +0 -0
- package/dist/assets/fonts/roboto-v20-latin_cyrillic-regular.woff2 +0 -0
- package/dist/form.cjs +1934 -1249
- package/dist/form.cjs.map +4 -4
- package/dist/form.d.ts +1 -0
- package/dist/form.js +1818 -1133
- package/dist/form.js.map +4 -4
- package/dist/hooks.cjs +3 -1
- package/dist/hooks.cjs.map +2 -2
- package/dist/hooks.js +3 -1
- package/dist/hooks.js.map +2 -2
- package/dist/index.cjs +2759 -2075
- package/dist/index.cjs.map +4 -4
- package/dist/index.js +2668 -1984
- package/dist/index.js.map +4 -4
- package/dist/intelicoreact.css +1 -0
- package/dist/scss/_fonts.scss +24 -24
- package/dist/ui.cjs +9 -12
- package/dist/ui.cjs.map +2 -2
- package/dist/ui.js +28 -31
- package/dist/ui.js.map +3 -3
- package/form/package.json +5 -0
- package/hooks/package.json +5 -0
- package/icons/package.json +5 -0
- package/layout/package.json +5 -0
- package/package.json +34 -13
- package/presets/package.json +5 -0
- package/types/package.json +5 -0
- package/ui/package.json +5 -0
- package/utils/package.json +5 -0
package/dist/scss/_fonts.scss
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
src:
|
|
6
6
|
local("Roboto Thin"),
|
|
7
7
|
local("Roboto-Thin"),
|
|
8
|
-
url("
|
|
8
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-100.woff2")
|
|
9
9
|
format("woff2"),
|
|
10
|
-
url("
|
|
10
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-100.woff")
|
|
11
11
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
12
12
|
font-weight: 100;
|
|
13
13
|
font-style: normal;
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
src:
|
|
21
21
|
local("Roboto Thin Italic"),
|
|
22
22
|
local("Roboto-ThinItalic"),
|
|
23
|
-
url("
|
|
23
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-100italic.woff2")
|
|
24
24
|
format("woff2"),
|
|
25
|
-
url("
|
|
25
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-100italic.woff")
|
|
26
26
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
27
27
|
font-weight: 100;
|
|
28
28
|
font-style: italic;
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
src:
|
|
36
36
|
local("Roboto Light"),
|
|
37
37
|
local("Roboto-Light"),
|
|
38
|
-
url("
|
|
38
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-300.woff2")
|
|
39
39
|
format("woff2"),
|
|
40
|
-
url("
|
|
40
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-300.woff")
|
|
41
41
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
42
42
|
font-weight: 300;
|
|
43
43
|
font-style: normal;
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
src:
|
|
51
51
|
local("Roboto Light Italic"),
|
|
52
52
|
local("Roboto-LightItalic"),
|
|
53
|
-
url("
|
|
53
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-300italic.woff2")
|
|
54
54
|
format("woff2"),
|
|
55
|
-
url("
|
|
55
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-300italic.woff")
|
|
56
56
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
57
57
|
font-weight: 300;
|
|
58
58
|
font-style: italic;
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
src:
|
|
66
66
|
local("Roboto"),
|
|
67
67
|
local("Roboto-Regular"),
|
|
68
|
-
url("
|
|
68
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-regular.woff2")
|
|
69
69
|
format("woff2"),
|
|
70
|
-
url("
|
|
70
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-regular.woff")
|
|
71
71
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
72
72
|
font-weight: 400;
|
|
73
73
|
font-style: normal;
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
src:
|
|
81
81
|
local("Roboto Italic"),
|
|
82
82
|
local("Roboto-Italic"),
|
|
83
|
-
url("
|
|
83
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-italic.woff2")
|
|
84
84
|
format("woff2"),
|
|
85
|
-
url("
|
|
85
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-italic.woff")
|
|
86
86
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
87
87
|
font-weight: 400;
|
|
88
88
|
font-style: italic;
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
src:
|
|
96
96
|
local("Roboto Medium"),
|
|
97
97
|
local("Roboto-Medium"),
|
|
98
|
-
url("
|
|
98
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-500.woff2")
|
|
99
99
|
format("woff2"),
|
|
100
|
-
url("
|
|
100
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-500.woff")
|
|
101
101
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
102
102
|
font-weight: 500;
|
|
103
103
|
font-style: normal;
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
src:
|
|
111
111
|
local("Roboto Medium Italic"),
|
|
112
112
|
local("Roboto-MediumItalic"),
|
|
113
|
-
url("
|
|
113
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-500italic.woff2")
|
|
114
114
|
format("woff2"),
|
|
115
|
-
url("
|
|
115
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-500italic.woff")
|
|
116
116
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
117
117
|
font-weight: 500;
|
|
118
118
|
font-style: italic;
|
|
@@ -125,9 +125,9 @@
|
|
|
125
125
|
src:
|
|
126
126
|
local("Roboto Bold"),
|
|
127
127
|
local("Roboto-Bold"),
|
|
128
|
-
url("
|
|
128
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-700.woff2")
|
|
129
129
|
format("woff2"),
|
|
130
|
-
url("
|
|
130
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-700.woff")
|
|
131
131
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
132
132
|
font-weight: 700;
|
|
133
133
|
font-style: normal;
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
src:
|
|
141
141
|
local("Roboto Bold Italic"),
|
|
142
142
|
local("Roboto-BoldItalic"),
|
|
143
|
-
url("
|
|
143
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-700italic.woff2")
|
|
144
144
|
format("woff2"),
|
|
145
|
-
url("
|
|
145
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-700italic.woff")
|
|
146
146
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
147
147
|
font-weight: 700;
|
|
148
148
|
font-style: italic;
|
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
src:
|
|
156
156
|
local("Roboto Black"),
|
|
157
157
|
local("Roboto-Black"),
|
|
158
|
-
url("
|
|
158
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-900.woff2")
|
|
159
159
|
format("woff2"),
|
|
160
|
-
url("
|
|
160
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-900.woff")
|
|
161
161
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
162
162
|
font-weight: 900;
|
|
163
163
|
font-style: normal;
|
|
@@ -170,9 +170,9 @@
|
|
|
170
170
|
src:
|
|
171
171
|
local("Roboto Black Italic"),
|
|
172
172
|
local("Roboto-BlackItalic"),
|
|
173
|
-
url("
|
|
173
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-900italic.woff2")
|
|
174
174
|
format("woff2"),
|
|
175
|
-
url("
|
|
175
|
+
url("../assets/fonts/roboto-v20-latin_cyrillic-900italic.woff")
|
|
176
176
|
format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
177
177
|
font-weight: 900;
|
|
178
178
|
font-style: italic;
|
package/dist/ui.cjs
CHANGED
|
@@ -6661,7 +6661,7 @@ var import_react7 = require("react");
|
|
|
6661
6661
|
var import_react8 = __toESM(require("react"), 1);
|
|
6662
6662
|
var import_classnames6 = __toESM(require("classnames"), 1);
|
|
6663
6663
|
var import_react_feather2 = require("react-feather");
|
|
6664
|
-
var defaultText =
|
|
6664
|
+
var defaultText = /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_jsx_runtime6.Fragment, { children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat." });
|
|
6665
6665
|
var AccordionText = ({
|
|
6666
6666
|
isDefaultOpen = false,
|
|
6667
6667
|
isOuterOpen = false,
|
|
@@ -11467,7 +11467,7 @@ var StepRow = ({
|
|
|
11467
11467
|
] }),
|
|
11468
11468
|
titleSlot && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: `${RC10}__title-right`, children: titleSlot })
|
|
11469
11469
|
] }),
|
|
11470
|
-
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: `${RC10}__description`, children: description }),
|
|
11470
|
+
description && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: `${RC10}__description`, children: description }),
|
|
11471
11471
|
contentSlot && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: `${RC10}__body`, children: contentSlot })
|
|
11472
11472
|
] })
|
|
11473
11473
|
] }, label);
|
|
@@ -11497,16 +11497,13 @@ var StepWrapper = ({
|
|
|
11497
11497
|
};
|
|
11498
11498
|
switch (variant) {
|
|
11499
11499
|
case "ghost":
|
|
11500
|
-
return (
|
|
11501
|
-
|
|
11502
|
-
|
|
11503
|
-
|
|
11504
|
-
|
|
11505
|
-
|
|
11506
|
-
|
|
11507
|
-
children: steps?.map(renderStepRow)
|
|
11508
|
-
}
|
|
11509
|
-
)
|
|
11500
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
11501
|
+
Box_default,
|
|
11502
|
+
{
|
|
11503
|
+
className: (0, import_classnames43.default)("step-wrapper", "step-wrapper-ghost", className),
|
|
11504
|
+
"data-testid": testId,
|
|
11505
|
+
children: steps?.map(renderStepRow)
|
|
11506
|
+
}
|
|
11510
11507
|
);
|
|
11511
11508
|
case "cardActive":
|
|
11512
11509
|
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|