@dev-blinq/ui-systems 1.0.101 → 1.0.103
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/index.js +37 -29
- package/dist/index.mjs +36 -12
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7011,7 +7011,7 @@ const af = X(Vo)`
|
|
|
7011
7011
|
}
|
|
7012
7012
|
}
|
|
7013
7013
|
.MuiAccordionDetails-root {
|
|
7014
|
-
padding: 0px;
|
|
7014
|
+
padding: 0px 16px;
|
|
7015
7015
|
}
|
|
7016
7016
|
`;
|
|
7017
7017
|
function of({ expanded: e, title: r, onChange: n, details: t }) {
|
|
@@ -7030,9 +7030,7 @@ const sf = X.div`
|
|
|
7030
7030
|
flex-direction: column;
|
|
7031
7031
|
width: 100%;
|
|
7032
7032
|
padding: 0px;
|
|
7033
|
-
align-items: center;
|
|
7034
7033
|
justify-content: space-between;
|
|
7035
|
-
|
|
7036
7034
|
.MuiTabs-root {
|
|
7037
7035
|
min-height: 32px;
|
|
7038
7036
|
button {
|
|
@@ -7041,7 +7039,7 @@ const sf = X.div`
|
|
|
7041
7039
|
}
|
|
7042
7040
|
`, cf = X.div`
|
|
7043
7041
|
display: flex;
|
|
7044
|
-
height: 37vh;
|
|
7042
|
+
max-height: 37vh;
|
|
7045
7043
|
overflow: auto;
|
|
7046
7044
|
`, lf = X(q)`
|
|
7047
7045
|
display: flex;
|
|
@@ -13046,6 +13044,14 @@ const qd = X(q)`
|
|
|
13046
13044
|
transform: ${({ transform: e }) => e};
|
|
13047
13045
|
transition: ${({ transition: e }) => e};
|
|
13048
13046
|
// opacity: ${({ isDragging: e }) => e ? 0.4 : 1};
|
|
13047
|
+
&:hover {
|
|
13048
|
+
background: var(--secondary-lightest);
|
|
13049
|
+
border-radius: 6px;
|
|
13050
|
+
}
|
|
13051
|
+
.active-step {
|
|
13052
|
+
background: var(--primary-lightest);
|
|
13053
|
+
border-radius: 6px;
|
|
13054
|
+
}
|
|
13049
13055
|
`, yd = X.section`
|
|
13050
13056
|
position: relative;
|
|
13051
13057
|
display: flex;
|
|
@@ -13179,8 +13185,7 @@ const qd = X(q)`
|
|
|
13179
13185
|
border-radius: 16px;
|
|
13180
13186
|
border: 1px solid var(--color-grey-40);
|
|
13181
13187
|
background: white;
|
|
13182
|
-
box-shadow:
|
|
13183
|
-
0px 12px 16px -4px rgba(16, 24, 40, 0.08),
|
|
13188
|
+
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
|
|
13184
13189
|
0px 4px 6px -2px rgba(16, 24, 40, 0.03);
|
|
13185
13190
|
margin-left: -20px;
|
|
13186
13191
|
font-weight: 500;
|
|
@@ -13199,6 +13204,8 @@ const qd = X(q)`
|
|
|
13199
13204
|
line-height: 30px;
|
|
13200
13205
|
border-radius: ${({ isTopWarning: e }) => e ? "0px" : "6px"};
|
|
13201
13206
|
font-size: ${({ isTopWarning: e }) => e ? "12px" : "10px"};
|
|
13207
|
+
color: var(--color-warning-100);
|
|
13208
|
+
border: 1px solid var(--color-warning-100);
|
|
13202
13209
|
.MuiAlert-icon {
|
|
13203
13210
|
margin-right: 6px;
|
|
13204
13211
|
}
|
|
@@ -13214,7 +13221,8 @@ const qd = X(q)`
|
|
|
13214
13221
|
fill: #ccc;
|
|
13215
13222
|
background-color: ${({ hasCmdError: e, background: r }) => r || (e ? "rgba(251, 218, 211, 1)" : "#eee")};
|
|
13216
13223
|
color: ${({ hasCmdError: e, strokeColor: r }) => r || (e ? "rgba(234, 70, 33, 1)" : "initial")};
|
|
13217
|
-
outline: 1px solid
|
|
13224
|
+
outline: 1px solid
|
|
13225
|
+
${({ strokeColor: e }) => e || "initial"};
|
|
13218
13226
|
border-radius: 12px;
|
|
13219
13227
|
`, ux = X.img`
|
|
13220
13228
|
max-width: inherit;
|
|
@@ -13333,7 +13341,15 @@ const qd = X(q)`
|
|
|
13333
13341
|
showCursor: t
|
|
13334
13342
|
}) => /* @__PURE__ */ A.jsx(Yi, { title: r, enterNextDelay: 0, enterDelay: 0, children: /* @__PURE__ */ A.jsx(Sd, { className: "title-text", children: e.map(
|
|
13335
13343
|
(a, i) => a.isVariable ? /* @__PURE__ */ A.jsxs(A.Fragment, { children: [
|
|
13336
|
-
/* @__PURE__ */ A.jsx(
|
|
13344
|
+
/* @__PURE__ */ A.jsx(
|
|
13345
|
+
Ae,
|
|
13346
|
+
{
|
|
13347
|
+
className: "title-text",
|
|
13348
|
+
component: "span",
|
|
13349
|
+
sx: { visibility: "hidden" },
|
|
13350
|
+
value: "."
|
|
13351
|
+
}
|
|
13352
|
+
),
|
|
13337
13353
|
/* @__PURE__ */ A.jsx(
|
|
13338
13354
|
Ae,
|
|
13339
13355
|
{
|
|
@@ -13346,17 +13362,25 @@ const qd = X(q)`
|
|
|
13346
13362
|
cursor: t ? "pointer" : "inherit"
|
|
13347
13363
|
},
|
|
13348
13364
|
onMouseDown: (l) => {
|
|
13349
|
-
l.stopPropagation();
|
|
13365
|
+
t || l.stopPropagation();
|
|
13350
13366
|
},
|
|
13351
13367
|
onClick: (l) => {
|
|
13352
|
-
l.stopPropagation(),
|
|
13368
|
+
t || (l.stopPropagation(), n == null || n((s) => {
|
|
13353
13369
|
const u = s.map((o) => !1);
|
|
13354
13370
|
return u[i] = !s[i], u;
|
|
13355
|
-
});
|
|
13371
|
+
}));
|
|
13356
13372
|
}
|
|
13357
13373
|
}
|
|
13358
13374
|
),
|
|
13359
|
-
/* @__PURE__ */ A.jsx(
|
|
13375
|
+
/* @__PURE__ */ A.jsx(
|
|
13376
|
+
Ae,
|
|
13377
|
+
{
|
|
13378
|
+
className: "title-text",
|
|
13379
|
+
component: "span",
|
|
13380
|
+
sx: { visibility: "hidden" },
|
|
13381
|
+
value: "."
|
|
13382
|
+
}
|
|
13383
|
+
)
|
|
13360
13384
|
] }) : /* @__PURE__ */ A.jsx(
|
|
13361
13385
|
Ae,
|
|
13362
13386
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev-blinq/ui-systems",
|
|
3
3
|
"description": "this package contains all ui components like button, input, checkbox, colors that blinq.io needs",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.103",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|