Skip to content

Commit 61b3010

Browse files
committed
chore: working on updating ios libs
1 parent 3638cce commit 61b3010

File tree

6 files changed

+3490
-2481
lines changed

6 files changed

+3490
-2481
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pod 'MaterialComponents/BottomSheet'
1+
pod 'MaterialComponents/BottomSheet+ShapeThemer'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pod 'MaterialComponents/Cards+Theming'
1+
pod 'MaterialComponents/Cards+Theming'

packages/tabs/platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pod 'MaterialComponents/BottomNavigation+Theming'
2-
pod 'MaterialComponents/Tabs+TabBarView'
2+
pod 'MaterialComponents/Tabs+TabBarViewTheming'
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
pod 'MaterialComponents/TextFields+Theming'
1+
pod 'MaterialComponents/TextControls+FilledTextFields'
2+
pod 'MaterialComponents/TextControls+UnderlinedTextFields'
3+
pod 'MaterialComponents/TextControls+OutlinedTextFields'
4+
pod 'MaterialComponents/TextControls+FilledTextFieldsTheming'
5+
pod 'MaterialComponents/TextControls+UnderlinedTextFieldsTheming'
6+
pod 'MaterialComponents/TextControls+OutlinedTextFieldsTheming'

src/textfield/textfield.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export abstract class TextFieldBase extends NTextField {
1515
@cssProperty helperColor: Color;
1616
@cssProperty counterMaxLength: number;
1717
@cssProperty errorColor: Color;
18-
@cssProperty floating: boolean;
18+
@cssProperty floating: boolean = true;
1919
@cssProperty placeholderColor: Color;
2020
@cssProperty variant: 'outline' | 'underline' | 'filled' | 'none' = 'filled';
2121
@cssProperty error: string;

0 commit comments

Comments
 (0)