@arthurzakharov/ui-kit 1.3.1 → 1.3.3
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/{components/animation → animations}/animation.component.d.ts +2 -0
- package/dist/{components/animation → animations}/animation.component.js +5 -3
- package/dist/{components/animation → animations}/fade-grow/fade-grow.component.js +2 -2
- package/dist/{components/animation → animations}/fade-scale/fade-scale.component.js +2 -2
- package/dist/{components/animation → animations}/fade-slide/fade-slide.component.js +2 -2
- package/dist/animations/rotate/rotate.component.d.ts +18 -0
- package/dist/animations/rotate/rotate.component.js +43 -0
- package/dist/assets/accordion-table-Ci3u6qTN.css +1 -0
- package/dist/components/accordion-table/accordion-table.component.d.ts +5 -2
- package/dist/components/accordion-table/accordion-table.component.js +63 -64
- package/dist/components/bottom-bar/bottom-bar.component.js +1 -1
- package/dist/components/control/components/button/button.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/radio/radio.component.js +1 -1
- package/dist/components/control/components/status/status.component.js +1 -1
- package/dist/components/control/components/text/text.component.js +2 -2
- package/dist/components/control/components/textarea/textarea.component.js +1 -1
- package/dist/components/control/control.component.js +1 -1
- package/dist/components/dialog-article/dialog-article.component.js +1 -1
- package/dist/components/main-attachment/main-attachment.component.js +1 -1
- package/dist/components/sidebar/components/step/step.component.js +1 -1
- package/dist/components/sidebar/sidebar.component.js +1 -1
- package/dist/components/signature/index.d.ts +1 -0
- package/dist/components/signature/index.js +4 -0
- package/dist/components/signature/signature.component.d.ts +4 -2
- package/dist/components/signature/signature.component.js +484 -483
- package/dist/components/user-panel/user-panel.component.js +1 -1
- package/dist/{control.component-B0Jbmunv.js → control.component-B9Ao9mfl.js} +1 -1
- package/dist/main.d.ts +2 -2
- package/dist/main.js +2 -2
- package/package.json +1 -1
- package/dist/assets/accordion-table-DWNXtJHt.css +0 -1
- /package/dist/{components/animation → animations}/fade-grow/fade-grow.component.d.ts +0 -0
- /package/dist/{components/animation → animations}/fade-scale/fade-scale.component.d.ts +0 -0
- /package/dist/{components/animation → animations}/fade-slide/fade-slide.component.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { Pencil as d } from "lucide-react";
|
|
3
3
|
import m from "clsx";
|
|
4
|
-
import { C as p } from "../../control.component-
|
|
4
|
+
import { C as p } from "../../control.component-B9Ao9mfl.js";
|
|
5
5
|
import '../../assets/user-panel-BJB6pJ70.css';const f = "_Head_12b2p_13", u = "_Info_12b2p_25", r = {
|
|
6
6
|
Head: f,
|
|
7
7
|
Info: u
|
|
@@ -16,7 +16,7 @@ import { Label as Ce } from "./components/control/components/label/label.compone
|
|
|
16
16
|
import { RadioLabel as me } from "./components/control/components/radio-label/radio-label.component.js";
|
|
17
17
|
import { RadioText as pe } from "./components/control/components/radio-text/radio-text.component.js";
|
|
18
18
|
import { Status as _e } from "./components/control/components/status/status.component.js";
|
|
19
|
-
import { Animation as X } from "./
|
|
19
|
+
import { Animation as X } from "./animations/animation.component.js";
|
|
20
20
|
import { Svg as xe } from "./utils/svg/svg.component.js";
|
|
21
21
|
import './assets/control-Dk23qyF8.css';const be = "_ButtonCard_1qq7t_1", fe = "_ButtonCardIcon_1qq7t_10", Be = "_ButtonCardIconTop_1qq7t_14", ve = "_ButtonCardText_1qq7t_21", Te = "_ButtonCardIconLeft_1qq7t_25", z = {
|
|
22
22
|
ButtonCard: be,
|
package/dist/main.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { AccordionTable, type AccordionTableProps } from './components/accordion-table/accordion-table.component';
|
|
2
|
-
export { Animation, type FadeGrowProps, type FadeScaleProps, type FadeSlideProps } from './
|
|
2
|
+
export { Animation, type FadeGrowProps, type FadeScaleProps, type FadeSlideProps, type RotateProps, } from './animations/animation.component';
|
|
3
3
|
export { BottomBar, type BottomBarProps } from './components/bottom-bar/bottom-bar.component';
|
|
4
4
|
export { Certifications, type CertificationsProps } from './components/certifications';
|
|
5
5
|
export { Control, type BoxProps, type ButtonProps, type ButtonCardProps, type ButtonRadioProps, type ButtonRadioInfo, type ButtonTextProps, type CardImageProps, type CardTextProps, type CheckboxProps, type ChoiceProps, type DropdownProps, type HiddenInputProps, type InputProps, type LabelProps, type RadioProps, type RadioLabelProps, type RadioLabelChild, type RadioTextProps, type StatusProps, type TextProps, type TextareaProps, type InputChangeSource, type Interactive, type RadioChoice, type ChoiceType, type ChoiceValue, type State, type QuestionPath, type QuestionChoice, type Size, } from './components/control/control.component';
|
|
@@ -22,7 +22,7 @@ export { MessageBlock, type MessageBlockProps } from './components/message-block
|
|
|
22
22
|
export { NotFound, type NotFoundProps } from './components/not-found';
|
|
23
23
|
export { Payment, type PaymentBlockProps, type PaymentGlassProps, type PaymentSidebarProps, type PaymentTextBlocksProps, type PaymentTextBlockItem, } from './components/payment/payment.component';
|
|
24
24
|
export { Sidebar, type SidebarProps } from './components/sidebar/sidebar.component';
|
|
25
|
-
export { Signature, type SignatureProps
|
|
25
|
+
export { Signature, type SignatureProps } from './components/signature';
|
|
26
26
|
export { Svg, type SvgProps } from './utils/svg/svg.component';
|
|
27
27
|
export { Text } from './components/text/text.component';
|
|
28
28
|
export { UserPanel, type UserPanelProps } from './components/user-panel';
|
package/dist/main.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AccordionTable as e } from "./components/accordion-table/accordion-table.component.js";
|
|
2
|
-
import { Animation as m } from "./
|
|
2
|
+
import { Animation as m } from "./animations/animation.component.js";
|
|
3
3
|
import { BottomBar as x } from "./components/bottom-bar/bottom-bar.component.js";
|
|
4
4
|
import { Certifications as a } from "./components/certifications/certifications.component.js";
|
|
5
|
-
import { C as i } from "./control.component-
|
|
5
|
+
import { C as i } from "./control.component-B9Ao9mfl.js";
|
|
6
6
|
import { DataProtectedLabel as s } from "./components/data-protected-label/data-protected-label.component.js";
|
|
7
7
|
import { Dialog as d } from "./components/dialog/dialog.component.js";
|
|
8
8
|
import { DialogArticle as A } from "./components/dialog-article/dialog-article.component.js";
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._AccordionTable_zia0a_1{font-weight:var(--rm-ui-font-weight-regular);width:100%;display:block}._AccordionTableHead_zia0a_7,._AccordionTableBody_zia0a_8{display:block}._AccordionTableHeadRow_zia0a_12,._AccordionTableDataRow_zia0a_13{display:flex;width:100%}._AccordionTable_zia0a_1 ._AccordionTableHeadCell_zia0a_18{background-color:var(--rm-ui-grey-100);padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);font-weight:var(--rm-ui-font-weight-medium);text-align:left;vertical-align:top;color:var(--rm-ui-color-text-primary);white-space:break-spaces;width:calc(100% / var(--accordion-columns));flex:0 1 calc(100% / var(--accordion-columns));min-width:0}._AccordionTable_zia0a_1 ._AccordionTableBodyCell_zia0a_33{padding:var(--rm-ui-padding-xs) var(--rm-ui-padding-sm);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);font-weight:var(--rm-ui-font-weight-regular);color:var(--rm-ui-color-text-primary);width:calc(100% / var(--accordion-columns));flex:0 1 calc(100% / var(--accordion-columns));min-width:0}._AccordionTable_zia0a_1 ._AccordionTableBodyHeadCell_zia0a_44{width:100%;flex:1 1 100%}._AccordionTable_zia0a_1 ._AccordionTableBodyHead_zia0a_44{padding:var(--rm-ui-padding-xxs);text-align:left}._AccordionTable_zia0a_1 ._AccordionTableIcon_zia0a_54{transition:all var(--rm-ui-amimation-speed-primary) var(--rm-ui-amimation-cubic-primary)}._AccordionTable_zia0a_1 ._AccordionTableIconOpened_zia0a_58{transform:rotate(0)}._AccordionTable_zia0a_1 ._AccordionTableIconClosed_zia0a_62{transform:rotate(180deg)}._AccordionTable_zia0a_1 ._AccordionTableBodyRow_zia0a_66{border-bottom:1px solid var(--rm-ui-grey-100)}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|