Skip to content

Commit 8d872c8

Browse files
committed
fix: import for quickformtokens
1 parent 2af2299 commit 8d872c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ export * from "./components";
22
export * from "./state";
33
export * from "./services";
44
export * from "./hooks";
5+
export * from "./style";
56
export type { QuickFormDefinition, InputProps } from "./model";
67
export { defaultQuickFormTokens } from "./style/defaultQuickFormTokens";

packages/inputs/select/src/dropdown-options-list/dropdown-select-option/DropdownSelectOption.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import styles from "./DropdownSelectOption.module.css";
44
import { makeStyles, mergeClasses } from "@griffel/react";
55
import { Checkmark } from "@eavfw/quickform-core/src/components/icons";
66
import { shorthands } from "@fluentui/react-components";
7-
import { quickformtokens } from "@eavfw/quickform-core/src/style/quickFormTokensDefinition";
7+
import { quickformtokens } from "@eavfw/quickform-core";
88

99
type DropdownSelectOptionProps = {
1010
readonly isSelected?: boolean;

0 commit comments

Comments
 (0)