forstok-ui-lib 8.5.14 → 8.5.16
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 +32 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +32 -22
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +1 -1
- package/src/components/link/styles.ts +95 -44
- package/src/components/text/styles.ts +0 -3
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
display: inline-block;
|
|
13
13
|
margin-left: 5px;
|
|
14
14
|
}
|
|
15
|
-
${({$color:e,$elipsis:t})=>{let r="";return"mute"===e?r+="\n color: var(--mt-clr);\n ":"blue"===e?r+="\n color: var(--pri-clr-lnk__hvr);\n
|
|
15
|
+
${({$color:e,$elipsis:t})=>{let r="";return"mute"===e?r+="\n color: var(--mt-clr);\n ":"blue"===e?r+="\n color: var(--pri-clr-lnk__hvr);\n ":"green"===e?r+="\n color: green;\n ":"red"===e?r+="\n color: var(--sta-clr);\n ":"grey"===e||"darkgrey"===e?r+="\n color: var(--mt-clr);\n ":"supergrey"===e?r+="\n color: #929291;\n ":"orange"===e?r+="\n color: orange;\n ":"yellow"===e?r+="\n color: #F8813E;\n ":"black"===e?r+="\n color: #000000;\n ":"lightgreen"===e?r+="\n color: #21BA45;\n ":"mate"===e?r+="\n color: #495057;\n ":"initial"===e&&(r+="\n color: var(--pri-clr);\n "),t&&(r+=b),r}}
|
|
16
16
|
`,B=t=>{var{children:r,$color:i,$elipsis:n=!0}=t,a=D(t,["children","$color","$elipsis"]);return e.jsx(E,Object.assign({$elipsis:n,$color:i},a,{children:r}))};var j,k={};
|
|
17
17
|
/**
|
|
18
18
|
* react-router v7.1.5
|
|
@@ -196,14 +196,19 @@ function M(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
196
196
|
height: 30px;
|
|
197
197
|
align-items: center;
|
|
198
198
|
transform-origin: 100% 0%;
|
|
199
|
-
transition:
|
|
200
|
-
|
|
199
|
+
transition:
|
|
200
|
+
color 0.15s ease-in-out,
|
|
201
|
+
background-color 0.15s ease-in-out,
|
|
202
|
+
border-color 0.15s ease-in-out,
|
|
203
|
+
box-shadow 0.15s ease-in-out,
|
|
204
|
+
-webkit-box-shadow 0.15s ease-in-out;
|
|
205
|
+
&,
|
|
201
206
|
&:hover {
|
|
202
207
|
text-decoration: none;
|
|
203
208
|
}
|
|
204
209
|
`,Ct={clear:t.css`
|
|
205
210
|
color: var(--pri-clr-lnk);
|
|
206
|
-
&,
|
|
211
|
+
&,
|
|
207
212
|
&:hover {
|
|
208
213
|
text-decoration: none;
|
|
209
214
|
}
|
|
@@ -212,7 +217,7 @@ function M(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
212
217
|
}
|
|
213
218
|
`,clearR:t.css`
|
|
214
219
|
color: var(--pri-clr-lnk);
|
|
215
|
-
&,
|
|
220
|
+
&,
|
|
216
221
|
&:hover {
|
|
217
222
|
text-decoration: none;
|
|
218
223
|
}
|
|
@@ -220,23 +225,28 @@ function M(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
220
225
|
color: var(--sec-clr-lnk__hvr);
|
|
221
226
|
}
|
|
222
227
|
`,blue:t.css`
|
|
223
|
-
|
|
228
|
+
& {
|
|
229
|
+
text-decoration: none;
|
|
230
|
+
}
|
|
231
|
+
&,
|
|
224
232
|
&:hover {
|
|
225
233
|
color: var(--pri-clr-lnk__hvr);
|
|
226
|
-
|
|
234
|
+
}
|
|
235
|
+
&:hover {
|
|
236
|
+
text-decoration: underline;
|
|
227
237
|
}
|
|
228
238
|
`,trans:t.css`
|
|
229
239
|
${dt}
|
|
230
240
|
height: auto;
|
|
231
241
|
padding: 0;
|
|
232
242
|
opacity: 1;
|
|
233
|
-
&,
|
|
234
|
-
&:hover {
|
|
243
|
+
&,
|
|
244
|
+
&:hover {
|
|
235
245
|
color: var(--pri-clr-lnk__hvr);
|
|
236
246
|
text-decoration: none;
|
|
237
|
-
}
|
|
247
|
+
}
|
|
238
248
|
&:hover {
|
|
239
|
-
opacity: .9;
|
|
249
|
+
opacity: 0.9;
|
|
240
250
|
}
|
|
241
251
|
`,hover:t.css`
|
|
242
252
|
${dt}
|
|
@@ -247,7 +257,7 @@ function M(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
247
257
|
left: -6px;
|
|
248
258
|
color: initial;
|
|
249
259
|
grid-gap: 4px;
|
|
250
|
-
&:hover {
|
|
260
|
+
&:hover {
|
|
251
261
|
border-radius: var(--ter-rd);
|
|
252
262
|
box-shadow: 1px 1px var(--pri-clr-ln);
|
|
253
263
|
background-color: var(--mt-clr-bg__fc);
|
|
@@ -258,24 +268,24 @@ function M(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
258
268
|
color: var(--ter-clr);
|
|
259
269
|
background-color: var(--cl-clr-bg);
|
|
260
270
|
border: 1px solid var(--sec-clr-ln);
|
|
261
|
-
&,
|
|
262
|
-
&:hover {
|
|
271
|
+
&,
|
|
272
|
+
&:hover {
|
|
263
273
|
background-color: var(--cl-clr-bg__hvr);
|
|
264
|
-
}
|
|
274
|
+
}
|
|
265
275
|
`,redB:t.css`
|
|
266
276
|
${dt}
|
|
267
277
|
color: var(--act-clr);
|
|
268
278
|
background-color: var(--act-clr-bg);
|
|
269
279
|
&:hover {
|
|
270
280
|
background-color: var(--act-clr-bg__hvr);
|
|
271
|
-
}
|
|
281
|
+
}
|
|
272
282
|
`,greyB:t.css`
|
|
273
283
|
${dt}
|
|
274
284
|
color: var(--act-clr);
|
|
275
285
|
background-color: var(--mt-clr-bg__fc);
|
|
276
286
|
&:hover {
|
|
277
287
|
background-color: var(--cl-clr-bg__hvr);
|
|
278
|
-
}
|
|
288
|
+
}
|
|
279
289
|
`,table:t.css`
|
|
280
290
|
display: block;
|
|
281
291
|
width: 100%;
|
|
@@ -312,8 +322,8 @@ function M(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
312
322
|
${"xls"===a&&t.css`
|
|
313
323
|
position: relative;
|
|
314
324
|
padding-right: 21px;
|
|
315
|
-
&:before {
|
|
316
|
-
content: url(${"data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.32495%202.20001C3.32495%201.66153%203.76148%201.22501%204.29995%201.22501H9.09995C9.13631%201.22501%209.1712%201.23945%209.19691%201.26517L12.4348%204.50305C12.4605%204.52876%2012.475%204.56365%2012.475%204.60001V11.8C12.475%2012.3385%2012.0384%2012.775%2011.5%2012.775H4.29995C3.76147%2012.775%203.32495%2012.3385%203.32495%2011.8V2.20001Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M3.32495%202.20001C3.32495%201.66153%203.76148%201.22501%204.29995%201.22501H9.09995C9.13631%201.22501%209.1712%201.23945%209.19691%201.26517L12.4348%204.50305C12.4605%204.52876%2012.475%204.56365%2012.475%204.60001V11.8C12.475%2012.3385%2012.0384%2012.775%2011.5%2012.775H4.29995C3.76147%2012.775%203.32495%2012.3385%203.32495%2011.8V2.20001Z%22%20stroke%3D%22%23D0D5DD%22%2F%3E%3Cpath%20d%3D%22M3.32495%202.20001C3.32495%201.66153%203.76148%201.22501%204.29995%201.22501H9.09995C9.13631%201.22501%209.1712%201.23945%209.19691%201.26517L12.4348%204.50305C12.4605%204.52876%2012.475%204.56365%2012.475%204.60001V11.8C12.475%2012.3385%2012.0384%2012.775%2011.5%2012.775H4.29995C3.76147%2012.775%203.32495%2012.3385%203.32495%2011.8V2.20001Z%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M9.1001%201.14999V3.39999C9.1001%204.06272%209.63737%204.59999%2010.3001%204.59999H12.5501%22%20stroke%3D%22%23D0D5DD%22%2F%3E%3Cpath%20d%3D%22M9.1001%201.14999V3.39999C9.1001%204.06272%209.63737%204.59999%2010.3001%204.59999H12.5501%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M8.50005%206.39999H1.90005C1.56868%206.39999%201.30005%206.66862%201.30005%206.99999V10.6C1.30005%2010.9314%201.56868%2011.2%201.90005%2011.2H8.50005C8.83142%2011.2%209.10005%2010.9314%209.10005%2010.6V6.99999C9.10005%206.66862%208.83142%206.39999%208.50005%206.39999Z%22%20fill%3D%22%23099250%22%2F%3E%3Cpath%20d%3D%22M2.91599%207.8182L3.35598%208.56181H3.37303L3.81514%207.8182H4.33608L3.67026%208.90909L4.35099%2010H3.82047L3.37303%209.25535H3.35598L2.90854%2010H2.38013L3.06301%208.90909L2.39291%207.8182H2.91599ZM4.62799%2010V7.8182H5.08929V9.61967H6.02467V10H4.62799ZM7.51375%208.44568C7.50523%208.35973%207.46863%208.29298%207.40401%208.2454C7.33939%208.19782%207.25167%208.17403%207.14087%208.17403C7.06558%208.17403%207.00204%208.18468%206.95016%208.20598C6.89832%208.22656%206.85855%208.25533%206.83086%208.29226C6.80385%208.32919%206.79039%208.3711%206.79039%208.41799C6.78895%208.45705%206.79711%208.49113%206.81487%208.52026C6.83335%208.54936%206.85855%208.57459%206.89053%208.59589C6.92248%208.6165%206.95941%208.63459%207.00132%208.65022C7.04323%208.66513%207.08795%208.67791%207.13554%208.68859L7.33156%208.73545C7.42675%208.75675%207.51411%208.78515%207.59364%208.82068C7.6732%208.85619%207.74208%208.89988%207.80031%208.95171C7.85857%209.00356%207.90366%209.06464%207.93561%209.13496C7.96828%209.20528%207.98498%209.28589%207.98567%209.37679C7.98498%209.51032%207.95088%209.62609%207.88341%209.72409C7.81666%209.82139%207.72006%209.89702%207.59364%209.95098C7.46794%2010.0043%207.31629%2010.0309%207.13875%2010.0309C6.96262%2010.0309%206.8092%2010.0039%206.67852%209.94993C6.54856%209.89597%206.44698%209.81605%206.37384%209.71024C6.30139%209.60371%206.26338%209.47195%206.25984%209.31499H6.7062C6.71118%209.38816%206.73213%209.44924%206.76906%209.49823C6.80671%209.54653%206.85678%209.58309%206.91927%209.60796C6.98248%209.63212%207.05388%209.64418%207.13341%209.64418C7.21153%209.64418%207.27936%209.63281%207.33689%209.6101C7.39513%209.58736%207.44025%209.55577%207.4722%209.51526C7.50415%209.47479%207.52013%209.42827%207.52013%209.37571C7.52013%209.32672%207.50559%209.28552%207.47646%209.25214C7.44805%209.21874%207.40614%209.19034%207.35076%209.16691C7.29607%209.14348%207.22893%209.12217%207.14939%209.10298L6.91183%209.04334C6.72786%208.99858%206.58264%208.92862%206.47611%208.83346C6.36958%208.7383%206.31666%208.61011%206.31738%208.44886C6.31666%208.31677%206.35182%208.20136%206.42283%208.10263C6.49455%208.00393%206.59293%207.92686%206.71794%207.87145C6.84292%207.81607%206.98497%207.78835%207.14406%207.78835C7.306%207.78835%207.44733%207.81607%207.56808%207.87145C7.68952%207.92686%207.78399%208.00393%207.85146%208.10263C7.91893%208.20136%207.95373%208.31572%207.95586%208.44568H7.51375Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"});
|
|
325
|
+
&:before {
|
|
326
|
+
content: url(${"data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.32495%202.20001C3.32495%201.66153%203.76148%201.22501%204.29995%201.22501H9.09995C9.13631%201.22501%209.1712%201.23945%209.19691%201.26517L12.4348%204.50305C12.4605%204.52876%2012.475%204.56365%2012.475%204.60001V11.8C12.475%2012.3385%2012.0384%2012.775%2011.5%2012.775H4.29995C3.76147%2012.775%203.32495%2012.3385%203.32495%2011.8V2.20001Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M3.32495%202.20001C3.32495%201.66153%203.76148%201.22501%204.29995%201.22501H9.09995C9.13631%201.22501%209.1712%201.23945%209.19691%201.26517L12.4348%204.50305C12.4605%204.52876%2012.475%204.56365%2012.475%204.60001V11.8C12.475%2012.3385%2012.0384%2012.775%2011.5%2012.775H4.29995C3.76147%2012.775%203.32495%2012.3385%203.32495%2011.8V2.20001Z%22%20stroke%3D%22%23D0D5DD%22%2F%3E%3Cpath%20d%3D%22M3.32495%202.20001C3.32495%201.66153%203.76148%201.22501%204.29995%201.22501H9.09995C9.13631%201.22501%209.1712%201.23945%209.19691%201.26517L12.4348%204.50305C12.4605%204.52876%2012.475%204.56365%2012.475%204.60001V11.8C12.475%2012.3385%2012.0384%2012.775%2011.5%2012.775H4.29995C3.76147%2012.775%203.32495%2012.3385%203.32495%2011.8V2.20001Z%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M9.1001%201.14999V3.39999C9.1001%204.06272%209.63737%204.59999%2010.3001%204.59999H12.5501%22%20stroke%3D%22%23D0D5DD%22%2F%3E%3Cpath%20d%3D%22M9.1001%201.14999V3.39999C9.1001%204.06272%209.63737%204.59999%2010.3001%204.59999H12.5501%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M8.50005%206.39999H1.90005C1.56868%206.39999%201.30005%206.66862%201.30005%206.99999V10.6C1.30005%2010.9314%201.56868%2011.2%201.90005%2011.2H8.50005C8.83142%2011.2%209.10005%2010.9314%209.10005%2010.6V6.99999C9.10005%206.66862%208.83142%206.39999%208.50005%206.39999Z%22%20fill%3D%22%23099250%22%2F%3E%3Cpath%20d%3D%22M2.91599%207.8182L3.35598%208.56181H3.37303L3.81514%207.8182H4.33608L3.67026%208.90909L4.35099%2010H3.82047L3.37303%209.25535H3.35598L2.90854%2010H2.38013L3.06301%208.90909L2.39291%207.8182H2.91599ZM4.62799%2010V7.8182H5.08929V9.61967H6.02467V10H4.62799ZM7.51375%208.44568C7.50523%208.35973%207.46863%208.29298%207.40401%208.2454C7.33939%208.19782%207.25167%208.17403%207.14087%208.17403C7.06558%208.17403%207.00204%208.18468%206.95016%208.20598C6.89832%208.22656%206.85855%208.25533%206.83086%208.29226C6.80385%208.32919%206.79039%208.3711%206.79039%208.41799C6.78895%208.45705%206.79711%208.49113%206.81487%208.52026C6.83335%208.54936%206.85855%208.57459%206.89053%208.59589C6.92248%208.6165%206.95941%208.63459%207.00132%208.65022C7.04323%208.66513%207.08795%208.67791%207.13554%208.68859L7.33156%208.73545C7.42675%208.75675%207.51411%208.78515%207.59364%208.82068C7.6732%208.85619%207.74208%208.89988%207.80031%208.95171C7.85857%209.00356%207.90366%209.06464%207.93561%209.13496C7.96828%209.20528%207.98498%209.28589%207.98567%209.37679C7.98498%209.51032%207.95088%209.62609%207.88341%209.72409C7.81666%209.82139%207.72006%209.89702%207.59364%209.95098C7.46794%2010.0043%207.31629%2010.0309%207.13875%2010.0309C6.96262%2010.0309%206.8092%2010.0039%206.67852%209.94993C6.54856%209.89597%206.44698%209.81605%206.37384%209.71024C6.30139%209.60371%206.26338%209.47195%206.25984%209.31499H6.7062C6.71118%209.38816%206.73213%209.44924%206.76906%209.49823C6.80671%209.54653%206.85678%209.58309%206.91927%209.60796C6.98248%209.63212%207.05388%209.64418%207.13341%209.64418C7.21153%209.64418%207.27936%209.63281%207.33689%209.6101C7.39513%209.58736%207.44025%209.55577%207.4722%209.51526C7.50415%209.47479%207.52013%209.42827%207.52013%209.37571C7.52013%209.32672%207.50559%209.28552%207.47646%209.25214C7.44805%209.21874%207.40614%209.19034%207.35076%209.16691C7.29607%209.14348%207.22893%209.12217%207.14939%209.10298L6.91183%209.04334C6.72786%208.99858%206.58264%208.92862%206.47611%208.83346C6.36958%208.7383%206.31666%208.61011%206.31738%208.44886C6.31666%208.31677%206.35182%208.20136%206.42283%208.10263C6.49455%208.00393%206.59293%207.92686%206.71794%207.87145C6.84292%207.81607%206.98497%207.78835%207.14406%207.78835C7.306%207.78835%207.44733%207.81607%207.56808%207.87145C7.68952%207.92686%207.78399%208.00393%207.85146%208.10263C7.91893%208.20136%207.95373%208.31572%207.95586%208.44568H7.51375Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"});
|
|
317
327
|
position: absolute;
|
|
318
328
|
right: 0px;
|
|
319
329
|
top: -4px;
|
|
@@ -323,14 +333,14 @@ function M(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
323
333
|
`}
|
|
324
334
|
|
|
325
335
|
${o&&t.css`
|
|
326
|
-
color: #
|
|
336
|
+
color: #a9a9a9;
|
|
327
337
|
opacity: 0.7;
|
|
328
338
|
pointer-events: none;
|
|
329
339
|
`}
|
|
330
340
|
`,pt=m.default.a`
|
|
331
341
|
${ct}
|
|
332
342
|
`,ht=m.default.span`
|
|
333
|
-
cursor:pointer;
|
|
343
|
+
cursor: pointer;
|
|
334
344
|
${ct}
|
|
335
345
|
`;m.default(Ue)`
|
|
336
346
|
&._refHoverLink {
|
|
@@ -2794,7 +2804,7 @@ function M(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2794
2804
|
color: var(--pri-clr);
|
|
2795
2805
|
line-height: 20px;
|
|
2796
2806
|
align-items: center;
|
|
2797
|
-
padding: 0.
|
|
2807
|
+
padding: 0.25rem 0.5rem;
|
|
2798
2808
|
display: block;
|
|
2799
2809
|
min-height: auto;
|
|
2800
2810
|
border-radius: var(--nav-rd);
|