@hitachivantara/uikit-react-core 5.87.2 → 5.87.3
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/BaseInput/BaseInput.cjs +44 -83
- package/dist/cjs/BaseInput/BaseInput.styles.cjs +68 -142
- package/dist/cjs/Calendar/CalendarHeader/CalendarHeader.cjs +0 -6
- package/dist/cjs/Calendar/CalendarHeader/CalendarHeader.styles.cjs +1 -5
- package/dist/cjs/Dropdown/Dropdown.cjs +8 -10
- package/dist/cjs/InlineEditor/InlineEditor.cjs +10 -14
- package/dist/cjs/InlineEditor/InlineEditor.styles.cjs +13 -36
- package/dist/cjs/Input/Input.cjs +4 -5
- package/dist/cjs/Input/Input.styles.cjs +5 -19
- package/dist/cjs/List/List.cjs +11 -11
- package/dist/cjs/Pagination/Pagination.styles.cjs +1 -0
- package/dist/cjs/Select/Select.styles.cjs +1 -1
- package/dist/cjs/TagsInput/TagsInput.styles.cjs +3 -8
- package/dist/cjs/TextArea/TextArea.styles.cjs +1 -1
- package/dist/cjs/TimePicker/Unit/Unit.cjs +0 -1
- package/dist/cjs/TimePicker/Unit/Unit.styles.cjs +0 -3
- package/dist/cjs/utils/CounterLabel.cjs +3 -2
- package/dist/esm/BaseInput/BaseInput.js +45 -84
- package/dist/esm/BaseInput/BaseInput.js.map +1 -1
- package/dist/esm/BaseInput/BaseInput.styles.js +68 -142
- package/dist/esm/BaseInput/BaseInput.styles.js.map +1 -1
- package/dist/esm/Calendar/CalendarHeader/CalendarHeader.js +0 -6
- package/dist/esm/Calendar/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/esm/Calendar/CalendarHeader/CalendarHeader.styles.js +1 -5
- package/dist/esm/Calendar/CalendarHeader/CalendarHeader.styles.js.map +1 -1
- package/dist/esm/Dropdown/Dropdown.js +8 -10
- package/dist/esm/Dropdown/Dropdown.js.map +1 -1
- package/dist/esm/FilterGroup/RightPanel/RightPanel.js.map +1 -1
- package/dist/esm/InlineEditor/InlineEditor.js +10 -14
- package/dist/esm/InlineEditor/InlineEditor.js.map +1 -1
- package/dist/esm/InlineEditor/InlineEditor.styles.js +13 -36
- package/dist/esm/InlineEditor/InlineEditor.styles.js.map +1 -1
- package/dist/esm/Input/Input.js +4 -5
- package/dist/esm/Input/Input.js.map +1 -1
- package/dist/esm/Input/Input.styles.js +5 -19
- package/dist/esm/Input/Input.styles.js.map +1 -1
- package/dist/esm/List/List.js +11 -11
- package/dist/esm/List/List.js.map +1 -1
- package/dist/esm/Pagination/Pagination.styles.js +1 -0
- package/dist/esm/Pagination/Pagination.styles.js.map +1 -1
- package/dist/esm/Select/Select.styles.js +1 -1
- package/dist/esm/Select/Select.styles.js.map +1 -1
- package/dist/esm/TagsInput/TagsInput.styles.js +3 -8
- package/dist/esm/TagsInput/TagsInput.styles.js.map +1 -1
- package/dist/esm/TextArea/TextArea.styles.js +1 -1
- package/dist/esm/TextArea/TextArea.styles.js.map +1 -1
- package/dist/esm/TimePicker/Unit/Unit.js +0 -1
- package/dist/esm/TimePicker/Unit/Unit.js.map +1 -1
- package/dist/esm/TimePicker/Unit/Unit.styles.js +0 -3
- package/dist/esm/TimePicker/Unit/Unit.styles.js.map +1 -1
- package/dist/esm/utils/CounterLabel.js +3 -2
- package/dist/esm/utils/CounterLabel.js.map +1 -1
- package/dist/types/index.d.ts +27 -29
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Unit.styles.js","sources":["../../../../src/TimePicker/Unit/Unit.styles.ts"],"sourcesContent":["import { createClasses } from \"@hitachivantara/uikit-react-utils\";\nimport { theme } from \"@hitachivantara/uikit-styles\";\n\nexport const { staticClasses, useClasses } = createClasses(\"HvTimePickerUnit\", {\n root: {\n display: \"flex\",\n flexDirection: \"column\",\n justifyContent: \"center\",\n alignItems: \"center\",\n textAlign: \"center\",\n ...theme.typography.title3,\n },\n\n separator: {\n width: 8,\n },\n\n periodToggle: {\n height: 40,\n width: 40,\n },\n\n element: {\n display: \"flex\",\n justifyContent: \"center\",\n alignItems: \"center\",\n height: 40,\n width: 40,\n },\n\n input: {\n ...theme.typography.title3,\n fontWeight: 600,\n textAlign: \"center\",\n height: 40,\n width: 40,\n padding: 0,\n margin: 0,\n \"&::placeholder\": {\n fontSize: 16,\n fontWeight: 600,\n },\n },\n inputRoot: {\n width: 40,\n height: 40,\n },\n\n subtractIcon: {\n marginTop: theme.space.xs,\n },\n inputContainer: {\n minWidth: 40,\n maxWidth: 40,\n },\n
|
|
1
|
+
{"version":3,"file":"Unit.styles.js","sources":["../../../../src/TimePicker/Unit/Unit.styles.ts"],"sourcesContent":["import { createClasses } from \"@hitachivantara/uikit-react-utils\";\nimport { theme } from \"@hitachivantara/uikit-styles\";\n\nexport const { staticClasses, useClasses } = createClasses(\"HvTimePickerUnit\", {\n root: {\n display: \"flex\",\n flexDirection: \"column\",\n justifyContent: \"center\",\n alignItems: \"center\",\n textAlign: \"center\",\n ...theme.typography.title3,\n },\n\n separator: {\n width: 8,\n },\n\n periodToggle: {\n height: 40,\n width: 40,\n },\n\n element: {\n display: \"flex\",\n justifyContent: \"center\",\n alignItems: \"center\",\n height: 40,\n width: 40,\n },\n\n input: {\n ...theme.typography.title3,\n fontWeight: 600,\n textAlign: \"center\",\n height: 40,\n width: 40,\n padding: 0,\n margin: 0,\n \"&::placeholder\": {\n fontSize: 16,\n fontWeight: 600,\n },\n },\n inputRoot: {\n width: 40,\n height: 40,\n },\n\n subtractIcon: {\n marginTop: theme.space.xs,\n },\n inputContainer: {\n minWidth: 40,\n maxWidth: 40,\n },\n});\n"],"names":[],"mappings":";;AAGO,MAAM,EAAE,eAAe,eAAe,cAAc,oBAAoB;AAAA,EAC7E,MAAM;AAAA,IACJ,SAAS;AAAA,IACT,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,GAAG,MAAM,WAAW;AAAA,EACtB;AAAA,EAEA,WAAW;AAAA,IACT,OAAO;AAAA,EACT;AAAA,EAEA,cAAc;AAAA,IACZ,QAAQ;AAAA,IACR,OAAO;AAAA,EACT;AAAA,EAEA,SAAS;AAAA,IACP,SAAS;AAAA,IACT,gBAAgB;AAAA,IAChB,YAAY;AAAA,IACZ,QAAQ;AAAA,IACR,OAAO;AAAA,EACT;AAAA,EAEA,OAAO;AAAA,IACL,GAAG,MAAM,WAAW;AAAA,IACpB,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,kBAAkB;AAAA,MAChB,UAAU;AAAA,MACV,YAAY;AAAA,IAAA;AAAA,EAEhB;AAAA,EACA,WAAW;AAAA,IACT,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AAAA,EAEA,cAAc;AAAA,IACZ,WAAW,MAAM,MAAM;AAAA,EACzB;AAAA,EACA,gBAAgB;AAAA,IACd,UAAU;AAAA,IACV,UAAU;AAAA,EAAA;AAEd,CAAC;"}
|
|
@@ -2,9 +2,10 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
const CounterLabel = ({
|
|
3
3
|
selected,
|
|
4
4
|
total,
|
|
5
|
-
conjunctionLabel = "/"
|
|
5
|
+
conjunctionLabel = "/",
|
|
6
|
+
...others
|
|
6
7
|
}) => {
|
|
7
|
-
return /* @__PURE__ */ jsxs("span", { children: [
|
|
8
|
+
return /* @__PURE__ */ jsxs("span", { ...others, children: [
|
|
8
9
|
/* @__PURE__ */ jsx("b", { children: selected }),
|
|
9
10
|
" ",
|
|
10
11
|
` ${conjunctionLabel} ${total}`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CounterLabel.js","sources":["../../../src/utils/CounterLabel.tsx"],"sourcesContent":["/** A utility counter component (eg. X / Y) */\nexport const CounterLabel = ({\n selected,\n total,\n conjunctionLabel = \"/\",\n
|
|
1
|
+
{"version":3,"file":"CounterLabel.js","sources":["../../../src/utils/CounterLabel.tsx"],"sourcesContent":["interface CounterLabelProps extends React.HTMLAttributes<HTMLSpanElement> {\n selected: React.ReactNode;\n total: React.ReactNode;\n conjunctionLabel?: React.ReactNode;\n}\n\n/** A utility counter component (eg. X / Y) @private */\nexport const CounterLabel = ({\n selected,\n total,\n conjunctionLabel = \"/\",\n ...others\n}: CounterLabelProps) => {\n return (\n <span {...others}>\n <b>{selected}</b> {` ${conjunctionLabel} ${total}`}\n </span>\n );\n};\n"],"names":[],"mappings":";AAOO,MAAM,eAAe,CAAC;AAAA,EAC3B;AAAA,EACA;AAAA,EACA,mBAAmB;AAAA,EACnB,GAAG;AACL,MAAyB;AAErB,SAAA,qBAAC,QAAM,EAAA,GAAG,QACR,UAAA;AAAA,IAAA,oBAAC,OAAG,UAAS,SAAA,CAAA;AAAA,IAAI;AAAA,IAAE,IAAI,gBAAgB,IAAI,KAAK;AAAA,EAAA,GAClD;AAEJ;"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -362,8 +362,10 @@ export declare const baseInputClasses: {
|
|
|
362
362
|
root: string;
|
|
363
363
|
disabled: string;
|
|
364
364
|
invalid: string;
|
|
365
|
+
multiline: string;
|
|
365
366
|
resizable: string;
|
|
366
367
|
readOnly: string;
|
|
368
|
+
focused: string;
|
|
367
369
|
inputBorderContainer: string;
|
|
368
370
|
inputRootInvalid: string;
|
|
369
371
|
inputRootReadOnly: string;
|
|
@@ -462,10 +464,6 @@ export declare const calendarHeaderClasses: {
|
|
|
462
464
|
root: string;
|
|
463
465
|
invalid: string;
|
|
464
466
|
headerDayOfWeek: string;
|
|
465
|
-
headerDate: string;
|
|
466
|
-
input: string;
|
|
467
|
-
inputBorderContainer: string;
|
|
468
|
-
invalidMessageStyling: string;
|
|
469
467
|
};
|
|
470
468
|
|
|
471
469
|
export declare const cardClasses: {
|
|
@@ -666,6 +664,13 @@ declare const DEFAULT_LABELS_11: {
|
|
|
666
664
|
comparisonIndicatorInfo: string | undefined;
|
|
667
665
|
};
|
|
668
666
|
|
|
667
|
+
declare const DEFAULT_LABELS_12: {
|
|
668
|
+
/** The label used for the All checkbox action. @deprecated no longer used */
|
|
669
|
+
selectAll: string;
|
|
670
|
+
/** The label used in the middle of the multi-selection count. */
|
|
671
|
+
selectionConjunction: string;
|
|
672
|
+
};
|
|
673
|
+
|
|
669
674
|
declare const DEFAULT_LABELS_2: {
|
|
670
675
|
close: string;
|
|
671
676
|
fullscreen: string;
|
|
@@ -728,7 +733,7 @@ declare const DEFAULT_LABELS_6: {
|
|
|
728
733
|
declare const DEFAULT_LABELS_7: {
|
|
729
734
|
/** Label for overwrite the default header behavior. */
|
|
730
735
|
select: string | undefined;
|
|
731
|
-
/** Label used for the All checkbox action. */
|
|
736
|
+
/** Label used for the All checkbox action. @deprecated unused */
|
|
732
737
|
selectAll: string;
|
|
733
738
|
/** Cancel button label. */
|
|
734
739
|
cancelLabel: string;
|
|
@@ -4463,12 +4468,7 @@ export declare interface HvListItemProps extends HvBaseProps<HTMLLIElement> {
|
|
|
4463
4468
|
classes?: HvListItemClasses;
|
|
4464
4469
|
}
|
|
4465
4470
|
|
|
4466
|
-
export declare
|
|
4467
|
-
/** The label used for the All checkbox action. */
|
|
4468
|
-
selectAll?: string;
|
|
4469
|
-
/** The label used in the middle of the multi-selection count. */
|
|
4470
|
-
selectionConjunction?: string;
|
|
4471
|
-
}
|
|
4471
|
+
export declare type HvListLabels = Partial<typeof DEFAULT_LABELS_12>;
|
|
4472
4472
|
|
|
4473
4473
|
export declare interface HvListProps extends HvBaseProps<HTMLUListElement, "onChange" | "onClick"> {
|
|
4474
4474
|
/**
|
|
@@ -8579,7 +8579,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "disabled"
|
|
|
8579
8579
|
readonly cx: (...args: any) => string;
|
|
8580
8580
|
};
|
|
8581
8581
|
|
|
8582
|
-
declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "readOnly" | "input" | "
|
|
8582
|
+
declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "invalid" | "disabled" | "readOnly" | "input" | "tagInputRoot" | "tagsList" | "error" | "description" | "labelContainer" | "resizable" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagInputContainerRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
8583
8583
|
readonly classes: {
|
|
8584
8584
|
input: string;
|
|
8585
8585
|
listItemGutters: string;
|
|
@@ -8611,7 +8611,7 @@ declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8611
8611
|
readonly cx: (...args: any) => string;
|
|
8612
8612
|
};
|
|
8613
8613
|
|
|
8614
|
-
declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "input" | "error" | "description" | "labelContainer" | "
|
|
8614
|
+
declare const useClasses_117: (classesProp?: Partial<Record<"label" | "root" | "invalid" | "disabled" | "input" | "error" | "description" | "labelContainer" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
|
|
8615
8615
|
readonly classes: {
|
|
8616
8616
|
root: string;
|
|
8617
8617
|
disabled: string;
|
|
@@ -8658,7 +8658,7 @@ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8658
8658
|
readonly cx: (...args: any) => string;
|
|
8659
8659
|
};
|
|
8660
8660
|
|
|
8661
|
-
declare const useClasses_12: (classesProp?: Partial<Record<"label" | "root" | "panel" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "
|
|
8661
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"label" | "root" | "panel" | "invalid" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
|
|
8662
8662
|
readonly classes: {
|
|
8663
8663
|
root: string;
|
|
8664
8664
|
disabled: string;
|
|
@@ -8686,7 +8686,7 @@ declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8686
8686
|
readonly cx: (...args: any) => string;
|
|
8687
8687
|
};
|
|
8688
8688
|
|
|
8689
|
-
declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "
|
|
8689
|
+
declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "focused" | "selected" | "expanded" | "group" | "iconContainer", string>>, addStatic?: boolean) => {
|
|
8690
8690
|
readonly classes: {
|
|
8691
8691
|
root: string;
|
|
8692
8692
|
group: string;
|
|
@@ -8702,7 +8702,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label"
|
|
|
8702
8702
|
readonly cx: (...args: any) => string;
|
|
8703
8703
|
};
|
|
8704
8704
|
|
|
8705
|
-
declare const useClasses_122: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "
|
|
8705
|
+
declare const useClasses_122: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "focused" | "selected" | "expanded" | "iconContainer", string>>, addStatic?: boolean) => {
|
|
8706
8706
|
readonly classes: {
|
|
8707
8707
|
root: string;
|
|
8708
8708
|
expanded: string;
|
|
@@ -8815,7 +8815,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"secondary" | "primar
|
|
|
8815
8815
|
readonly cx: (...args: any) => string;
|
|
8816
8816
|
};
|
|
8817
8817
|
|
|
8818
|
-
declare const useClasses_130: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "icon" | "selectable" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "
|
|
8818
|
+
declare const useClasses_130: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "focused" | "icon" | "selectable" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "labelIcon" | "collapsed" | "minimized" | "expandable" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
|
|
8819
8819
|
readonly classes: {
|
|
8820
8820
|
node: string;
|
|
8821
8821
|
content: string;
|
|
@@ -8887,7 +8887,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8887
8887
|
readonly cx: (...args: any) => string;
|
|
8888
8888
|
};
|
|
8889
8889
|
|
|
8890
|
-
declare const useClasses_16: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "
|
|
8890
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "listbox" | "error" | "description", string>>, addStatic?: boolean) => {
|
|
8891
8891
|
readonly classes: {
|
|
8892
8892
|
root: string;
|
|
8893
8893
|
error: string;
|
|
@@ -8913,13 +8913,15 @@ declare const useClasses_17: (classesProp?: Partial<Record<"root" | "list" | "po
|
|
|
8913
8913
|
readonly cx: (...args: any) => string;
|
|
8914
8914
|
};
|
|
8915
8915
|
|
|
8916
|
-
declare const useClasses_18: (classesProp?: Partial<Record<"root" | "disabled" | "
|
|
8916
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"root" | "invalid" | "disabled" | "multiline" | "readOnly" | "focused" | "input" | "inputReadOnly" | "inputRoot" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputResizable", string>>, addStatic?: boolean) => {
|
|
8917
8917
|
readonly classes: {
|
|
8918
8918
|
root: string;
|
|
8919
8919
|
disabled: string;
|
|
8920
8920
|
invalid: string;
|
|
8921
|
+
multiline: string;
|
|
8921
8922
|
resizable: string;
|
|
8922
8923
|
readOnly: string;
|
|
8924
|
+
focused: string;
|
|
8923
8925
|
inputBorderContainer: string;
|
|
8924
8926
|
inputRootInvalid: string;
|
|
8925
8927
|
inputRootReadOnly: string;
|
|
@@ -9122,7 +9124,7 @@ declare const useClasses_29: (classesProp?: Partial<Record<"root" | "anchorOrigi
|
|
|
9122
9124
|
readonly cx: (...args: any) => string;
|
|
9123
9125
|
};
|
|
9124
9126
|
|
|
9125
|
-
declare const useClasses_3: (classesProp?: Partial<Record<"root" | "disabled" | "
|
|
9127
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"root" | "disabled" | "focused" | "selected" | "focusDisabled" | "externalReference" | "falseFocus" | "focus", string>>, addStatic?: boolean) => {
|
|
9126
9128
|
readonly classes: {
|
|
9127
9129
|
root: string;
|
|
9128
9130
|
selected: string;
|
|
@@ -9261,15 +9263,11 @@ declare const useClasses_37: (classesProp?: Partial<Record<"root" | "calendarMon
|
|
|
9261
9263
|
readonly cx: (...args: any) => string;
|
|
9262
9264
|
};
|
|
9263
9265
|
|
|
9264
|
-
declare const useClasses_38: (classesProp?: Partial<Record<"root" | "
|
|
9266
|
+
declare const useClasses_38: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
|
|
9265
9267
|
readonly classes: {
|
|
9266
9268
|
root: string;
|
|
9267
9269
|
invalid: string;
|
|
9268
9270
|
headerDayOfWeek: string;
|
|
9269
|
-
headerDate: string;
|
|
9270
|
-
input: string;
|
|
9271
|
-
inputBorderContainer: string;
|
|
9272
|
-
invalidMessageStyling: string;
|
|
9273
9271
|
};
|
|
9274
9272
|
readonly css: any;
|
|
9275
9273
|
readonly cx: (...args: any) => string;
|
|
@@ -9389,7 +9387,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"image" | "slide", st
|
|
|
9389
9387
|
readonly cx: (...args: any) => string;
|
|
9390
9388
|
};
|
|
9391
9389
|
|
|
9392
|
-
declare const useClasses_46: (classesProp?: Partial<Record<"label" | "root" | "
|
|
9390
|
+
declare const useClasses_46: (classesProp?: Partial<Record<"label" | "root" | "input" | "icon" | "error" | "inputRoot" | "description" | "labelContainer" | "adornmentButton" | "inputBorderContainer" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
9393
9391
|
readonly classes: {
|
|
9394
9392
|
root: string;
|
|
9395
9393
|
labelContainer: string;
|
|
@@ -9437,7 +9435,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"root" | "icon" | "pa
|
|
|
9437
9435
|
readonly cx: (...args: any) => string;
|
|
9438
9436
|
};
|
|
9439
9437
|
|
|
9440
|
-
declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "
|
|
9438
|
+
declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "error" | "group" | "selectAll", string>>, addStatic?: boolean) => {
|
|
9441
9439
|
readonly classes: {
|
|
9442
9440
|
root: string;
|
|
9443
9441
|
label: string;
|
|
@@ -9767,7 +9765,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"horizontal" | "root"
|
|
|
9767
9765
|
readonly cx: (...args: any) => string;
|
|
9768
9766
|
};
|
|
9769
9767
|
|
|
9770
|
-
declare const useClasses_66: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "
|
|
9768
|
+
declare const useClasses_66: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "invalid" | "error" | "group", string>>, addStatic?: boolean) => {
|
|
9771
9769
|
readonly classes: {
|
|
9772
9770
|
root: string;
|
|
9773
9771
|
label: string;
|
|
@@ -10046,7 +10044,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
10046
10044
|
readonly cx: (...args: any) => string;
|
|
10047
10045
|
};
|
|
10048
10046
|
|
|
10049
|
-
declare const useClasses_84: (classesProp?: Partial<Record<"root" | "
|
|
10047
|
+
declare const useClasses_84: (classesProp?: Partial<Record<"root" | "input" | "icon" | "button" | "text" | "inputRoot" | "inputBorderContainer" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
10050
10048
|
readonly classes: {
|
|
10051
10049
|
root: string;
|
|
10052
10050
|
inputBorderContainer: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-core",
|
|
3
|
-
"version": "5.87.
|
|
3
|
+
"version": "5.87.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "Core React components for the NEXT Design System.",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@emotion/cache": "^11.11.0",
|
|
34
34
|
"@emotion/serialize": "^1.1.2",
|
|
35
|
-
"@hitachivantara/uikit-react-icons": "^5.13.
|
|
36
|
-
"@hitachivantara/uikit-react-shared": "^5.3.
|
|
37
|
-
"@hitachivantara/uikit-react-utils": "^0.2.
|
|
38
|
-
"@hitachivantara/uikit-styles": "^5.41.
|
|
35
|
+
"@hitachivantara/uikit-react-icons": "^5.13.7",
|
|
36
|
+
"@hitachivantara/uikit-react-shared": "^5.3.23",
|
|
37
|
+
"@hitachivantara/uikit-react-utils": "^0.2.24",
|
|
38
|
+
"@hitachivantara/uikit-styles": "^5.41.2",
|
|
39
39
|
"@internationalized/date": "^3.2.0",
|
|
40
40
|
"@mui/base": "^5.0.0-beta.40",
|
|
41
41
|
"@popperjs/core": "^2.11.8",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"access": "public",
|
|
63
63
|
"directory": "package"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "377a575378d89280711a5d5c27d45511d4276ebe",
|
|
66
66
|
"exports": {
|
|
67
67
|
".": {
|
|
68
68
|
"types": "./dist/types/index.d.ts",
|