@tmlmobilidade/ui 20250403.1714.3 → 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 */
@@ -8800,7 +8795,7 @@ breakpoint-mobile {
8800
8795
  margin: 0;
8801
8796
  font-size: 16px;
8802
8797
  font-weight: var(--font-weight-semibold);
8803
- line-height: var(--font-line-height-base);
8798
+ line-height: var(font-line-height);
8804
8799
  color: var(--color-system-text-100);
8805
8800
  }
8806
8801
 
@@ -8812,7 +8807,7 @@ breakpoint-mobile {
8812
8807
  /* margin: 0;
8813
8808
  font-size: var(--font-size-sm);
8814
8809
  font-weight: var(--font-weight-medium);
8815
- line-height: var(--font-line-height-sm);
8810
+ line-height: var(font-line-height);
8816
8811
  color: var(--color-system-text-200); */
8817
8812
  }
8818
8813
 
@@ -8824,22 +8819,35 @@ breakpoint-mobile {
8824
8819
  /* margin: 0;
8825
8820
  font-size: var(--font-size-sm);
8826
8821
  font-weight: var(--font-weight-medium);
8827
- line-height: var(--font-line-height-sm);
8822
+ line-height: var(font-line-height);
8828
8823
  color: var(--color-status-danger-primary); */
8829
8824
  }
8830
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
+ /* * */
8831
8839
  /* INPUT */
8832
8840
 
8833
8841
  .TextInput-sm-module_input__UrN-E {
8834
8842
  height: auto;
8835
8843
  max-height: none;
8844
+ padding: 10px 15px;
8836
8845
  font-size: var(--font-size-sm);
8846
+ font-weight: var(--font-weight-medium);
8837
8847
  line-height: 1;
8838
- padding: 10px 15px;
8848
+ background-color: var(--color-system-background-100);
8839
8849
  border: 2px solid var(--color-system-text-300);
8840
8850
  border-radius: var(--border-radius-sm);
8841
- background-color: var(--color-system-background-100);
8842
- font-weight: var(--font-weight-medium);
8843
8851
  }
8844
8852
 
8845
8853
  .TextInput-sm-module_input__UrN-E::placeholder {
@@ -8856,8 +8864,8 @@ breakpoint-mobile {
8856
8864
 
8857
8865
  .TextInput-sm-module_input__UrN-E.TextInput-sm-module_variantWhite__WmlFU {
8858
8866
  color: var(--color-primary-black);
8859
- border-color: #bebec8;
8860
8867
  background-color: var(--color-primary-white);
8868
+ border-color: #bebec8;
8861
8869
  }
8862
8870
 
8863
8871
  /* * */
@@ -8879,17 +8887,17 @@ breakpoint-mobile {
8879
8887
  }
8880
8888
 
8881
8889
  .TextInput-sm-module_sizeSm__HeJop{
8882
- line-height: var(--font-line-height-sm);
8883
8890
  font-size: 1px;
8891
+ line-height: var(font-line-height);
8884
8892
  }
8885
8893
 
8886
8894
  /* * */
8887
8895
  /* LABEL */
8888
8896
 
8889
8897
  .TextInput-sm-module_label__s7mC- {
8890
- color: var(--color-system-text-100);
8891
8898
  font-size: var(--font-size-sm);
8892
8899
  font-weight: var(--font-weight-medium);
8900
+ color: var(--color-system-text-100);
8893
8901
  }
8894
8902
 
8895
8903
  /* * */
@@ -8898,9 +8906,9 @@ breakpoint-mobile {
8898
8906
  .TextInput-sm-module_description__3zHN9 {
8899
8907
  margin-top: 0;
8900
8908
  margin-bottom: 0;
8901
- color: var(--color-system-text-200);
8902
8909
  font-size: var(--font-size-sm);
8903
8910
  font-weight: var(--font-weight-medium);
8911
+ color: var(--color-system-text-200);
8904
8912
  }
8905
8913
  .TextInput-module_root__5xZUQ,
8906
8914
  .TextInput-module_wrapper__SJBeM {
@@ -8951,7 +8959,7 @@ breakpoint-mobile {
8951
8959
  margin: 0;
8952
8960
  font-size: var(--font-size-base);
8953
8961
  font-weight: var(--font-weight-medium);
8954
- line-height: var(--font-line-height-base);
8962
+ line-height: var(font-line-height);
8955
8963
  color: var(--color-system-text-100);
8956
8964
  }
8957
8965
 
@@ -8963,7 +8971,7 @@ breakpoint-mobile {
8963
8971
  margin: 0;
8964
8972
  font-size: var(--font-size-sm);
8965
8973
  font-weight: var(--font-weight-medium);
8966
- line-height: var(--font-line-height-sm);
8974
+ line-height: var(font-line-height);
8967
8975
  color: var(--color-system-text-200);
8968
8976
  }
8969
8977
  .styles-module_root__P5aS- {
@@ -9190,8 +9198,8 @@ breakpoint-mobile {
9190
9198
  display: flex;
9191
9199
  align-items: center;
9192
9200
  justify-content: center;
9193
- height: 24px;
9194
9201
  width: 24px;
9202
+ height: 24px;
9195
9203
  }
9196
9204
 
9197
9205
  .styles-module_input__rce0R {
@@ -9201,8 +9209,8 @@ breakpoint-mobile {
9201
9209
 
9202
9210
  .styles-module_input__rce0R:checked,
9203
9211
  .styles-module_input__rce0R[data-indeterminate='true'] {
9204
- background-color: var(--color-primary);
9205
9212
  outline-color: var(--color-secondary);
9213
+ background-color: var(--color-primary);
9206
9214
  }
9207
9215
 
9208
9216
  .styles-module_labelWrapper__AGQzf {
@@ -9212,26 +9220,26 @@ breakpoint-mobile {
9212
9220
  }
9213
9221
 
9214
9222
  .styles-module_label__U404g {
9223
+ margin: 0;
9215
9224
  font-size: var(--font-size-base);
9216
- line-height: var(--font-line-height-base);
9217
9225
  font-weight: var(--font-weight-semibold);
9226
+ line-height: var(font-line-height);
9218
9227
  color: var(--color-system-text-100);
9219
- margin: 0;
9220
9228
  }
9221
9229
 
9222
9230
  .styles-module_description__bkV5V {
9231
+ margin: 0;
9223
9232
  font-size: var(--font-size-sm);
9224
- line-height: var(--font-line-height-sm);
9225
9233
  font-weight: var(--font-weight-medium);
9234
+ line-height: var(font-line-height);
9226
9235
  color: var(--color-system-text-200);
9227
- margin: 0;
9228
9236
  }
9229
9237
 
9230
9238
  .styles-module_error__ZtPYT {
9239
+ margin: 0;
9231
9240
  font-size: var(--font-size-sm);
9232
- line-height: var(--font-line-height-sm);
9233
9241
  font-weight: var(--font-weight-medium);
9234
- margin: 0;
9242
+ line-height: var(font-line-height);
9235
9243
  color: var(--color-status-danger-primary);
9236
9244
  }
9237
9245
  /* * */
@@ -9411,13 +9419,13 @@ breakpoint-mobile {
9411
9419
  .styles-module_input__7GH-0 {
9412
9420
  height: auto;
9413
9421
  max-height: none;
9422
+ padding: 10px 15px;
9414
9423
  font-size: var(--font-size-sm);
9424
+ font-weight: var(--font-weight-medium);
9415
9425
  line-height: 1;
9416
- padding: 10px 15px;
9426
+ background-color: var(--color-system-background-100);
9417
9427
  border: 2px solid var(--color-system-text-300);
9418
9428
  border-radius: var(--border-radius-sm);
9419
- background-color: var(--color-system-background-100);
9420
- font-weight: var(--font-weight-medium);
9421
9429
  }
9422
9430
 
9423
9431
  .styles-module_input__7GH-0::placeholder {
@@ -9434,8 +9442,8 @@ breakpoint-mobile {
9434
9442
 
9435
9443
  .styles-module_input__7GH-0.styles-module_variantWhite__XpqzN {
9436
9444
  color: var(--color-primary-black);
9437
- border-color: #bebec8;
9438
9445
  background-color: var(--color-primary-white);
9446
+ border-color: #bebec8;
9439
9447
  }
9440
9448
 
9441
9449
  /* * */
@@ -9457,17 +9465,17 @@ breakpoint-mobile {
9457
9465
  }
9458
9466
 
9459
9467
  .styles-module_sizeSm__cmzmj{
9460
- line-height: var(--font-line-height-sm);
9461
9468
  font-size: 1px;
9469
+ line-height: var(font-line-height);
9462
9470
  }
9463
9471
 
9464
9472
  /* * */
9465
9473
  /* LABEL */
9466
9474
 
9467
9475
  .styles-module_label__yQwLG {
9468
- color: var(--color-system-text-100);
9469
9476
  font-size: var(--font-size-sm);
9470
9477
  font-weight: var(--font-weight-medium);
9478
+ color: var(--color-system-text-100);
9471
9479
  }
9472
9480
 
9473
9481
  /* * */
@@ -9476,9 +9484,9 @@ breakpoint-mobile {
9476
9484
  .styles-module_description__9hShz {
9477
9485
  margin-top: var(--size-spacing-xs);
9478
9486
  margin-bottom: var(--size-spacing-xs);
9479
- color: var(--color-system-text-200);
9480
9487
  font-size: var(--font-size-sm);
9481
9488
  font-weight: var(--font-weight-medium);
9489
+ color: var(--color-system-text-200);
9482
9490
  }
9483
9491
  /* * */
9484
9492
  /* DESCRIPTION */
@@ -9488,7 +9496,7 @@ breakpoint-mobile {
9488
9496
  margin: 0;
9489
9497
  font-size: var(--font-size-sm);
9490
9498
  font-weight: var(--font-weight-medium);
9491
- line-height: var(--font-line-height-sm);
9499
+ line-height: var(font-line-height);
9492
9500
  color: var(--color-system-text-200);
9493
9501
  }
9494
9502
 
@@ -9516,16 +9524,12 @@ breakpoint-mobile {
9516
9524
  .styles-module_arrow__pmKfn {
9517
9525
  border: 1px solid var(--color-system-border-100);
9518
9526
  }
9519
- .styles-module_root__4q9aw {
9520
- color: var(--color-system-text-100);
9521
- }
9522
-
9523
9527
  .styles-module_tooltip__HFS4I {
9524
- background-color: var(--color-system-text-100);
9525
- color: var(--color-system-background-100);
9526
9528
  font-size: var(--font-size-sm);
9527
- line-height: var(--font-line-height-sm);
9528
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);
9529
9533
  }
9530
9534
 
9531
9535
  .styles-module_dropdown__9W7AN {
@@ -9712,7 +9716,7 @@ breakpoint-mobile {
9712
9716
  padding: var(--size-spacing-sm) var(--size-spacing-md);
9713
9717
  font-size: var(--font-size-xs);
9714
9718
  font-weight: var(--font-weight-semibold);
9715
- line-height: var(--font-line-height-xs);
9719
+ line-height: var(font-line-height);
9716
9720
  color: var(--color-system-text-300);
9717
9721
  text-transform: uppercase;
9718
9722
  white-space: nowrap;
@@ -9749,7 +9753,7 @@ breakpoint-mobile {
9749
9753
  padding: var(--size-spacing-md);
9750
9754
  font-size: var(--font-size-base);
9751
9755
  font-weight: var(--font-weight-semibold);
9752
- line-height: var(--font-line-height-base);
9756
+ line-height: var(font-line-height);
9753
9757
  color: var(--color-system-text-100);
9754
9758
  }
9755
9759
 
@@ -10094,30 +10098,30 @@ breakpoint-mobile {
10094
10098
  /* TITLE */
10095
10099
 
10096
10100
  .styles-module_title__UquJl {
10097
- color: var(--color-system-text-100);
10098
- font-weight: var(--font-weight-bold);
10099
- line-height: var(--font-line-height-xl);
10101
+ margin: 0;
10100
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);
10101
10106
  text-transform: uppercase;
10102
- margin: 0;
10103
10107
  }
10104
10108
 
10105
10109
  /* * */
10106
10110
  /* DESCRIPTION */
10107
10111
 
10108
10112
  .styles-module_description__0-6n4 {
10109
- color: var(--color-system-text-200);
10110
10113
  font-size: var(--font-size-base);
10111
- line-height: var(--font-line-height-base);
10112
10114
  font-weight: var(--font-weight-semibold);
10115
+ line-height: var(font-line-height);
10116
+ color: var(--color-system-text-200);
10113
10117
  }
10114
10118
 
10115
10119
  /* * */
10116
10120
  /* CONTROL */
10117
10121
 
10118
10122
  .styles-module_control__IYUmL {
10119
- background-color: var(--color-system-background-100);
10120
10123
  padding: 0 var(--size-spacing-md);
10124
+ background-color: var(--color-system-background-100);
10121
10125
  }
10122
10126
 
10123
10127
  /* * */