mbt-ui-kit 0.1.29 → 0.1.30

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.
@@ -104,18 +104,21 @@ const buttonRef = useRef<HTMLButtonElement>(null);
104
104
  ```tsx
105
105
  <Heading level={1}>Dashboard</Heading>
106
106
  <Heading level={3}>Recent Matches</Heading>
107
- <Heading level={4} contentGap>{'Recent'}<SearchIcon />{'Matches'}</Heading>
107
+ <Heading level={4}>{'Recent'}<SearchIcon />{'Matches'}</Heading>
108
+ <Heading level={4} contentGap={3}>{'Recent'}<SearchIcon />{'Matches'}</Heading>
108
109
 
109
110
  <Text>Regular body copy.</Text>
110
111
  <Text strong>Highlighted text.</Text>
111
112
  <Text small muted>Secondary caption.</Text>
112
113
  <Text label>Role</Text>
113
114
  <Text>Some text <SearchIcon /> more text</Text>
114
- <Text contentGap>{'Some text'}<SearchIcon />{'more text'}</Text>
115
+ <Text>{'Some text'}<SearchIcon />{'more text'}</Text>
116
+ <Text contentGap={3}>{'Some text'}<SearchIcon />{'more text'}</Text>
115
117
 
116
118
  <Metric>1,234</Metric>
117
119
  <Metric large>42,500</Metric>
118
- <Metric contentGap>{'42'}<SearchIcon />{'500'}</Metric>
120
+ <Metric>{'42'}<SearchIcon />{'500'}</Metric>
121
+ <Metric contentGap={4}>{'42'}<SearchIcon />{'500'}</Metric>
119
122
  <Metric as="span" muted>
120
123
  99
121
124
  </Metric>
@@ -42,7 +42,7 @@ This folder holds factual package reference for `mbt-ui-kit`.
42
42
 
43
43
  ## Typography Notes
44
44
 
45
- - `Heading`, `Text`, and `Metric` support a `contentGap` prop for consistent spacing between mixed inline children such as text and icons.
45
+ - `Heading`, `Text`, and `Metric` default mixed inline children to a `4px` content gap and support `contentGap?: 0 | 1 | 2 | 3 | 4` to control that spacing on the package spacing scale.
46
46
 
47
47
  ## Primary Token Families
48
48
 
@@ -29,7 +29,7 @@ These files are the canonical package-owned rules for `mbt-ui-kit`.
29
29
  - Use `Badge` for compact pill-style value labels with optional left media and package-owned purchasable or boost affordances.
30
30
  - Use `Input` for labeled text inputs and search-style input affordances.
31
31
  - Use `Heading`, `Text`, and `Metric` for typography when the consumer wants the package typography primitives.
32
- - Use `contentGap` on `Heading`, `Text`, or `Metric` when inline icons or mixed content need consistent spacing.
32
+ - `Heading`, `Text`, and `Metric` apply a default `4px` gap for mixed inline content; use `contentGap` to override that spacing on the package scale.
33
33
  - Use `MenuButton` for sidebar or navigation-style button treatments, not as a generic replacement for every button.
34
34
  - Use `Loader` for package-consistent loading states.
35
35
 
@@ -0,0 +1,4 @@
1
+ import { type ReactNode } from 'react';
2
+ export type TypographyContentGap = 0 | 1 | 2 | 3 | 4;
3
+ export declare function getTypographyContent(children: ReactNode, contentClassName: string, contentGap?: TypographyContentGap): string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<ReactNode> | null | undefined;
4
+ //# sourceMappingURL=content-gap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-gap.d.ts","sourceRoot":"","sources":["../../../src/components/typography/content-gap.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAErE,MAAM,MAAM,oBAAoB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAUrD,wBAAgB,oBAAoB,CAClC,QAAQ,EAAE,SAAS,EACnB,gBAAgB,EAAE,MAAM,EACxB,UAAU,CAAC,EAAE,oBAAoB,gHAsBlC"}
@@ -1,8 +1,9 @@
1
- import { type HTMLAttributes, type ReactNode } from 'react';
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ import { type TypographyContentGap } from './content-gap';
2
3
  export interface HeadingProps extends HTMLAttributes<HTMLHeadingElement> {
3
4
  level: 1 | 2 | 3 | 4 | 5;
4
5
  children?: ReactNode;
5
- contentGap?: boolean;
6
+ contentGap?: TypographyContentGap;
6
7
  }
7
8
  export declare function Heading({ level, children, contentGap, className, ...props }: HeadingProps): import("react/jsx-runtime").JSX.Element;
8
9
  //# sourceMappingURL=heading.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../src/components/typography/heading.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtE,MAAM,WAAW,YAAa,SAAQ,cAAc,CAAC,kBAAkB,CAAC;IACtE,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAgB,OAAO,CAAC,EACtB,KAAK,EACL,QAAQ,EACR,UAAkB,EAClB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,YAAY,2CAkBd"}
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../src/components/typography/heading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAwB,KAAK,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAEhF,MAAM,WAAW,YAAa,SAAQ,cAAc,CAAC,kBAAkB,CAAC;IACtE,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACnC;AAED,wBAAgB,OAAO,CAAC,EACtB,KAAK,EACL,QAAQ,EACR,UAAU,EACV,SAAS,EACT,GAAG,KAAK,EACT,EAAE,YAAY,2CAcd"}
@@ -1,9 +1,10 @@
1
- import { type HTMLAttributes, type ReactNode } from 'react';
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ import { type TypographyContentGap } from './content-gap';
2
3
  export interface MetricProps extends HTMLAttributes<HTMLDivElement> {
3
4
  children?: ReactNode;
4
5
  large?: boolean;
5
6
  muted?: boolean;
6
- contentGap?: boolean;
7
+ contentGap?: TypographyContentGap;
7
8
  as?: 'div' | 'span' | 'p';
8
9
  }
9
10
  export declare function Metric({ children, large, muted, contentGap, as, className, ...props }: MetricProps): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"metric.d.ts","sourceRoot":"","sources":["../../../src/components/typography/metric.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtE,MAAM,WAAW,WAAY,SAAQ,cAAc,CAAC,cAAc,CAAC;IACjE,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,GAAG,CAAC;CAC3B;AAED,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,KAAa,EACb,KAAa,EACb,UAAkB,EAClB,EAAU,EACV,SAAS,EACT,GAAG,KAAK,EACT,EAAE,WAAW,2CAyBb"}
1
+ {"version":3,"file":"metric.d.ts","sourceRoot":"","sources":["../../../src/components/typography/metric.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAwB,KAAK,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAEhF,MAAM,WAAW,WAAY,SAAQ,cAAc,CAAC,cAAc,CAAC;IACjE,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAClC,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,GAAG,CAAC;CAC3B;AAED,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,KAAa,EACb,KAAa,EACb,UAAU,EACV,EAAU,EACV,SAAS,EACT,GAAG,KAAK,EACT,EAAE,WAAW,2CAqBb"}
@@ -1,4 +1,5 @@
1
- import { type HTMLAttributes, type ReactNode } from 'react';
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
+ import { type TypographyContentGap } from './content-gap';
2
3
  export interface TextProps extends HTMLAttributes<HTMLParagraphElement> {
3
4
  children?: ReactNode;
4
5
  strong?: boolean;
@@ -6,7 +7,7 @@ export interface TextProps extends HTMLAttributes<HTMLParagraphElement> {
6
7
  label?: boolean;
7
8
  muted?: boolean;
8
9
  disableFontFeatures?: boolean;
9
- contentGap?: boolean;
10
+ contentGap?: TypographyContentGap;
10
11
  as?: 'p' | 'span' | 'div';
11
12
  }
12
13
  export declare function Text({ children, strong, small, label, muted, disableFontFeatures, contentGap, as, className, ...props }: TextProps): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/components/typography/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtE,MAAM,WAAW,SAAU,SAAQ,cAAc,CAAC,oBAAoB,CAAC;IACrE,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,KAAK,CAAC;CAC3B;AAED,wBAAgB,IAAI,CAAC,EACnB,QAAQ,EACR,MAAc,EACd,KAAa,EACb,KAAa,EACb,KAAa,EACb,mBAA2B,EAC3B,UAAkB,EAClB,EAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,SAAS,2CA6BX"}
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/components/typography/text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAwB,KAAK,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAEhF,MAAM,WAAW,SAAU,SAAQ,cAAc,CAAC,oBAAoB,CAAC;IACrE,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAClC,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,KAAK,CAAC;CAC3B;AAED,wBAAgB,IAAI,CAAC,EACnB,QAAQ,EACR,MAAc,EACd,KAAa,EACb,KAAa,EACb,KAAa,EACb,mBAA2B,EAC3B,UAAU,EACV,EAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,SAAS,2CAyBX"}
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("./tokens-C8rDJFS5.cjs"),t=require("react/jsx-runtime"),p=require("react");function j({size:s="md",className:e,...n}){const o=["mbt-loader",`mbt-loader--${s}`,e].filter(Boolean).join(" ");return t.jsxs("span",{className:o,...n,children:[t.jsx("span",{className:"mbt-loader__dot"}),t.jsx("span",{className:"mbt-loader__dot"}),t.jsx("span",{className:"mbt-loader__dot"})]})}const B={0:"0",1:"4px",2:"8px",3:"12px",4:"16px"},_=p.forwardRef(({children:s,contentGap:e,fullWidth:n,disabled:o,loading:i,variant:l="primary",className:r,...c},a)=>{const u=o||i,d=e===void 0?void 0:{"--mbt-button-content-gap":B[e]},x=["mbt-button",l&&`mbt-button--${l}`,n&&"mbt-button--full-width",o&&"mbt-button--disabled",i&&"mbt-button--loading",r].filter(Boolean).join(" ");return t.jsxs("button",{ref:a,type:"button",className:x,disabled:u,...c,children:[t.jsx("span",{className:"mbt-button__content",style:d,children:s}),i&&t.jsx(j,{size:"md",className:"mbt-button__loader"})]})});_.displayName="Button";function v({level:s,children:e,contentGap:n=!1,className:o,...i}){const l=`h${s}`,r=[`mbt-h${s}`,o].filter(Boolean).join(" "),c=n?t.jsx("span",{className:`mbt-h${s}__content`,children:p.Children.toArray(e).map(a=>typeof a=="string"?a.trim():a).filter(a=>a!=="")}):e;return t.jsx(l,{className:r,...i,children:c})}function C({children:s,large:e=!1,muted:n=!1,contentGap:o=!1,as:i="div",className:l,...r}){const c=i,a=["mbt-metric",e&&"mbt-metric--large",n&&"mbt-metric--muted",l].filter(Boolean).join(" "),u=o?t.jsx("span",{className:"mbt-metric__content",children:p.Children.toArray(s).map(d=>typeof d=="string"?d.trim():d).filter(d=>d!=="")}):s;return t.jsx(c,{className:a,...r,children:u})}function g({children:s,strong:e=!1,small:n=!1,label:o=!1,muted:i=!1,disableFontFeatures:l=!1,contentGap:r=!1,as:c="p",className:a,...u}){const d=c,x=["mbt-text",e&&"mbt-text--strong",n&&"mbt-text--small",o&&"mbt-text--label",i&&"mbt-text--muted",l&&"mbt-text--no-features",a].filter(Boolean).join(" "),h=r?t.jsx("span",{className:"mbt-text__content",children:p.Children.toArray(s).map(b=>typeof b=="string"?b.trim():b).filter(b=>b!=="")}):s;return t.jsx(d,{className:x,...u,children:h})}function y(){return t.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[t.jsx("path",{d:"M12 4L19 10.5L16.5 12.5L12 8.5L7.5 12.5L5 10.5L12 4Z",fill:"currentColor"}),t.jsx("path",{d:"M12 9L19 15.5L16.5 17.5L12 13.5L7.5 17.5L5 15.5L12 9Z",fill:"currentColor"})]})}function I(){return t.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[t.jsx("path",{d:"M8 3V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),t.jsx("path",{d:"M3 8H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]})}function M({children:s,icon:e,purchasable:n=!1,boost:o=!1,className:i,...l}){const r=!!e,c=r&&n,a=["mbt-badge",r&&"mbt-badge--with-icon",n&&"mbt-badge--purchasable",o&&"mbt-badge--boost",i].filter(Boolean).join(" ");return t.jsxs("div",{className:a,...l,children:[r&&t.jsxs("span",{className:"mbt-badge__media",children:[t.jsx("span",{className:"mbt-badge__icon",children:e}),c&&t.jsx("span",{className:"mbt-badge__purchasable","aria-hidden":"true",children:t.jsx(I,{})})]}),t.jsx(g,{as:"span",disableFontFeatures:!0,strong:!0,className:"mbt-badge__content",children:s}),o&&t.jsx("span",{className:"mbt-badge__boost","aria-hidden":"true",children:t.jsx(y,{})})]})}function N({className:s,title:e="Search"}){return t.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:s,role:"img","aria-label":e,children:[t.jsx("title",{children:e}),t.jsx("circle",{cx:"11",cy:"11",r:"8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"m21 21-4.34-4.34",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}const w=p.forwardRef(({label:s,muted:e=!1,showSearchIcon:n=!1,icon:o,fullWidth:i=!1,className:l,...r},c)=>{const a=p.useId(),u=r.id??a,d=["mbt-input",i&&"mbt-input--full-width",l].filter(Boolean).join(" "),x=["mbt-input__label",e&&"mbt-input__label--muted"].filter(Boolean).join(" "),h=["mbt-input__wrapper",e&&"mbt-input__wrapper--muted"].filter(Boolean).join(" "),b=["mbt-input__field",e&&"mbt-input__field--muted"].filter(Boolean).join(" "),L=["mbt-input__icon",e&&"mbt-input__icon--muted"].filter(Boolean).join(" "),f=o||n&&t.jsx(N,{});return t.jsx("div",{className:d,children:t.jsxs("div",{className:"mbt-input__container",children:[s&&t.jsx("label",{htmlFor:u,className:x,children:s}),t.jsxs("div",{className:h,children:[t.jsx("input",{ref:c,id:u,type:"text",className:b,...r}),f&&t.jsx("div",{className:L,children:f})]})]})})});w.displayName="Input";function k({className:s,title:e="Graduation cap"}){return t.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:s,role:"img","aria-label":e,children:[t.jsx("title",{children:e}),t.jsx("path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M22 10v6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}function W({children:s,icon:e,selected:n=!1,small:o=!1,disabled:i,className:l,...r}){const c=["mbt-menu-button",n&&"mbt-menu-button--selected",o&&"mbt-menu-button--small",l].filter(Boolean).join(" "),a=e??t.jsx(k,{});return t.jsxs("button",{type:"button",className:c,disabled:i,"aria-pressed":n,...r,children:[t.jsx("div",{className:"mbt-menu-button__icon",children:a}),t.jsx("span",{className:"mbt-menu-button__text",children:s})]})}exports.colors=m.colors;exports.fontFeatures=m.fontFeatures;exports.fontSizes=m.fontSizes;exports.fontWeights=m.fontWeights;exports.fonts=m.fonts;exports.radius=m.radius;exports.spacing=m.spacing;exports.tokens=m.tokens;exports.transitions=m.transitions;exports.zIndex=m.zIndex;exports.Badge=M;exports.Button=_;exports.GraduationCapIcon=k;exports.Heading=v;exports.Input=w;exports.Loader=j;exports.MenuButton=W;exports.Metric=C;exports.SearchIcon=N;exports.Text=g;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./tokens-C8rDJFS5.cjs"),t=require("react/jsx-runtime"),p=require("react");function j({size:n="md",className:e,...o}){const a=["mbt-loader",`mbt-loader--${n}`,e].filter(Boolean).join(" ");return t.jsxs("span",{className:a,...o,children:[t.jsx("span",{className:"mbt-loader__dot"}),t.jsx("span",{className:"mbt-loader__dot"}),t.jsx("span",{className:"mbt-loader__dot"})]})}const v={0:"0",1:"4px",2:"8px",3:"12px",4:"16px"},g=p.forwardRef(({children:n,contentGap:e,fullWidth:o,disabled:a,loading:r,variant:i="primary",className:s,...l},c)=>{const u=a||r,m=e===void 0?void 0:{"--mbt-button-content-gap":v[e]},b=["mbt-button",i&&`mbt-button--${i}`,o&&"mbt-button--full-width",a&&"mbt-button--disabled",r&&"mbt-button--loading",s].filter(Boolean).join(" ");return t.jsxs("button",{ref:c,type:"button",className:b,disabled:u,...l,children:[t.jsx("span",{className:"mbt-button__content",style:m,children:n}),r&&t.jsx(j,{size:"md",className:"mbt-button__loader"})]})});g.displayName="Button";const y={0:"0",1:"4px",2:"8px",3:"12px",4:"16px"};function x(n,e,o){const a=p.Children.toArray(n).map(s=>typeof s=="string"?s.trim():s).filter(s=>s!==""),r=o!==void 0||a.length>1,i=o===void 0?void 0:{"--mbt-typography-content-gap":y[o]};return r?t.jsx("span",{className:e,style:i,children:a}):n}function C({level:n,children:e,contentGap:o,className:a,...r}){const i=`h${n}`,s=[`mbt-h${n}`,a].filter(Boolean).join(" "),l=x(e,`mbt-h${n}__content`,o);return t.jsx(i,{className:s,...r,children:l})}function I({children:n,large:e=!1,muted:o=!1,contentGap:a,as:r="div",className:i,...s}){const l=r,c=["mbt-metric",e&&"mbt-metric--large",o&&"mbt-metric--muted",i].filter(Boolean).join(" "),u=x(n,"mbt-metric__content",a);return t.jsx(l,{className:c,...s,children:u})}function _({children:n,strong:e=!1,small:o=!1,label:a=!1,muted:r=!1,disableFontFeatures:i=!1,contentGap:s,as:l="p",className:c,...u}){const m=l,b=["mbt-text",e&&"mbt-text--strong",o&&"mbt-text--small",a&&"mbt-text--label",r&&"mbt-text--muted",i&&"mbt-text--no-features",c].filter(Boolean).join(" "),h=x(n,"mbt-text__content",s);return t.jsx(m,{className:b,...u,children:h})}function M(){return t.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[t.jsx("path",{d:"M12 4L19 10.5L16.5 12.5L12 8.5L7.5 12.5L5 10.5L12 4Z",fill:"currentColor"}),t.jsx("path",{d:"M12 9L19 15.5L16.5 17.5L12 13.5L7.5 17.5L5 15.5L12 9Z",fill:"currentColor"})]})}function W(){return t.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[t.jsx("path",{d:"M8 3V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),t.jsx("path",{d:"M3 8H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]})}function S({children:n,icon:e,purchasable:o=!1,boost:a=!1,className:r,...i}){const s=!!e,l=s&&o,c=["mbt-badge",s&&"mbt-badge--with-icon",o&&"mbt-badge--purchasable",a&&"mbt-badge--boost",r].filter(Boolean).join(" ");return t.jsxs("div",{className:c,...i,children:[s&&t.jsxs("span",{className:"mbt-badge__media",children:[t.jsx("span",{className:"mbt-badge__icon",children:e}),l&&t.jsx("span",{className:"mbt-badge__purchasable","aria-hidden":"true",children:t.jsx(W,{})})]}),t.jsx(_,{as:"span",disableFontFeatures:!0,strong:!0,className:"mbt-badge__content",children:n}),a&&t.jsx("span",{className:"mbt-badge__boost","aria-hidden":"true",children:t.jsx(M,{})})]})}function N({className:n,title:e="Search"}){return t.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n,role:"img","aria-label":e,children:[t.jsx("title",{children:e}),t.jsx("circle",{cx:"11",cy:"11",r:"8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"m21 21-4.34-4.34",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}const w=p.forwardRef(({label:n,muted:e=!1,showSearchIcon:o=!1,icon:a,fullWidth:r=!1,className:i,...s},l)=>{const c=p.useId(),u=s.id??c,m=["mbt-input",r&&"mbt-input--full-width",i].filter(Boolean).join(" "),b=["mbt-input__label",e&&"mbt-input__label--muted"].filter(Boolean).join(" "),h=["mbt-input__wrapper",e&&"mbt-input__wrapper--muted"].filter(Boolean).join(" "),L=["mbt-input__field",e&&"mbt-input__field--muted"].filter(Boolean).join(" "),B=["mbt-input__icon",e&&"mbt-input__icon--muted"].filter(Boolean).join(" "),f=a||o&&t.jsx(N,{});return t.jsx("div",{className:m,children:t.jsxs("div",{className:"mbt-input__container",children:[n&&t.jsx("label",{htmlFor:u,className:b,children:n}),t.jsxs("div",{className:h,children:[t.jsx("input",{ref:l,id:u,type:"text",className:L,...s}),f&&t.jsx("div",{className:B,children:f})]})]})})});w.displayName="Input";function k({className:n,title:e="Graduation cap"}){return t.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n,role:"img","aria-label":e,children:[t.jsx("title",{children:e}),t.jsx("path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M22 10v6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}function z({children:n,icon:e,selected:o=!1,small:a=!1,disabled:r,className:i,...s}){const l=["mbt-menu-button",o&&"mbt-menu-button--selected",a&&"mbt-menu-button--small",i].filter(Boolean).join(" "),c=e??t.jsx(k,{});return t.jsxs("button",{type:"button",className:l,disabled:r,"aria-pressed":o,...s,children:[t.jsx("div",{className:"mbt-menu-button__icon",children:c}),t.jsx("span",{className:"mbt-menu-button__text",children:n})]})}exports.colors=d.colors;exports.fontFeatures=d.fontFeatures;exports.fontSizes=d.fontSizes;exports.fontWeights=d.fontWeights;exports.fonts=d.fonts;exports.radius=d.radius;exports.spacing=d.spacing;exports.tokens=d.tokens;exports.transitions=d.transitions;exports.zIndex=d.zIndex;exports.Badge=S;exports.Button=g;exports.GraduationCapIcon=k;exports.Heading=C;exports.Input=w;exports.Loader=j;exports.MenuButton=z;exports.Metric=I;exports.SearchIcon=N;exports.Text=_;
package/dist/index.mjs CHANGED
@@ -1,110 +1,135 @@
1
- import { c as G, f as H, a as P, b as V, d as Z, r as D, s as R, t as q, e as E, z as J } from "./tokens-C0g4TAJO.js";
2
- import { jsxs as d, jsx as t } from "react/jsx-runtime";
3
- import { forwardRef as g, Children as f, useId as w } from "react";
4
- function x({ size: n = "md", className: e, ...s }) {
5
- const o = ["mbt-loader", `mbt-loader--${n}`, e].filter(Boolean).join(" ");
6
- return /* @__PURE__ */ d("span", { className: o, ...s, children: [
1
+ import { c as Z, f as A, a as D, b as G, d as R, r as q, s as E, t as J, e as K, z as O } from "./tokens-C0g4TAJO.js";
2
+ import { jsxs as c, jsx as t } from "react/jsx-runtime";
3
+ import { forwardRef as _, Children as w, useId as x } from "react";
4
+ function k({ size: n = "md", className: e, ...s }) {
5
+ const a = ["mbt-loader", `mbt-loader--${n}`, e].filter(Boolean).join(" ");
6
+ return /* @__PURE__ */ c("span", { className: a, ...s, children: [
7
7
  /* @__PURE__ */ t("span", { className: "mbt-loader__dot" }),
8
8
  /* @__PURE__ */ t("span", { className: "mbt-loader__dot" }),
9
9
  /* @__PURE__ */ t("span", { className: "mbt-loader__dot" })
10
10
  ] });
11
11
  }
12
- const k = {
12
+ const L = {
13
13
  0: "0",
14
14
  1: "4px",
15
15
  2: "8px",
16
16
  3: "12px",
17
17
  4: "16px"
18
- }, L = g(
18
+ }, v = _(
19
19
  ({
20
20
  children: n,
21
21
  contentGap: e,
22
22
  fullWidth: s,
23
- disabled: o,
24
- loading: i,
25
- variant: l = "primary",
26
- className: a,
27
- ...c
28
- }, r) => {
29
- const u = o || i, m = e === void 0 ? void 0 : {
30
- "--mbt-button-content-gap": k[e]
31
- }, p = [
23
+ disabled: a,
24
+ loading: r,
25
+ variant: i = "primary",
26
+ className: o,
27
+ ...l
28
+ }, d) => {
29
+ const m = a || r, u = e === void 0 ? void 0 : {
30
+ "--mbt-button-content-gap": L[e]
31
+ }, b = [
32
32
  "mbt-button",
33
- l && `mbt-button--${l}`,
33
+ i && `mbt-button--${i}`,
34
34
  s && "mbt-button--full-width",
35
- o && "mbt-button--disabled",
36
- i && "mbt-button--loading",
37
- a
35
+ a && "mbt-button--disabled",
36
+ r && "mbt-button--loading",
37
+ o
38
38
  ].filter(Boolean).join(" ");
39
- return /* @__PURE__ */ d(
39
+ return /* @__PURE__ */ c(
40
40
  "button",
41
41
  {
42
- ref: r,
42
+ ref: d,
43
43
  type: "button",
44
- className: p,
45
- disabled: u,
46
- ...c,
44
+ className: b,
45
+ disabled: m,
46
+ ...l,
47
47
  children: [
48
- /* @__PURE__ */ t("span", { className: "mbt-button__content", style: m, children: n }),
49
- i && /* @__PURE__ */ t(x, { size: "md", className: "mbt-button__loader" })
48
+ /* @__PURE__ */ t("span", { className: "mbt-button__content", style: u, children: n }),
49
+ r && /* @__PURE__ */ t(k, { size: "md", className: "mbt-button__loader" })
50
50
  ]
51
51
  }
52
52
  );
53
53
  }
54
54
  );
55
- L.displayName = "Button";
56
- function z({
55
+ v.displayName = "Button";
56
+ const y = {
57
+ 0: "0",
58
+ 1: "4px",
59
+ 2: "8px",
60
+ 3: "12px",
61
+ 4: "16px"
62
+ };
63
+ function h(n, e, s) {
64
+ const a = w.toArray(n).map((o) => typeof o == "string" ? o.trim() : o).filter((o) => o !== ""), r = s !== void 0 || a.length > 1, i = s === void 0 ? void 0 : {
65
+ "--mbt-typography-content-gap": y[s]
66
+ };
67
+ return r ? /* @__PURE__ */ t("span", { className: e, style: i, children: a }) : n;
68
+ }
69
+ function T({
57
70
  level: n,
58
71
  children: e,
59
- contentGap: s = !1,
60
- className: o,
61
- ...i
72
+ contentGap: s,
73
+ className: a,
74
+ ...r
62
75
  }) {
63
- const l = `h${n}`, a = [`mbt-h${n}`, o].filter(Boolean).join(" "), c = s ? /* @__PURE__ */ t("span", { className: `mbt-h${n}__content`, children: f.toArray(e).map((r) => typeof r == "string" ? r.trim() : r).filter((r) => r !== "") }) : e;
64
- return /* @__PURE__ */ t(l, { className: a, ...i, children: c });
76
+ const i = `h${n}`, o = [`mbt-h${n}`, a].filter(Boolean).join(" "), l = h(
77
+ e,
78
+ `mbt-h${n}__content`,
79
+ s
80
+ );
81
+ return /* @__PURE__ */ t(i, { className: o, ...r, children: l });
65
82
  }
66
83
  function $({
67
84
  children: n,
68
85
  large: e = !1,
69
86
  muted: s = !1,
70
- contentGap: o = !1,
71
- as: i = "div",
72
- className: l,
73
- ...a
87
+ contentGap: a,
88
+ as: r = "div",
89
+ className: i,
90
+ ...o
74
91
  }) {
75
- const c = i, r = [
92
+ const l = r, d = [
76
93
  "mbt-metric",
77
94
  e && "mbt-metric--large",
78
95
  s && "mbt-metric--muted",
79
- l
80
- ].filter(Boolean).join(" "), u = o ? /* @__PURE__ */ t("span", { className: "mbt-metric__content", children: f.toArray(n).map((m) => typeof m == "string" ? m.trim() : m).filter((m) => m !== "") }) : n;
81
- return /* @__PURE__ */ t(c, { className: r, ...a, children: u });
96
+ i
97
+ ].filter(Boolean).join(" "), m = h(
98
+ n,
99
+ "mbt-metric__content",
100
+ a
101
+ );
102
+ return /* @__PURE__ */ t(l, { className: d, ...o, children: m });
82
103
  }
83
104
  function B({
84
105
  children: n,
85
106
  strong: e = !1,
86
107
  small: s = !1,
87
- label: o = !1,
88
- muted: i = !1,
89
- disableFontFeatures: l = !1,
90
- contentGap: a = !1,
91
- as: c = "p",
92
- className: r,
93
- ...u
108
+ label: a = !1,
109
+ muted: r = !1,
110
+ disableFontFeatures: i = !1,
111
+ contentGap: o,
112
+ as: l = "p",
113
+ className: d,
114
+ ...m
94
115
  }) {
95
- const m = c, p = [
116
+ const u = l, b = [
96
117
  "mbt-text",
97
118
  e && "mbt-text--strong",
98
119
  s && "mbt-text--small",
99
- o && "mbt-text--label",
100
- i && "mbt-text--muted",
101
- l && "mbt-text--no-features",
102
- r
103
- ].filter(Boolean).join(" "), h = a ? /* @__PURE__ */ t("span", { className: "mbt-text__content", children: f.toArray(n).map((b) => typeof b == "string" ? b.trim() : b).filter((b) => b !== "") }) : n;
104
- return /* @__PURE__ */ t(m, { className: p, ...u, children: h });
120
+ a && "mbt-text--label",
121
+ r && "mbt-text--muted",
122
+ i && "mbt-text--no-features",
123
+ d
124
+ ].filter(Boolean).join(" "), p = h(
125
+ n,
126
+ "mbt-text__content",
127
+ o
128
+ );
129
+ return /* @__PURE__ */ t(u, { className: b, ...m, children: p });
105
130
  }
106
- function v() {
107
- return /* @__PURE__ */ d(
131
+ function C() {
132
+ return /* @__PURE__ */ c(
108
133
  "svg",
109
134
  {
110
135
  width: "24",
@@ -133,7 +158,7 @@ function v() {
133
158
  );
134
159
  }
135
160
  function j() {
136
- return /* @__PURE__ */ d(
161
+ return /* @__PURE__ */ c(
137
162
  "svg",
138
163
  {
139
164
  width: "16",
@@ -169,28 +194,28 @@ function F({
169
194
  children: n,
170
195
  icon: e,
171
196
  purchasable: s = !1,
172
- boost: o = !1,
173
- className: i,
174
- ...l
197
+ boost: a = !1,
198
+ className: r,
199
+ ...i
175
200
  }) {
176
- const a = !!e, c = a && s, r = [
201
+ const o = !!e, l = o && s, d = [
177
202
  "mbt-badge",
178
- a && "mbt-badge--with-icon",
203
+ o && "mbt-badge--with-icon",
179
204
  s && "mbt-badge--purchasable",
180
- o && "mbt-badge--boost",
181
- i
205
+ a && "mbt-badge--boost",
206
+ r
182
207
  ].filter(Boolean).join(" ");
183
- return /* @__PURE__ */ d("div", { className: r, ...l, children: [
184
- a && /* @__PURE__ */ d("span", { className: "mbt-badge__media", children: [
208
+ return /* @__PURE__ */ c("div", { className: d, ...i, children: [
209
+ o && /* @__PURE__ */ c("span", { className: "mbt-badge__media", children: [
185
210
  /* @__PURE__ */ t("span", { className: "mbt-badge__icon", children: e }),
186
- c && /* @__PURE__ */ t("span", { className: "mbt-badge__purchasable", "aria-hidden": "true", children: /* @__PURE__ */ t(j, {}) })
211
+ l && /* @__PURE__ */ t("span", { className: "mbt-badge__purchasable", "aria-hidden": "true", children: /* @__PURE__ */ t(j, {}) })
187
212
  ] }),
188
213
  /* @__PURE__ */ t(B, { as: "span", disableFontFeatures: !0, strong: !0, className: "mbt-badge__content", children: n }),
189
- o && /* @__PURE__ */ t("span", { className: "mbt-badge__boost", "aria-hidden": "true", children: /* @__PURE__ */ t(v, {}) })
214
+ a && /* @__PURE__ */ t("span", { className: "mbt-badge__boost", "aria-hidden": "true", children: /* @__PURE__ */ t(C, {}) })
190
215
  ] });
191
216
  }
192
- function y({ className: n, title: e = "Search" }) {
193
- return /* @__PURE__ */ d(
217
+ function I({ className: n, title: e = "Search" }) {
218
+ return /* @__PURE__ */ c(
194
219
  "svg",
195
220
  {
196
221
  width: "24",
@@ -229,54 +254,54 @@ function y({ className: n, title: e = "Search" }) {
229
254
  }
230
255
  );
231
256
  }
232
- const C = g(
257
+ const M = _(
233
258
  ({
234
259
  label: n,
235
260
  muted: e = !1,
236
261
  showSearchIcon: s = !1,
237
- icon: o,
238
- fullWidth: i = !1,
239
- className: l,
240
- ...a
241
- }, c) => {
242
- const r = w(), u = a.id ?? r, m = [
262
+ icon: a,
263
+ fullWidth: r = !1,
264
+ className: i,
265
+ ...o
266
+ }, l) => {
267
+ const d = x(), m = o.id ?? d, u = [
243
268
  "mbt-input",
244
- i && "mbt-input--full-width",
245
- l
246
- ].filter(Boolean).join(" "), p = [
269
+ r && "mbt-input--full-width",
270
+ i
271
+ ].filter(Boolean).join(" "), b = [
247
272
  "mbt-input__label",
248
273
  e && "mbt-input__label--muted"
249
- ].filter(Boolean).join(" "), h = [
274
+ ].filter(Boolean).join(" "), p = [
250
275
  "mbt-input__wrapper",
251
276
  e && "mbt-input__wrapper--muted"
252
- ].filter(Boolean).join(" "), b = [
277
+ ].filter(Boolean).join(" "), g = [
253
278
  "mbt-input__field",
254
279
  e && "mbt-input__field--muted"
255
- ].filter(Boolean).join(" "), N = ["mbt-input__icon", e && "mbt-input__icon--muted"].filter(Boolean).join(" "), _ = o || s && /* @__PURE__ */ t(y, {});
256
- return /* @__PURE__ */ t("div", { className: m, children: /* @__PURE__ */ d("div", { className: "mbt-input__container", children: [
257
- n && /* @__PURE__ */ t("label", { htmlFor: u, className: p, children: n }),
258
- /* @__PURE__ */ d("div", { className: h, children: [
280
+ ].filter(Boolean).join(" "), N = ["mbt-input__icon", e && "mbt-input__icon--muted"].filter(Boolean).join(" "), f = a || s && /* @__PURE__ */ t(I, {});
281
+ return /* @__PURE__ */ t("div", { className: u, children: /* @__PURE__ */ c("div", { className: "mbt-input__container", children: [
282
+ n && /* @__PURE__ */ t("label", { htmlFor: m, className: b, children: n }),
283
+ /* @__PURE__ */ c("div", { className: p, children: [
259
284
  /* @__PURE__ */ t(
260
285
  "input",
261
286
  {
262
- ref: c,
263
- id: u,
287
+ ref: l,
288
+ id: m,
264
289
  type: "text",
265
- className: b,
266
- ...a
290
+ className: g,
291
+ ...o
267
292
  }
268
293
  ),
269
- _ && /* @__PURE__ */ t("div", { className: N, children: _ })
294
+ f && /* @__PURE__ */ t("div", { className: N, children: f })
270
295
  ] })
271
296
  ] }) });
272
297
  }
273
298
  );
274
- C.displayName = "Input";
275
- function I({
299
+ M.displayName = "Input";
300
+ function W({
276
301
  className: n,
277
302
  title: e = "Graduation cap"
278
303
  }) {
279
- return /* @__PURE__ */ d(
304
+ return /* @__PURE__ */ c(
280
305
  "svg",
281
306
  {
282
307
  width: "24",
@@ -323,31 +348,31 @@ function I({
323
348
  }
324
349
  );
325
350
  }
326
- function S({
351
+ function H({
327
352
  children: n,
328
353
  icon: e,
329
354
  selected: s = !1,
330
- small: o = !1,
331
- disabled: i,
332
- className: l,
333
- ...a
355
+ small: a = !1,
356
+ disabled: r,
357
+ className: i,
358
+ ...o
334
359
  }) {
335
- const c = [
360
+ const l = [
336
361
  "mbt-menu-button",
337
362
  s && "mbt-menu-button--selected",
338
- o && "mbt-menu-button--small",
339
- l
363
+ a && "mbt-menu-button--small",
364
+ i
340
365
  ].filter(Boolean).join(" ");
341
- return /* @__PURE__ */ d(
366
+ return /* @__PURE__ */ c(
342
367
  "button",
343
368
  {
344
369
  type: "button",
345
- className: c,
346
- disabled: i,
370
+ className: l,
371
+ disabled: r,
347
372
  "aria-pressed": s,
348
- ...a,
373
+ ...o,
349
374
  children: [
350
- /* @__PURE__ */ t("div", { className: "mbt-menu-button__icon", children: e ?? /* @__PURE__ */ t(I, {}) }),
375
+ /* @__PURE__ */ t("div", { className: "mbt-menu-button__icon", children: e ?? /* @__PURE__ */ t(W, {}) }),
351
376
  /* @__PURE__ */ t("span", { className: "mbt-menu-button__text", children: n })
352
377
  ]
353
378
  }
@@ -355,23 +380,23 @@ function S({
355
380
  }
356
381
  export {
357
382
  F as Badge,
358
- L as Button,
359
- I as GraduationCapIcon,
360
- z as Heading,
361
- C as Input,
362
- x as Loader,
363
- S as MenuButton,
383
+ v as Button,
384
+ W as GraduationCapIcon,
385
+ T as Heading,
386
+ M as Input,
387
+ k as Loader,
388
+ H as MenuButton,
364
389
  $ as Metric,
365
- y as SearchIcon,
390
+ I as SearchIcon,
366
391
  B as Text,
367
- G as colors,
368
- H as fontFeatures,
369
- P as fontSizes,
370
- V as fontWeights,
371
- Z as fonts,
372
- D as radius,
373
- R as spacing,
374
- q as tokens,
375
- E as transitions,
376
- J as zIndex
392
+ Z as colors,
393
+ A as fontFeatures,
394
+ D as fontSizes,
395
+ G as fontWeights,
396
+ R as fonts,
397
+ q as radius,
398
+ E as spacing,
399
+ J as tokens,
400
+ K as transitions,
401
+ O as zIndex
377
402
  };
@@ -1 +1 @@
1
- @font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/ibm-plex-sans-v23-latin-regular.woff2) format("woff2")}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/ibm-plex-sans-v23-latin-500.woff2) format("woff2")}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/ibm-plex-sans-v23-latin-600.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:100 900;font-display:swap;src:url(../fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/ibm-plex-mono-v20-latin-regular.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/ibm-plex-mono-v20-latin-500.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/ibm-plex-mono-v20-latin-600.woff2) format("woff2")}.mbt-button{appearance:none;border:none;background:none;cursor:pointer;outline:none;padding:8px 16px;display:flex;align-items:center;justify-content:center;height:37px;max-height:37px;min-height:37px;position:relative;border-radius:8px;font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:normal;text-transform:uppercase;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background-color .15s ease,color .15s ease}.mbt-button--primary{background-color:#f2f4fa;color:#0b0e14}.mbt-button--secondary{background-color:#1d2335;color:#f2f4fa}.mbt-button__content{display:inline-flex;align-items:center;justify-content:center;gap:var(--mbt-button-content-gap, 4px)}.mbt-button__content svg{display:block;flex-shrink:0}.mbt-button__loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.mbt-button:hover{color:#6663fd}.mbt-button:active{opacity:.9}.mbt-button:focus-visible{box-shadow:0 0 0 2px #0b0e14,0 0 0 4px #6663fd}.mbt-button--disabled{background-color:#1d2335;color:#8d92a9;cursor:not-allowed;pointer-events:none}.mbt-button--loading{cursor:not-allowed;pointer-events:none}.mbt-button--loading .mbt-button__content{visibility:hidden}.mbt-button--full-width{width:100%}.mbt-badge{position:relative;display:inline-flex;align-items:center;gap:12px;height:24px;max-height:24px;padding:4px 12px;border-radius:999px;background:#1d2335;color:#f2f4fa;overflow:visible;-webkit-user-select:none;user-select:none}.mbt-badge--with-icon{padding-left:12px}.mbt-badge--purchasable{cursor:pointer}.mbt-badge--boost{padding-right:20px}.mbt-badge__media{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;margin-left:-20px}.mbt-badge__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.mbt-badge__icon svg{display:block;max-width:100%;max-height:100%}.mbt-badge__purchasable{position:absolute;right:-8px;bottom:-7px;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#f2f4fa}.mbt-badge__content{display:inline-flex;align-items:center;min-width:0;line-height:1;color:inherit;white-space:nowrap}.mbt-badge__boost{position:absolute;top:-8px;right:-8px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#0950c2}.mbt-input__container{display:flex;flex-direction:column;gap:10px;width:100%;max-width:296px}.mbt-input__label{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1;color:#f2f4fa;margin:0;font-feature-settings:"ss01" 1,"salt" 1,"ss02" 1}.mbt-input__label--muted{color:#8d92a9}.mbt-input__wrapper{position:relative;display:flex;align-items:center;width:100%;border:1px solid #f2f4fa;border-radius:8px;padding:8px 16px;background-color:transparent;transition:border-color .15s ease}.mbt-input__wrapper--muted{border-color:#8d92a9}.mbt-input__wrapper:focus-within{border-color:#6663fd}.mbt-input__field{flex:1;appearance:none;border:none;background:none;outline:none;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1;color:#f2f4fa;font-feature-settings:"ss01" 1,"salt" 1,"ss02" 1}.mbt-input__field::placeholder{color:#f2f4fa}.mbt-input__field--muted{color:#8d92a9}.mbt-input__field--muted::placeholder{color:#8d92a9}.mbt-input__icon{flex-shrink:0;width:24px;height:24px;margin-left:8px;color:#f2f4fa}.mbt-input__icon--muted{color:#8d92a9}.mbt-input--full-width .mbt-input__container{max-width:none}.mbt-h1{font-family:IBM Plex Sans,sans-serif;font-size:72px;font-weight:600;line-height:80px;color:#f2f4fa;margin:0}.mbt-h1__content{display:inline-flex;align-items:center;gap:8px}.mbt-h1__content svg{display:block;flex-shrink:0}.mbt-h2{font-family:IBM Plex Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px;color:#f2f4fa;margin:0}.mbt-h2__content{display:inline-flex;align-items:center;gap:8px}.mbt-h2__content svg{display:block;flex-shrink:0}.mbt-h3{font-family:IBM Plex Sans,sans-serif;font-size:28px;font-weight:500;line-height:36px;color:#f2f4fa;margin:0}.mbt-h3__content{display:inline-flex;align-items:center;gap:8px}.mbt-h3__content svg{display:block;flex-shrink:0}.mbt-h4{font-family:IBM Plex Sans,sans-serif;font-size:20px;font-weight:500;line-height:28px;color:#f2f4fa;margin:0}.mbt-h4__content{display:inline-flex;align-items:center;gap:8px}.mbt-h4__content svg{display:block;flex-shrink:0}.mbt-h5{font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#f2f4fa;margin:0}.mbt-h5__content{display:inline-flex;align-items:center;gap:8px}.mbt-h5__content svg{display:block;flex-shrink:0}.mbt-text{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#f2f4fa;margin:0;font-feature-settings:"salt" on,"ss01" on,"ss02" on}.mbt-text svg{display:inline-block;vertical-align:middle}.mbt-text__content{display:inline-flex;align-items:center;gap:8px}.mbt-text__content svg{display:block;flex-shrink:0}.mbt-text--strong{font-weight:500}.mbt-text--small{font-size:12px;line-height:18px}.mbt-text--label{font-size:12px;text-transform:uppercase}.mbt-text--muted{color:#8d92a9}.mbt-text--no-features{font-feature-settings:normal}.mbt-metric{font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:400;line-height:1;color:#f2f4fa;margin:0}.mbt-metric__content{display:inline-flex;align-items:center;gap:8px}.mbt-metric__content svg{display:block;flex-shrink:0}.mbt-metric--large{font-size:24px;font-weight:500;line-height:32px}.mbt-metric--muted{color:#8d92a9}.mbt-menu-button{appearance:none;border:none;background:none;cursor:pointer;outline:none;display:flex;align-items:center;width:248px;height:44px;padding:4px 12px;gap:8px;font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#f2f4fa;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:8px;transition:background-color .15s ease,color .15s ease}.mbt-menu-button__icon{flex-shrink:0;width:24px;height:24px;color:#f2f4fa;transition:color .15s ease}.mbt-menu-button__text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.mbt-menu-button:hover:not(:disabled):not(.mbt-menu-button--selected){background-color:#2a3148;color:#0950c2}.mbt-menu-button:hover:not(:disabled):not(.mbt-menu-button--selected) .mbt-menu-button__icon{color:#0950c2}.mbt-menu-button--selected{background-color:#1d2335;color:#6663fd}.mbt-menu-button--selected .mbt-menu-button__icon{color:#6663fd}.mbt-menu-button--small{padding:4px 8px;height:32px;gap:8px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:18px}.mbt-menu-button--small .mbt-menu-button__icon{width:20px;height:20px}.mbt-menu-button:disabled{color:#8d92a9;cursor:not-allowed;pointer-events:none}.mbt-menu-button:disabled .mbt-menu-button__icon{color:#8d92a9}.mbt-loader{display:inline-flex;align-items:center;gap:4px}.mbt-loader__dot{display:inline-block;background-color:currentColor;border-radius:999px;animation:mbt-loader-bounce 1.4s infinite ease-in-out both}.mbt-loader__dot:nth-child(1){animation-delay:-.32s}.mbt-loader__dot:nth-child(2){animation-delay:-.16s}.mbt-loader--sm .mbt-loader__dot{width:6px;height:6px}.mbt-loader--md .mbt-loader__dot{width:9px;height:9px}.mbt-loader--lg .mbt-loader__dot{width:12px;height:12px}@keyframes mbt-loader-bounce{0%,80%,to{opacity:0;transform:scale(0)}40%{opacity:1;transform:scale(1)}}*,*:before,*:after{box-sizing:border-box}:root{--mbt-color-bg-0: #0b0e14;--mbt-color-bg-1: #111520;--mbt-color-surface: #171c2a;--mbt-color-surface-raised: #1d2335;--mbt-color-border: #2a3148;--mbt-color-gray: #475569;--mbt-color-text-primary: #f2f4fa;--mbt-color-text-muted: #8d92a9;--mbt-color-text-inverse: #0b0e14;--mbt-color-primary: #6663fd;--mbt-color-secondary: #0950c2;--mbt-color-success: #00b279;--mbt-color-error: #f2766a;--mbt-color-warning: #e6c352;--mbt-color-diamond: #e6f3ff;--mbt-color-primary-stop-0: #00a09e;--mbt-color-primary-stop-1: #234dc5;--mbt-color-primary-stop-2: #1945d9;--mbt-color-diamond-stop-0: #beacd3;--mbt-color-diamond-stop-1: #bee3f7;--mbt-color-diamond-stop-2: #efece7;--mbt-color-diamond-stop-3: #f8ddde;--mbt-color-diamond-stop-4: #cfe6f1;--mbt-color-gold: #d1a64a;--mbt-color-silver: #969fa6;--mbt-color-bronze: #956c68;--mbt-font-primary: "IBM Plex Sans", sans-serif;--mbt-font-secondary: "Inter", sans-serif;--mbt-font-mono: "IBM Plex Mono", monospace;--mbt-font-size-1: 12px;--mbt-font-size-2: 14px;--mbt-font-size-3: 16px;--mbt-font-size-4: 20px;--mbt-font-size-5: 24px;--mbt-font-size-6: 28px;--mbt-font-size-7: 40px;--mbt-font-size-8: 48px;--mbt-font-size-9: 72px;--mbt-font-weight-regular: 400;--mbt-font-weight-medium: 500;--mbt-font-weight-semibold: 600;--mbt-font-feature-inter-stylistic: "salt" on, "ss01" on, "ss02" on;--mbt-space-0: 0;--mbt-space-1: 4px;--mbt-space-2: 8px;--mbt-space-3: 12px;--mbt-space-4: 16px;--mbt-space-5: 24px;--mbt-space-6: 32px;--mbt-space-7: 48px;--mbt-space-8: 64px;--mbt-space-9: 96px;--mbt-space-10: 128px;--mbt-radius-0: 0;--mbt-radius-xs: 4px;--mbt-radius-sm: 8px;--mbt-radius-md: 12px;--mbt-radius-lg: 16px;--mbt-radius-xl: 24px;--mbt-radius-full: 999px;--mbt-z-index-0: 0;--mbt-z-index-1: 100;--mbt-z-index-2: 200;--mbt-z-index-3: 300;--mbt-z-index-4: 400;--mbt-z-index-5: 500;--mbt-transition-fast: .15s ease;--mbt-transition-normal: .25s ease;--mbt-transition-slow: .4s ease}
1
+ @font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/ibm-plex-sans-v23-latin-regular.woff2) format("woff2")}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/ibm-plex-sans-v23-latin-500.woff2) format("woff2")}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/ibm-plex-sans-v23-latin-600.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:100 900;font-display:swap;src:url(../fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/ibm-plex-mono-v20-latin-regular.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/ibm-plex-mono-v20-latin-500.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/ibm-plex-mono-v20-latin-600.woff2) format("woff2")}.mbt-button{appearance:none;border:none;background:none;cursor:pointer;outline:none;padding:8px 16px;display:flex;align-items:center;justify-content:center;height:37px;max-height:37px;min-height:37px;position:relative;border-radius:8px;font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:normal;text-transform:uppercase;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background-color .15s ease,color .15s ease}.mbt-button--primary{background-color:#f2f4fa;color:#0b0e14}.mbt-button--secondary{background-color:#1d2335;color:#f2f4fa}.mbt-button__content{display:inline-flex;align-items:center;justify-content:center;gap:var(--mbt-button-content-gap, 4px)}.mbt-button__content svg{display:block;flex-shrink:0}.mbt-button__loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.mbt-button:hover{color:#6663fd}.mbt-button:active{opacity:.9}.mbt-button:focus-visible{box-shadow:0 0 0 2px #0b0e14,0 0 0 4px #6663fd}.mbt-button--disabled{background-color:#1d2335;color:#8d92a9;cursor:not-allowed;pointer-events:none}.mbt-button--loading{cursor:not-allowed;pointer-events:none}.mbt-button--loading .mbt-button__content{visibility:hidden}.mbt-button--full-width{width:100%}.mbt-badge{position:relative;display:inline-flex;align-items:center;gap:12px;height:24px;max-height:24px;padding:4px 12px;border-radius:999px;background:#1d2335;color:#f2f4fa;overflow:visible;-webkit-user-select:none;user-select:none}.mbt-badge--with-icon{padding-left:12px}.mbt-badge--purchasable{cursor:pointer}.mbt-badge--boost{padding-right:20px}.mbt-badge__media{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;margin-left:-20px}.mbt-badge__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.mbt-badge__icon svg{display:block;max-width:100%;max-height:100%}.mbt-badge__purchasable{position:absolute;right:-8px;bottom:-7px;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#f2f4fa}.mbt-badge__content{display:inline-flex;align-items:center;min-width:0;line-height:1;color:inherit;white-space:nowrap}.mbt-badge__boost{position:absolute;top:-8px;right:-8px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#0950c2}.mbt-input__container{display:flex;flex-direction:column;gap:10px;width:100%;max-width:296px}.mbt-input__label{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1;color:#f2f4fa;margin:0;font-feature-settings:"ss01" 1,"salt" 1,"ss02" 1}.mbt-input__label--muted{color:#8d92a9}.mbt-input__wrapper{position:relative;display:flex;align-items:center;width:100%;border:1px solid #f2f4fa;border-radius:8px;padding:8px 16px;background-color:transparent;transition:border-color .15s ease}.mbt-input__wrapper--muted{border-color:#8d92a9}.mbt-input__wrapper:focus-within{border-color:#6663fd}.mbt-input__field{flex:1;appearance:none;border:none;background:none;outline:none;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1;color:#f2f4fa;font-feature-settings:"ss01" 1,"salt" 1,"ss02" 1}.mbt-input__field::placeholder{color:#f2f4fa}.mbt-input__field--muted{color:#8d92a9}.mbt-input__field--muted::placeholder{color:#8d92a9}.mbt-input__icon{flex-shrink:0;width:24px;height:24px;margin-left:8px;color:#f2f4fa}.mbt-input__icon--muted{color:#8d92a9}.mbt-input--full-width .mbt-input__container{max-width:none}.mbt-h1{font-family:IBM Plex Sans,sans-serif;font-size:72px;font-weight:600;line-height:80px;color:#f2f4fa;margin:0}.mbt-h1__content{display:inline-flex;align-items:center;gap:var(--mbt-typography-content-gap, 4px)}.mbt-h1__content svg{display:block;flex-shrink:0}.mbt-h2{font-family:IBM Plex Sans,sans-serif;font-size:40px;font-weight:600;line-height:48px;color:#f2f4fa;margin:0}.mbt-h2__content{display:inline-flex;align-items:center;gap:var(--mbt-typography-content-gap, 4px)}.mbt-h2__content svg{display:block;flex-shrink:0}.mbt-h3{font-family:IBM Plex Sans,sans-serif;font-size:28px;font-weight:500;line-height:36px;color:#f2f4fa;margin:0}.mbt-h3__content{display:inline-flex;align-items:center;gap:var(--mbt-typography-content-gap, 4px)}.mbt-h3__content svg{display:block;flex-shrink:0}.mbt-h4{font-family:IBM Plex Sans,sans-serif;font-size:20px;font-weight:500;line-height:28px;color:#f2f4fa;margin:0}.mbt-h4__content{display:inline-flex;align-items:center;gap:var(--mbt-typography-content-gap, 4px)}.mbt-h4__content svg{display:block;flex-shrink:0}.mbt-h5{font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#f2f4fa;margin:0}.mbt-h5__content{display:inline-flex;align-items:center;gap:var(--mbt-typography-content-gap, 4px)}.mbt-h5__content svg{display:block;flex-shrink:0}.mbt-text{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:normal;color:#f2f4fa;margin:0;font-feature-settings:"salt" on,"ss01" on,"ss02" on}.mbt-text svg{display:inline-block;vertical-align:middle}.mbt-text__content{display:inline-flex;align-items:center;gap:var(--mbt-typography-content-gap, 4px)}.mbt-text__content svg{display:block;flex-shrink:0}.mbt-text--strong{font-weight:500}.mbt-text--small{font-size:12px;line-height:18px}.mbt-text--label{font-size:12px;text-transform:uppercase}.mbt-text--muted{color:#8d92a9}.mbt-text--no-features{font-feature-settings:normal}.mbt-metric{font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:400;line-height:1;color:#f2f4fa;margin:0}.mbt-metric__content{display:inline-flex;align-items:center;gap:var(--mbt-typography-content-gap, 4px)}.mbt-metric__content svg{display:block;flex-shrink:0}.mbt-metric--large{font-size:24px;font-weight:500;line-height:32px}.mbt-metric--muted{color:#8d92a9}.mbt-menu-button{appearance:none;border:none;background:none;cursor:pointer;outline:none;display:flex;align-items:center;width:248px;height:44px;padding:4px 12px;gap:8px;font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#f2f4fa;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:8px;transition:background-color .15s ease,color .15s ease}.mbt-menu-button__icon{flex-shrink:0;width:24px;height:24px;color:#f2f4fa;transition:color .15s ease}.mbt-menu-button__text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.mbt-menu-button:hover:not(:disabled):not(.mbt-menu-button--selected){background-color:#2a3148;color:#0950c2}.mbt-menu-button:hover:not(:disabled):not(.mbt-menu-button--selected) .mbt-menu-button__icon{color:#0950c2}.mbt-menu-button--selected{background-color:#1d2335;color:#6663fd}.mbt-menu-button--selected .mbt-menu-button__icon{color:#6663fd}.mbt-menu-button--small{padding:4px 8px;height:32px;gap:8px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:18px}.mbt-menu-button--small .mbt-menu-button__icon{width:20px;height:20px}.mbt-menu-button:disabled{color:#8d92a9;cursor:not-allowed;pointer-events:none}.mbt-menu-button:disabled .mbt-menu-button__icon{color:#8d92a9}.mbt-loader{display:inline-flex;align-items:center;gap:4px}.mbt-loader__dot{display:inline-block;background-color:currentColor;border-radius:999px;animation:mbt-loader-bounce 1.4s infinite ease-in-out both}.mbt-loader__dot:nth-child(1){animation-delay:-.32s}.mbt-loader__dot:nth-child(2){animation-delay:-.16s}.mbt-loader--sm .mbt-loader__dot{width:6px;height:6px}.mbt-loader--md .mbt-loader__dot{width:9px;height:9px}.mbt-loader--lg .mbt-loader__dot{width:12px;height:12px}@keyframes mbt-loader-bounce{0%,80%,to{opacity:0;transform:scale(0)}40%{opacity:1;transform:scale(1)}}*,*:before,*:after{box-sizing:border-box}:root{--mbt-color-bg-0: #0b0e14;--mbt-color-bg-1: #111520;--mbt-color-surface: #171c2a;--mbt-color-surface-raised: #1d2335;--mbt-color-border: #2a3148;--mbt-color-gray: #475569;--mbt-color-text-primary: #f2f4fa;--mbt-color-text-muted: #8d92a9;--mbt-color-text-inverse: #0b0e14;--mbt-color-primary: #6663fd;--mbt-color-secondary: #0950c2;--mbt-color-success: #00b279;--mbt-color-error: #f2766a;--mbt-color-warning: #e6c352;--mbt-color-diamond: #e6f3ff;--mbt-color-primary-stop-0: #00a09e;--mbt-color-primary-stop-1: #234dc5;--mbt-color-primary-stop-2: #1945d9;--mbt-color-diamond-stop-0: #beacd3;--mbt-color-diamond-stop-1: #bee3f7;--mbt-color-diamond-stop-2: #efece7;--mbt-color-diamond-stop-3: #f8ddde;--mbt-color-diamond-stop-4: #cfe6f1;--mbt-color-gold: #d1a64a;--mbt-color-silver: #969fa6;--mbt-color-bronze: #956c68;--mbt-font-primary: "IBM Plex Sans", sans-serif;--mbt-font-secondary: "Inter", sans-serif;--mbt-font-mono: "IBM Plex Mono", monospace;--mbt-font-size-1: 12px;--mbt-font-size-2: 14px;--mbt-font-size-3: 16px;--mbt-font-size-4: 20px;--mbt-font-size-5: 24px;--mbt-font-size-6: 28px;--mbt-font-size-7: 40px;--mbt-font-size-8: 48px;--mbt-font-size-9: 72px;--mbt-font-weight-regular: 400;--mbt-font-weight-medium: 500;--mbt-font-weight-semibold: 600;--mbt-font-feature-inter-stylistic: "salt" on, "ss01" on, "ss02" on;--mbt-space-0: 0;--mbt-space-1: 4px;--mbt-space-2: 8px;--mbt-space-3: 12px;--mbt-space-4: 16px;--mbt-space-5: 24px;--mbt-space-6: 32px;--mbt-space-7: 48px;--mbt-space-8: 64px;--mbt-space-9: 96px;--mbt-space-10: 128px;--mbt-radius-0: 0;--mbt-radius-xs: 4px;--mbt-radius-sm: 8px;--mbt-radius-md: 12px;--mbt-radius-lg: 16px;--mbt-radius-xl: 24px;--mbt-radius-full: 999px;--mbt-z-index-0: 0;--mbt-z-index-1: 100;--mbt-z-index-2: 200;--mbt-z-index-3: 300;--mbt-z-index-4: 400;--mbt-z-index-5: 500;--mbt-transition-fast: .15s ease;--mbt-transition-normal: .25s ease;--mbt-transition-slow: .4s ease}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mbt-ui-kit",
3
3
  "description": "React component library with SCSS",
4
- "version": "0.1.29",
4
+ "version": "0.1.30",
5
5
  "packageManager": "pnpm@10.28.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.cjs",