@openwebf/react-cupertino-ui 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +55 -3
- package/dist/index.d.ts +55 -3
- package/dist/index.js +54 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +53 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -245,7 +245,7 @@ declare const FlutterCupertinoTextarea: React.ForwardRefExoticComponent<FlutterC
|
|
|
245
245
|
children?: React.ReactNode;
|
|
246
246
|
} & React.RefAttributes<FlutterCupertinoTextareaElement>>;
|
|
247
247
|
|
|
248
|
-
type CupertinoTabBarIcon = "home" | "house" | "house_fill" | "search" | "search_circle" | "search_circle_fill" | "add" | "add_circled" | "add_circled_solid" | "plus" | "plus_circle" | "plus_circle_fill" | "person" | "person_fill" | "person_circle" | "person_circle_fill" | "profile_circled" | "bell" | "bell_fill" | "bell_circle" | "bell_circle_fill" | "chat_bubble" | "chat_bubble_fill" | "chat_bubble_2" | "chat_bubble_2_fill" | "mail" | "mail_solid" | "envelope" | "envelope_fill" | "phone" | "phone_fill" | "compass" | "compass_fill" | "location" | "location_fill" | "map" | "map_fill" | "photo" | "photo_fill" | "camera" | "camera_fill" | "video_camera" | "video_camera_solid" | "play" | "play_fill" | "play_circle" | "play_circle_fill" | "gear" | "gear_solid" | "settings" | "settings_solid" | "ellipsis" | "ellipsis_circle" | "ellipsis_circle_fill" | "creditcard" | "creditcard_fill" | "cart" | "cart_fill" | "bag" | "bag_fill" | "doc" | "doc_fill" | "doc_text" | "doc_text_fill" | "folder" | "folder_fill" | "book" | "book_fill" | "heart" | "heart_fill" | "star" | "star_fill" | "hand_thumbsup" | "hand_thumbsup_fill" | "bookmark" | "bookmark_fill" | "money_dollar" | "money_dollar_circle" | "money_dollar_circle_fill" | "info" | "info_circle" | "info_circle_fill" | "question" | "question_circle" | "question_circle_fill" | "exclamationmark" | "exclamationmark_circle" | "exclamationmark_circle_fill";
|
|
248
|
+
type CupertinoTabBarIcon$1 = "home" | "house" | "house_fill" | "search" | "search_circle" | "search_circle_fill" | "add" | "add_circled" | "add_circled_solid" | "plus" | "plus_circle" | "plus_circle_fill" | "person" | "person_fill" | "person_circle" | "person_circle_fill" | "profile_circled" | "bell" | "bell_fill" | "bell_circle" | "bell_circle_fill" | "chat_bubble" | "chat_bubble_fill" | "chat_bubble_2" | "chat_bubble_2_fill" | "mail" | "mail_solid" | "envelope" | "envelope_fill" | "phone" | "phone_fill" | "compass" | "compass_fill" | "location" | "location_fill" | "map" | "map_fill" | "photo" | "photo_fill" | "camera" | "camera_fill" | "video_camera" | "video_camera_solid" | "play" | "play_fill" | "play_circle" | "play_circle_fill" | "gear" | "gear_solid" | "settings" | "settings_solid" | "ellipsis" | "ellipsis_circle" | "ellipsis_circle_fill" | "creditcard" | "creditcard_fill" | "cart" | "cart_fill" | "bag" | "bag_fill" | "doc" | "doc_fill" | "doc_text" | "doc_text_fill" | "folder" | "folder_fill" | "book" | "book_fill" | "heart" | "heart_fill" | "star" | "star_fill" | "hand_thumbsup" | "hand_thumbsup_fill" | "bookmark" | "bookmark_fill" | "money_dollar" | "money_dollar_circle" | "money_dollar_circle_fill" | "info" | "info_circle" | "info_circle_fill" | "question" | "question_circle" | "question_circle_fill" | "exclamationmark" | "exclamationmark_circle" | "exclamationmark_circle_fill";
|
|
249
249
|
interface FlutterCupertinoTabBarProps {
|
|
250
250
|
/**
|
|
251
251
|
* currentIndex property
|
|
@@ -344,7 +344,7 @@ interface FlutterCupertinoTabBarItemProps {
|
|
|
344
344
|
* icon property
|
|
345
345
|
* @default undefined
|
|
346
346
|
*/
|
|
347
|
-
icon?: CupertinoTabBarIcon;
|
|
347
|
+
icon?: CupertinoTabBarIcon$1;
|
|
348
348
|
/**
|
|
349
349
|
* path property
|
|
350
350
|
* @default undefined
|
|
@@ -2480,4 +2480,56 @@ declare const FlutterCupertinoActionSheet: React.ForwardRefExoticComponent<Flutt
|
|
|
2480
2480
|
children?: React.ReactNode;
|
|
2481
2481
|
} & React.RefAttributes<FlutterCupertinoActionSheetElement>>;
|
|
2482
2482
|
|
|
2483
|
-
|
|
2483
|
+
type CupertinoTabBarIcon = "home" | "house" | "house_fill" | "search" | "search_circle" | "search_circle_fill" | "add" | "add_circled" | "add_circled_solid" | "plus" | "plus_circle" | "plus_circle_fill" | "person" | "person_fill" | "person_circle" | "person_circle_fill" | "profile_circled" | "bell" | "bell_fill" | "bell_circle" | "bell_circle_fill" | "chat_bubble" | "chat_bubble_fill" | "chat_bubble_2" | "chat_bubble_2_fill" | "mail" | "mail_solid" | "envelope" | "envelope_fill" | "phone" | "phone_fill" | "compass" | "compass_fill" | "location" | "location_fill" | "map" | "map_fill" | "photo" | "photo_fill" | "camera" | "camera_fill" | "video_camera" | "video_camera_solid" | "play" | "play_fill" | "play_circle" | "play_circle_fill" | "gear" | "gear_solid" | "settings" | "settings_solid" | "ellipsis" | "ellipsis_circle" | "ellipsis_circle_fill" | "creditcard" | "creditcard_fill" | "cart" | "cart_fill" | "bag" | "bag_fill" | "doc" | "doc_fill" | "doc_text" | "doc_text_fill" | "folder" | "folder_fill" | "book" | "book_fill" | "heart" | "heart_fill" | "star" | "star_fill" | "hand_thumbsup" | "hand_thumbsup_fill" | "bookmark" | "bookmark_fill" | "money_dollar" | "money_dollar_circle" | "money_dollar_circle_fill" | "info" | "info_circle" | "info_circle_fill" | "question" | "question_circle" | "question_circle_fill" | "exclamationmark" | "exclamationmark_circle" | "exclamationmark_circle_fill";
|
|
2484
|
+
type int = number;
|
|
2485
|
+
declare enum CupertinoColors {
|
|
2486
|
+
activeBlue = "rgba(0, 122, 255, 1)",
|
|
2487
|
+
activeGreen = "rgba(52, 199, 89, 1)",
|
|
2488
|
+
activeOrange = "rgba(255, 149, 0, 1)",
|
|
2489
|
+
black = "rgba(0, 0, 0, 1)",
|
|
2490
|
+
darkBackgroundGray = "rgba(23, 23, 23, 1)",
|
|
2491
|
+
destructiveRed = "rgba(255, 59, 48, 1)",
|
|
2492
|
+
extraLightBackgroundGray = "rgba(239, 239, 244, 1)",
|
|
2493
|
+
inactiveGray = "rgba(153, 153, 153, 1)",
|
|
2494
|
+
label = "rgba(0, 0, 0, 1)",
|
|
2495
|
+
lightBackgroundGray = "rgba(229, 229, 234, 1)",
|
|
2496
|
+
link = "rgba(0, 122, 255, 1)",
|
|
2497
|
+
opaqueSeparator = "rgba(198, 198, 200, 1)",
|
|
2498
|
+
placeholderText = "rgba(60, 60, 67, 0.298)",
|
|
2499
|
+
quaternaryLabel = "rgba(60, 60, 67, 0.176)",
|
|
2500
|
+
quaternarySystemFill = "rgba(116, 116, 128, 0.078)",
|
|
2501
|
+
secondaryLabel = "rgba(60, 60, 67, 0.6)",
|
|
2502
|
+
secondarySystemBackground = "rgba(242, 242, 247, 1)",
|
|
2503
|
+
secondarySystemFill = "rgba(120, 120, 128, 0.157)",
|
|
2504
|
+
secondarySystemGroupedBackground = "rgba(255, 255, 255, 1)",
|
|
2505
|
+
separator = "rgba(60, 60, 67, 0.286)",
|
|
2506
|
+
systemBackground = "rgba(255, 255, 255, 1)",
|
|
2507
|
+
systemBlue = "rgba(0, 122, 255, 1)",
|
|
2508
|
+
systemBrown = "rgba(162, 132, 94, 1)",
|
|
2509
|
+
systemCyan = "rgba(50, 173, 230, 1)",
|
|
2510
|
+
systemFill = "rgba(120, 120, 128, 0.2)",
|
|
2511
|
+
systemGreen = "rgba(52, 199, 89, 1)",
|
|
2512
|
+
systemGrey = "rgba(142, 142, 147, 1)",
|
|
2513
|
+
systemGrey2 = "rgba(174, 174, 178, 1)",
|
|
2514
|
+
systemGrey3 = "rgba(199, 199, 204, 1)",
|
|
2515
|
+
systemGrey4 = "rgba(209, 209, 214, 1)",
|
|
2516
|
+
systemGrey5 = "rgba(229, 229, 234, 1)",
|
|
2517
|
+
systemGrey6 = "rgba(242, 242, 247, 1)",
|
|
2518
|
+
systemGroupedBackground = "rgba(242, 242, 247, 1)",
|
|
2519
|
+
systemIndigo = "rgba(88, 86, 214, 1)",
|
|
2520
|
+
systemMint = "rgba(0, 199, 190, 1)",
|
|
2521
|
+
systemOrange = "rgba(255, 149, 0, 1)",
|
|
2522
|
+
systemPink = "rgba(255, 45, 85, 1)",
|
|
2523
|
+
systemPurple = "rgba(175, 82, 222, 1)",
|
|
2524
|
+
systemRed = "rgba(255, 59, 48, 1)",
|
|
2525
|
+
systemTeal = "rgba(90, 200, 250, 1)",
|
|
2526
|
+
systemYellow = "rgba(255, 204, 0, 1)",
|
|
2527
|
+
tertiaryLabel = "rgba(60, 60, 67, 0.298)",
|
|
2528
|
+
tertiarySystemBackground = "rgba(255, 255, 255, 1)",
|
|
2529
|
+
tertiarySystemFill = "rgba(118, 118, 128, 0.118)",
|
|
2530
|
+
tertiarySystemGroupedBackground = "rgba(242, 242, 247, 1)",
|
|
2531
|
+
transparent = "rgba(0, 0, 0, 0)",
|
|
2532
|
+
white = "rgba(255, 255, 255, 1)"
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
export { CupertinoColors, type CupertinoTabBarIcon, FlutterCupertinoActionSheet, type FlutterCupertinoActionSheetElement, FlutterCupertinoAlert, type FlutterCupertinoAlertElement, FlutterCupertinoButton, type FlutterCupertinoButtonElement, FlutterCupertinoCheckbox, type FlutterCupertinoCheckboxElement, FlutterCupertinoContextMenu, type FlutterCupertinoContextMenuElement, FlutterCupertinoDatePicker, type FlutterCupertinoDatePickerElement, FlutterCupertinoFormRow, type FlutterCupertinoFormRowElement, FlutterCupertinoFormRowError, type FlutterCupertinoFormRowErrorElement, FlutterCupertinoFormRowHelper, type FlutterCupertinoFormRowHelperElement, FlutterCupertinoFormRowPrefix, type FlutterCupertinoFormRowPrefixElement, FlutterCupertinoFormSection, type FlutterCupertinoFormSectionElement, FlutterCupertinoFormSectionFooter, type FlutterCupertinoFormSectionFooterElement, FlutterCupertinoFormSectionHeader, type FlutterCupertinoFormSectionHeaderElement, FlutterCupertinoIcon, type FlutterCupertinoIconElement, FlutterCupertinoInput, type FlutterCupertinoInputElement, FlutterCupertinoInputPrefix, type FlutterCupertinoInputPrefixElement, FlutterCupertinoInputSuffix, type FlutterCupertinoInputSuffixElement, FlutterCupertinoListSection, type FlutterCupertinoListSectionElement, FlutterCupertinoListSectionFooter, type FlutterCupertinoListSectionFooterElement, FlutterCupertinoListSectionHeader, type FlutterCupertinoListSectionHeaderElement, FlutterCupertinoListTile, FlutterCupertinoListTileAdditionalInfo, type FlutterCupertinoListTileAdditionalInfoElement, type FlutterCupertinoListTileElement, FlutterCupertinoListTileLeading, type FlutterCupertinoListTileLeadingElement, FlutterCupertinoListTileSubtitle, type FlutterCupertinoListTileSubtitleElement, FlutterCupertinoListTileTrailing, type FlutterCupertinoListTileTrailingElement, FlutterCupertinoLoading, type FlutterCupertinoLoadingElement, FlutterCupertinoModalPopup, type FlutterCupertinoModalPopupElement, FlutterCupertinoPicker, type FlutterCupertinoPickerElement, FlutterCupertinoPickerItem, type FlutterCupertinoPickerItemElement, FlutterCupertinoRadio, type FlutterCupertinoRadioElement, FlutterCupertinoSearchInput, type FlutterCupertinoSearchInputElement, FlutterCupertinoSegmentedTab, type FlutterCupertinoSegmentedTabElement, FlutterCupertinoSlider, type FlutterCupertinoSliderElement, FlutterCupertinoSwitch, type FlutterCupertinoSwitchElement, FlutterCupertinoTab, FlutterCupertinoTabBar, type FlutterCupertinoTabBarElement, FlutterCupertinoTabBarItem, type FlutterCupertinoTabBarItemElement, type FlutterCupertinoTabElement, FlutterCupertinoTabItem, type FlutterCupertinoTabItemElement, FlutterCupertinoTextarea, type FlutterCupertinoTextareaElement, FlutterCupertinoTimerPicker, type FlutterCupertinoTimerPickerElement, FlutterCupertinoToast, type FlutterCupertinoToastElement, type int };
|
package/dist/index.d.ts
CHANGED
|
@@ -245,7 +245,7 @@ declare const FlutterCupertinoTextarea: React.ForwardRefExoticComponent<FlutterC
|
|
|
245
245
|
children?: React.ReactNode;
|
|
246
246
|
} & React.RefAttributes<FlutterCupertinoTextareaElement>>;
|
|
247
247
|
|
|
248
|
-
type CupertinoTabBarIcon = "home" | "house" | "house_fill" | "search" | "search_circle" | "search_circle_fill" | "add" | "add_circled" | "add_circled_solid" | "plus" | "plus_circle" | "plus_circle_fill" | "person" | "person_fill" | "person_circle" | "person_circle_fill" | "profile_circled" | "bell" | "bell_fill" | "bell_circle" | "bell_circle_fill" | "chat_bubble" | "chat_bubble_fill" | "chat_bubble_2" | "chat_bubble_2_fill" | "mail" | "mail_solid" | "envelope" | "envelope_fill" | "phone" | "phone_fill" | "compass" | "compass_fill" | "location" | "location_fill" | "map" | "map_fill" | "photo" | "photo_fill" | "camera" | "camera_fill" | "video_camera" | "video_camera_solid" | "play" | "play_fill" | "play_circle" | "play_circle_fill" | "gear" | "gear_solid" | "settings" | "settings_solid" | "ellipsis" | "ellipsis_circle" | "ellipsis_circle_fill" | "creditcard" | "creditcard_fill" | "cart" | "cart_fill" | "bag" | "bag_fill" | "doc" | "doc_fill" | "doc_text" | "doc_text_fill" | "folder" | "folder_fill" | "book" | "book_fill" | "heart" | "heart_fill" | "star" | "star_fill" | "hand_thumbsup" | "hand_thumbsup_fill" | "bookmark" | "bookmark_fill" | "money_dollar" | "money_dollar_circle" | "money_dollar_circle_fill" | "info" | "info_circle" | "info_circle_fill" | "question" | "question_circle" | "question_circle_fill" | "exclamationmark" | "exclamationmark_circle" | "exclamationmark_circle_fill";
|
|
248
|
+
type CupertinoTabBarIcon$1 = "home" | "house" | "house_fill" | "search" | "search_circle" | "search_circle_fill" | "add" | "add_circled" | "add_circled_solid" | "plus" | "plus_circle" | "plus_circle_fill" | "person" | "person_fill" | "person_circle" | "person_circle_fill" | "profile_circled" | "bell" | "bell_fill" | "bell_circle" | "bell_circle_fill" | "chat_bubble" | "chat_bubble_fill" | "chat_bubble_2" | "chat_bubble_2_fill" | "mail" | "mail_solid" | "envelope" | "envelope_fill" | "phone" | "phone_fill" | "compass" | "compass_fill" | "location" | "location_fill" | "map" | "map_fill" | "photo" | "photo_fill" | "camera" | "camera_fill" | "video_camera" | "video_camera_solid" | "play" | "play_fill" | "play_circle" | "play_circle_fill" | "gear" | "gear_solid" | "settings" | "settings_solid" | "ellipsis" | "ellipsis_circle" | "ellipsis_circle_fill" | "creditcard" | "creditcard_fill" | "cart" | "cart_fill" | "bag" | "bag_fill" | "doc" | "doc_fill" | "doc_text" | "doc_text_fill" | "folder" | "folder_fill" | "book" | "book_fill" | "heart" | "heart_fill" | "star" | "star_fill" | "hand_thumbsup" | "hand_thumbsup_fill" | "bookmark" | "bookmark_fill" | "money_dollar" | "money_dollar_circle" | "money_dollar_circle_fill" | "info" | "info_circle" | "info_circle_fill" | "question" | "question_circle" | "question_circle_fill" | "exclamationmark" | "exclamationmark_circle" | "exclamationmark_circle_fill";
|
|
249
249
|
interface FlutterCupertinoTabBarProps {
|
|
250
250
|
/**
|
|
251
251
|
* currentIndex property
|
|
@@ -344,7 +344,7 @@ interface FlutterCupertinoTabBarItemProps {
|
|
|
344
344
|
* icon property
|
|
345
345
|
* @default undefined
|
|
346
346
|
*/
|
|
347
|
-
icon?: CupertinoTabBarIcon;
|
|
347
|
+
icon?: CupertinoTabBarIcon$1;
|
|
348
348
|
/**
|
|
349
349
|
* path property
|
|
350
350
|
* @default undefined
|
|
@@ -2480,4 +2480,56 @@ declare const FlutterCupertinoActionSheet: React.ForwardRefExoticComponent<Flutt
|
|
|
2480
2480
|
children?: React.ReactNode;
|
|
2481
2481
|
} & React.RefAttributes<FlutterCupertinoActionSheetElement>>;
|
|
2482
2482
|
|
|
2483
|
-
|
|
2483
|
+
type CupertinoTabBarIcon = "home" | "house" | "house_fill" | "search" | "search_circle" | "search_circle_fill" | "add" | "add_circled" | "add_circled_solid" | "plus" | "plus_circle" | "plus_circle_fill" | "person" | "person_fill" | "person_circle" | "person_circle_fill" | "profile_circled" | "bell" | "bell_fill" | "bell_circle" | "bell_circle_fill" | "chat_bubble" | "chat_bubble_fill" | "chat_bubble_2" | "chat_bubble_2_fill" | "mail" | "mail_solid" | "envelope" | "envelope_fill" | "phone" | "phone_fill" | "compass" | "compass_fill" | "location" | "location_fill" | "map" | "map_fill" | "photo" | "photo_fill" | "camera" | "camera_fill" | "video_camera" | "video_camera_solid" | "play" | "play_fill" | "play_circle" | "play_circle_fill" | "gear" | "gear_solid" | "settings" | "settings_solid" | "ellipsis" | "ellipsis_circle" | "ellipsis_circle_fill" | "creditcard" | "creditcard_fill" | "cart" | "cart_fill" | "bag" | "bag_fill" | "doc" | "doc_fill" | "doc_text" | "doc_text_fill" | "folder" | "folder_fill" | "book" | "book_fill" | "heart" | "heart_fill" | "star" | "star_fill" | "hand_thumbsup" | "hand_thumbsup_fill" | "bookmark" | "bookmark_fill" | "money_dollar" | "money_dollar_circle" | "money_dollar_circle_fill" | "info" | "info_circle" | "info_circle_fill" | "question" | "question_circle" | "question_circle_fill" | "exclamationmark" | "exclamationmark_circle" | "exclamationmark_circle_fill";
|
|
2484
|
+
type int = number;
|
|
2485
|
+
declare enum CupertinoColors {
|
|
2486
|
+
activeBlue = "rgba(0, 122, 255, 1)",
|
|
2487
|
+
activeGreen = "rgba(52, 199, 89, 1)",
|
|
2488
|
+
activeOrange = "rgba(255, 149, 0, 1)",
|
|
2489
|
+
black = "rgba(0, 0, 0, 1)",
|
|
2490
|
+
darkBackgroundGray = "rgba(23, 23, 23, 1)",
|
|
2491
|
+
destructiveRed = "rgba(255, 59, 48, 1)",
|
|
2492
|
+
extraLightBackgroundGray = "rgba(239, 239, 244, 1)",
|
|
2493
|
+
inactiveGray = "rgba(153, 153, 153, 1)",
|
|
2494
|
+
label = "rgba(0, 0, 0, 1)",
|
|
2495
|
+
lightBackgroundGray = "rgba(229, 229, 234, 1)",
|
|
2496
|
+
link = "rgba(0, 122, 255, 1)",
|
|
2497
|
+
opaqueSeparator = "rgba(198, 198, 200, 1)",
|
|
2498
|
+
placeholderText = "rgba(60, 60, 67, 0.298)",
|
|
2499
|
+
quaternaryLabel = "rgba(60, 60, 67, 0.176)",
|
|
2500
|
+
quaternarySystemFill = "rgba(116, 116, 128, 0.078)",
|
|
2501
|
+
secondaryLabel = "rgba(60, 60, 67, 0.6)",
|
|
2502
|
+
secondarySystemBackground = "rgba(242, 242, 247, 1)",
|
|
2503
|
+
secondarySystemFill = "rgba(120, 120, 128, 0.157)",
|
|
2504
|
+
secondarySystemGroupedBackground = "rgba(255, 255, 255, 1)",
|
|
2505
|
+
separator = "rgba(60, 60, 67, 0.286)",
|
|
2506
|
+
systemBackground = "rgba(255, 255, 255, 1)",
|
|
2507
|
+
systemBlue = "rgba(0, 122, 255, 1)",
|
|
2508
|
+
systemBrown = "rgba(162, 132, 94, 1)",
|
|
2509
|
+
systemCyan = "rgba(50, 173, 230, 1)",
|
|
2510
|
+
systemFill = "rgba(120, 120, 128, 0.2)",
|
|
2511
|
+
systemGreen = "rgba(52, 199, 89, 1)",
|
|
2512
|
+
systemGrey = "rgba(142, 142, 147, 1)",
|
|
2513
|
+
systemGrey2 = "rgba(174, 174, 178, 1)",
|
|
2514
|
+
systemGrey3 = "rgba(199, 199, 204, 1)",
|
|
2515
|
+
systemGrey4 = "rgba(209, 209, 214, 1)",
|
|
2516
|
+
systemGrey5 = "rgba(229, 229, 234, 1)",
|
|
2517
|
+
systemGrey6 = "rgba(242, 242, 247, 1)",
|
|
2518
|
+
systemGroupedBackground = "rgba(242, 242, 247, 1)",
|
|
2519
|
+
systemIndigo = "rgba(88, 86, 214, 1)",
|
|
2520
|
+
systemMint = "rgba(0, 199, 190, 1)",
|
|
2521
|
+
systemOrange = "rgba(255, 149, 0, 1)",
|
|
2522
|
+
systemPink = "rgba(255, 45, 85, 1)",
|
|
2523
|
+
systemPurple = "rgba(175, 82, 222, 1)",
|
|
2524
|
+
systemRed = "rgba(255, 59, 48, 1)",
|
|
2525
|
+
systemTeal = "rgba(90, 200, 250, 1)",
|
|
2526
|
+
systemYellow = "rgba(255, 204, 0, 1)",
|
|
2527
|
+
tertiaryLabel = "rgba(60, 60, 67, 0.298)",
|
|
2528
|
+
tertiarySystemBackground = "rgba(255, 255, 255, 1)",
|
|
2529
|
+
tertiarySystemFill = "rgba(118, 118, 128, 0.118)",
|
|
2530
|
+
tertiarySystemGroupedBackground = "rgba(242, 242, 247, 1)",
|
|
2531
|
+
transparent = "rgba(0, 0, 0, 0)",
|
|
2532
|
+
white = "rgba(255, 255, 255, 1)"
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
export { CupertinoColors, type CupertinoTabBarIcon, FlutterCupertinoActionSheet, type FlutterCupertinoActionSheetElement, FlutterCupertinoAlert, type FlutterCupertinoAlertElement, FlutterCupertinoButton, type FlutterCupertinoButtonElement, FlutterCupertinoCheckbox, type FlutterCupertinoCheckboxElement, FlutterCupertinoContextMenu, type FlutterCupertinoContextMenuElement, FlutterCupertinoDatePicker, type FlutterCupertinoDatePickerElement, FlutterCupertinoFormRow, type FlutterCupertinoFormRowElement, FlutterCupertinoFormRowError, type FlutterCupertinoFormRowErrorElement, FlutterCupertinoFormRowHelper, type FlutterCupertinoFormRowHelperElement, FlutterCupertinoFormRowPrefix, type FlutterCupertinoFormRowPrefixElement, FlutterCupertinoFormSection, type FlutterCupertinoFormSectionElement, FlutterCupertinoFormSectionFooter, type FlutterCupertinoFormSectionFooterElement, FlutterCupertinoFormSectionHeader, type FlutterCupertinoFormSectionHeaderElement, FlutterCupertinoIcon, type FlutterCupertinoIconElement, FlutterCupertinoInput, type FlutterCupertinoInputElement, FlutterCupertinoInputPrefix, type FlutterCupertinoInputPrefixElement, FlutterCupertinoInputSuffix, type FlutterCupertinoInputSuffixElement, FlutterCupertinoListSection, type FlutterCupertinoListSectionElement, FlutterCupertinoListSectionFooter, type FlutterCupertinoListSectionFooterElement, FlutterCupertinoListSectionHeader, type FlutterCupertinoListSectionHeaderElement, FlutterCupertinoListTile, FlutterCupertinoListTileAdditionalInfo, type FlutterCupertinoListTileAdditionalInfoElement, type FlutterCupertinoListTileElement, FlutterCupertinoListTileLeading, type FlutterCupertinoListTileLeadingElement, FlutterCupertinoListTileSubtitle, type FlutterCupertinoListTileSubtitleElement, FlutterCupertinoListTileTrailing, type FlutterCupertinoListTileTrailingElement, FlutterCupertinoLoading, type FlutterCupertinoLoadingElement, FlutterCupertinoModalPopup, type FlutterCupertinoModalPopupElement, FlutterCupertinoPicker, type FlutterCupertinoPickerElement, FlutterCupertinoPickerItem, type FlutterCupertinoPickerItemElement, FlutterCupertinoRadio, type FlutterCupertinoRadioElement, FlutterCupertinoSearchInput, type FlutterCupertinoSearchInputElement, FlutterCupertinoSegmentedTab, type FlutterCupertinoSegmentedTabElement, FlutterCupertinoSlider, type FlutterCupertinoSliderElement, FlutterCupertinoSwitch, type FlutterCupertinoSwitchElement, FlutterCupertinoTab, FlutterCupertinoTabBar, type FlutterCupertinoTabBarElement, FlutterCupertinoTabBarItem, type FlutterCupertinoTabBarItemElement, type FlutterCupertinoTabElement, FlutterCupertinoTabItem, type FlutterCupertinoTabItemElement, FlutterCupertinoTextarea, type FlutterCupertinoTextareaElement, FlutterCupertinoTimerPicker, type FlutterCupertinoTimerPickerElement, FlutterCupertinoToast, type FlutterCupertinoToastElement, type int };
|
package/dist/index.js
CHANGED
|
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// src/index.ts
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
|
+
CupertinoColors: () => CupertinoColors,
|
|
23
24
|
FlutterCupertinoActionSheet: () => FlutterCupertinoActionSheet,
|
|
24
25
|
FlutterCupertinoAlert: () => FlutterCupertinoAlert,
|
|
25
26
|
FlutterCupertinoButton: () => FlutterCupertinoButton,
|
|
@@ -1135,8 +1136,61 @@ var FlutterCupertinoActionSheet = (0, import_react_core_ui26.createWebFComponent
|
|
|
1135
1136
|
// Add default values here
|
|
1136
1137
|
}
|
|
1137
1138
|
});
|
|
1139
|
+
|
|
1140
|
+
// src/types.ts
|
|
1141
|
+
var CupertinoColors = /* @__PURE__ */ ((CupertinoColors2) => {
|
|
1142
|
+
CupertinoColors2["activeBlue"] = "rgba(0, 122, 255, 1)";
|
|
1143
|
+
CupertinoColors2["activeGreen"] = "rgba(52, 199, 89, 1)";
|
|
1144
|
+
CupertinoColors2["activeOrange"] = "rgba(255, 149, 0, 1)";
|
|
1145
|
+
CupertinoColors2["black"] = "rgba(0, 0, 0, 1)";
|
|
1146
|
+
CupertinoColors2["darkBackgroundGray"] = "rgba(23, 23, 23, 1)";
|
|
1147
|
+
CupertinoColors2["destructiveRed"] = "rgba(255, 59, 48, 1)";
|
|
1148
|
+
CupertinoColors2["extraLightBackgroundGray"] = "rgba(239, 239, 244, 1)";
|
|
1149
|
+
CupertinoColors2["inactiveGray"] = "rgba(153, 153, 153, 1)";
|
|
1150
|
+
CupertinoColors2["label"] = "rgba(0, 0, 0, 1)";
|
|
1151
|
+
CupertinoColors2["lightBackgroundGray"] = "rgba(229, 229, 234, 1)";
|
|
1152
|
+
CupertinoColors2["link"] = "rgba(0, 122, 255, 1)";
|
|
1153
|
+
CupertinoColors2["opaqueSeparator"] = "rgba(198, 198, 200, 1)";
|
|
1154
|
+
CupertinoColors2["placeholderText"] = "rgba(60, 60, 67, 0.298)";
|
|
1155
|
+
CupertinoColors2["quaternaryLabel"] = "rgba(60, 60, 67, 0.176)";
|
|
1156
|
+
CupertinoColors2["quaternarySystemFill"] = "rgba(116, 116, 128, 0.078)";
|
|
1157
|
+
CupertinoColors2["secondaryLabel"] = "rgba(60, 60, 67, 0.6)";
|
|
1158
|
+
CupertinoColors2["secondarySystemBackground"] = "rgba(242, 242, 247, 1)";
|
|
1159
|
+
CupertinoColors2["secondarySystemFill"] = "rgba(120, 120, 128, 0.157)";
|
|
1160
|
+
CupertinoColors2["secondarySystemGroupedBackground"] = "rgba(255, 255, 255, 1)";
|
|
1161
|
+
CupertinoColors2["separator"] = "rgba(60, 60, 67, 0.286)";
|
|
1162
|
+
CupertinoColors2["systemBackground"] = "rgba(255, 255, 255, 1)";
|
|
1163
|
+
CupertinoColors2["systemBlue"] = "rgba(0, 122, 255, 1)";
|
|
1164
|
+
CupertinoColors2["systemBrown"] = "rgba(162, 132, 94, 1)";
|
|
1165
|
+
CupertinoColors2["systemCyan"] = "rgba(50, 173, 230, 1)";
|
|
1166
|
+
CupertinoColors2["systemFill"] = "rgba(120, 120, 128, 0.2)";
|
|
1167
|
+
CupertinoColors2["systemGreen"] = "rgba(52, 199, 89, 1)";
|
|
1168
|
+
CupertinoColors2["systemGrey"] = "rgba(142, 142, 147, 1)";
|
|
1169
|
+
CupertinoColors2["systemGrey2"] = "rgba(174, 174, 178, 1)";
|
|
1170
|
+
CupertinoColors2["systemGrey3"] = "rgba(199, 199, 204, 1)";
|
|
1171
|
+
CupertinoColors2["systemGrey4"] = "rgba(209, 209, 214, 1)";
|
|
1172
|
+
CupertinoColors2["systemGrey5"] = "rgba(229, 229, 234, 1)";
|
|
1173
|
+
CupertinoColors2["systemGrey6"] = "rgba(242, 242, 247, 1)";
|
|
1174
|
+
CupertinoColors2["systemGroupedBackground"] = "rgba(242, 242, 247, 1)";
|
|
1175
|
+
CupertinoColors2["systemIndigo"] = "rgba(88, 86, 214, 1)";
|
|
1176
|
+
CupertinoColors2["systemMint"] = "rgba(0, 199, 190, 1)";
|
|
1177
|
+
CupertinoColors2["systemOrange"] = "rgba(255, 149, 0, 1)";
|
|
1178
|
+
CupertinoColors2["systemPink"] = "rgba(255, 45, 85, 1)";
|
|
1179
|
+
CupertinoColors2["systemPurple"] = "rgba(175, 82, 222, 1)";
|
|
1180
|
+
CupertinoColors2["systemRed"] = "rgba(255, 59, 48, 1)";
|
|
1181
|
+
CupertinoColors2["systemTeal"] = "rgba(90, 200, 250, 1)";
|
|
1182
|
+
CupertinoColors2["systemYellow"] = "rgba(255, 204, 0, 1)";
|
|
1183
|
+
CupertinoColors2["tertiaryLabel"] = "rgba(60, 60, 67, 0.298)";
|
|
1184
|
+
CupertinoColors2["tertiarySystemBackground"] = "rgba(255, 255, 255, 1)";
|
|
1185
|
+
CupertinoColors2["tertiarySystemFill"] = "rgba(118, 118, 128, 0.118)";
|
|
1186
|
+
CupertinoColors2["tertiarySystemGroupedBackground"] = "rgba(242, 242, 247, 1)";
|
|
1187
|
+
CupertinoColors2["transparent"] = "rgba(0, 0, 0, 0)";
|
|
1188
|
+
CupertinoColors2["white"] = "rgba(255, 255, 255, 1)";
|
|
1189
|
+
return CupertinoColors2;
|
|
1190
|
+
})(CupertinoColors || {});
|
|
1138
1191
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1139
1192
|
0 && (module.exports = {
|
|
1193
|
+
CupertinoColors,
|
|
1140
1194
|
FlutterCupertinoActionSheet,
|
|
1141
1195
|
FlutterCupertinoAlert,
|
|
1142
1196
|
FlutterCupertinoButton,
|