Skip to content

Commit

Permalink
Merge pull request #24 from Opetushallitus/OK-674
Browse files Browse the repository at this point in the history
OK-674
  • Loading branch information
pretseli authored Dec 20, 2024
2 parents 1dfeded + 409d07a commit 4e56ec4
Show file tree
Hide file tree
Showing 66 changed files with 1,182 additions and 921 deletions.
8 changes: 8 additions & 0 deletions dist/OphInput.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import * as react from 'react';
import { OutlinedInputProps, Theme } from '@mui/material';
import { SystemProps } from '@mui/system';

type OphInputProps = Omit<OutlinedInputProps, keyof SystemProps<Theme> | 'label'>;
declare const OphInput: react.ForwardRefExoticComponent<Omit<OphInputProps, "ref"> & react.RefAttributes<HTMLInputElement>>;

export { OphInput, type OphInputProps };
8 changes: 8 additions & 0 deletions dist/OphInput.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/OphInput.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 82 additions & 22 deletions dist/chunk-ID5B7MAL.js → dist/chunk-2Y6NCBS3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/chunk-2Y6NCBS3.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/chunk-ID5B7MAL.js.map

This file was deleted.

3 changes: 2 additions & 1 deletion dist/chunk-T2QMLCJ4.js → dist/chunk-LVP2BKUK.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/chunk-LVP2BKUK.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/chunk-OLXJFWUE.js.map

This file was deleted.

18 changes: 18 additions & 0 deletions dist/chunk-OY7DSKP6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/chunk-OY7DSKP6.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/chunk-DUNDWQLM.js → dist/chunk-PAFPTH2E.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
1 change: 0 additions & 1 deletion dist/chunk-T2QMLCJ4.js.map

This file was deleted.

14 changes: 6 additions & 8 deletions dist/chunk-OLXJFWUE.js → dist/chunk-XMAEUMNX.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/chunk-XMAEUMNX.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/colors.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ declare const ophColors: {
readonly yellow3: "#FFFF33";
readonly pink1: "#FF66CC";
readonly pink2: "#FFCCFF";
readonly pink3: "#FDF2F2";
readonly purple1: "#660066";
readonly purple2: "#660099";
readonly purple3: "#C227B9";
Expand Down
2 changes: 1 addition & 1 deletion dist/colors.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { OphCheckbox } from './OphCheckbox.js';
export { OphSelect } from './OphSelect.js';
export { OphTypography } from './OphTypography.js';
export { OphLink } from './OphLink.js';
export { OphInput } from './OphInput.js';
export { ophColors } from './colors.js';
export { OphLanguage, OphThemeParams, OphThemeVariant } from './types.js';
import '@mui/material';
Expand Down
6 changes: 5 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/next/theme/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/next/theme/theme-nextjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/theme/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4e56ec4

Please sign in to comment.