@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.
- package/dist/cjs/index.js +12 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/components/common/Tree/index.d.ts +1 -0
- package/dist/cjs/types/src/components/common/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/components/common/Tree/index.d.ts +1 -0
- package/dist/esm/types/src/components/common/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/styles.css +29 -29
- package/package.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
export { getTreeExpandedState, RenderTreeNodePayload, Tree, TreeNodeData, useTree } from '@mantine/core';
|
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
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
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
|
-
|
820
|
-
|
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
|
-
|
825
|
-
|
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
|
-
|
831
|
-
|
832
|
-
|
830
|
+
display: flex;
|
831
|
+
flex-direction: column;
|
832
|
+
gap: var(--size-spacing-xs);
|
833
833
|
}
|
834
834
|
|
835
835
|
.styles-module_label__U404g {
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
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
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
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
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
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 */
|