@arthurzakharov/ui-kit 1.2.0 → 1.2.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/assets/not-found-Cmq6iPJq.css +1 -0
- package/dist/assets/tag-create-DlOCx7nc.css +1 -0
- package/dist/components/accordion-table/accordion-table.component.js +1 -1
- package/dist/components/animation/fade-scale/fade-scale.component.js +1 -1
- package/dist/components/animation/fade-slide/fade-slide.component.js +1 -1
- package/dist/components/bottom-bar/bottom-bar.component.js +1 -1
- package/dist/components/control/components/button-card/button-card.component.js +1 -1
- package/dist/components/control/components/button-radio/button-radio.component.js +1 -1
- package/dist/components/control/components/card-image/card-image.component.js +1 -1
- package/dist/components/control/components/card-text/card-text.component.js +1 -1
- package/dist/components/control/components/checkbox/checkbox.component.js +1 -1
- package/dist/components/control/components/dropdown/dropdown.component.js +1 -1
- package/dist/components/control/components/input/input.component.js +1 -1
- package/dist/components/control/components/radio/radio.component.js +1 -1
- package/dist/components/control/components/text/text.component.js +1 -1
- package/dist/components/control/components/textarea/textarea.component.js +1 -1
- package/dist/components/control/control.component.js +2 -2
- package/dist/components/dialog/dialog.component.js +2 -2
- package/dist/components/dialog-article/dialog-article.component.js +1 -1
- package/dist/components/not-found/not-found.component.cy.d.ts +1 -0
- package/dist/components/not-found/not-found.component.cy.js +30 -0
- package/dist/components/not-found/not-found.component.js +26 -20
- package/dist/components/payment/components/glass/glass.component.js +2 -2
- package/dist/components/sidebar/components/step/step.component.js +1 -1
- package/dist/components/signature/signature.component.js +835 -896
- package/dist/components/tag/block.component.d.ts +25 -0
- package/dist/components/tag/block.component.js +5 -0
- package/dist/components/tag/flex.component.d.ts +99 -0
- package/dist/components/tag/flex.component.js +10 -0
- package/dist/components/tag/inline-block.component.d.ts +25 -0
- package/dist/components/tag/inline-block.component.js +5 -0
- package/dist/components/tag/inline-flex.component.d.ts +99 -0
- package/dist/components/tag/inline-flex.component.js +10 -0
- package/dist/components/tag/inline.component.d.ts +25 -0
- package/dist/components/tag/inline.component.js +5 -0
- package/dist/components/tag/table.component.d.ts +147 -0
- package/dist/components/tag/table.component.js +12 -0
- package/dist/components/tag/tag-create.d.ts +25 -0
- package/dist/components/tag/tag-create.js +67 -0
- package/dist/components/tag/tag.types.d.ts +60 -0
- package/dist/components/tag/use-mq.hook.d.ts +6 -0
- package/dist/components/tag/use-mq.hook.js +9 -0
- package/dist/{control.component-CyNcrfGj.js → control.component-Cq46ev8T.js} +1 -1
- package/dist/index-PfP8s0Qf.js +148 -0
- package/dist/input.component-C5xcmnfu.js +999 -0
- package/dist/main.js +1 -1
- package/dist/{proxy-Di2RXnf-.js → proxy-Cx6n7mT2.js} +1980 -1865
- package/package.json +5 -3
- package/dist/assets/not-found-ZbA42G36.css +0 -1
- package/dist/index-BFkuhcb7.js +0 -148
- package/dist/input.component-DMLs5SZ0.js +0 -974
- /package/dist/{utils/types.js → components/tag/tag.types.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._NotFoundTh_1xt0l_1,._NotFoundTd_1xt0l_2{border-top:1px solid var(--rm-ui-grey-300)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._Tag_1ps8s_3[d=flex]{display:flex}._Tag_1ps8s_3[d=inline-flex]{display:inline-flex}._Tag_1ps8s_3[d=block]{display:block}._Tag_1ps8s_3[d=inline-block]{display:inline-block}._Tag_1ps8s_3[d=inline]{display:inline}._Tag_1ps8s_3[d=table]{display:table;width:100%;border-spacing:0;border-collapse:collapse}._Tag_1ps8s_3[d=table-row-group]{display:table-row-group}._Tag_1ps8s_3[d=table-row]{display:table-row}._Tag_1ps8s_3[d=table-cell]{display:table-cell}._Tag_1ps8s_3[pos=relative]{position:relative}._Tag_1ps8s_3[pos=absolute]{position:absolute}._Tag_1ps8s_3[pos=fixed]{position:fixed}._Tag_1ps8s_3[pos=static]{position:static}._Tag_1ps8s_3[pos=sticky]{position:sticky}._Tag_1ps8s_3[fxd=row]{flex-direction:row}._Tag_1ps8s_3[fxd=column]{flex-direction:column}._Tag_1ps8s_3[fxd=row-reverse]{flex-direction:row-reverse}._Tag_1ps8s_3[fxd=column-reverse]{flex-direction:column-reverse}._Tag_1ps8s_3[ai=center]{align-items:center}._Tag_1ps8s_3[ai=start]{align-items:flex-start}._Tag_1ps8s_3[ai=end]{align-items:flex-end}._Tag_1ps8s_3[ai=stretch]{align-items:stretch}._Tag_1ps8s_3[jc=center]{justify-content:center}._Tag_1ps8s_3[jc=start]{justify-content:flex-start}._Tag_1ps8s_3[jc=end]{justify-content:flex-end}._Tag_1ps8s_3[jc=space-between]{justify-content:space-between}._Tag_1ps8s_3[g=xxs]{gap:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[g=xs]{gap:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[g=sm]{gap:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[g=md]{gap:var(--rm-ui-padding-md)}._Tag_1ps8s_3[g=lg]{gap:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[g=xl]{gap:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[g=xxl]{gap:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[g=xxxl]{gap:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[fw=light]{font-weight:var(--rm-ui-font-weight-light)}._Tag_1ps8s_3[fw=regular]{font-weight:var(--rm-ui-font-weight-regular)}._Tag_1ps8s_3[fw=medium]{font-weight:var(--rm-ui-font-weight-medium)}._Tag_1ps8s_3[fw=bold]{font-weight:var(--rm-ui-font-weight-bold)}._Tag_1ps8s_3[fz=regular]{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._Tag_1ps8s_3[fz=small]{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._Tag_1ps8s_3[fz=extra-small]{font-size:var(--rm-ui-font-size-body-extra-small);line-height:var(--rm-ui-line-height-body-extra-small)}._Tag_1ps8s_3[fz=large]{font-size:var(--rm-ui-font-size-body-large);line-height:var(--rm-ui-line-height-body-large)}._Tag_1ps8s_3[fz=hl1]{font-size:var(--rm-ui-font-size-hl1);line-height:var(--rm-ui-line-height-hl1)}._Tag_1ps8s_3[fz=hl2]{font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2)}._Tag_1ps8s_3[fz=hl3]{font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3)}._Tag_1ps8s_3[fz=hl4]{font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4)}._Tag_1ps8s_3[fz=hl5]{font-size:var(--rm-ui-font-size-hl5);line-height:var(--rm-ui-line-height-hl5)}._Tag_1ps8s_3[c=primary]{color:var(--rm-ui-color-text-primary)}._Tag_1ps8s_3[c=secondary]{color:var(--rm-ui-color-text-secondary)}._Tag_1ps8s_3[c=accent-primary]{color:var(--rm-ui-color-accent-primary)}._Tag_1ps8s_3[c=accent-secondary]{color:var(--rm-ui-color-accent-secondary)}._Tag_1ps8s_3[ta=left]{text-align:left}._Tag_1ps8s_3[ta=center]{text-align:center}._Tag_1ps8s_3[ta=right]{text-align:right}._Tag_1ps8s_3[td=underline]{text-decoration:underline}._Tag_1ps8s_3[td=overline]{text-decoration:overline}._Tag_1ps8s_3[td=line-through]{text-decoration:line-through}._Tag_1ps8s_3[va=top]{vertical-align:top}._Tag_1ps8s_3[va=bottom]{vertical-align:bottom}._Tag_1ps8s_3[va=middle]{vertical-align:middle}._Tag_1ps8s_3[mt=xxs]{margin-top:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[mt=xs]{margin-top:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[mt=sm]{margin-top:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[mt=md]{margin-top:var(--rm-ui-padding-md)}._Tag_1ps8s_3[mt=lg]{margin-top:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[mt=xl]{margin-top:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[mt=xxl]{margin-top:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[mt=xxxl]{margin-top:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[mb=xxs]{margin-bottom:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[mb=xs]{margin-bottom:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[mb=sm]{margin-bottom:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[mb=md]{margin-bottom:var(--rm-ui-padding-md)}._Tag_1ps8s_3[mb=lg]{margin-bottom:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[mb=xl]{margin-bottom:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[mb=xxl]{margin-bottom:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[mb=xxxl]{margin-bottom:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[ml=xxs]{margin-left:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[ml=xs]{margin-left:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[ml=sm]{margin-left:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[ml=md]{margin-left:var(--rm-ui-padding-md)}._Tag_1ps8s_3[ml=lg]{margin-left:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[ml=xl]{margin-left:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[ml=xxl]{margin-left:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[ml=xxxl]{margin-left:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[mr=xxs]{margin-right:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[mr=xs]{margin-right:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[mr=sm]{margin-right:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[mr=md]{margin-right:var(--rm-ui-padding-md)}._Tag_1ps8s_3[mr=lg]{margin-right:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[mr=xl]{margin-right:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[mr=xxl]{margin-right:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[mr=xxxl]{margin-right:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[mx=xxs]{margin:0 var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[mx=xs]{margin:0 var(--rm-ui-padding-xs)}._Tag_1ps8s_3[mx=sm]{margin:0 var(--rm-ui-padding-sm)}._Tag_1ps8s_3[mx=md]{margin:0 var(--rm-ui-padding-md)}._Tag_1ps8s_3[mx=lg]{margin:0 var(--rm-ui-padding-lg)}._Tag_1ps8s_3[mx=xl]{margin:0 var(--rm-ui-padding-xl)}._Tag_1ps8s_3[mx=xxl]{margin:0 var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[mx=xxxl]{margin:0 var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[my=xxs]{margin:var(--rm-ui-padding-xxs) 0}._Tag_1ps8s_3[my=xs]{margin:var(--rm-ui-padding-xs) 0}._Tag_1ps8s_3[my=sm]{margin:var(--rm-ui-padding-sm) 0}._Tag_1ps8s_3[my=md]{margin:var(--rm-ui-padding-md) 0}._Tag_1ps8s_3[my=lg]{margin:var(--rm-ui-padding-lg) 0}._Tag_1ps8s_3[my=xl]{margin:var(--rm-ui-padding-xl) 0}._Tag_1ps8s_3[my=xxl]{margin:var(--rm-ui-padding-xxl) 0}._Tag_1ps8s_3[my=xxxl]{margin:var(--rm-ui-padding-xxxl) 0}._Tag_1ps8s_3[m=xxs]{margin:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[m=xs]{margin:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[m=sm]{margin:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[m=md]{margin:var(--rm-ui-padding-md)}._Tag_1ps8s_3[m=lg]{margin:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[m=xl]{margin:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[m=xxl]{margin:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[m=xxxl]{margin:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[pt=xxs]{padding-top:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[pt=xs]{padding-top:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[pt=sm]{padding-top:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[pt=md]{padding-top:var(--rm-ui-padding-md)}._Tag_1ps8s_3[pt=lg]{padding-top:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[pt=xl]{padding-top:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[pt=xxl]{padding-top:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[pt=xxxl]{padding-top:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[pb=xxs]{padding-bottom:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[pb=xs]{padding-bottom:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[pb=sm]{padding-bottom:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[pb=md]{padding-bottom:var(--rm-ui-padding-md)}._Tag_1ps8s_3[pb=lg]{padding-bottom:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[pb=xl]{padding-bottom:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[pb=xxl]{padding-bottom:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[pb=xxxl]{padding-bottom:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[pl=xxs]{padding-left:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[pl=xs]{padding-left:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[pl=sm]{padding-left:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[pl=md]{padding-left:var(--rm-ui-padding-md)}._Tag_1ps8s_3[pl=lg]{padding-left:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[pl=xl]{padding-left:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[pl=xxl]{padding-left:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[pl=xxxl]{padding-left:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[pr=xxs]{padding-right:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[pr=xs]{padding-right:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[pr=sm]{padding-right:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[pr=md]{padding-right:var(--rm-ui-padding-md)}._Tag_1ps8s_3[pr=lg]{padding-right:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[pr=xl]{padding-right:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[pr=xxl]{padding-right:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[pr=xxxl]{padding-right:var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[px=xxs]{padding:0 var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[px=xs]{padding:0 var(--rm-ui-padding-xs)}._Tag_1ps8s_3[px=sm]{padding:0 var(--rm-ui-padding-sm)}._Tag_1ps8s_3[px=md]{padding:0 var(--rm-ui-padding-md)}._Tag_1ps8s_3[px=lg]{padding:0 var(--rm-ui-padding-lg)}._Tag_1ps8s_3[px=xl]{padding:0 var(--rm-ui-padding-xl)}._Tag_1ps8s_3[px=xxl]{padding:0 var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[px=xxxl]{padding:0 var(--rm-ui-padding-xxxl)}._Tag_1ps8s_3[py=xxs]{padding:var(--rm-ui-padding-xxs) 0}._Tag_1ps8s_3[py=xs]{padding:var(--rm-ui-padding-xs) 0}._Tag_1ps8s_3[py=sm]{padding:var(--rm-ui-padding-sm) 0}._Tag_1ps8s_3[py=md]{padding:var(--rm-ui-padding-md) 0}._Tag_1ps8s_3[py=lg]{padding:var(--rm-ui-padding-lg) 0}._Tag_1ps8s_3[py=xl]{padding:var(--rm-ui-padding-xl) 0}._Tag_1ps8s_3[py=xxl]{padding:var(--rm-ui-padding-xxl) 0}._Tag_1ps8s_3[py=xxxl]{padding:var(--rm-ui-padding-xxxl) 0}._Tag_1ps8s_3[p=xxs]{padding:var(--rm-ui-padding-xxs)}._Tag_1ps8s_3[p=xs]{padding:var(--rm-ui-padding-xs)}._Tag_1ps8s_3[p=sm]{padding:var(--rm-ui-padding-sm)}._Tag_1ps8s_3[p=md]{padding:var(--rm-ui-padding-md)}._Tag_1ps8s_3[p=lg]{padding:var(--rm-ui-padding-lg)}._Tag_1ps8s_3[p=xl]{padding:var(--rm-ui-padding-xl)}._Tag_1ps8s_3[p=xxl]{padding:var(--rm-ui-padding-xxl)}._Tag_1ps8s_3[p=xxxl]{padding:var(--rm-ui-padding-xxxl)}
|
|
@@ -2,7 +2,7 @@ import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as p, useEffect as B, Fragment as I } from "react";
|
|
3
3
|
import { ChevronDown as f } from "lucide-react";
|
|
4
4
|
import b from "clsx";
|
|
5
|
-
import { C as H } from "../../control.component-
|
|
5
|
+
import { C as H } from "../../control.component-Cq46ev8T.js";
|
|
6
6
|
import '../../assets/accordion-table-dU2T0YSw.css';const S = "_AccordionTable_lx6xi_1", u = "_AccordionTableHeadCell_lx6xi_8", g = "_AccordionTableBodyCell_lx6xi_20", v = "_AccordionTableBodyHead_lx6xi_28", w = "_AccordionTableIcon_lx6xi_33", N = "_AccordionTableIconOpened_lx6xi_37", R = "_AccordionTableIconClosed_lx6xi_41", O = "_AccordionTableBodyRow_lx6xi_45", n = {
|
|
7
7
|
AccordionTable: S,
|
|
8
8
|
AccordionTableHeadCell: u,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as p, useEffect as x } from "react";
|
|
3
3
|
import F from "clsx";
|
|
4
|
-
import { m as y } from "../../../proxy-
|
|
4
|
+
import { m as y } from "../../../proxy-Cx6n7mT2.js";
|
|
5
5
|
import '../../../assets/fade-scale-B23oZuuD.css';const _ = "_Flex_1t96l_1", h = {
|
|
6
6
|
Flex: _
|
|
7
7
|
}, S = (n) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as p, useEffect as y } from "react";
|
|
3
3
|
import F from "clsx";
|
|
4
|
-
import { m as h } from "../../../proxy-
|
|
4
|
+
import { m as h } from "../../../proxy-Cx6n7mT2.js";
|
|
5
5
|
import '../../../assets/fade-scale-B23oZuuD.css';const v = "_Flex_1t96l_1", _ = {
|
|
6
6
|
Flex: v
|
|
7
7
|
}, S = (i) => {
|
|
@@ -2,7 +2,7 @@ import { jsxs as c, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as p, useEffect as b, useMemo as x } from "react";
|
|
3
3
|
import f from "clsx";
|
|
4
4
|
import { useResizeObserver as y, useWindowSize as w } from "usehooks-ts";
|
|
5
|
-
import { C as z } from "../../control.component-
|
|
5
|
+
import { C as z } from "../../control.component-Cq46ev8T.js";
|
|
6
6
|
import { Flex as n } from "../flex/flex.component.js";
|
|
7
7
|
import { Text as m } from "../text/text.component.js";
|
|
8
8
|
import '../../assets/bottom-bar-DDgm0BQh.css';const R = "_BottomBar_1ao8k_1", _ = "_BottomBarFixed_1ao8k_7", L = "_BottomBarStatic_1ao8k_16", g = {
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "usehooks-ts";
|
|
4
4
|
import "clsx";
|
|
5
|
-
import { B } from "../../../../control.component-
|
|
5
|
+
import { B } from "../../../../control.component-Cq46ev8T.js";
|
|
6
6
|
import "../../../svg/svg.component.js";
|
|
7
7
|
export {
|
|
8
8
|
B as ButtonCard
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { b as a } from "../../../../control.component-
|
|
2
|
+
import { b as a } from "../../../../control.component-Cq46ev8T.js";
|
|
3
3
|
import "../../hooks/useChoice/useChoice.hook.js";
|
|
4
4
|
import "../../utils/functions/functions.util.js";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../../control.component-
|
|
2
|
+
import { c as i } from "../../../../control.component-Cq46ev8T.js";
|
|
3
3
|
import "../../hooks/useChoice/useChoice.hook.js";
|
|
4
4
|
import "../../utils/functions/functions.util.js";
|
|
5
5
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "usehooks-ts";
|
|
3
3
|
import "clsx";
|
|
4
|
-
import { d as e } from "../../../../control.component-
|
|
4
|
+
import { d as e } from "../../../../control.component-Cq46ev8T.js";
|
|
5
5
|
import "../../../../utils/converter/converter.util.js";
|
|
6
6
|
export {
|
|
7
7
|
e as Checkbox
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "usehooks-ts";
|
|
4
4
|
import "lucide-react";
|
|
5
5
|
import "clsx";
|
|
6
|
-
import { D as e } from "../../../../control.component-
|
|
6
|
+
import { D as e } from "../../../../control.component-Cq46ev8T.js";
|
|
7
7
|
import "../../utils/functions/functions.util.js";
|
|
8
8
|
import "../../../../utils/converter/converter.util.js";
|
|
9
9
|
export {
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../../../animation/animation.component.js";
|
|
3
3
|
import "clsx";
|
|
4
4
|
import "usehooks-ts";
|
|
5
|
-
import { T as e } from "../../../../control.component-
|
|
5
|
+
import { T as e } from "../../../../control.component-Cq46ev8T.js";
|
|
6
6
|
export {
|
|
7
7
|
e as Text
|
|
8
8
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./components/box/box.component.js";
|
|
2
2
|
import "./components/button/button.component.js";
|
|
3
|
-
import { C as s } from "../../control.component-
|
|
3
|
+
import { C as s } from "../../control.component-Cq46ev8T.js";
|
|
4
4
|
import "./components/button-text/button-text.component.js";
|
|
5
5
|
import "./components/choice/choice.component.js";
|
|
6
6
|
import "./components/hidden-input/hidden-input.component.js";
|
|
7
|
-
import "../../input.component-
|
|
7
|
+
import "../../input.component-C5xcmnfu.js";
|
|
8
8
|
import "./components/label/label.component.js";
|
|
9
9
|
import "./components/radio-label/radio-label.component.js";
|
|
10
10
|
import "./components/radio-text/radio-text.component.js";
|
|
@@ -4,8 +4,8 @@ import { r as h } from "../../index-D3EuHLHH.js";
|
|
|
4
4
|
import { X as D } from "lucide-react";
|
|
5
5
|
import S from "clsx";
|
|
6
6
|
import { useScrollLock as T, useOnClickOutside as z } from "usehooks-ts";
|
|
7
|
-
import { A as P } from "../../index-
|
|
8
|
-
import { m as a } from "../../proxy-
|
|
7
|
+
import { A as P } from "../../index-PfP8s0Qf.js";
|
|
8
|
+
import { m as a } from "../../proxy-Cx6n7mT2.js";
|
|
9
9
|
import '../../assets/dialog-8uCE6NKB.css';var x = h();
|
|
10
10
|
const O = "_Backdrop_1y4te_1", v = "_BackdropSizeFull_1y4te_15", w = "_Dialog_1y4te_15", N = "_DialogContent_1y4te_19", b = "_BackdropPositionCenter_1y4te_26", I = "_BackdropPositionTopCenter_1y4te_27", F = "_DialogCloseButton_1y4te_49", H = "_DialogCloseButtonIcon_1y4te_69", j = "_BackdropSizeOneThird_1y4te_76", q = "_BackdropSizeHalf_1y4te_80", A = "_BackdropSizeTwoThird_1y4te_84", o = {
|
|
11
11
|
Backdrop: O,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i, jsxs as n, Fragment as g } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as h, useState as A } from "react";
|
|
3
3
|
import { useWindowSize as D, useResizeObserver as p } from "usehooks-ts";
|
|
4
|
-
import { C as c } from "../../control.component-
|
|
4
|
+
import { C as c } from "../../control.component-Cq46ev8T.js";
|
|
5
5
|
import '../../assets/dialog-article-lpJC_c40.css';const B = "_DialogArticle_figqz_1", z = "_DialogArticleButtons_figqz_8", s = {
|
|
6
6
|
DialogArticle: B,
|
|
7
7
|
DialogArticleButtons: z
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { NotFound as t } from "./not-found.component.js";
|
|
3
|
+
const a = {
|
|
4
|
+
title: "Entschuldigung, da ist wohl etwas schief gelaufen!",
|
|
5
|
+
subtitle: "Fehler 404",
|
|
6
|
+
tableTitle: "Bitte kontaktieren Sie uns doch per:",
|
|
7
|
+
tableRows: [
|
|
8
|
+
{
|
|
9
|
+
key: "E-Mail:",
|
|
10
|
+
value: "info@rightmart.de"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
key: "Telefon:",
|
|
14
|
+
value: "+49 (0)421 / 33 100 311"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
key: "Fax:",
|
|
18
|
+
value: "+49 (0)421 / 33 100 380"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
key: "Post:",
|
|
22
|
+
value: "rightmart Rechtsanwaltsgesellschaft mbH<br />Clara-Jaschke-Straße 1<br />28199 Bremen"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
};
|
|
26
|
+
describe("<NotFound />", () => {
|
|
27
|
+
it("renders", () => {
|
|
28
|
+
cy.viewport(1200, 700), cy.mount(/* @__PURE__ */ e(t, { ...a }));
|
|
29
|
+
});
|
|
30
|
+
});
|
|
@@ -1,24 +1,30 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
/* @__PURE__ */
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
import { jsxs as r, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { Block as d } from "../tag/block.component.js";
|
|
3
|
+
import { Table as e } from "../tag/table.component.js";
|
|
4
|
+
import { useMQ as s, media as t } from "../tag/use-mq.hook.js";
|
|
5
|
+
import '../../assets/not-found-Cmq6iPJq.css';const f = "_NotFoundTd_1xt0l_2", g = {
|
|
6
|
+
NotFoundTd: f
|
|
7
|
+
}, N = (h) => {
|
|
8
|
+
const { title: c = "", subtitle: i = "", tableTitle: m = "", tableRows: p = [] } = h, o = s();
|
|
9
|
+
return /* @__PURE__ */ r(d, { tag: "section", p: t(o, { phone: "sm md sm", laptop: "md lg md", pc: "lg" }), children: [
|
|
10
|
+
/* @__PURE__ */ l(d, { tag: "h1", mb: "lg", fw: "regular", fz: t(o, { phone: "hl2", pc: "hl1" }), children: c }),
|
|
11
|
+
/* @__PURE__ */ l(d, { tag: "h2", mb: "md", fw: "regular", fz: t(o, { phone: "hl3", pc: "hl2" }), children: i }),
|
|
12
|
+
/* @__PURE__ */ l(d, { tag: "h3", mb: "md", fw: "light", fz: t(o, { phone: "hl4", pc: "hl3" }), children: m }),
|
|
13
|
+
/* @__PURE__ */ l(e.Main, { children: /* @__PURE__ */ l(
|
|
14
|
+
e.Body,
|
|
15
|
+
{
|
|
16
|
+
fz: t(o, {
|
|
17
|
+
phone: "small",
|
|
18
|
+
pc: "regular"
|
|
19
|
+
}),
|
|
20
|
+
children: p.map(({ key: n, value: a }) => /* @__PURE__ */ r(e.Row, { className: g.NotFoundTd, children: [
|
|
21
|
+
/* @__PURE__ */ l(e.CellHead, { p: "xs", fw: "regular", ta: "left", children: n }),
|
|
22
|
+
/* @__PURE__ */ l(e.CellBody, { p: "xs", fw: "light", children: a })
|
|
23
|
+
] }, n))
|
|
24
|
+
}
|
|
25
|
+
) })
|
|
20
26
|
] });
|
|
21
27
|
};
|
|
22
28
|
export {
|
|
23
|
-
|
|
29
|
+
N as NotFound
|
|
24
30
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as c, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { Loader as t } from "../../../loader/loader.component.js";
|
|
3
|
-
import { m as n } from "../../../../proxy-
|
|
4
|
-
import { A as l } from "../../../../index-
|
|
3
|
+
import { m as n } from "../../../../proxy-Cx6n7mT2.js";
|
|
4
|
+
import { A as l } from "../../../../index-PfP8s0Qf.js";
|
|
5
5
|
import '../../../../assets/glass-CfX3rUed.css';const m = "_Glass_12crp_1", p = "_Cover_12crp_5", o = {
|
|
6
6
|
Glass: m,
|
|
7
7
|
Cover: p
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { C as s } from "../../../../control.component-
|
|
2
|
+
import { C as s } from "../../../../control.component-Cq46ev8T.js";
|
|
3
3
|
import { Flex as a } from "../../../flex/flex.component.js";
|
|
4
4
|
import { Text as m } from "../../../text/text.component.js";
|
|
5
5
|
const d = (e) => {
|