@tmlmobilidade/ui 20250210.1115.1 → 20250211.2350.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.
@@ -0,0 +1 @@
1
+ export { getTreeExpandedState, RenderTreeNodePayload, Tree, TreeNodeData, useTree } from '@mantine/core';
@@ -19,3 +19,4 @@ export { default as Text } from './Text';
19
19
  export { default as TextArea } from './TextArea';
20
20
  export { default as TextInput } from './TextInput';
21
21
  export { default as Tooltip } from './Tooltip';
22
+ export * from './Tree';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { BadgeProps as BadgeProps$1, ButtonProps as ButtonProps$1, CheckboxProps as CheckboxProps$1, ComboboxProps, MenuProps as MenuProps$1, MenuTargetProps as MenuTargetProps$1, MenuDropdownProps as MenuDropdownProps$1, MenuItemProps as MenuItemProps$1, MenuDividerProps as MenuDividerProps$1, MenuLabelProps as MenuLabelProps$1, PasswordInputProps, SegmentedControlProps as SegmentedControlProps$1, SliderProps as SliderProps$1, SwitchProps as SwitchProps$1, TextProps as TextProps$1, TextareaProps, TextInputProps as TextInputProps$1, TooltipProps as TooltipProps$1, AccordionStylesNames } from '@mantine/core';
3
+ export { RenderTreeNodePayload, Tree, TreeNodeData, getTreeExpandedState, useTree } from '@mantine/core';
3
4
  import * as React$1 from 'react';
4
5
  import React__default from 'react';
5
6
  import { DateTimePickerProps as DateTimePickerProps$1 } from '@mantine/dates';
package/dist/styles.css CHANGED
@@ -808,52 +808,52 @@ breakpoint-mobile {
808
808
  color: var(--color-status-active-contrast);
809
809
  }
810
810
  .styles-module_inner__d9DH7 {
811
- display: flex;
812
- align-items: center;
813
- justify-content: center;
814
- height: 24px;
815
- width: 24px;
811
+ display: flex;
812
+ align-items: center;
813
+ justify-content: center;
814
+ height: 24px;
815
+ width: 24px;
816
816
  }
817
817
 
818
818
  .styles-module_input__rce0R {
819
- outline: 2px solid var(--color-system-text-300);
820
- border-radius: var(--border-radius-sm);
819
+ outline: 2px solid var(--color-system-text-300);
820
+ border-radius: var(--border-radius-sm);
821
821
  }
822
822
 
823
- .styles-module_input__rce0R:checked {
824
- background-color: var(--color-primary);
825
- outline-color: var(--color-secondary);
823
+ .styles-module_input__rce0R:checked,
824
+ .styles-module_input__rce0R[data-indeterminate='true'] {
825
+ background-color: var(--color-primary);
826
+ outline-color: var(--color-secondary);
826
827
  }
827
828
 
828
-
829
829
  .styles-module_labelWrapper__AGQzf {
830
- display: flex;
831
- flex-direction: column;
832
- gap: var(--size-spacing-xs);
830
+ display: flex;
831
+ flex-direction: column;
832
+ gap: var(--size-spacing-xs);
833
833
  }
834
834
 
835
835
  .styles-module_label__U404g {
836
- font-size: var(--font-size-base);
837
- line-height: var(--font-line-height-base);
838
- font-weight: var(--font-weight-semibold);
839
- color: var(--color-system-text-100);
840
- margin: 0;
836
+ font-size: var(--font-size-base);
837
+ line-height: var(--font-line-height-base);
838
+ font-weight: var(--font-weight-semibold);
839
+ color: var(--color-system-text-100);
840
+ margin: 0;
841
841
  }
842
842
 
843
843
  .styles-module_description__bkV5V {
844
- font-size: var(--font-size-sm);
845
- line-height: var(--font-line-height-sm);
846
- font-weight: var(--font-weight-medium);
847
- color: var(--color-system-text-200);
848
- margin: 0;
844
+ font-size: var(--font-size-sm);
845
+ line-height: var(--font-line-height-sm);
846
+ font-weight: var(--font-weight-medium);
847
+ color: var(--color-system-text-200);
848
+ margin: 0;
849
849
  }
850
850
 
851
851
  .styles-module_error__ZtPYT {
852
- font-size: var(--font-size-sm);
853
- line-height: var(--font-line-height-sm);
854
- font-weight: var(--font-weight-medium);
855
- margin: 0;
856
- color: var(--color-status-danger-primary);
852
+ font-size: var(--font-size-sm);
853
+ line-height: var(--font-line-height-sm);
854
+ font-weight: var(--font-weight-medium);
855
+ margin: 0;
856
+ color: var(--color-status-danger-primary);
857
857
  }
858
858
  /* * */
859
859
  /* WRAPPER */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250210.1115.01",
3
+ "version": "20250211.2350.30",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {