feat(input): add ionic theme (#29247)

Issue number: internal

---------

## What is the new behavior?
Adds the initial files for the Ionic input.

## Does this introduce a breaking change?

- [ ] Yes
- [x] No
This commit is contained in:
Brandy Carney
2024-04-01 15:34:49 -04:00
committed by GitHub
parent 5234224700
commit 4fc3bbbe5f
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,5 @@
@import "./input";
@import "./input.ionic.vars";
// Ionic Input
// --------------------------------------------------

View File

@ -0,0 +1,4 @@
// Ionic Input
// --------------------------------------------------

View File

@ -28,7 +28,7 @@ import { getCounterText } from './input.utils';
styleUrls: { styleUrls: {
ios: 'input.ios.scss', ios: 'input.ios.scss',
md: 'input.md.scss', md: 'input.md.scss',
ionic: 'input.md.scss', ionic: 'input.ionic.scss',
}, },
scoped: true, scoped: true,
}) })