Skip to content

Commit

Permalink
Lisätty OphInput ja korjailtu tyylejä
Browse files Browse the repository at this point in the history
- OphSelect nuolen väri oikein
- OphSelect tekstin väri punaiseksi error-tilassa
- OphSelect, OphInput ja OphButton korkeus yhdenmukaiseksi
- OphSelect fokus-outline
- Lisätty OphSelect error-story
  • Loading branch information
pretseli committed Dec 19, 2024
1 parent c277e62 commit f54c4cf
Show file tree
Hide file tree
Showing 56 changed files with 1,162 additions and 902 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.

102 changes: 81 additions & 21 deletions dist/chunk-T67FNJ7N.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.

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-K2P3FLSP.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-T67FNJ7N.js.map

This file was deleted.

12 changes: 5 additions & 7 deletions dist/chunk-Z3OLQMEP.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: 0 additions & 1 deletion dist/chunk-Z3OLQMEP.js.map

This file was deleted.

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
4 changes: 4 additions & 0 deletions dist/index.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/next/theme/index.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/next/theme/theme-nextjs.js

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

4 changes: 2 additions & 2 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 f54c4cf

Please sign in to comment.