@tmlmobilidade/ui 20250403.1711.24 → 20250403.1758.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as React$1 from 'react';
3
3
  import React__default, { PropsWithChildren, ReactNode } from 'react';
4
- import { BadgeProps as BadgeProps$1, CheckboxProps as CheckboxProps$1, ComboboxProps, ButtonProps as ButtonProps$1, MenuProps as MenuProps$1, MenuTargetProps as MenuTargetProps$1, MenuDropdownProps as MenuDropdownProps$1, MenuItemProps as MenuItemProps$1, MenuDividerProps as MenuDividerProps$1, MenuLabelProps as MenuLabelProps$1, SegmentedControlProps as SegmentedControlProps$1, TextProps as TextProps$1, TextareaProps, TextInputProps as TextInputProps$1, TooltipProps as TooltipProps$1, PasswordInputProps, SliderProps as SliderProps$1, SwitchProps as SwitchProps$1, AccordionStylesNames } from '@mantine/core';
4
+ import { BadgeProps as BadgeProps$1, CheckboxProps as CheckboxProps$1, ComboboxProps, ButtonProps as ButtonProps$1, MenuProps as MenuProps$1, MenuTargetProps as MenuTargetProps$1, MenuDropdownProps as MenuDropdownProps$1, MenuItemProps as MenuItemProps$1, MenuDividerProps as MenuDividerProps$1, MenuLabelProps as MenuLabelProps$1, SegmentedControlProps as SegmentedControlProps$1, TextareaProps, TextInputProps as TextInputProps$1, TooltipProps as TooltipProps$1, PasswordInputProps, SliderProps as SliderProps$1, SwitchProps as SwitchProps$1, TextProps as TextProps$1, AccordionStylesNames } from '@mantine/core';
5
5
  export { RenderTreeNodePayload, Tree, TreeNodeData, getTreeExpandedState, useTree } from '@mantine/core';
6
6
  import { DateTimePickerProps as DateTimePickerProps$1 } from '@mantine/dates';
7
7
  import { Permission, User } from '@tmlmobilidade/types';
@@ -187,14 +187,6 @@ interface SegmentedControlProps extends SegmentedControlProps$1 {
187
187
  }
188
188
  declare function SegmentedControl({ fullWidth, ...props }: SegmentedControlProps): react_jsx_runtime.JSX.Element;
189
189
 
190
- interface TextProps extends TextProps$1 {
191
- children: React.ReactNode;
192
- lineHeight?: '2xl' | 'base' | 'lg' | 'none' | 'sm' | 'xl' | 'xs';
193
- size?: '2xl' | 'base' | 'lg' | 'sm' | 'xl' | 'xs';
194
- weight?: 'bold' | 'extra-bold' | 'medium' | 'semibold';
195
- }
196
- declare function Text({ children, lineHeight, size, weight, ...props }: TextProps): react_jsx_runtime.JSX.Element;
197
-
198
190
  type TextAreaProps = TextareaProps;
199
191
  declare function Component$1({ classNames, ...props }: TextAreaProps): react_jsx_runtime.JSX.Element;
200
192
 
@@ -239,6 +231,13 @@ interface TagProps {
239
231
  }
240
232
  declare function Tag({ filled, icon, label, onClick, variant }: TagProps): react_jsx_runtime.JSX.Element;
241
233
 
234
+ interface TextProps extends TextProps$1 {
235
+ children: React.ReactNode;
236
+ size?: '2xl' | 'base' | 'lg' | 'sm' | 'xl' | 'xs';
237
+ weight?: 'bold' | 'extra-bold' | 'medium' | 'semibold';
238
+ }
239
+ declare function Text({ children, size, ...props }: TextProps): react_jsx_runtime.JSX.Element;
240
+
242
241
  interface DataTableColumn<T> {
243
242
  /**
244
243
  * Column accessor.
@@ -698,4 +697,4 @@ declare const getBaseGeoJsonFeatureLineString: () => GeoJSON.Feature<GeoJSON.Lin
698
697
  declare const getBaseGeoJsonFeatureCollection: () => GeoJSON.FeatureCollection<GeoJSON.LineString | GeoJSON.Point, GeoJSON.GeoJsonProperties>;
699
698
 
700
699
  export { AVAILABLE_THEMES, ActionIcon, AppProvider, AppWrapper, Badge, Button, CMIcon, CMLogo, Checkbox, Collapsible, ComboboxComponent as Combobox, ComponentWrapper, DataTable, DateTimePicker, DeleteActionIcon, Description, Divider, FileButton, Grid, Label, MapOptionsContextProvider, MapView, MapViewStyleActiveStops, MapViewStyleActiveStopsInteractiveLayerId, MapViewStyleActiveStopsPrimaryLayerId, MapViewStylePath, MapViewStylePathInteractiveLayerId, MapViewStylePathPrimaryLayerId, MapViewStyleStops, MapViewStyleStopsInteractiveLayerId, MapViewStyleStopsPrimaryLayerId, MapViewStyleVehicles, MapViewStyleVehiclesInteractiveLayerId, MapViewStyleVehiclesPrimaryLayerId, MeContextProvider, Menu, Pane, PanesManager, PasswordInput, Section, SegmentedControl, Sidebar, SidebarContextProvider, SidebarItem, Slider, Spacer, Surface, Switch, TMLogo, TMLogoDark, TMLogoLight, Tag, Text, Component$1 as TextArea, Component as TextInput, ThemeContextProvider, ThemeDark, ThemeLight, ThemeSwitcher, Themer, Tooltip, centerMap, getBaseGeoJsonFeatureCollection, getBaseGeoJsonFeatureLineString, moveMap, useIsActiveDomain, useIsActivePage, useMapOptionsContext, useMeContext, useScreenSize, useSearchQuery, useSidebarContext, useThemeContext, useToast };
701
- export type { ButtonProps, DataItem, DataTableColumn, DataTableProps, DataTableSearchProps, LabelProps, MapStyle, SidebarItemProps, TagProps, ToastPromiseParams, ToastProps };
700
+ export type { ButtonProps, DataItem, DataTableColumn, DataTableProps, DataTableSearchProps, LabelProps, MapStyle, SidebarItemProps, TagProps, TextProps, ToastPromiseParams, ToastProps };
package/dist/index.js CHANGED
@@ -10,7 +10,6 @@ export { default as Description } from './src/components/common/Description/inde
10
10
  export { default as FileButton } from './src/components/common/FileButton/index.js';
11
11
  export { default as Menu } from './src/components/common/Menu/index.js';
12
12
  export { default as SegmentedControl } from './src/components/common/SegmentedControl/index.js';
13
- export { default as Text } from './src/components/common/Text/index.js';
14
13
  export { default as TextArea } from './src/components/common/TextArea/index.js';
15
14
  export { default as TextInput } from './src/components/common/TextInput/index.js';
16
15
  export { default as Tooltip } from './src/components/common/Tooltip/index.js';
@@ -21,6 +20,7 @@ export { PasswordInput } from './src/components/common/PasswordInput/index.js';
21
20
  export { Slider } from './src/components/common/Slider/index.js';
22
21
  export { Switch } from './src/components/common/Switch/index.js';
23
22
  export { Tag } from './src/components/common/Tag/index.js';
23
+ export { Text } from './src/components/common/Text/index.js';
24
24
  export { Tree, getTreeExpandedState, useTree } from '@mantine/core';
25
25
  export { DataTable } from './src/components/datatable/DataTable/index.js';
26
26
  export { default as Grid } from './src/components/layout/Grid/index.js';
@@ -1,15 +1,11 @@
1
1
  'use client';
2
2
  import { j as jsxRuntimeExports } from '../../../../_virtual/jsx-runtime.js';
3
3
  import { Text as Text$1 } from '@mantine/core';
4
- import styles from './styles.module.css.js';
5
4
 
6
- function Text({ children, lineHeight = 'base', size = 'base', weight = 'medium', ...props }) {
7
- return (jsxRuntimeExports.jsx(Text$1, { className: styles.root, style: {
8
- fontSize: `var(--font-size-${size})`,
9
- fontWeight: `var(--font-weight-${weight})`,
10
- lineHeight: lineHeight === 'none' ? 0 : `var(--font-line-height-${lineHeight})`,
11
- }, ...props, children: children }));
5
+ /* * */
6
+ function Text({ children, size = 'base', ...props }) {
7
+ return (jsxRuntimeExports.jsx(Text$1, { "data-size": size, ...props, children: children }));
12
8
  }
13
9
 
14
- export { Text as default };
10
+ export { Text };
15
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../src/components/common/Text/index.tsx"],"sourcesContent":[null],"names":["_jsx","MantineText"],"mappings":";;;;;AAkBwB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,EAAE,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,MAAM,CAAE,CAAA,CAAA,CAAA,CAAA,CAAI,GAAG,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,MAAM,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,EAAE,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,EAAa,CAAA,CAAA;IACpH,CACCA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAC,CAAAC,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAW,CACX,CAAA,CAAA,CAAA,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAI,CAAA,CAAA,CAAA,CAAA,CACtB,KAAK,CAAE,CAAA;CACN,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,EAAE,CAAmB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAI,CAAA,CAAA,CAAA,CAAG,CAAA,CAAA;CACpC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,EAAE,CAAqB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAA,CAAA;AAC1C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,MAAM,CAAG,CAAA,CAAA,CAAC,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAA0B,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAA,CAAA;AAC/E,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GACG,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,QAAA,CAER,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,EAAA,CACI,CAAA;AAEhB;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../src/components/common/Text/index.tsx"],"sourcesContent":[null],"names":["_jsx","MantineText"],"mappings":";;;;AAcA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAEgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA,CAAA,CAAC,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,CAAE,CAAA,CAAA,CAAA,CAAA,CAAI,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAE,CAAA,CAAA,CAAA,CAAG,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAa,CAAA,CAAA;IACpE,QACCA,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,EAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA,CAAA,CAAA,CAAM,GAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CACrC,QAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,EACI,CAAA,CAAA;AAEhB;;"}
@@ -0,0 +1,4 @@
1
+ var TextOverride = {"root":"Text-module_root__eau92"};
2
+
3
+ export { TextOverride as default };
4
+ //# sourceMappingURL=Text.module.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,9 +1,10 @@
1
- import { createTheme, TextInput, Textarea, Switch, Slider, SegmentedControl, PasswordInput, Button } from '@mantine/core';
1
+ import { createTheme, TextInput, Textarea, Text, Switch, Slider, SegmentedControl, PasswordInput, Button } from '@mantine/core';
2
2
  import ButtonOverride from './mantine/Button.module.css.js';
3
3
  import PasswordInputOverride from './mantine/PasswordInput.module.css.js';
4
4
  import SegmentedControlOverride from './mantine/SegmentedControl.module.css.js';
5
5
  import SliderOverride from './mantine/Slider.module.css.js';
6
6
  import SwitchOverride from './mantine/Switch.module.css.js';
7
+ import TextOverride from './mantine/Text.module.css.js';
7
8
  import TextInputOverrideSm from './mantine/TextInput-sm.module.css.js';
8
9
  import TextInputOverride from './mantine/TextInput.module.css.js';
9
10
 
@@ -61,6 +62,14 @@ const themeData = createTheme({
61
62
  return defaultClasses;
62
63
  },
63
64
  }),
65
+ Text: Text.extend({
66
+ classNames: () => {
67
+ const defaultClasses = {
68
+ ...TextOverride,
69
+ };
70
+ return defaultClasses;
71
+ },
72
+ }),
64
73
  Textarea: Textarea.extend({
65
74
  classNames: (_, props) => {
66
75
  const defaultClasses = {
@@ -1 +1 @@
1
- {"version":3,"file":"theme.js","sources":["../../../src/styles/theme.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;AAAA;AAyBA;AAEO,MAAM,SAAS,GAAyB,WAAW,CAAC;AAC1D,IAAA,UAAU,EAAE;AAEX,QAAA,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC;YACrB,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,cAAc;iBACjB;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,aAAa,EAAE,aAAa,CAAC,MAAM,CAAC;YACnC,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;;;;;;oBAMtB,UAAU,EAAE,iBAAiB,CAAC,KAAK;oBACnC,KAAK,EAAE,qBAAqB,CAAC,KAAK;oBAClC,IAAI,EAAE,iBAAiB,CAAC,IAAI;oBAC5B,OAAO,EAAE,iBAAiB,CAAC,OAAO;iBAClC;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,gBAAgB,EAAE,gBAAgB,CAAC,MAAM,CAAC;YACzC,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;oBACtB,SAAS,EAAE,wBAAwB,CAAC,SAAS;oBAC7C,KAAK,EAAE,wBAAwB,CAAC,KAAK;oBACrC,IAAI,EAAE,wBAAwB,CAAC,IAAI;iBACnC;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC;YACrB,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,cAAc;iBACjB;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC;YACrB,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,cAAc;iBACjB;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC;AACzB,YAAA,UAAU,EAAE,CAAC,CAAC,EAAE,KAAK,KAAI;AACxB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,iBAAiB;oBACpB,IAAI,KAAK,CAAC,IAAI,KAAK,IAAI,IAAI,mBAAmB,CAAC;AAC/C,oBAAA,IAAI,KAAK,CAAC,OAAO,KAAK,OAAO,IAAI;wBAChC,KAAK,EAAE,mBAAmB,CAAC,YAAY;wBACvC,OAAO,EAAE,mBAAmB,CAAC,YAAY;qBACzC,CAAC;iBACF;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,SAAS,EAAE,SAAS,CAAC,MAAM,CAAC;AAC3B,YAAA,UAAU,EAAE,CAAC,CAAC,EAAE,KAAK,KAAI;AACxB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,iBAAiB;oBACpB,IAAI,KAAK,CAAC,IAAI,KAAK,IAAI,IAAI,mBAAmB,CAAC;AAC/C,oBAAA,IAAI,KAAK,CAAC,OAAO,KAAK,OAAO,IAAI;wBAChC,KAAK,EAAE,mBAAmB,CAAC,YAAY;wBACvC,OAAO,EAAE,mBAAmB,CAAC,YAAY;qBACzC,CAAC;iBACF;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,KAAA;AACD,CAAA;;;;"}
1
+ {"version":3,"file":"theme.js","sources":["../../../src/styles/theme.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;AAAA;AA0BA;AAEO,MAAM,SAAS,GAAyB,WAAW,CAAC;AAC1D,IAAA,UAAU,EAAE;AAEX,QAAA,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC;YACrB,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,cAAc;iBACjB;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,aAAa,EAAE,aAAa,CAAC,MAAM,CAAC;YACnC,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;;;;;;oBAMtB,UAAU,EAAE,iBAAiB,CAAC,KAAK;oBACnC,KAAK,EAAE,qBAAqB,CAAC,KAAK;oBAClC,IAAI,EAAE,iBAAiB,CAAC,IAAI;oBAC5B,OAAO,EAAE,iBAAiB,CAAC,OAAO;iBAClC;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,gBAAgB,EAAE,gBAAgB,CAAC,MAAM,CAAC;YACzC,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;oBACtB,SAAS,EAAE,wBAAwB,CAAC,SAAS;oBAC7C,KAAK,EAAE,wBAAwB,CAAC,KAAK;oBACrC,IAAI,EAAE,wBAAwB,CAAC,IAAI;iBACnC;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC;YACrB,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,cAAc;iBACjB;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC;YACrB,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,cAAc;iBACjB;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;YACjB,UAAU,EAAE,MAAK;AAChB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,YAAY;iBACf;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC;AACzB,YAAA,UAAU,EAAE,CAAC,CAAC,EAAE,KAAK,KAAI;AACxB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,iBAAiB;oBACpB,IAAI,KAAK,CAAC,IAAI,KAAK,IAAI,IAAI,mBAAmB,CAAC;AAC/C,oBAAA,IAAI,KAAK,CAAC,OAAO,KAAK,OAAO,IAAI;wBAChC,KAAK,EAAE,mBAAmB,CAAC,YAAY;wBACvC,OAAO,EAAE,mBAAmB,CAAC,YAAY;qBACzC,CAAC;iBACF;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,QAAA,SAAS,EAAE,SAAS,CAAC,MAAM,CAAC;AAC3B,YAAA,UAAU,EAAE,CAAC,CAAC,EAAE,KAAK,KAAI;AACxB,gBAAA,MAAM,cAAc,GAAG;AACtB,oBAAA,GAAG,iBAAiB;oBACpB,IAAI,KAAK,CAAC,IAAI,KAAK,IAAI,IAAI,mBAAmB,CAAC;AAC/C,oBAAA,IAAI,KAAK,CAAC,OAAO,KAAK,OAAO,IAAI;wBAChC,KAAK,EAAE,mBAAmB,CAAC,YAAY;wBACvC,OAAO,EAAE,mBAAmB,CAAC,YAAY;qBACzC,CAAC;iBACF;AACD,gBAAA,OAAO,cAAc;aACrB;SACD,CAAC;AAEF,KAAA;AACD,CAAA;;;;"}
@@ -8336,12 +8336,7 @@ body {
8336
8336
  /* * */
8337
8337
  /* FONT / LINE-HEIGHT */
8338
8338
 
8339
- --font-line-height-xs: 1rem; /* 16px */
8340
- --font-line-height-sm: 1.25rem; /* 20px */
8341
- --font-line-height-base: 1.5rem; /* 24px */
8342
- --font-line-height-lg: 1.75rem; /* 28px */
8343
- --font-line-height-xl: 1.75rem; /* 28px */
8344
- --font-line-height-2xl: 2rem; /* 32px */
8339
+ --font-line-height: 1.4;
8345
8340
 
8346
8341
  /* * */
8347
8342
  /* BORDER-RADIUS */
@@ -8717,8 +8712,6 @@ breakpoint-mobile {
8717
8712
  /* ROOT */
8718
8713
 
8719
8714
  .Switch-module_root__8acvT {
8720
- cursor: pointer;
8721
-
8722
8715
  --switch-height-xs: 24px;
8723
8716
  --switch-height-sm: 24px;
8724
8717
  --switch-height-md: 24px;
@@ -8742,6 +8735,10 @@ breakpoint-mobile {
8742
8735
  --switch-color: var(--color-secondary);
8743
8736
  }
8744
8737
 
8738
+ .Switch-module_root__8acvT * {
8739
+ cursor: pointer;
8740
+ }
8741
+
8745
8742
 
8746
8743
  /* * */
8747
8744
  /* TRACK */
@@ -8777,6 +8774,7 @@ breakpoint-mobile {
8777
8774
  gap: var(--size-spacing-sm);
8778
8775
  align-items: center;
8779
8776
  justify-content: center;
8777
+ cursor: pointer;
8780
8778
  }
8781
8779
 
8782
8780
 
@@ -8797,7 +8795,7 @@ breakpoint-mobile {
8797
8795
  margin: 0;
8798
8796
  font-size: 16px;
8799
8797
  font-weight: var(--font-weight-semibold);
8800
- line-height: var(--font-line-height-base);
8798
+ line-height: var(font-line-height);
8801
8799
  color: var(--color-system-text-100);
8802
8800
  }
8803
8801
 
@@ -8809,7 +8807,7 @@ breakpoint-mobile {
8809
8807
  /* margin: 0;
8810
8808
  font-size: var(--font-size-sm);
8811
8809
  font-weight: var(--font-weight-medium);
8812
- line-height: var(--font-line-height-sm);
8810
+ line-height: var(font-line-height);
8813
8811
  color: var(--color-system-text-200); */
8814
8812
  }
8815
8813
 
@@ -8821,22 +8819,35 @@ breakpoint-mobile {
8821
8819
  /* margin: 0;
8822
8820
  font-size: var(--font-size-sm);
8823
8821
  font-weight: var(--font-weight-medium);
8824
- line-height: var(--font-line-height-sm);
8822
+ line-height: var(font-line-height);
8825
8823
  color: var(--color-status-danger-primary); */
8826
8824
  }
8827
8825
  /* * */
8826
+ /* ROOT */
8827
+
8828
+ .Text-module_root__eau92 {
8829
+ color: var(--color-system-text-100);
8830
+ }
8831
+
8832
+ /* * */
8833
+ /* PROPS / SIZE */
8834
+
8835
+ .Text-module_root__eau92[data-size='xs'] {
8836
+ font-size: var(--font-size-xs);
8837
+ }
8838
+ /* * */
8828
8839
  /* INPUT */
8829
8840
 
8830
8841
  .TextInput-sm-module_input__UrN-E {
8831
8842
  height: auto;
8832
8843
  max-height: none;
8844
+ padding: 10px 15px;
8833
8845
  font-size: var(--font-size-sm);
8846
+ font-weight: var(--font-weight-medium);
8834
8847
  line-height: 1;
8835
- padding: 10px 15px;
8848
+ background-color: var(--color-system-background-100);
8836
8849
  border: 2px solid var(--color-system-text-300);
8837
8850
  border-radius: var(--border-radius-sm);
8838
- background-color: var(--color-system-background-100);
8839
- font-weight: var(--font-weight-medium);
8840
8851
  }
8841
8852
 
8842
8853
  .TextInput-sm-module_input__UrN-E::placeholder {
@@ -8853,8 +8864,8 @@ breakpoint-mobile {
8853
8864
 
8854
8865
  .TextInput-sm-module_input__UrN-E.TextInput-sm-module_variantWhite__WmlFU {
8855
8866
  color: var(--color-primary-black);
8856
- border-color: #bebec8;
8857
8867
  background-color: var(--color-primary-white);
8868
+ border-color: #bebec8;
8858
8869
  }
8859
8870
 
8860
8871
  /* * */
@@ -8876,17 +8887,17 @@ breakpoint-mobile {
8876
8887
  }
8877
8888
 
8878
8889
  .TextInput-sm-module_sizeSm__HeJop{
8879
- line-height: var(--font-line-height-sm);
8880
8890
  font-size: 1px;
8891
+ line-height: var(font-line-height);
8881
8892
  }
8882
8893
 
8883
8894
  /* * */
8884
8895
  /* LABEL */
8885
8896
 
8886
8897
  .TextInput-sm-module_label__s7mC- {
8887
- color: var(--color-system-text-100);
8888
8898
  font-size: var(--font-size-sm);
8889
8899
  font-weight: var(--font-weight-medium);
8900
+ color: var(--color-system-text-100);
8890
8901
  }
8891
8902
 
8892
8903
  /* * */
@@ -8895,9 +8906,9 @@ breakpoint-mobile {
8895
8906
  .TextInput-sm-module_description__3zHN9 {
8896
8907
  margin-top: 0;
8897
8908
  margin-bottom: 0;
8898
- color: var(--color-system-text-200);
8899
8909
  font-size: var(--font-size-sm);
8900
8910
  font-weight: var(--font-weight-medium);
8911
+ color: var(--color-system-text-200);
8901
8912
  }
8902
8913
  .TextInput-module_root__5xZUQ,
8903
8914
  .TextInput-module_wrapper__SJBeM {
@@ -8948,7 +8959,7 @@ breakpoint-mobile {
8948
8959
  margin: 0;
8949
8960
  font-size: var(--font-size-base);
8950
8961
  font-weight: var(--font-weight-medium);
8951
- line-height: var(--font-line-height-base);
8962
+ line-height: var(font-line-height);
8952
8963
  color: var(--color-system-text-100);
8953
8964
  }
8954
8965
 
@@ -8960,7 +8971,7 @@ breakpoint-mobile {
8960
8971
  margin: 0;
8961
8972
  font-size: var(--font-size-sm);
8962
8973
  font-weight: var(--font-weight-medium);
8963
- line-height: var(--font-line-height-sm);
8974
+ line-height: var(font-line-height);
8964
8975
  color: var(--color-system-text-200);
8965
8976
  }
8966
8977
  .styles-module_root__P5aS- {
@@ -9187,8 +9198,8 @@ breakpoint-mobile {
9187
9198
  display: flex;
9188
9199
  align-items: center;
9189
9200
  justify-content: center;
9190
- height: 24px;
9191
9201
  width: 24px;
9202
+ height: 24px;
9192
9203
  }
9193
9204
 
9194
9205
  .styles-module_input__rce0R {
@@ -9198,8 +9209,8 @@ breakpoint-mobile {
9198
9209
 
9199
9210
  .styles-module_input__rce0R:checked,
9200
9211
  .styles-module_input__rce0R[data-indeterminate='true'] {
9201
- background-color: var(--color-primary);
9202
9212
  outline-color: var(--color-secondary);
9213
+ background-color: var(--color-primary);
9203
9214
  }
9204
9215
 
9205
9216
  .styles-module_labelWrapper__AGQzf {
@@ -9209,26 +9220,26 @@ breakpoint-mobile {
9209
9220
  }
9210
9221
 
9211
9222
  .styles-module_label__U404g {
9223
+ margin: 0;
9212
9224
  font-size: var(--font-size-base);
9213
- line-height: var(--font-line-height-base);
9214
9225
  font-weight: var(--font-weight-semibold);
9226
+ line-height: var(font-line-height);
9215
9227
  color: var(--color-system-text-100);
9216
- margin: 0;
9217
9228
  }
9218
9229
 
9219
9230
  .styles-module_description__bkV5V {
9231
+ margin: 0;
9220
9232
  font-size: var(--font-size-sm);
9221
- line-height: var(--font-line-height-sm);
9222
9233
  font-weight: var(--font-weight-medium);
9234
+ line-height: var(font-line-height);
9223
9235
  color: var(--color-system-text-200);
9224
- margin: 0;
9225
9236
  }
9226
9237
 
9227
9238
  .styles-module_error__ZtPYT {
9239
+ margin: 0;
9228
9240
  font-size: var(--font-size-sm);
9229
- line-height: var(--font-line-height-sm);
9230
9241
  font-weight: var(--font-weight-medium);
9231
- margin: 0;
9242
+ line-height: var(font-line-height);
9232
9243
  color: var(--color-status-danger-primary);
9233
9244
  }
9234
9245
  /* * */
@@ -9408,13 +9419,13 @@ breakpoint-mobile {
9408
9419
  .styles-module_input__7GH-0 {
9409
9420
  height: auto;
9410
9421
  max-height: none;
9422
+ padding: 10px 15px;
9411
9423
  font-size: var(--font-size-sm);
9424
+ font-weight: var(--font-weight-medium);
9412
9425
  line-height: 1;
9413
- padding: 10px 15px;
9426
+ background-color: var(--color-system-background-100);
9414
9427
  border: 2px solid var(--color-system-text-300);
9415
9428
  border-radius: var(--border-radius-sm);
9416
- background-color: var(--color-system-background-100);
9417
- font-weight: var(--font-weight-medium);
9418
9429
  }
9419
9430
 
9420
9431
  .styles-module_input__7GH-0::placeholder {
@@ -9431,8 +9442,8 @@ breakpoint-mobile {
9431
9442
 
9432
9443
  .styles-module_input__7GH-0.styles-module_variantWhite__XpqzN {
9433
9444
  color: var(--color-primary-black);
9434
- border-color: #bebec8;
9435
9445
  background-color: var(--color-primary-white);
9446
+ border-color: #bebec8;
9436
9447
  }
9437
9448
 
9438
9449
  /* * */
@@ -9454,17 +9465,17 @@ breakpoint-mobile {
9454
9465
  }
9455
9466
 
9456
9467
  .styles-module_sizeSm__cmzmj{
9457
- line-height: var(--font-line-height-sm);
9458
9468
  font-size: 1px;
9469
+ line-height: var(font-line-height);
9459
9470
  }
9460
9471
 
9461
9472
  /* * */
9462
9473
  /* LABEL */
9463
9474
 
9464
9475
  .styles-module_label__yQwLG {
9465
- color: var(--color-system-text-100);
9466
9476
  font-size: var(--font-size-sm);
9467
9477
  font-weight: var(--font-weight-medium);
9478
+ color: var(--color-system-text-100);
9468
9479
  }
9469
9480
 
9470
9481
  /* * */
@@ -9473,9 +9484,9 @@ breakpoint-mobile {
9473
9484
  .styles-module_description__9hShz {
9474
9485
  margin-top: var(--size-spacing-xs);
9475
9486
  margin-bottom: var(--size-spacing-xs);
9476
- color: var(--color-system-text-200);
9477
9487
  font-size: var(--font-size-sm);
9478
9488
  font-weight: var(--font-weight-medium);
9489
+ color: var(--color-system-text-200);
9479
9490
  }
9480
9491
  /* * */
9481
9492
  /* DESCRIPTION */
@@ -9485,7 +9496,7 @@ breakpoint-mobile {
9485
9496
  margin: 0;
9486
9497
  font-size: var(--font-size-sm);
9487
9498
  font-weight: var(--font-weight-medium);
9488
- line-height: var(--font-line-height-sm);
9499
+ line-height: var(font-line-height);
9489
9500
  color: var(--color-system-text-200);
9490
9501
  }
9491
9502
 
@@ -9513,16 +9524,12 @@ breakpoint-mobile {
9513
9524
  .styles-module_arrow__pmKfn {
9514
9525
  border: 1px solid var(--color-system-border-100);
9515
9526
  }
9516
- .styles-module_root__4q9aw {
9517
- color: var(--color-system-text-100);
9518
- }
9519
-
9520
9527
  .styles-module_tooltip__HFS4I {
9521
- background-color: var(--color-system-text-100);
9522
- color: var(--color-system-background-100);
9523
9528
  font-size: var(--font-size-sm);
9524
- line-height: var(--font-line-height-sm);
9525
9529
  font-weight: var(--font-weight-semibold);
9530
+ line-height: var(font-line-height);
9531
+ color: var(--color-system-background-100);
9532
+ background-color: var(--color-system-text-100);
9526
9533
  }
9527
9534
 
9528
9535
  .styles-module_dropdown__9W7AN {
@@ -9709,7 +9716,7 @@ breakpoint-mobile {
9709
9716
  padding: var(--size-spacing-sm) var(--size-spacing-md);
9710
9717
  font-size: var(--font-size-xs);
9711
9718
  font-weight: var(--font-weight-semibold);
9712
- line-height: var(--font-line-height-xs);
9719
+ line-height: var(font-line-height);
9713
9720
  color: var(--color-system-text-300);
9714
9721
  text-transform: uppercase;
9715
9722
  white-space: nowrap;
@@ -9746,7 +9753,7 @@ breakpoint-mobile {
9746
9753
  padding: var(--size-spacing-md);
9747
9754
  font-size: var(--font-size-base);
9748
9755
  font-weight: var(--font-weight-semibold);
9749
- line-height: var(--font-line-height-base);
9756
+ line-height: var(font-line-height);
9750
9757
  color: var(--color-system-text-100);
9751
9758
  }
9752
9759
 
@@ -10091,30 +10098,30 @@ breakpoint-mobile {
10091
10098
  /* TITLE */
10092
10099
 
10093
10100
  .styles-module_title__UquJl {
10094
- color: var(--color-system-text-100);
10095
- font-weight: var(--font-weight-bold);
10096
- line-height: var(--font-line-height-xl);
10101
+ margin: 0;
10097
10102
  font-size: var(--font-size-xl);
10103
+ font-weight: var(--font-weight-bold);
10104
+ line-height: var(font-line-height);
10105
+ color: var(--color-system-text-100);
10098
10106
  text-transform: uppercase;
10099
- margin: 0;
10100
10107
  }
10101
10108
 
10102
10109
  /* * */
10103
10110
  /* DESCRIPTION */
10104
10111
 
10105
10112
  .styles-module_description__0-6n4 {
10106
- color: var(--color-system-text-200);
10107
10113
  font-size: var(--font-size-base);
10108
- line-height: var(--font-line-height-base);
10109
10114
  font-weight: var(--font-weight-semibold);
10115
+ line-height: var(font-line-height);
10116
+ color: var(--color-system-text-200);
10110
10117
  }
10111
10118
 
10112
10119
  /* * */
10113
10120
  /* CONTROL */
10114
10121
 
10115
10122
  .styles-module_control__IYUmL {
10116
- background-color: var(--color-system-background-100);
10117
10123
  padding: 0 var(--size-spacing-md);
10124
+ background-color: var(--color-system-background-100);
10118
10125
  }
10119
10126
 
10120
10127
  /* * */