Elizabeth Mitchell
c98f5e017d
fix(textfield): outlined label jumping horizontally with leading icon
...
PiperOrigin-RevId: 513028108
2023-02-28 13:45:10 -08:00
Elizabeth Mitchell
fd605d537c
feat(field): add resizability
...
PiperOrigin-RevId: 512747965
2023-02-27 15:27:57 -08:00
Elizabeth Mitchell
b310e6b9e6
test(text-field): add token tests
...
PiperOrigin-RevId: 512659469
2023-02-27 10:09:10 -08:00
Elizabeth Mitchell
a969fdadb6
fix(text-field): apply suffix-color and icon size tokens
...
Text field changes:
- Fixed suffix color token not applying
- Fixed icon size tokens not applying
- Remove redundant styles with field changes
Field changes:
- Added content-type token for inheriting font
- Added leading/trailing content color tokens for icons
- Update field token values functions to be easier to grok all tokens
- Remove container-height token
- Update screenshots for new tokens
PiperOrigin-RevId: 512652818
2023-02-27 09:44:41 -08:00
Elizabeth Mitchell
d755d107fa
fix(text-field): remove indicator expansion animation
...
PiperOrigin-RevId: 512117352
2023-02-24 11:17:23 -08:00
Elizabeth Mitchell
e7c766f818
chore(field): swap the label that is animated
...
PiperOrigin-RevId: 511654319
2023-02-22 18:44:40 -08:00
Elizabeth Mitchell
d9f911ad17
chore(field): make animations synchronous
...
PiperOrigin-RevId: 511617262
2023-02-22 15:44:52 -08:00
Elizabeth Mitchell
cff8a3c49e
chore(field): replace spans with divs
...
PiperOrigin-RevId: 511560974
2023-02-22 12:07:18 -08:00
Elizabeth Mitchell
7cea77390a
refactor(field): simplify rendering
...
PiperOrigin-RevId: 511557733
2023-02-22 11:55:15 -08:00
Daniel Freedman
cc5a7db27d
fix(field & dependents)!: convert to use text-type tokens
...
PiperOrigin-RevId: 510171224
2023-02-16 09:51:22 -08:00
Elizabeth Mitchell
527203e1f6
chore(field): flatten selectors
...
PiperOrigin-RevId: 509916671
2023-02-15 13:31:34 -08:00
Elizabeth Mitchell
c1e7759233
chore(field): remove md3-field class prefix
...
PiperOrigin-RevId: 509885860
2023-02-15 11:18:08 -08:00
Elizabeth Mitchell
c435a3357c
chore(field): clean up rendering and member visibility
...
PiperOrigin-RevId: 509883678
2023-02-15 11:11:04 -08:00
Elizabeth Mitchell
6c2aef6901
chore(all): add keep-sorted comments to Sass imports
...
PiperOrigin-RevId: 509583504
2023-02-14 11:10:23 -08:00
Daniel Freedman
44a8d74f56
fix(all)!: use shape.resolve-tokens and remove shape.resolve-theme
...
PiperOrigin-RevId: 509284550
2023-02-13 11:26:55 -08:00
Daniel Freedman
80590ae88d
fix(all): remove @requirecss comments
...
PiperOrigin-RevId: 503551738
2023-01-20 17:02:21 -08:00
Elizabeth Mitchell
1d81416863
refactor(textfield)!: remove container-height token
...
PiperOrigin-RevId: 501699310
2023-01-12 16:43:06 -08:00
Material Web Team
21e68fa5d9
rename motion easing & add a few knobs to material stories
...
PiperOrigin-RevId: 501172397
2023-01-10 21:09:55 -08:00
Elizabeth Mitchell
060d204334
chore: update component tokens to v0.152
...
PiperOrigin-RevId: 501055718
2023-01-10 11:56:25 -08:00
Elizabeth Mitchell
eedb7f5d3c
chore: replace * selector with :host
...
PiperOrigin-RevId: 493992896
2022-12-08 14:15:19 -08:00
Alexander Marks
933cb14ac8
chore: Comment-out jasmine import statements for external compatibility
...
PiperOrigin-RevId: 491970248
2022-11-30 11:18:44 -08:00
Elizabeth Mitchell
491efc577f
chore(text-field): update tokens
...
PiperOrigin-RevId: 491752389
2022-11-29 15:26:30 -08:00
Elizabeth Mitchell
bff01dadf7
chore(tokens): update to v0.144
...
PiperOrigin-RevId: 491464625
2022-11-28 15:53:25 -08:00
Elizabeth Mitchell
f20e612ed2
chore(field): merge static/theme-styles
...
PiperOrigin-RevId: 483769002
2022-10-25 13:59:54 -07:00
Elizabeth Mitchell
3f34a38bce
chore(field): update to use local custom properties
...
PiperOrigin-RevId: 483762036
2022-10-25 13:33:55 -07:00
Elizabeth Mitchell
bf16eb9104
chore(field): flatten static/theme-styles
...
PiperOrigin-RevId: 483691798
2022-10-25 09:11:50 -07:00
Elizabeth Mitchell
73ca8ae0eb
chore: use relative paths
...
PiperOrigin-RevId: 481941267
2022-10-18 09:28:59 -07:00
Elizabeth Mitchell
ce248051cd
chore(text-field): add bubble annotation for filled click
...
PiperOrigin-RevId: 471328208
2022-08-31 12:56:29 -07:00
Material Web Team
eb06ac834f
refactor(field): clean up imports for tests
...
PiperOrigin-RevId: 471012576
2022-08-30 09:26:03 -07:00
Elizabeth Mitchell
8387a585a0
chore(field): refactor out :focus-within
...
PiperOrigin-RevId: 470267755
2022-08-26 09:45:44 -07:00
Alexander Marks
30c95aeee1
chore: add ".js" extensions to import statements.
...
In particular, this allows external build tools like Rollup and @web/dev-server to understand imports of Lit, which is configured to require the ".js" extension via its export conditions (so that Lit import maps can remain minimal).
PiperOrigin-RevId: 469772992
2022-08-24 11:01:21 -07:00
Elizabeth Mitchell
d0d5340d07
fix(field): content not expanding
...
PiperOrigin-RevId: 469280303
2022-08-22 14:11:46 -07:00
Material Web Team
c7abd252d5
refactor(field): move tests closer to the code they test.
...
PiperOrigin-RevId: 468730710
2022-08-19 10:22:56 -07:00
Kevin Vizcarra
9542b71174
refactor: Stop passing unnecessary elevation tokens when building $dark-theme
...
PiperOrigin-RevId: 467035171
2022-08-11 13:29:01 -07:00
Elizabeth Mitchell
a96664b835
fix(field): supporting text typography not resolving
...
PiperOrigin-RevId: 466241475
2022-08-08 21:44:32 -07:00
Elizabeth Mitchell
7285b3a2db
fix(text-field): correctly resizes when setting width
...
PiperOrigin-RevId: 465164744
2022-08-03 15:33:02 -07:00
Elizabeth Mitchell
d1fb068d62
chore(field): update animations
...
PiperOrigin-RevId: 465135334
2022-08-03 13:34:22 -07:00
Elizabeth Mitchell
dc7d9494f7
feat(field): add leading/trailing content styles
...
PiperOrigin-RevId: 463835470
2022-07-28 07:46:02 -07:00
Elizabeth Mitchell
6b25914f60
fix(text-field): container-shape not working for outlined variant
...
PiperOrigin-RevId: 463574366
2022-07-27 06:50:53 -07:00
Material Web Team
10a6d353fc
refactor: mark disabled and checked as boolean values in lit templates.
...
PiperOrigin-RevId: 462716556
2022-07-22 15:27:12 -07:00
Elizabeth Mitchell
0d5d344522
chore(field): refactor start/end padding
...
PiperOrigin-RevId: 462008763
2022-07-19 16:59:18 -07:00
Elizabeth Mitchell
bf3cb81160
feat(text-field): add support for text-align: end
...
PiperOrigin-RevId: 458490357
2022-07-01 09:55:53 -07:00
Elizabeth Mitchell
2e04eb07e6
chore: remove screenshots
...
PiperOrigin-RevId: 456350749
2022-06-21 14:26:21 -07:00
Material Web Team
41d41cc278
chore: update repository for Material 3
...
PiperOrigin-RevId: 455635969
2022-06-17 16:42:04 +00:00