@arthurzakharov/ui-kit 1.0.17 → 1.0.19

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.
@@ -0,0 +1 @@
1
+ ._PageInfo_102qx_1{margin-top:0;margin-bottom:0;font-family:var(--rm-ui-font-family-light),sans-serif;font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-secondary)}
@@ -0,0 +1 @@
1
+ ._PageTitle_1jxc0_1{margin-top:0;margin-bottom:0;font-family:var(--rm-ui-font-family-medium),sans-serif;font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2);color:var(--rm-ui-color-text-primary)}
@@ -0,0 +1 @@
1
+ ._SidebarTitle_80h47_1{margin-top:0;margin-bottom:0;font-family:var(--rm-ui-font-family-medium),sans-serif;font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3);color:var(--rm-ui-color-text-primary)}
@@ -0,0 +1 @@
1
+ ._StepTitle_12jnn_1{margin-top:0;margin-bottom:0;font-family:var(--rm-ui-font-family-medium),sans-serif;font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4);color:var(--rm-ui-color-text-primary)}
@@ -1,4 +1,5 @@
1
+ export type CertificationsIcon = 'free' | 'gdpr' | 'ssl';
1
2
  export interface CertificationsProps {
2
- icons?: ('free' | 'gdpr' | 'ssl')[];
3
+ icons?: CertificationsIcon[];
3
4
  }
4
5
  export declare const Certifications: (props: CertificationsProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +1,10 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import '../../../../assets/page-info-CnnJ3kIq.css';const a = "_PageInfo_qmrqw_1", c = {
2
+ import '../../../../assets/page-info-DKeRtaPZ.css';const a = "_PageInfo_102qx_1", c = {
3
3
  PageInfo: a
4
- }, s = (n) => {
4
+ }, t = (n) => {
5
5
  const { children: o } = n;
6
6
  return /* @__PURE__ */ e("p", { className: c.PageInfo, children: o });
7
7
  };
8
8
  export {
9
- s as PageInfo
9
+ t as PageInfo
10
10
  };
@@ -1,10 +1,10 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- import '../../../../assets/page-title-qhZYBokG.css';const o = "_PageTitle_ko79c_1", a = {
3
- PageTitle: o
4
- }, l = (e) => {
2
+ import '../../../../assets/page-title-0xQzHN2a.css';const a = "_PageTitle_1jxc0_1", i = {
3
+ PageTitle: a
4
+ }, n = (e) => {
5
5
  const { children: t } = e;
6
- return /* @__PURE__ */ c("h1", { className: a.PageTitle, children: t });
6
+ return /* @__PURE__ */ c("h1", { className: i.PageTitle, children: t });
7
7
  };
8
8
  export {
9
- l as PageTitle
9
+ n as PageTitle
10
10
  };
@@ -1,10 +1,10 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import '../../../../assets/sidebar-title-DSs1ocsu.css';const r = "_SidebarTitle_1qtrd_1", a = {
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import '../../../../assets/sidebar-title-B2AqQmCM.css';const r = "_SidebarTitle_80h47_1", a = {
3
3
  SidebarTitle: r
4
- }, d = (e) => {
5
- const { children: t } = e;
6
- return /* @__PURE__ */ i("h3", { className: a.SidebarTitle, children: t });
4
+ }, l = (e) => {
5
+ const { children: i } = e;
6
+ return /* @__PURE__ */ t("h3", { className: a.SidebarTitle, children: i });
7
7
  };
8
8
  export {
9
- d as SidebarTitle
9
+ l as SidebarTitle
10
10
  };
@@ -1,10 +1,10 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import '../../../../assets/step-title-Dz4vfvfJ.css';const c = "_StepTitle_ttoxg_1", i = {
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import '../../../../assets/step-title-DaI54QfF.css';const c = "_StepTitle_12jnn_1", i = {
3
3
  StepTitle: c
4
- }, n = (t) => {
4
+ }, o = (t) => {
5
5
  const { children: e } = t;
6
- return /* @__PURE__ */ o("h2", { className: i.StepTitle, children: e });
6
+ return /* @__PURE__ */ n("h2", { className: i.StepTitle, children: e });
7
7
  };
8
8
  export {
9
- n as StepTitle
9
+ o as StepTitle
10
10
  };
package/dist/main.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { Certifications, type CertificationsProps } from './components/certifications/certifications.component';
1
+ export { Certifications, type CertificationsProps, type CertificationsIcon, } from './components/certifications/certifications.component';
2
2
  export { Control } from './components/control/control.component';
3
3
  export { Footer, type FooterProps } from './components/footer/footer.component';
4
4
  export { Header, type HeaderProps } from './components/header/header.component';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arthurzakharov/ui-kit",
3
3
  "private": false,
4
- "version": "1.0.17",
4
+ "version": "1.0.19",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -1 +0,0 @@
1
- ._PageInfo_qmrqw_1{margin-top:0;margin-bottom:0;font-family:var(--rm-ui-font-family-regular),sans-serif;font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-secondary)}
@@ -1 +0,0 @@
1
- ._PageTitle_ko79c_1{margin-top:0;margin-bottom:0;font-family:var(--rm-ui-font-family-bold),sans-serif;font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2);color:var(--rm-ui-color-text-primary)}
@@ -1 +0,0 @@
1
- ._SidebarTitle_1qtrd_1{margin-top:0;margin-bottom:0;font-family:var(--rm-ui-font-family-bold),sans-serif;font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3);color:var(--rm-ui-color-text-primary)}
@@ -1 +0,0 @@
1
- ._StepTitle_ttoxg_1{margin-top:0;margin-bottom:0;font-family:var(--rm-ui-font-family-bold),sans-serif;font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4);color:var(--rm-ui-color-text-primary)}