@fluentui-react-native/tester-core 0.1.1
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/assets/Font_Awesome_900.otf +0 -0
- package/assets/MoreHorizontalFilled.svg +3 -0
- package/assets/accessible-icon-brands.svg +1 -0
- package/assets/dismissIcon.svg +3 -0
- package/assets/filledIcon.svg +3 -0
- package/assets/icon_24x24.png +0 -0
- package/assets/outlineIcon.svg +3 -0
- package/assets/play_button.svg +1 -0
- package/assets/test.svg +1 -0
- package/assets/testicon.png +0 -0
- package/babel.config.js +1 -0
- package/eslint.config.js +3 -0
- package/lib/FluentTester.d.ts +9 -0
- package/lib/FluentTester.d.ts.map +1 -0
- package/lib/FluentTester.js +206 -0
- package/lib/FluentTester.js.map +1 -0
- package/lib/FluentTesterApp.d.ts +3 -0
- package/lib/FluentTesterApp.d.ts.map +1 -0
- package/lib/FluentTesterApp.js +54 -0
- package/lib/FluentTesterApp.js.map +1 -0
- package/lib/TestComponents/ActivityIndicator/ActivityIndicatorTest.d.ts +3 -0
- package/lib/TestComponents/ActivityIndicator/ActivityIndicatorTest.d.ts.map +1 -0
- package/lib/TestComponents/ActivityIndicator/ActivityIndicatorTest.js +99 -0
- package/lib/TestComponents/ActivityIndicator/ActivityIndicatorTest.js.map +1 -0
- package/lib/TestComponents/ActivityIndicator/index.d.ts +2 -0
- package/lib/TestComponents/ActivityIndicator/index.d.ts.map +1 -0
- package/lib/TestComponents/ActivityIndicator/index.js +2 -0
- package/lib/TestComponents/ActivityIndicator/index.js.map +1 -0
- package/lib/TestComponents/Avatar/AvatarTest.d.ts +3 -0
- package/lib/TestComponents/Avatar/AvatarTest.d.ts.map +1 -0
- package/lib/TestComponents/Avatar/AvatarTest.js +50 -0
- package/lib/TestComponents/Avatar/AvatarTest.js.map +1 -0
- package/lib/TestComponents/Avatar/BasicAvatar.android.d.ts +3 -0
- package/lib/TestComponents/Avatar/BasicAvatar.android.d.ts.map +1 -0
- package/lib/TestComponents/Avatar/BasicAvatar.android.js +283 -0
- package/lib/TestComponents/Avatar/BasicAvatar.android.js.map +1 -0
- package/lib/TestComponents/Avatar/BasicAvatar.d.ts +3 -0
- package/lib/TestComponents/Avatar/BasicAvatar.d.ts.map +1 -0
- package/lib/TestComponents/Avatar/BasicAvatar.js +160 -0
- package/lib/TestComponents/Avatar/BasicAvatar.js.map +1 -0
- package/lib/TestComponents/Avatar/CustomizedAvatar.d.ts +3 -0
- package/lib/TestComponents/Avatar/CustomizedAvatar.d.ts.map +1 -0
- package/lib/TestComponents/Avatar/CustomizedAvatar.js +273 -0
- package/lib/TestComponents/Avatar/CustomizedAvatar.js.map +1 -0
- package/lib/TestComponents/Avatar/E2EAvatarTest.d.ts +3 -0
- package/lib/TestComponents/Avatar/E2EAvatarTest.d.ts.map +1 -0
- package/lib/TestComponents/Avatar/E2EAvatarTest.js +30 -0
- package/lib/TestComponents/Avatar/E2EAvatarTest.js.map +1 -0
- package/lib/TestComponents/Avatar/NativeAvatarTest.d.ts +5 -0
- package/lib/TestComponents/Avatar/NativeAvatarTest.d.ts.map +1 -0
- package/lib/TestComponents/Avatar/NativeAvatarTest.js +143 -0
- package/lib/TestComponents/Avatar/NativeAvatarTest.js.map +1 -0
- package/lib/TestComponents/Avatar/index.d.ts +3 -0
- package/lib/TestComponents/Avatar/index.d.ts.map +1 -0
- package/lib/TestComponents/Avatar/index.js +3 -0
- package/lib/TestComponents/Avatar/index.js.map +1 -0
- package/lib/TestComponents/Avatar/testImageSources.d.ts +4 -0
- package/lib/TestComponents/Avatar/testImageSources.d.ts.map +1 -0
- package/lib/TestComponents/Avatar/testImageSources.js +7 -0
- package/lib/TestComponents/Avatar/testImageSources.js.map +1 -0
- package/lib/TestComponents/Badge/BadgeTest.d.ts +3 -0
- package/lib/TestComponents/Badge/BadgeTest.d.ts.map +1 -0
- package/lib/TestComponents/Badge/BadgeTest.js +54 -0
- package/lib/TestComponents/Badge/BadgeTest.js.map +1 -0
- package/lib/TestComponents/Badge/BasicBadgeTest.d.ts +3 -0
- package/lib/TestComponents/Badge/BasicBadgeTest.d.ts.map +1 -0
- package/lib/TestComponents/Badge/BasicBadgeTest.js +135 -0
- package/lib/TestComponents/Badge/BasicBadgeTest.js.map +1 -0
- package/lib/TestComponents/Badge/CounterBadgeTest.android.d.ts +3 -0
- package/lib/TestComponents/Badge/CounterBadgeTest.android.d.ts.map +1 -0
- package/lib/TestComponents/Badge/CounterBadgeTest.android.js +29 -0
- package/lib/TestComponents/Badge/CounterBadgeTest.android.js.map +1 -0
- package/lib/TestComponents/Badge/CounterBadgeTest.d.ts +3 -0
- package/lib/TestComponents/Badge/CounterBadgeTest.d.ts.map +1 -0
- package/lib/TestComponents/Badge/CounterBadgeTest.js +24 -0
- package/lib/TestComponents/Badge/CounterBadgeTest.js.map +1 -0
- package/lib/TestComponents/Badge/E2EBadgeTest.d.ts +3 -0
- package/lib/TestComponents/Badge/E2EBadgeTest.d.ts.map +1 -0
- package/lib/TestComponents/Badge/E2EBadgeTest.js +29 -0
- package/lib/TestComponents/Badge/E2EBadgeTest.js.map +1 -0
- package/lib/TestComponents/Badge/PresenceBadgeTest.android.d.ts +3 -0
- package/lib/TestComponents/Badge/PresenceBadgeTest.android.d.ts.map +1 -0
- package/lib/TestComponents/Badge/PresenceBadgeTest.android.js +64 -0
- package/lib/TestComponents/Badge/PresenceBadgeTest.android.js.map +1 -0
- package/lib/TestComponents/Badge/PresenceBadgeTest.d.ts +3 -0
- package/lib/TestComponents/Badge/PresenceBadgeTest.d.ts.map +1 -0
- package/lib/TestComponents/Badge/PresenceBadgeTest.js +43 -0
- package/lib/TestComponents/Badge/PresenceBadgeTest.js.map +1 -0
- package/lib/TestComponents/Badge/index.d.ts +2 -0
- package/lib/TestComponents/Badge/index.d.ts.map +1 -0
- package/lib/TestComponents/Badge/index.js +2 -0
- package/lib/TestComponents/Badge/index.js.map +1 -0
- package/lib/TestComponents/Button/ButtonHOCTestSection.d.ts +3 -0
- package/lib/TestComponents/Button/ButtonHOCTestSection.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonHOCTestSection.js +49 -0
- package/lib/TestComponents/Button/ButtonHOCTestSection.js.map +1 -0
- package/lib/TestComponents/Button/ButtonIconTestSection.android.d.ts +3 -0
- package/lib/TestComponents/Button/ButtonIconTestSection.android.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonIconTestSection.android.js +26 -0
- package/lib/TestComponents/Button/ButtonIconTestSection.android.js.map +1 -0
- package/lib/TestComponents/Button/ButtonIconTestSection.d.ts +3 -0
- package/lib/TestComponents/Button/ButtonIconTestSection.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonIconTestSection.js +65 -0
- package/lib/TestComponents/Button/ButtonIconTestSection.js.map +1 -0
- package/lib/TestComponents/Button/ButtonShapeTestSection.d.ts +3 -0
- package/lib/TestComponents/Button/ButtonShapeTestSection.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonShapeTestSection.js +47 -0
- package/lib/TestComponents/Button/ButtonShapeTestSection.js.map +1 -0
- package/lib/TestComponents/Button/ButtonSizeTestSection.d.ts +3 -0
- package/lib/TestComponents/Button/ButtonSizeTestSection.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonSizeTestSection.js +169 -0
- package/lib/TestComponents/Button/ButtonSizeTestSection.js.map +1 -0
- package/lib/TestComponents/Button/ButtonTest.d.ts +3 -0
- package/lib/TestComponents/Button/ButtonTest.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonTest.js +95 -0
- package/lib/TestComponents/Button/ButtonTest.js.map +1 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.android.d.ts +2 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.android.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.android.js +2 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.android.js.map +1 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.d.ts +3 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.ios.d.ts +2 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.ios.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.ios.js +2 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.ios.js.map +1 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.js +28 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.js.map +1 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.mobile.d.ts +3 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.mobile.d.ts.map +1 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.mobile.js +48 -0
- package/lib/TestComponents/Button/ButtonVariantTestSection.mobile.js.map +1 -0
- package/lib/TestComponents/Button/E2EButtonTest.d.ts +3 -0
- package/lib/TestComponents/Button/E2EButtonTest.d.ts.map +1 -0
- package/lib/TestComponents/Button/E2EButtonTest.js +99 -0
- package/lib/TestComponents/Button/E2EButtonTest.js.map +1 -0
- package/lib/TestComponents/Button/ToggleButtonTestSection.d.ts +3 -0
- package/lib/TestComponents/Button/ToggleButtonTestSection.d.ts.map +1 -0
- package/lib/TestComponents/Button/ToggleButtonTestSection.js +70 -0
- package/lib/TestComponents/Button/ToggleButtonTestSection.js.map +1 -0
- package/lib/TestComponents/Button/deprecated/ButtonFocusTest.d.ts +3 -0
- package/lib/TestComponents/Button/deprecated/ButtonFocusTest.d.ts.map +1 -0
- package/lib/TestComponents/Button/deprecated/ButtonFocusTest.js +30 -0
- package/lib/TestComponents/Button/deprecated/ButtonFocusTest.js.map +1 -0
- package/lib/TestComponents/Button/deprecated/ButtonIconTest.d.ts +3 -0
- package/lib/TestComponents/Button/deprecated/ButtonIconTest.d.ts.map +1 -0
- package/lib/TestComponents/Button/deprecated/ButtonIconTest.js +34 -0
- package/lib/TestComponents/Button/deprecated/ButtonIconTest.js.map +1 -0
- package/lib/TestComponents/Button/deprecated/E2EButtonTest.d.ts +3 -0
- package/lib/TestComponents/Button/deprecated/E2EButtonTest.d.ts.map +1 -0
- package/lib/TestComponents/Button/deprecated/E2EButtonTest.js +46 -0
- package/lib/TestComponents/Button/deprecated/E2EButtonTest.js.map +1 -0
- package/lib/TestComponents/Button/index.d.ts +2 -0
- package/lib/TestComponents/Button/index.d.ts.map +1 -0
- package/lib/TestComponents/Button/index.js +2 -0
- package/lib/TestComponents/Button/index.js.map +1 -0
- package/lib/TestComponents/Callout/CalloutE2ETest.d.ts +3 -0
- package/lib/TestComponents/Callout/CalloutE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/Callout/CalloutE2ETest.js +77 -0
- package/lib/TestComponents/Callout/CalloutE2ETest.js.map +1 -0
- package/lib/TestComponents/Callout/CalloutTest.d.ts +3 -0
- package/lib/TestComponents/Callout/CalloutTest.d.ts.map +1 -0
- package/lib/TestComponents/Callout/CalloutTest.js +527 -0
- package/lib/TestComponents/Callout/CalloutTest.js.map +1 -0
- package/lib/TestComponents/Callout/index.d.ts +2 -0
- package/lib/TestComponents/Callout/index.d.ts.map +1 -0
- package/lib/TestComponents/Callout/index.js +2 -0
- package/lib/TestComponents/Callout/index.js.map +1 -0
- package/lib/TestComponents/CheckboxLegacy/CheckboxLegacyE2ETest.d.ts +3 -0
- package/lib/TestComponents/CheckboxLegacy/CheckboxLegacyE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxLegacy/CheckboxLegacyE2ETest.js +45 -0
- package/lib/TestComponents/CheckboxLegacy/CheckboxLegacyE2ETest.js.map +1 -0
- package/lib/TestComponents/CheckboxLegacy/CheckboxLegacyTest.d.ts +3 -0
- package/lib/TestComponents/CheckboxLegacy/CheckboxLegacyTest.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxLegacy/CheckboxLegacyTest.js +179 -0
- package/lib/TestComponents/CheckboxLegacy/CheckboxLegacyTest.js.map +1 -0
- package/lib/TestComponents/CheckboxLegacy/index.d.ts +2 -0
- package/lib/TestComponents/CheckboxLegacy/index.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxLegacy/index.js +2 -0
- package/lib/TestComponents/CheckboxLegacy/index.js.map +1 -0
- package/lib/TestComponents/CheckboxV1/BasicCheckboxTest.d.ts +3 -0
- package/lib/TestComponents/CheckboxV1/BasicCheckboxTest.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxV1/BasicCheckboxTest.js +24 -0
- package/lib/TestComponents/CheckboxV1/BasicCheckboxTest.js.map +1 -0
- package/lib/TestComponents/CheckboxV1/CheckboxV1Test.d.ts +3 -0
- package/lib/TestComponents/CheckboxV1/CheckboxV1Test.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxV1/CheckboxV1Test.js +70 -0
- package/lib/TestComponents/CheckboxV1/CheckboxV1Test.js.map +1 -0
- package/lib/TestComponents/CheckboxV1/DesktopSpecificCheckboxTest.d.ts +3 -0
- package/lib/TestComponents/CheckboxV1/DesktopSpecificCheckboxTest.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxV1/DesktopSpecificCheckboxTest.js +12 -0
- package/lib/TestComponents/CheckboxV1/DesktopSpecificCheckboxTest.js.map +1 -0
- package/lib/TestComponents/CheckboxV1/E2ECheckboxV1Test.d.ts +3 -0
- package/lib/TestComponents/CheckboxV1/E2ECheckboxV1Test.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxV1/E2ECheckboxV1Test.js +47 -0
- package/lib/TestComponents/CheckboxV1/E2ECheckboxV1Test.js.map +1 -0
- package/lib/TestComponents/CheckboxV1/OtherCheckboxPropsTest.d.ts +3 -0
- package/lib/TestComponents/CheckboxV1/OtherCheckboxPropsTest.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxV1/OtherCheckboxPropsTest.js +63 -0
- package/lib/TestComponents/CheckboxV1/OtherCheckboxPropsTest.js.map +1 -0
- package/lib/TestComponents/CheckboxV1/SizeCheckboxTest.d.ts +3 -0
- package/lib/TestComponents/CheckboxV1/SizeCheckboxTest.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxV1/SizeCheckboxTest.js +13 -0
- package/lib/TestComponents/CheckboxV1/SizeCheckboxTest.js.map +1 -0
- package/lib/TestComponents/CheckboxV1/TokenCheckboxTest.d.ts +3 -0
- package/lib/TestComponents/CheckboxV1/TokenCheckboxTest.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxV1/TokenCheckboxTest.js +92 -0
- package/lib/TestComponents/CheckboxV1/TokenCheckboxTest.js.map +1 -0
- package/lib/TestComponents/CheckboxV1/index.d.ts +2 -0
- package/lib/TestComponents/CheckboxV1/index.d.ts.map +1 -0
- package/lib/TestComponents/CheckboxV1/index.js +2 -0
- package/lib/TestComponents/CheckboxV1/index.js.map +1 -0
- package/lib/TestComponents/Chip/ChipDefault.d.ts +3 -0
- package/lib/TestComponents/Chip/ChipDefault.d.ts.map +1 -0
- package/lib/TestComponents/Chip/ChipDefault.js +237 -0
- package/lib/TestComponents/Chip/ChipDefault.js.map +1 -0
- package/lib/TestComponents/Chip/ChipTest.d.ts +3 -0
- package/lib/TestComponents/Chip/ChipTest.d.ts.map +1 -0
- package/lib/TestComponents/Chip/ChipTest.js +39 -0
- package/lib/TestComponents/Chip/ChipTest.js.map +1 -0
- package/lib/TestComponents/Chip/E2EChipTest.d.ts +3 -0
- package/lib/TestComponents/Chip/E2EChipTest.d.ts.map +1 -0
- package/lib/TestComponents/Chip/E2EChipTest.js +36 -0
- package/lib/TestComponents/Chip/E2EChipTest.js.map +1 -0
- package/lib/TestComponents/Chip/index.d.ts +2 -0
- package/lib/TestComponents/Chip/index.d.ts.map +1 -0
- package/lib/TestComponents/Chip/index.js +2 -0
- package/lib/TestComponents/Chip/index.js.map +1 -0
- package/lib/TestComponents/ColorTokens/ColorTokenTest.d.ts +3 -0
- package/lib/TestComponents/ColorTokens/ColorTokenTest.d.ts.map +1 -0
- package/lib/TestComponents/ColorTokens/ColorTokenTest.js +212 -0
- package/lib/TestComponents/ColorTokens/ColorTokenTest.js.map +1 -0
- package/lib/TestComponents/ColorTokens/index.d.ts +2 -0
- package/lib/TestComponents/ColorTokens/index.d.ts.map +1 -0
- package/lib/TestComponents/ColorTokens/index.js +2 -0
- package/lib/TestComponents/ColorTokens/index.js.map +1 -0
- package/lib/TestComponents/Common/AlignmentPicker.d.ts +11 -0
- package/lib/TestComponents/Common/AlignmentPicker.d.ts.map +1 -0
- package/lib/TestComponents/Common/AlignmentPicker.js +27 -0
- package/lib/TestComponents/Common/AlignmentPicker.js.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.android.d.ts +5 -0
- package/lib/TestComponents/Common/MenuPicker.android.d.ts.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.android.js +27 -0
- package/lib/TestComponents/Common/MenuPicker.android.js.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.d.ts +4 -0
- package/lib/TestComponents/Common/MenuPicker.d.ts.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.desktop.d.ts +5 -0
- package/lib/TestComponents/Common/MenuPicker.desktop.d.ts.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.desktop.js +61 -0
- package/lib/TestComponents/Common/MenuPicker.desktop.js.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.ios.d.ts +5 -0
- package/lib/TestComponents/Common/MenuPicker.ios.d.ts.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.ios.js +59 -0
- package/lib/TestComponents/Common/MenuPicker.ios.js.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.js +8 -0
- package/lib/TestComponents/Common/MenuPicker.js.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.macos.d.ts +2 -0
- package/lib/TestComponents/Common/MenuPicker.macos.d.ts.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.macos.js +2 -0
- package/lib/TestComponents/Common/MenuPicker.macos.js.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.types.d.ts +14 -0
- package/lib/TestComponents/Common/MenuPicker.types.d.ts.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.types.js +2 -0
- package/lib/TestComponents/Common/MenuPicker.types.js.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.win32.d.ts +2 -0
- package/lib/TestComponents/Common/MenuPicker.win32.d.ts.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.win32.js +2 -0
- package/lib/TestComponents/Common/MenuPicker.win32.js.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.windows.d.ts +6 -0
- package/lib/TestComponents/Common/MenuPicker.windows.d.ts.map +1 -0
- package/lib/TestComponents/Common/MenuPicker.windows.js +28 -0
- package/lib/TestComponents/Common/MenuPicker.windows.js.map +1 -0
- package/lib/TestComponents/Common/Slider.d.ts +11 -0
- package/lib/TestComponents/Common/Slider.d.ts.map +1 -0
- package/lib/TestComponents/Common/Slider.js +139 -0
- package/lib/TestComponents/Common/Slider.js.map +1 -0
- package/lib/TestComponents/Common/Square.d.ts +7 -0
- package/lib/TestComponents/Common/Square.d.ts.map +1 -0
- package/lib/TestComponents/Common/Square.js +14 -0
- package/lib/TestComponents/Common/Square.js.map +1 -0
- package/lib/TestComponents/Common/StyledPicker.d.ts +2 -0
- package/lib/TestComponents/Common/StyledPicker.d.ts.map +1 -0
- package/lib/TestComponents/Common/StyledPicker.js +23 -0
- package/lib/TestComponents/Common/StyledPicker.js.map +1 -0
- package/lib/TestComponents/Common/TestProps.d.ts +26 -0
- package/lib/TestComponents/Common/TestProps.d.ts.map +1 -0
- package/lib/TestComponents/Common/TestProps.js +28 -0
- package/lib/TestComponents/Common/TestProps.js.map +1 -0
- package/lib/TestComponents/Common/iconExamples.d.ts +7 -0
- package/lib/TestComponents/Common/iconExamples.d.ts.map +1 -0
- package/lib/TestComponents/Common/iconExamples.js +23 -0
- package/lib/TestComponents/Common/iconExamples.js.map +1 -0
- package/lib/TestComponents/Common/styles.d.ts +178 -0
- package/lib/TestComponents/Common/styles.d.ts.map +1 -0
- package/lib/TestComponents/Common/styles.js +181 -0
- package/lib/TestComponents/Common/styles.js.map +1 -0
- package/lib/TestComponents/ContextualMenu/ContextualMenuTest.d.ts +3 -0
- package/lib/TestComponents/ContextualMenu/ContextualMenuTest.d.ts.map +1 -0
- package/lib/TestComponents/ContextualMenu/ContextualMenuTest.js +535 -0
- package/lib/TestComponents/ContextualMenu/ContextualMenuTest.js.map +1 -0
- package/lib/TestComponents/ContextualMenu/E2EContextualMenuTest.d.ts +3 -0
- package/lib/TestComponents/ContextualMenu/E2EContextualMenuTest.d.ts.map +1 -0
- package/lib/TestComponents/ContextualMenu/E2EContextualMenuTest.js +117 -0
- package/lib/TestComponents/ContextualMenu/E2EContextualMenuTest.js.map +1 -0
- package/lib/TestComponents/ContextualMenu/index.d.ts +2 -0
- package/lib/TestComponents/ContextualMenu/index.d.ts.map +1 -0
- package/lib/TestComponents/ContextualMenu/index.js +2 -0
- package/lib/TestComponents/ContextualMenu/index.js.map +1 -0
- package/lib/TestComponents/CornerRadius/CornerRadiusTest.d.ts +3 -0
- package/lib/TestComponents/CornerRadius/CornerRadiusTest.d.ts.map +1 -0
- package/lib/TestComponents/CornerRadius/CornerRadiusTest.js +75 -0
- package/lib/TestComponents/CornerRadius/CornerRadiusTest.js.map +1 -0
- package/lib/TestComponents/CornerRadius/index.d.ts +2 -0
- package/lib/TestComponents/CornerRadius/index.d.ts.map +1 -0
- package/lib/TestComponents/CornerRadius/index.js +2 -0
- package/lib/TestComponents/CornerRadius/index.js.map +1 -0
- package/lib/TestComponents/Divider/DividerTest.d.ts +8 -0
- package/lib/TestComponents/Divider/DividerTest.d.ts.map +1 -0
- package/lib/TestComponents/Divider/DividerTest.js +172 -0
- package/lib/TestComponents/Divider/DividerTest.js.map +1 -0
- package/lib/TestComponents/Divider/MobileDividerTest.d.ts +4 -0
- package/lib/TestComponents/Divider/MobileDividerTest.d.ts.map +1 -0
- package/lib/TestComponents/Divider/MobileDividerTest.js +66 -0
- package/lib/TestComponents/Divider/MobileDividerTest.js.map +1 -0
- package/lib/TestComponents/Divider/index.d.ts +2 -0
- package/lib/TestComponents/Divider/index.d.ts.map +1 -0
- package/lib/TestComponents/Divider/index.js +2 -0
- package/lib/TestComponents/Divider/index.js.map +1 -0
- package/lib/TestComponents/Drawer/DrawerDefault.d.ts +3 -0
- package/lib/TestComponents/Drawer/DrawerDefault.d.ts.map +1 -0
- package/lib/TestComponents/Drawer/DrawerDefault.js +97 -0
- package/lib/TestComponents/Drawer/DrawerDefault.js.map +1 -0
- package/lib/TestComponents/Drawer/DrawerTest.d.ts +3 -0
- package/lib/TestComponents/Drawer/DrawerTest.d.ts.map +1 -0
- package/lib/TestComponents/Drawer/DrawerTest.js +30 -0
- package/lib/TestComponents/Drawer/DrawerTest.js.map +1 -0
- package/lib/TestComponents/Drawer/E2EDrawerTest.d.ts +3 -0
- package/lib/TestComponents/Drawer/E2EDrawerTest.d.ts.map +1 -0
- package/lib/TestComponents/Drawer/E2EDrawerTest.js +8 -0
- package/lib/TestComponents/Drawer/E2EDrawerTest.js.map +1 -0
- package/lib/TestComponents/Drawer/index.d.ts +2 -0
- package/lib/TestComponents/Drawer/index.d.ts.map +1 -0
- package/lib/TestComponents/Drawer/index.js +2 -0
- package/lib/TestComponents/Drawer/index.js.map +1 -0
- package/lib/TestComponents/Dropdown/DropdownTest.d.ts +3 -0
- package/lib/TestComponents/Dropdown/DropdownTest.d.ts.map +1 -0
- package/lib/TestComponents/Dropdown/DropdownTest.js +34 -0
- package/lib/TestComponents/Dropdown/DropdownTest.js.map +1 -0
- package/lib/TestComponents/Dropdown/consts.d.ts +3 -0
- package/lib/TestComponents/Dropdown/consts.d.ts.map +1 -0
- package/lib/TestComponents/Dropdown/consts.js +3 -0
- package/lib/TestComponents/Dropdown/consts.js.map +1 -0
- package/lib/TestComponents/Dropdown/index.d.ts +3 -0
- package/lib/TestComponents/Dropdown/index.d.ts.map +1 -0
- package/lib/TestComponents/Dropdown/index.js +3 -0
- package/lib/TestComponents/Dropdown/index.js.map +1 -0
- package/lib/TestComponents/Expander/ExpanderTest.d.ts +3 -0
- package/lib/TestComponents/Expander/ExpanderTest.d.ts.map +1 -0
- package/lib/TestComponents/Expander/ExpanderTest.js +132 -0
- package/lib/TestComponents/Expander/ExpanderTest.js.map +1 -0
- package/lib/TestComponents/Expander/consts.d.ts +3 -0
- package/lib/TestComponents/Expander/consts.d.ts.map +1 -0
- package/lib/TestComponents/Expander/consts.js +3 -0
- package/lib/TestComponents/Expander/consts.js.map +1 -0
- package/lib/TestComponents/Expander/index.d.ts +3 -0
- package/lib/TestComponents/Expander/index.d.ts.map +1 -0
- package/lib/TestComponents/Expander/index.js +3 -0
- package/lib/TestComponents/Expander/index.js.map +1 -0
- package/lib/TestComponents/FocusTrapZone/FocusTrapZoneTest.d.ts +10 -0
- package/lib/TestComponents/FocusTrapZone/FocusTrapZoneTest.d.ts.map +1 -0
- package/lib/TestComponents/FocusTrapZone/FocusTrapZoneTest.js +159 -0
- package/lib/TestComponents/FocusTrapZone/FocusTrapZoneTest.js.map +1 -0
- package/lib/TestComponents/FocusTrapZone/index.d.ts +2 -0
- package/lib/TestComponents/FocusTrapZone/index.d.ts.map +1 -0
- package/lib/TestComponents/FocusTrapZone/index.js +2 -0
- package/lib/TestComponents/FocusTrapZone/index.js.map +1 -0
- package/lib/TestComponents/FocusZone/FocusZoneE2ETest.d.ts +21 -0
- package/lib/TestComponents/FocusZone/FocusZoneE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/FocusZone/FocusZoneE2ETest.js +144 -0
- package/lib/TestComponents/FocusZone/FocusZoneE2ETest.js.map +1 -0
- package/lib/TestComponents/FocusZone/FocusZoneTest.d.ts +4 -0
- package/lib/TestComponents/FocusZone/FocusZoneTest.d.ts.map +1 -0
- package/lib/TestComponents/FocusZone/FocusZoneTest.js +300 -0
- package/lib/TestComponents/FocusZone/FocusZoneTest.js.map +1 -0
- package/lib/TestComponents/FocusZone/index.d.ts +2 -0
- package/lib/TestComponents/FocusZone/index.d.ts.map +1 -0
- package/lib/TestComponents/FocusZone/index.js +2 -0
- package/lib/TestComponents/FocusZone/index.js.map +1 -0
- package/lib/TestComponents/FocusZone/styles.d.ts +252 -0
- package/lib/TestComponents/FocusZone/styles.d.ts.map +1 -0
- package/lib/TestComponents/FocusZone/styles.js +76 -0
- package/lib/TestComponents/FocusZone/styles.js.map +1 -0
- package/lib/TestComponents/Icon/IconLegacyE2ETest.d.ts +3 -0
- package/lib/TestComponents/Icon/IconLegacyE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/Icon/IconLegacyE2ETest.js +29 -0
- package/lib/TestComponents/Icon/IconLegacyE2ETest.js.map +1 -0
- package/lib/TestComponents/Icon/IconTest.d.ts +3 -0
- package/lib/TestComponents/Icon/IconTest.d.ts.map +1 -0
- package/lib/TestComponents/Icon/IconTest.js +138 -0
- package/lib/TestComponents/Icon/IconTest.js.map +1 -0
- package/lib/TestComponents/Icon/IconV1E2ETest.d.ts +3 -0
- package/lib/TestComponents/Icon/IconV1E2ETest.d.ts.map +1 -0
- package/lib/TestComponents/Icon/IconV1E2ETest.js +48 -0
- package/lib/TestComponents/Icon/IconV1E2ETest.js.map +1 -0
- package/lib/TestComponents/Icon/IconV1Test.android.d.ts +3 -0
- package/lib/TestComponents/Icon/IconV1Test.android.d.ts.map +1 -0
- package/lib/TestComponents/Icon/IconV1Test.android.js +54 -0
- package/lib/TestComponents/Icon/IconV1Test.android.js.map +1 -0
- package/lib/TestComponents/Icon/IconV1Test.d.ts +3 -0
- package/lib/TestComponents/Icon/IconV1Test.d.ts.map +1 -0
- package/lib/TestComponents/Icon/IconV1Test.js +55 -0
- package/lib/TestComponents/Icon/IconV1Test.js.map +1 -0
- package/lib/TestComponents/Icon/index.d.ts +2 -0
- package/lib/TestComponents/Icon/index.d.ts.map +1 -0
- package/lib/TestComponents/Icon/index.js +2 -0
- package/lib/TestComponents/Icon/index.js.map +1 -0
- package/lib/TestComponents/Input/E2EInputTest.d.ts +6 -0
- package/lib/TestComponents/Input/E2EInputTest.d.ts.map +1 -0
- package/lib/TestComponents/Input/E2EInputTest.js +58 -0
- package/lib/TestComponents/Input/E2EInputTest.js.map +1 -0
- package/lib/TestComponents/Input/InputDefault.d.ts +7 -0
- package/lib/TestComponents/Input/InputDefault.d.ts.map +1 -0
- package/lib/TestComponents/Input/InputDefault.js +68 -0
- package/lib/TestComponents/Input/InputDefault.js.map +1 -0
- package/lib/TestComponents/Input/InputTest.d.ts +3 -0
- package/lib/TestComponents/Input/InputTest.d.ts.map +1 -0
- package/lib/TestComponents/Input/InputTest.js +30 -0
- package/lib/TestComponents/Input/InputTest.js.map +1 -0
- package/lib/TestComponents/Input/index.d.ts +2 -0
- package/lib/TestComponents/Input/index.d.ts.map +1 -0
- package/lib/TestComponents/Input/index.js +2 -0
- package/lib/TestComponents/Input/index.js.map +1 -0
- package/lib/TestComponents/LinkLegacy/E2ELinkLegacyTest.d.ts +3 -0
- package/lib/TestComponents/LinkLegacy/E2ELinkLegacyTest.d.ts.map +1 -0
- package/lib/TestComponents/LinkLegacy/E2ELinkLegacyTest.js +35 -0
- package/lib/TestComponents/LinkLegacy/E2ELinkLegacyTest.js.map +1 -0
- package/lib/TestComponents/LinkLegacy/LinkLegacyTest.d.ts +3 -0
- package/lib/TestComponents/LinkLegacy/LinkLegacyTest.d.ts.map +1 -0
- package/lib/TestComponents/LinkLegacy/LinkLegacyTest.js +52 -0
- package/lib/TestComponents/LinkLegacy/LinkLegacyTest.js.map +1 -0
- package/lib/TestComponents/LinkLegacy/index.d.ts +2 -0
- package/lib/TestComponents/LinkLegacy/index.d.ts.map +1 -0
- package/lib/TestComponents/LinkLegacy/index.js +2 -0
- package/lib/TestComponents/LinkLegacy/index.js.map +1 -0
- package/lib/TestComponents/LinkV1/E2ELinkV1Test.d.ts +3 -0
- package/lib/TestComponents/LinkV1/E2ELinkV1Test.d.ts.map +1 -0
- package/lib/TestComponents/LinkV1/E2ELinkV1Test.js +29 -0
- package/lib/TestComponents/LinkV1/E2ELinkV1Test.js.map +1 -0
- package/lib/TestComponents/LinkV1/InlineLinksTest.android.d.ts +3 -0
- package/lib/TestComponents/LinkV1/InlineLinksTest.android.d.ts.map +1 -0
- package/lib/TestComponents/LinkV1/InlineLinksTest.android.js +49 -0
- package/lib/TestComponents/LinkV1/InlineLinksTest.android.js.map +1 -0
- package/lib/TestComponents/LinkV1/InlineLinksTest.d.ts +3 -0
- package/lib/TestComponents/LinkV1/InlineLinksTest.d.ts.map +1 -0
- package/lib/TestComponents/LinkV1/InlineLinksTest.js +37 -0
- package/lib/TestComponents/LinkV1/InlineLinksTest.js.map +1 -0
- package/lib/TestComponents/LinkV1/LinkV1Test.d.ts +3 -0
- package/lib/TestComponents/LinkV1/LinkV1Test.d.ts.map +1 -0
- package/lib/TestComponents/LinkV1/LinkV1Test.js +187 -0
- package/lib/TestComponents/LinkV1/LinkV1Test.js.map +1 -0
- package/lib/TestComponents/LinkV1/index.d.ts +2 -0
- package/lib/TestComponents/LinkV1/index.d.ts.map +1 -0
- package/lib/TestComponents/LinkV1/index.js +2 -0
- package/lib/TestComponents/LinkV1/index.js.map +1 -0
- package/lib/TestComponents/Menu/E2EMenuTest.d.ts +3 -0
- package/lib/TestComponents/Menu/E2EMenuTest.d.ts.map +1 -0
- package/lib/TestComponents/Menu/E2EMenuTest.js +122 -0
- package/lib/TestComponents/Menu/E2EMenuTest.js.map +1 -0
- package/lib/TestComponents/Menu/MenuComponentOutsideMenuList.d.ts +3 -0
- package/lib/TestComponents/Menu/MenuComponentOutsideMenuList.d.ts.map +1 -0
- package/lib/TestComponents/Menu/MenuComponentOutsideMenuList.js +24 -0
- package/lib/TestComponents/Menu/MenuComponentOutsideMenuList.js.map +1 -0
- package/lib/TestComponents/Menu/MenuIcons.d.ts +3 -0
- package/lib/TestComponents/Menu/MenuIcons.d.ts.map +1 -0
- package/lib/TestComponents/Menu/MenuIcons.js +38 -0
- package/lib/TestComponents/Menu/MenuIcons.js.map +1 -0
- package/lib/TestComponents/Menu/MenuRefs.d.ts +3 -0
- package/lib/TestComponents/Menu/MenuRefs.d.ts.map +1 -0
- package/lib/TestComponents/Menu/MenuRefs.js +25 -0
- package/lib/TestComponents/Menu/MenuRefs.js.map +1 -0
- package/lib/TestComponents/Menu/MenuScrollView.d.ts +3 -0
- package/lib/TestComponents/Menu/MenuScrollView.d.ts.map +1 -0
- package/lib/TestComponents/Menu/MenuScrollView.js +96 -0
- package/lib/TestComponents/Menu/MenuScrollView.js.map +1 -0
- package/lib/TestComponents/Menu/MenuTest.d.ts +3 -0
- package/lib/TestComponents/Menu/MenuTest.d.ts.map +1 -0
- package/lib/TestComponents/Menu/MenuTest.js +549 -0
- package/lib/TestComponents/Menu/MenuTest.js.map +1 -0
- package/lib/TestComponents/Menu/MenuTooltips.d.ts +3 -0
- package/lib/TestComponents/Menu/MenuTooltips.d.ts.map +1 -0
- package/lib/TestComponents/Menu/MenuTooltips.js +29 -0
- package/lib/TestComponents/Menu/MenuTooltips.js.map +1 -0
- package/lib/TestComponents/Menu/MenuTriggerCallbacks.d.ts +4 -0
- package/lib/TestComponents/Menu/MenuTriggerCallbacks.d.ts.map +1 -0
- package/lib/TestComponents/Menu/MenuTriggerCallbacks.js +67 -0
- package/lib/TestComponents/Menu/MenuTriggerCallbacks.js.map +1 -0
- package/lib/TestComponents/Menu/index.d.ts +2 -0
- package/lib/TestComponents/Menu/index.d.ts.map +1 -0
- package/lib/TestComponents/Menu/index.js +2 -0
- package/lib/TestComponents/Menu/index.js.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/CustomizedMenuButtonTest.d.ts +3 -0
- package/lib/TestComponents/MenuButtonLegacy/CustomizedMenuButtonTest.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/CustomizedMenuButtonTest.js +31 -0
- package/lib/TestComponents/MenuButtonLegacy/CustomizedMenuButtonTest.js.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyE2ETest.d.ts +3 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyE2ETest.js +73 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyE2ETest.js.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyTest.d.ts +3 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyTest.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyTest.js +47 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyTest.js.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyTestStyles.d.ts +6 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyTestStyles.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyTestStyles.js +5 -0
- package/lib/TestComponents/MenuButtonLegacy/MenuButtonLegacyTestStyles.js.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/NestedMenuButtonTest.d.ts +3 -0
- package/lib/TestComponents/MenuButtonLegacy/NestedMenuButtonTest.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/NestedMenuButtonTest.js +162 -0
- package/lib/TestComponents/MenuButtonLegacy/NestedMenuButtonTest.js.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/StandardMenuButtonTest.d.ts +3 -0
- package/lib/TestComponents/MenuButtonLegacy/StandardMenuButtonTest.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/StandardMenuButtonTest.js +135 -0
- package/lib/TestComponents/MenuButtonLegacy/StandardMenuButtonTest.js.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/index.d.ts +2 -0
- package/lib/TestComponents/MenuButtonLegacy/index.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/index.js +2 -0
- package/lib/TestComponents/MenuButtonLegacy/index.js.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/testData.d.ts +8 -0
- package/lib/TestComponents/MenuButtonLegacy/testData.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonLegacy/testData.js +21 -0
- package/lib/TestComponents/MenuButtonLegacy/testData.js.map +1 -0
- package/lib/TestComponents/MenuButtonV1/CustomizedMenuButtonTest.d.ts +3 -0
- package/lib/TestComponents/MenuButtonV1/CustomizedMenuButtonTest.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonV1/CustomizedMenuButtonTest.js +31 -0
- package/lib/TestComponents/MenuButtonV1/CustomizedMenuButtonTest.js.map +1 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1E2ETest.d.ts +3 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1E2ETest.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1E2ETest.js +73 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1E2ETest.js.map +1 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1Test.d.ts +3 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1Test.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1Test.js +47 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1Test.js.map +1 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1TestStyles.d.ts +6 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1TestStyles.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1TestStyles.js +5 -0
- package/lib/TestComponents/MenuButtonV1/MenuButtonV1TestStyles.js.map +1 -0
- package/lib/TestComponents/MenuButtonV1/NestedMenuButtonTest.d.ts +3 -0
- package/lib/TestComponents/MenuButtonV1/NestedMenuButtonTest.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonV1/NestedMenuButtonTest.js +163 -0
- package/lib/TestComponents/MenuButtonV1/NestedMenuButtonTest.js.map +1 -0
- package/lib/TestComponents/MenuButtonV1/StandardMenuButtonTest.d.ts +8 -0
- package/lib/TestComponents/MenuButtonV1/StandardMenuButtonTest.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonV1/StandardMenuButtonTest.js +147 -0
- package/lib/TestComponents/MenuButtonV1/StandardMenuButtonTest.js.map +1 -0
- package/lib/TestComponents/MenuButtonV1/index.d.ts +2 -0
- package/lib/TestComponents/MenuButtonV1/index.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonV1/index.js +2 -0
- package/lib/TestComponents/MenuButtonV1/index.js.map +1 -0
- package/lib/TestComponents/MenuButtonV1/testData.d.ts +8 -0
- package/lib/TestComponents/MenuButtonV1/testData.d.ts.map +1 -0
- package/lib/TestComponents/MenuButtonV1/testData.js +19 -0
- package/lib/TestComponents/MenuButtonV1/testData.js.map +1 -0
- package/lib/TestComponents/NativeDatePicker/NativeDatePickerTest.d.ts +3 -0
- package/lib/TestComponents/NativeDatePicker/NativeDatePickerTest.d.ts.map +1 -0
- package/lib/TestComponents/NativeDatePicker/NativeDatePickerTest.js +307 -0
- package/lib/TestComponents/NativeDatePicker/NativeDatePickerTest.js.map +1 -0
- package/lib/TestComponents/NativeDatePicker/consts.d.ts +3 -0
- package/lib/TestComponents/NativeDatePicker/consts.d.ts.map +1 -0
- package/lib/TestComponents/NativeDatePicker/consts.js +3 -0
- package/lib/TestComponents/NativeDatePicker/consts.js.map +1 -0
- package/lib/TestComponents/NativeDatePicker/index.d.ts +3 -0
- package/lib/TestComponents/NativeDatePicker/index.d.ts.map +1 -0
- package/lib/TestComponents/NativeDatePicker/index.js +3 -0
- package/lib/TestComponents/NativeDatePicker/index.js.map +1 -0
- package/lib/TestComponents/Notification/NotificationTest.d.ts +3 -0
- package/lib/TestComponents/Notification/NotificationTest.d.ts.map +1 -0
- package/lib/TestComponents/Notification/NotificationTest.js +257 -0
- package/lib/TestComponents/Notification/NotificationTest.js.map +1 -0
- package/lib/TestComponents/Notification/consts.d.ts +3 -0
- package/lib/TestComponents/Notification/consts.d.ts.map +1 -0
- package/lib/TestComponents/Notification/consts.js +3 -0
- package/lib/TestComponents/Notification/consts.js.map +1 -0
- package/lib/TestComponents/Notification/index.d.ts +3 -0
- package/lib/TestComponents/Notification/index.d.ts.map +1 -0
- package/lib/TestComponents/Notification/index.js +3 -0
- package/lib/TestComponents/Notification/index.js.map +1 -0
- package/lib/TestComponents/Overflow/OverflowE2ETest.d.ts +2 -0
- package/lib/TestComponents/Overflow/OverflowE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/Overflow/OverflowE2ETest.js +101 -0
- package/lib/TestComponents/Overflow/OverflowE2ETest.js.map +1 -0
- package/lib/TestComponents/Overflow/OverflowTest.d.ts +3 -0
- package/lib/TestComponents/Overflow/OverflowTest.d.ts.map +1 -0
- package/lib/TestComponents/Overflow/OverflowTest.js +226 -0
- package/lib/TestComponents/Overflow/OverflowTest.js.map +1 -0
- package/lib/TestComponents/Persona/CustomizeUsage.d.ts +3 -0
- package/lib/TestComponents/Persona/CustomizeUsage.d.ts.map +1 -0
- package/lib/TestComponents/Persona/CustomizeUsage.js +94 -0
- package/lib/TestComponents/Persona/CustomizeUsage.js.map +1 -0
- package/lib/TestComponents/Persona/PersonaTest.d.ts +3 -0
- package/lib/TestComponents/Persona/PersonaTest.d.ts.map +1 -0
- package/lib/TestComponents/Persona/PersonaTest.js +29 -0
- package/lib/TestComponents/Persona/PersonaTest.js.map +1 -0
- package/lib/TestComponents/Persona/StandardUsage.d.ts +3 -0
- package/lib/TestComponents/Persona/StandardUsage.d.ts.map +1 -0
- package/lib/TestComponents/Persona/StandardUsage.js +64 -0
- package/lib/TestComponents/Persona/StandardUsage.js.map +1 -0
- package/lib/TestComponents/Persona/index.d.ts +2 -0
- package/lib/TestComponents/Persona/index.d.ts.map +1 -0
- package/lib/TestComponents/Persona/index.js +2 -0
- package/lib/TestComponents/Persona/index.js.map +1 -0
- package/lib/TestComponents/Persona/styles.d.ts +5 -0
- package/lib/TestComponents/Persona/styles.d.ts.map +1 -0
- package/lib/TestComponents/Persona/styles.js +5 -0
- package/lib/TestComponents/Persona/styles.js.map +1 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.android.d.ts +2 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.android.d.ts.map +1 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.android.js +2 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.android.js.map +1 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.d.ts +3 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.d.ts.map +1 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.ios.d.ts +2 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.ios.d.ts.map +1 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.ios.js +2 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.ios.js.map +1 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.js +152 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.js.map +1 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.mobile.d.ts +3 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.mobile.d.ts.map +1 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.mobile.js +171 -0
- package/lib/TestComponents/PersonaCoin/CustomizeUsage.mobile.js.map +1 -0
- package/lib/TestComponents/PersonaCoin/PersonaCoinTest.d.ts +3 -0
- package/lib/TestComponents/PersonaCoin/PersonaCoinTest.d.ts.map +1 -0
- package/lib/TestComponents/PersonaCoin/PersonaCoinTest.js +28 -0
- package/lib/TestComponents/PersonaCoin/PersonaCoinTest.js.map +1 -0
- package/lib/TestComponents/PersonaCoin/StandardUsage.d.ts +3 -0
- package/lib/TestComponents/PersonaCoin/StandardUsage.d.ts.map +1 -0
- package/lib/TestComponents/PersonaCoin/StandardUsage.js +76 -0
- package/lib/TestComponents/PersonaCoin/StandardUsage.js.map +1 -0
- package/lib/TestComponents/PersonaCoin/index.d.ts +2 -0
- package/lib/TestComponents/PersonaCoin/index.d.ts.map +1 -0
- package/lib/TestComponents/PersonaCoin/index.js +2 -0
- package/lib/TestComponents/PersonaCoin/index.js.map +1 -0
- package/lib/TestComponents/PersonaCoin/styles.d.ts +9 -0
- package/lib/TestComponents/PersonaCoin/styles.d.ts.map +1 -0
- package/lib/TestComponents/PersonaCoin/styles.js +6 -0
- package/lib/TestComponents/PersonaCoin/styles.js.map +1 -0
- package/lib/TestComponents/Pressable/PressableTest.d.ts +3 -0
- package/lib/TestComponents/Pressable/PressableTest.d.ts.map +1 -0
- package/lib/TestComponents/Pressable/PressableTest.js +145 -0
- package/lib/TestComponents/Pressable/PressableTest.js.map +1 -0
- package/lib/TestComponents/Pressable/index.d.ts +2 -0
- package/lib/TestComponents/Pressable/index.d.ts.map +1 -0
- package/lib/TestComponents/Pressable/index.js +2 -0
- package/lib/TestComponents/Pressable/index.js.map +1 -0
- package/lib/TestComponents/RadioGroupLegacy/RadioGroupLegacyE2ETest.d.ts +3 -0
- package/lib/TestComponents/RadioGroupLegacy/RadioGroupLegacyE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupLegacy/RadioGroupLegacyE2ETest.js +54 -0
- package/lib/TestComponents/RadioGroupLegacy/RadioGroupLegacyE2ETest.js.map +1 -0
- package/lib/TestComponents/RadioGroupLegacy/RadioGroupLegacyTest.d.ts +3 -0
- package/lib/TestComponents/RadioGroupLegacy/RadioGroupLegacyTest.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupLegacy/RadioGroupLegacyTest.js +91 -0
- package/lib/TestComponents/RadioGroupLegacy/RadioGroupLegacyTest.js.map +1 -0
- package/lib/TestComponents/RadioGroupLegacy/index.d.ts +2 -0
- package/lib/TestComponents/RadioGroupLegacy/index.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupLegacy/index.js +2 -0
- package/lib/TestComponents/RadioGroupLegacy/index.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/CustomizedRadioGroup.d.ts +3 -0
- package/lib/TestComponents/RadioGroupV1/CustomizedRadioGroup.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/CustomizedRadioGroup.js +386 -0
- package/lib/TestComponents/RadioGroupV1/CustomizedRadioGroup.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/DefaultRadioGroup.android.d.ts +3 -0
- package/lib/TestComponents/RadioGroupV1/DefaultRadioGroup.android.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/DefaultRadioGroup.android.js +26 -0
- package/lib/TestComponents/RadioGroupV1/DefaultRadioGroup.android.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/DefaultRadioGroup.d.ts +3 -0
- package/lib/TestComponents/RadioGroupV1/DefaultRadioGroup.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/DefaultRadioGroup.js +51 -0
- package/lib/TestComponents/RadioGroupV1/DefaultRadioGroup.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/DisabledRadioGroup.d.ts +3 -0
- package/lib/TestComponents/RadioGroupV1/DisabledRadioGroup.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/DisabledRadioGroup.js +40 -0
- package/lib/TestComponents/RadioGroupV1/DisabledRadioGroup.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/HorizontalRadioGroup.d.ts +3 -0
- package/lib/TestComponents/RadioGroupV1/HorizontalRadioGroup.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/HorizontalRadioGroup.js +41 -0
- package/lib/TestComponents/RadioGroupV1/HorizontalRadioGroup.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/RadioGroupV1E2ETest.d.ts +3 -0
- package/lib/TestComponents/RadioGroupV1/RadioGroupV1E2ETest.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/RadioGroupV1E2ETest.js +51 -0
- package/lib/TestComponents/RadioGroupV1/RadioGroupV1E2ETest.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/RadioGroupV1Test.d.ts +3 -0
- package/lib/TestComponents/RadioGroupV1/RadioGroupV1Test.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/RadioGroupV1Test.js +84 -0
- package/lib/TestComponents/RadioGroupV1/RadioGroupV1Test.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/RequiredRadioGroup.d.ts +3 -0
- package/lib/TestComponents/RadioGroupV1/RequiredRadioGroup.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/RequiredRadioGroup.js +25 -0
- package/lib/TestComponents/RadioGroupV1/RequiredRadioGroup.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/SubtextRadioGroup.d.ts +3 -0
- package/lib/TestComponents/RadioGroupV1/SubtextRadioGroup.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/SubtextRadioGroup.js +24 -0
- package/lib/TestComponents/RadioGroupV1/SubtextRadioGroup.js.map +1 -0
- package/lib/TestComponents/RadioGroupV1/index.d.ts +2 -0
- package/lib/TestComponents/RadioGroupV1/index.d.ts.map +1 -0
- package/lib/TestComponents/RadioGroupV1/index.js +2 -0
- package/lib/TestComponents/RadioGroupV1/index.js.map +1 -0
- package/lib/TestComponents/Separator/SeparatorTest.android.d.ts +4 -0
- package/lib/TestComponents/Separator/SeparatorTest.android.d.ts.map +1 -0
- package/lib/TestComponents/Separator/SeparatorTest.android.js +4 -0
- package/lib/TestComponents/Separator/SeparatorTest.android.js.map +1 -0
- package/lib/TestComponents/Separator/SeparatorTest.d.ts +3 -0
- package/lib/TestComponents/Separator/SeparatorTest.d.ts.map +1 -0
- package/lib/TestComponents/Separator/SeparatorTest.ios.d.ts +4 -0
- package/lib/TestComponents/Separator/SeparatorTest.ios.d.ts.map +1 -0
- package/lib/TestComponents/Separator/SeparatorTest.ios.js +4 -0
- package/lib/TestComponents/Separator/SeparatorTest.ios.js.map +1 -0
- package/lib/TestComponents/Separator/SeparatorTest.js +53 -0
- package/lib/TestComponents/Separator/SeparatorTest.js.map +1 -0
- package/lib/TestComponents/Separator/SeparatorTest.mobile.d.ts +3 -0
- package/lib/TestComponents/Separator/SeparatorTest.mobile.d.ts.map +1 -0
- package/lib/TestComponents/Separator/SeparatorTest.mobile.js +70 -0
- package/lib/TestComponents/Separator/SeparatorTest.mobile.js.map +1 -0
- package/lib/TestComponents/Separator/index.d.ts +2 -0
- package/lib/TestComponents/Separator/index.d.ts.map +1 -0
- package/lib/TestComponents/Separator/index.js +2 -0
- package/lib/TestComponents/Separator/index.js.map +1 -0
- package/lib/TestComponents/Shadow/ShadowButtonTestSection.d.ts +3 -0
- package/lib/TestComponents/Shadow/ShadowButtonTestSection.d.ts.map +1 -0
- package/lib/TestComponents/Shadow/ShadowButtonTestSection.js +60 -0
- package/lib/TestComponents/Shadow/ShadowButtonTestSection.js.map +1 -0
- package/lib/TestComponents/Shadow/ShadowDepthTestSection.d.ts +3 -0
- package/lib/TestComponents/Shadow/ShadowDepthTestSection.d.ts.map +1 -0
- package/lib/TestComponents/Shadow/ShadowDepthTestSection.js +71 -0
- package/lib/TestComponents/Shadow/ShadowDepthTestSection.js.map +1 -0
- package/lib/TestComponents/Shadow/ShadowTest.d.ts +3 -0
- package/lib/TestComponents/Shadow/ShadowTest.d.ts.map +1 -0
- package/lib/TestComponents/Shadow/ShadowTest.js +34 -0
- package/lib/TestComponents/Shadow/ShadowTest.js.map +1 -0
- package/lib/TestComponents/Shadow/ShadowTestPageStyles.d.ts +12 -0
- package/lib/TestComponents/Shadow/ShadowTestPageStyles.d.ts.map +1 -0
- package/lib/TestComponents/Shadow/ShadowTestPageStyles.js +18 -0
- package/lib/TestComponents/Shadow/ShadowTestPageStyles.js.map +1 -0
- package/lib/TestComponents/Shadow/ShadowWithDifferentPropsTestSection.d.ts +3 -0
- package/lib/TestComponents/Shadow/ShadowWithDifferentPropsTestSection.d.ts.map +1 -0
- package/lib/TestComponents/Shadow/ShadowWithDifferentPropsTestSection.js +131 -0
- package/lib/TestComponents/Shadow/ShadowWithDifferentPropsTestSection.js.map +1 -0
- package/lib/TestComponents/Shadow/index.d.ts +2 -0
- package/lib/TestComponents/Shadow/index.d.ts.map +1 -0
- package/lib/TestComponents/Shadow/index.js +2 -0
- package/lib/TestComponents/Shadow/index.js.map +1 -0
- package/lib/TestComponents/Shimmer/ShimmerE2ETest.d.ts +3 -0
- package/lib/TestComponents/Shimmer/ShimmerE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/Shimmer/ShimmerE2ETest.js +20 -0
- package/lib/TestComponents/Shimmer/ShimmerE2ETest.js.map +1 -0
- package/lib/TestComponents/Shimmer/ShimmerTest.d.ts +5 -0
- package/lib/TestComponents/Shimmer/ShimmerTest.d.ts.map +1 -0
- package/lib/TestComponents/Shimmer/ShimmerTest.js +119 -0
- package/lib/TestComponents/Shimmer/ShimmerTest.js.map +1 -0
- package/lib/TestComponents/Shimmer/ShimmerTestElementSets.d.ts +9 -0
- package/lib/TestComponents/Shimmer/ShimmerTestElementSets.d.ts.map +1 -0
- package/lib/TestComponents/Shimmer/ShimmerTestElementSets.js +52 -0
- package/lib/TestComponents/Shimmer/ShimmerTestElementSets.js.map +1 -0
- package/lib/TestComponents/Shimmer/iconImageSource.d.ts +3 -0
- package/lib/TestComponents/Shimmer/iconImageSource.d.ts.map +1 -0
- package/lib/TestComponents/Shimmer/iconImageSource.js +4 -0
- package/lib/TestComponents/Shimmer/iconImageSource.js.map +1 -0
- package/lib/TestComponents/Shimmer/index.d.ts +2 -0
- package/lib/TestComponents/Shimmer/index.d.ts.map +1 -0
- package/lib/TestComponents/Shimmer/index.js +2 -0
- package/lib/TestComponents/Shimmer/index.js.map +1 -0
- package/lib/TestComponents/Spacing/SpacingTest.d.ts +3 -0
- package/lib/TestComponents/Spacing/SpacingTest.d.ts.map +1 -0
- package/lib/TestComponents/Spacing/SpacingTest.js +66 -0
- package/lib/TestComponents/Spacing/SpacingTest.js.map +1 -0
- package/lib/TestComponents/Spacing/index.d.ts +2 -0
- package/lib/TestComponents/Spacing/index.d.ts.map +1 -0
- package/lib/TestComponents/Spacing/index.js +2 -0
- package/lib/TestComponents/Spacing/index.js.map +1 -0
- package/lib/TestComponents/Spinner/SpinnerE2ETest.d.ts +3 -0
- package/lib/TestComponents/Spinner/SpinnerE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/Spinner/SpinnerE2ETest.js +10 -0
- package/lib/TestComponents/Spinner/SpinnerE2ETest.js.map +1 -0
- package/lib/TestComponents/Spinner/SpinnerTest.d.ts +3 -0
- package/lib/TestComponents/Spinner/SpinnerTest.d.ts.map +1 -0
- package/lib/TestComponents/Spinner/SpinnerTest.js +99 -0
- package/lib/TestComponents/Spinner/SpinnerTest.js.map +1 -0
- package/lib/TestComponents/Spinner/SpinnerTest.win32.d.ts +3 -0
- package/lib/TestComponents/Spinner/SpinnerTest.win32.d.ts.map +1 -0
- package/lib/TestComponents/Spinner/SpinnerTest.win32.js +60 -0
- package/lib/TestComponents/Spinner/SpinnerTest.win32.js.map +1 -0
- package/lib/TestComponents/Spinner/index.d.ts +2 -0
- package/lib/TestComponents/Spinner/index.d.ts.map +1 -0
- package/lib/TestComponents/Spinner/index.js +2 -0
- package/lib/TestComponents/Spinner/index.js.map +1 -0
- package/lib/TestComponents/StrokeWidth/StrokeWidthTest.d.ts +3 -0
- package/lib/TestComponents/StrokeWidth/StrokeWidthTest.d.ts.map +1 -0
- package/lib/TestComponents/StrokeWidth/StrokeWidthTest.js +82 -0
- package/lib/TestComponents/StrokeWidth/StrokeWidthTest.js.map +1 -0
- package/lib/TestComponents/StrokeWidth/index.d.ts +2 -0
- package/lib/TestComponents/StrokeWidth/index.d.ts.map +1 -0
- package/lib/TestComponents/StrokeWidth/index.js +2 -0
- package/lib/TestComponents/StrokeWidth/index.js.map +1 -0
- package/lib/TestComponents/Svg/RNSVGIcons.d.ts +3 -0
- package/lib/TestComponents/Svg/RNSVGIcons.d.ts.map +1 -0
- package/lib/TestComponents/Svg/RNSVGIcons.js +1698 -0
- package/lib/TestComponents/Svg/RNSVGIcons.js.map +1 -0
- package/lib/TestComponents/Svg/SvgTest.d.ts +3 -0
- package/lib/TestComponents/Svg/SvgTest.d.ts.map +1 -0
- package/lib/TestComponents/Svg/SvgTest.js +390 -0
- package/lib/TestComponents/Svg/SvgTest.js.map +1 -0
- package/lib/TestComponents/Svg/index.d.ts +3 -0
- package/lib/TestComponents/Svg/index.d.ts.map +1 -0
- package/lib/TestComponents/Svg/index.js +3 -0
- package/lib/TestComponents/Svg/index.js.map +1 -0
- package/lib/TestComponents/Switch/CustomizedSwitch.d.ts +3 -0
- package/lib/TestComponents/Switch/CustomizedSwitch.d.ts.map +1 -0
- package/lib/TestComponents/Switch/CustomizedSwitch.js +287 -0
- package/lib/TestComponents/Switch/CustomizedSwitch.js.map +1 -0
- package/lib/TestComponents/Switch/E2ESwitchTest.d.ts +3 -0
- package/lib/TestComponents/Switch/E2ESwitchTest.d.ts.map +1 -0
- package/lib/TestComponents/Switch/E2ESwitchTest.js +48 -0
- package/lib/TestComponents/Switch/E2ESwitchTest.js.map +1 -0
- package/lib/TestComponents/Switch/SwitchTest.d.ts +3 -0
- package/lib/TestComponents/Switch/SwitchTest.d.ts.map +1 -0
- package/lib/TestComponents/Switch/SwitchTest.js +153 -0
- package/lib/TestComponents/Switch/SwitchTest.js.map +1 -0
- package/lib/TestComponents/Switch/index.d.ts +2 -0
- package/lib/TestComponents/Switch/index.d.ts.map +1 -0
- package/lib/TestComponents/Switch/index.js +2 -0
- package/lib/TestComponents/Switch/index.js.map +1 -0
- package/lib/TestComponents/TabList/TabListE2ETest.d.ts +3 -0
- package/lib/TestComponents/TabList/TabListE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/TabList/TabListE2ETest.js +61 -0
- package/lib/TestComponents/TabList/TabListE2ETest.js.map +1 -0
- package/lib/TestComponents/TabList/TabListTest.d.ts +3 -0
- package/lib/TestComponents/TabList/TabListTest.d.ts.map +1 -0
- package/lib/TestComponents/TabList/TabListTest.js +249 -0
- package/lib/TestComponents/TabList/TabListTest.js.map +1 -0
- package/lib/TestComponents/Test.d.ts +24 -0
- package/lib/TestComponents/Test.d.ts.map +1 -0
- package/lib/TestComponents/Test.js +212 -0
- package/lib/TestComponents/Test.js.map +1 -0
- package/lib/TestComponents/TextLegacy/CustomizeUsage.d.ts +3 -0
- package/lib/TestComponents/TextLegacy/CustomizeUsage.d.ts.map +1 -0
- package/lib/TestComponents/TextLegacy/CustomizeUsage.js +111 -0
- package/lib/TestComponents/TextLegacy/CustomizeUsage.js.map +1 -0
- package/lib/TestComponents/TextLegacy/PressableUsage.d.ts +3 -0
- package/lib/TestComponents/TextLegacy/PressableUsage.d.ts.map +1 -0
- package/lib/TestComponents/TextLegacy/PressableUsage.js +63 -0
- package/lib/TestComponents/TextLegacy/PressableUsage.js.map +1 -0
- package/lib/TestComponents/TextLegacy/StandardUsage.d.ts +3 -0
- package/lib/TestComponents/TextLegacy/StandardUsage.d.ts.map +1 -0
- package/lib/TestComponents/TextLegacy/StandardUsage.js +29 -0
- package/lib/TestComponents/TextLegacy/StandardUsage.js.map +1 -0
- package/lib/TestComponents/TextLegacy/TextLegacyE2ETest.d.ts +3 -0
- package/lib/TestComponents/TextLegacy/TextLegacyE2ETest.d.ts.map +1 -0
- package/lib/TestComponents/TextLegacy/TextLegacyE2ETest.js +34 -0
- package/lib/TestComponents/TextLegacy/TextLegacyE2ETest.js.map +1 -0
- package/lib/TestComponents/TextLegacy/TextLegacyTest.d.ts +3 -0
- package/lib/TestComponents/TextLegacy/TextLegacyTest.d.ts.map +1 -0
- package/lib/TestComponents/TextLegacy/TextLegacyTest.js +48 -0
- package/lib/TestComponents/TextLegacy/TextLegacyTest.js.map +1 -0
- package/lib/TestComponents/TextLegacy/index.d.ts +2 -0
- package/lib/TestComponents/TextLegacy/index.d.ts.map +1 -0
- package/lib/TestComponents/TextLegacy/index.js +2 -0
- package/lib/TestComponents/TextLegacy/index.js.map +1 -0
- package/lib/TestComponents/TextV1/CustomizeUsage.d.ts +3 -0
- package/lib/TestComponents/TextV1/CustomizeUsage.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/CustomizeUsage.js +159 -0
- package/lib/TestComponents/TextV1/CustomizeUsage.js.map +1 -0
- package/lib/TestComponents/TextV1/MaximumFontSize.d.ts +3 -0
- package/lib/TestComponents/TextV1/MaximumFontSize.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/MaximumFontSize.ios.d.ts +3 -0
- package/lib/TestComponents/TextV1/MaximumFontSize.ios.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/MaximumFontSize.ios.js +27 -0
- package/lib/TestComponents/TextV1/MaximumFontSize.ios.js.map +1 -0
- package/lib/TestComponents/TextV1/MaximumFontSize.js +6 -0
- package/lib/TestComponents/TextV1/MaximumFontSize.js.map +1 -0
- package/lib/TestComponents/TextV1/PressableUsage.d.ts +3 -0
- package/lib/TestComponents/TextV1/PressableUsage.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/PressableUsage.js +68 -0
- package/lib/TestComponents/TextV1/PressableUsage.js.map +1 -0
- package/lib/TestComponents/TextV1/StandardUsage.d.ts +3 -0
- package/lib/TestComponents/TextV1/StandardUsage.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/StandardUsage.js +31 -0
- package/lib/TestComponents/TextV1/StandardUsage.js.map +1 -0
- package/lib/TestComponents/TextV1/TextV1E2ETest.d.ts +3 -0
- package/lib/TestComponents/TextV1/TextV1E2ETest.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/TextV1E2ETest.js +30 -0
- package/lib/TestComponents/TextV1/TextV1E2ETest.js.map +1 -0
- package/lib/TestComponents/TextV1/TextV1Test.d.ts +3 -0
- package/lib/TestComponents/TextV1/TextV1Test.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/TextV1Test.js +50 -0
- package/lib/TestComponents/TextV1/TextV1Test.js.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.android.d.ts +2 -0
- package/lib/TestComponents/TextV1/V2Usage.android.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.android.js +2 -0
- package/lib/TestComponents/TextV1/V2Usage.android.js.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.d.ts +3 -0
- package/lib/TestComponents/TextV1/V2Usage.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.ios.d.ts +2 -0
- package/lib/TestComponents/TextV1/V2Usage.ios.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.ios.js +2 -0
- package/lib/TestComponents/TextV1/V2Usage.ios.js.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.js +6 -0
- package/lib/TestComponents/TextV1/V2Usage.js.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.mobile.d.ts +3 -0
- package/lib/TestComponents/TextV1/V2Usage.mobile.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.mobile.js +54 -0
- package/lib/TestComponents/TextV1/V2Usage.mobile.js.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.win32.d.ts +3 -0
- package/lib/TestComponents/TextV1/V2Usage.win32.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/V2Usage.win32.js +43 -0
- package/lib/TestComponents/TextV1/V2Usage.win32.js.map +1 -0
- package/lib/TestComponents/TextV1/index.d.ts +2 -0
- package/lib/TestComponents/TextV1/index.d.ts.map +1 -0
- package/lib/TestComponents/TextV1/index.js +2 -0
- package/lib/TestComponents/TextV1/index.js.map +1 -0
- package/lib/TestComponents/Theme/ThemeTest.android.d.ts +3 -0
- package/lib/TestComponents/Theme/ThemeTest.android.d.ts.map +1 -0
- package/lib/TestComponents/Theme/ThemeTest.android.js +117 -0
- package/lib/TestComponents/Theme/ThemeTest.android.js.map +1 -0
- package/lib/TestComponents/Theme/ThemeTest.d.ts +3 -0
- package/lib/TestComponents/Theme/ThemeTest.d.ts.map +1 -0
- package/lib/TestComponents/Theme/ThemeTest.js +116 -0
- package/lib/TestComponents/Theme/ThemeTest.js.map +1 -0
- package/lib/TestComponents/Theme/index.d.ts +2 -0
- package/lib/TestComponents/Theme/index.d.ts.map +1 -0
- package/lib/TestComponents/Theme/index.js +2 -0
- package/lib/TestComponents/Theme/index.js.map +1 -0
- package/lib/TestComponents/Tooltip/TooltipDefault.d.ts +3 -0
- package/lib/TestComponents/Tooltip/TooltipDefault.d.ts.map +1 -0
- package/lib/TestComponents/Tooltip/TooltipDefault.js +14 -0
- package/lib/TestComponents/Tooltip/TooltipDefault.js.map +1 -0
- package/lib/TestComponents/Tooltip/TooltipPosition.d.ts +3 -0
- package/lib/TestComponents/Tooltip/TooltipPosition.d.ts.map +1 -0
- package/lib/TestComponents/Tooltip/TooltipPosition.js +25 -0
- package/lib/TestComponents/Tooltip/TooltipPosition.js.map +1 -0
- package/lib/TestComponents/Tooltip/TooltipTest.d.ts +3 -0
- package/lib/TestComponents/Tooltip/TooltipTest.d.ts.map +1 -0
- package/lib/TestComponents/Tooltip/TooltipTest.js +30 -0
- package/lib/TestComponents/Tooltip/TooltipTest.js.map +1 -0
- package/lib/TestComponents/Tooltip/index.d.ts +2 -0
- package/lib/TestComponents/Tooltip/index.d.ts.map +1 -0
- package/lib/TestComponents/Tooltip/index.js +2 -0
- package/lib/TestComponents/Tooltip/index.js.map +1 -0
- package/lib/TestComponents/VibrancyView/VibrancyViewTest.d.ts +3 -0
- package/lib/TestComponents/VibrancyView/VibrancyViewTest.d.ts.map +1 -0
- package/lib/TestComponents/VibrancyView/VibrancyViewTest.js +222 -0
- package/lib/TestComponents/VibrancyView/VibrancyViewTest.js.map +1 -0
- package/lib/TestComponents/VibrancyView/index.d.ts +2 -0
- package/lib/TestComponents/VibrancyView/index.d.ts.map +1 -0
- package/lib/TestComponents/VibrancyView/index.js +2 -0
- package/lib/TestComponents/VibrancyView/index.js.map +1 -0
- package/lib/TestComponents/index.d.ts +8 -0
- package/lib/TestComponents/index.d.ts.map +1 -0
- package/lib/TestComponents/index.js +2 -0
- package/lib/TestComponents/index.js.map +1 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -0
- package/lib/testPages.d.ts +3 -0
- package/lib/testPages.d.ts.map +1 -0
- package/lib/testPages.js +340 -0
- package/lib/testPages.js.map +1 -0
- package/lib/theme/CustomThemes.d.ts +26 -0
- package/lib/theme/CustomThemes.d.ts.map +1 -0
- package/lib/theme/CustomThemes.js +74 -0
- package/lib/theme/CustomThemes.js.map +1 -0
- package/lib/theme/ThemePickers.android.d.ts +3 -0
- package/lib/theme/ThemePickers.android.d.ts.map +1 -0
- package/lib/theme/ThemePickers.android.js +92 -0
- package/lib/theme/ThemePickers.android.js.map +1 -0
- package/lib/theme/ThemePickers.d.ts +29 -0
- package/lib/theme/ThemePickers.d.ts.map +1 -0
- package/lib/theme/ThemePickers.ios.d.ts +10 -0
- package/lib/theme/ThemePickers.ios.d.ts.map +1 -0
- package/lib/theme/ThemePickers.ios.js +54 -0
- package/lib/theme/ThemePickers.ios.js.map +1 -0
- package/lib/theme/ThemePickers.js +63 -0
- package/lib/theme/ThemePickers.js.map +1 -0
- package/lib/theme/ThemePickers.macos.d.ts +29 -0
- package/lib/theme/ThemePickers.macos.d.ts.map +1 -0
- package/lib/theme/ThemePickers.macos.js +91 -0
- package/lib/theme/ThemePickers.macos.js.map +1 -0
- package/lib/theme/ThemePickers.win32.d.ts +29 -0
- package/lib/theme/ThemePickers.win32.d.ts.map +1 -0
- package/lib/theme/ThemePickers.win32.js +74 -0
- package/lib/theme/ThemePickers.win32.js.map +1 -0
- package/lib/theme/applyBrand.d.ts +8 -0
- package/lib/theme/applyBrand.d.ts.map +1 -0
- package/lib/theme/applyBrand.js +136 -0
- package/lib/theme/applyBrand.js.map +1 -0
- package/lib/theme/applyTheme.d.ts +9 -0
- package/lib/theme/applyTheme.d.ts.map +1 -0
- package/lib/theme/applyTheme.js +16 -0
- package/lib/theme/applyTheme.js.map +1 -0
- package/lib/theme/index.d.ts +3 -0
- package/lib/theme/index.d.ts.map +1 -0
- package/lib/theme/index.js +3 -0
- package/lib/theme/index.js.map +1 -0
- package/lib-commonjs/FluentTester.d.ts +9 -0
- package/lib-commonjs/FluentTester.d.ts.map +1 -0
- package/lib-commonjs/FluentTester.js +263 -0
- package/lib-commonjs/FluentTester.js.map +1 -0
- package/lib-commonjs/FluentTesterApp.d.ts +3 -0
- package/lib-commonjs/FluentTesterApp.d.ts.map +1 -0
- package/lib-commonjs/FluentTesterApp.js +58 -0
- package/lib-commonjs/FluentTesterApp.js.map +1 -0
- package/lib-commonjs/TestComponents/ActivityIndicator/ActivityIndicatorTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/ActivityIndicator/ActivityIndicatorTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/ActivityIndicator/ActivityIndicatorTest.js +170 -0
- package/lib-commonjs/TestComponents/ActivityIndicator/ActivityIndicatorTest.js.map +1 -0
- package/lib-commonjs/TestComponents/ActivityIndicator/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/ActivityIndicator/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/ActivityIndicator/index.js +29 -0
- package/lib-commonjs/TestComponents/ActivityIndicator/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/AvatarTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Avatar/AvatarTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/AvatarTest.js +54 -0
- package/lib-commonjs/TestComponents/Avatar/AvatarTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/BasicAvatar.android.d.ts +3 -0
- package/lib-commonjs/TestComponents/Avatar/BasicAvatar.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/BasicAvatar.android.js +403 -0
- package/lib-commonjs/TestComponents/Avatar/BasicAvatar.android.js.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/BasicAvatar.d.ts +3 -0
- package/lib-commonjs/TestComponents/Avatar/BasicAvatar.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/BasicAvatar.js +164 -0
- package/lib-commonjs/TestComponents/Avatar/BasicAvatar.js.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/CustomizedAvatar.d.ts +3 -0
- package/lib-commonjs/TestComponents/Avatar/CustomizedAvatar.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/CustomizedAvatar.js +277 -0
- package/lib-commonjs/TestComponents/Avatar/CustomizedAvatar.js.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/E2EAvatarTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Avatar/E2EAvatarTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/E2EAvatarTest.js +28 -0
- package/lib-commonjs/TestComponents/Avatar/E2EAvatarTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/NativeAvatarTest.d.ts +5 -0
- package/lib-commonjs/TestComponents/Avatar/NativeAvatarTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/NativeAvatarTest.js +215 -0
- package/lib-commonjs/TestComponents/Avatar/NativeAvatarTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/index.d.ts +3 -0
- package/lib-commonjs/TestComponents/Avatar/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/index.js +30 -0
- package/lib-commonjs/TestComponents/Avatar/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/testImageSources.d.ts +4 -0
- package/lib-commonjs/TestComponents/Avatar/testImageSources.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Avatar/testImageSources.js +10 -0
- package/lib-commonjs/TestComponents/Avatar/testImageSources.js.map +1 -0
- package/lib-commonjs/TestComponents/Badge/BadgeTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Badge/BadgeTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Badge/BadgeTest.js +58 -0
- package/lib-commonjs/TestComponents/Badge/BadgeTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Badge/BasicBadgeTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Badge/BasicBadgeTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Badge/BasicBadgeTest.js +157 -0
- package/lib-commonjs/TestComponents/Badge/BasicBadgeTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Badge/CounterBadgeTest.android.d.ts +3 -0
- package/lib-commonjs/TestComponents/Badge/CounterBadgeTest.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Badge/CounterBadgeTest.android.js +33 -0
- package/lib-commonjs/TestComponents/Badge/CounterBadgeTest.android.js.map +1 -0
- package/lib-commonjs/TestComponents/Badge/CounterBadgeTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Badge/CounterBadgeTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Badge/CounterBadgeTest.js +28 -0
- package/lib-commonjs/TestComponents/Badge/CounterBadgeTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Badge/E2EBadgeTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Badge/E2EBadgeTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Badge/E2EBadgeTest.js +33 -0
- package/lib-commonjs/TestComponents/Badge/E2EBadgeTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Badge/PresenceBadgeTest.android.d.ts +3 -0
- package/lib-commonjs/TestComponents/Badge/PresenceBadgeTest.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Badge/PresenceBadgeTest.android.js +68 -0
- package/lib-commonjs/TestComponents/Badge/PresenceBadgeTest.android.js.map +1 -0
- package/lib-commonjs/TestComponents/Badge/PresenceBadgeTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Badge/PresenceBadgeTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Badge/PresenceBadgeTest.js +47 -0
- package/lib-commonjs/TestComponents/Badge/PresenceBadgeTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Badge/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Badge/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Badge/index.js +29 -0
- package/lib-commonjs/TestComponents/Badge/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonHOCTestSection.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/ButtonHOCTestSection.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonHOCTestSection.js +111 -0
- package/lib-commonjs/TestComponents/Button/ButtonHOCTestSection.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonIconTestSection.android.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/ButtonIconTestSection.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonIconTestSection.android.js +38 -0
- package/lib-commonjs/TestComponents/Button/ButtonIconTestSection.android.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonIconTestSection.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/ButtonIconTestSection.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonIconTestSection.js +92 -0
- package/lib-commonjs/TestComponents/Button/ButtonIconTestSection.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonShapeTestSection.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/ButtonShapeTestSection.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonShapeTestSection.js +84 -0
- package/lib-commonjs/TestComponents/Button/ButtonShapeTestSection.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonSizeTestSection.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/ButtonSizeTestSection.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonSizeTestSection.js +213 -0
- package/lib-commonjs/TestComponents/Button/ButtonSizeTestSection.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/ButtonTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonTest.js +99 -0
- package/lib-commonjs/TestComponents/Button/ButtonTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.android.d.ts +2 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.android.js +11 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.android.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.ios.d.ts +2 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.ios.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.ios.js +11 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.ios.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.js +66 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.mobile.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.mobile.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.mobile.js +123 -0
- package/lib-commonjs/TestComponents/Button/ButtonVariantTestSection.mobile.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/E2EButtonTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/E2EButtonTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/E2EButtonTest.js +142 -0
- package/lib-commonjs/TestComponents/Button/E2EButtonTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/ToggleButtonTestSection.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/ToggleButtonTestSection.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/ToggleButtonTestSection.js +150 -0
- package/lib-commonjs/TestComponents/Button/ToggleButtonTestSection.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/deprecated/ButtonFocusTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/deprecated/ButtonFocusTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/deprecated/ButtonFocusTest.js +89 -0
- package/lib-commonjs/TestComponents/Button/deprecated/ButtonFocusTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/deprecated/ButtonIconTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/deprecated/ButtonIconTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/deprecated/ButtonIconTest.js +50 -0
- package/lib-commonjs/TestComponents/Button/deprecated/ButtonIconTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/deprecated/E2EButtonTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Button/deprecated/E2EButtonTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/deprecated/E2EButtonTest.js +94 -0
- package/lib-commonjs/TestComponents/Button/deprecated/E2EButtonTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Button/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Button/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Button/index.js +29 -0
- package/lib-commonjs/TestComponents/Button/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Callout/CalloutE2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Callout/CalloutE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Callout/CalloutE2ETest.js +135 -0
- package/lib-commonjs/TestComponents/Callout/CalloutE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/Callout/CalloutTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Callout/CalloutTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Callout/CalloutTest.js +620 -0
- package/lib-commonjs/TestComponents/Callout/CalloutTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Callout/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Callout/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Callout/index.js +29 -0
- package/lib-commonjs/TestComponents/Callout/index.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/CheckboxLegacyE2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/CheckboxLegacyE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/CheckboxLegacyE2ETest.js +96 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/CheckboxLegacyE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/CheckboxLegacyTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/CheckboxLegacyTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/CheckboxLegacyTest.js +263 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/CheckboxLegacyTest.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/index.js +29 -0
- package/lib-commonjs/TestComponents/CheckboxLegacy/index.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/BasicCheckboxTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/CheckboxV1/BasicCheckboxTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/BasicCheckboxTest.js +32 -0
- package/lib-commonjs/TestComponents/CheckboxV1/BasicCheckboxTest.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/CheckboxV1Test.d.ts +3 -0
- package/lib-commonjs/TestComponents/CheckboxV1/CheckboxV1Test.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/CheckboxV1Test.js +74 -0
- package/lib-commonjs/TestComponents/CheckboxV1/CheckboxV1Test.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/DesktopSpecificCheckboxTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/CheckboxV1/DesktopSpecificCheckboxTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/DesktopSpecificCheckboxTest.js +16 -0
- package/lib-commonjs/TestComponents/CheckboxV1/DesktopSpecificCheckboxTest.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/E2ECheckboxV1Test.d.ts +3 -0
- package/lib-commonjs/TestComponents/CheckboxV1/E2ECheckboxV1Test.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/E2ECheckboxV1Test.js +99 -0
- package/lib-commonjs/TestComponents/CheckboxV1/E2ECheckboxV1Test.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/OtherCheckboxPropsTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/CheckboxV1/OtherCheckboxPropsTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/OtherCheckboxPropsTest.js +85 -0
- package/lib-commonjs/TestComponents/CheckboxV1/OtherCheckboxPropsTest.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/SizeCheckboxTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/CheckboxV1/SizeCheckboxTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/SizeCheckboxTest.js +17 -0
- package/lib-commonjs/TestComponents/CheckboxV1/SizeCheckboxTest.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/TokenCheckboxTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/CheckboxV1/TokenCheckboxTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/TokenCheckboxTest.js +101 -0
- package/lib-commonjs/TestComponents/CheckboxV1/TokenCheckboxTest.js.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/CheckboxV1/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CheckboxV1/index.js +29 -0
- package/lib-commonjs/TestComponents/CheckboxV1/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Chip/ChipDefault.d.ts +3 -0
- package/lib-commonjs/TestComponents/Chip/ChipDefault.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Chip/ChipDefault.js +291 -0
- package/lib-commonjs/TestComponents/Chip/ChipDefault.js.map +1 -0
- package/lib-commonjs/TestComponents/Chip/ChipTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Chip/ChipTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Chip/ChipTest.js +43 -0
- package/lib-commonjs/TestComponents/Chip/ChipTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Chip/E2EChipTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Chip/E2EChipTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Chip/E2EChipTest.js +85 -0
- package/lib-commonjs/TestComponents/Chip/E2EChipTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Chip/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Chip/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Chip/index.js +29 -0
- package/lib-commonjs/TestComponents/Chip/index.js.map +1 -0
- package/lib-commonjs/TestComponents/ColorTokens/ColorTokenTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/ColorTokens/ColorTokenTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/ColorTokens/ColorTokenTest.js +286 -0
- package/lib-commonjs/TestComponents/ColorTokens/ColorTokenTest.js.map +1 -0
- package/lib-commonjs/TestComponents/ColorTokens/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/ColorTokens/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/ColorTokens/index.js +29 -0
- package/lib-commonjs/TestComponents/ColorTokens/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/AlignmentPicker.d.ts +11 -0
- package/lib-commonjs/TestComponents/Common/AlignmentPicker.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/AlignmentPicker.js +81 -0
- package/lib-commonjs/TestComponents/Common/AlignmentPicker.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.android.d.ts +5 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.android.js +31 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.android.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.d.ts +4 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.desktop.d.ts +5 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.desktop.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.desktop.js +68 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.desktop.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.ios.d.ts +5 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.ios.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.ios.js +66 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.ios.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.js +12 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.macos.d.ts +2 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.macos.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.macos.js +29 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.macos.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.types.d.ts +14 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.types.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.types.js +3 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.types.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.win32.d.ts +2 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.win32.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.win32.js +29 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.win32.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.windows.d.ts +6 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.windows.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.windows.js +59 -0
- package/lib-commonjs/TestComponents/Common/MenuPicker.windows.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/Slider.d.ts +11 -0
- package/lib-commonjs/TestComponents/Common/Slider.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/Slider.js +193 -0
- package/lib-commonjs/TestComponents/Common/Slider.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/Square.d.ts +7 -0
- package/lib-commonjs/TestComponents/Common/Square.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/Square.js +18 -0
- package/lib-commonjs/TestComponents/Common/Square.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/StyledPicker.d.ts +2 -0
- package/lib-commonjs/TestComponents/Common/StyledPicker.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/StyledPicker.js +33 -0
- package/lib-commonjs/TestComponents/Common/StyledPicker.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/TestProps.d.ts +26 -0
- package/lib-commonjs/TestComponents/Common/TestProps.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/TestProps.js +31 -0
- package/lib-commonjs/TestComponents/Common/TestProps.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/iconExamples.d.ts +7 -0
- package/lib-commonjs/TestComponents/Common/iconExamples.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/iconExamples.js +31 -0
- package/lib-commonjs/TestComponents/Common/iconExamples.js.map +1 -0
- package/lib-commonjs/TestComponents/Common/styles.d.ts +178 -0
- package/lib-commonjs/TestComponents/Common/styles.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Common/styles.js +190 -0
- package/lib-commonjs/TestComponents/Common/styles.js.map +1 -0
- package/lib-commonjs/TestComponents/ContextualMenu/ContextualMenuTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/ContextualMenu/ContextualMenuTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/ContextualMenu/ContextualMenuTest.js +617 -0
- package/lib-commonjs/TestComponents/ContextualMenu/ContextualMenuTest.js.map +1 -0
- package/lib-commonjs/TestComponents/ContextualMenu/E2EContextualMenuTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/ContextualMenu/E2EContextualMenuTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/ContextualMenu/E2EContextualMenuTest.js +175 -0
- package/lib-commonjs/TestComponents/ContextualMenu/E2EContextualMenuTest.js.map +1 -0
- package/lib-commonjs/TestComponents/ContextualMenu/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/ContextualMenu/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/ContextualMenu/index.js +29 -0
- package/lib-commonjs/TestComponents/ContextualMenu/index.js.map +1 -0
- package/lib-commonjs/TestComponents/CornerRadius/CornerRadiusTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/CornerRadius/CornerRadiusTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CornerRadius/CornerRadiusTest.js +140 -0
- package/lib-commonjs/TestComponents/CornerRadius/CornerRadiusTest.js.map +1 -0
- package/lib-commonjs/TestComponents/CornerRadius/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/CornerRadius/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/CornerRadius/index.js +29 -0
- package/lib-commonjs/TestComponents/CornerRadius/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Divider/DividerTest.d.ts +8 -0
- package/lib-commonjs/TestComponents/Divider/DividerTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Divider/DividerTest.js +198 -0
- package/lib-commonjs/TestComponents/Divider/DividerTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Divider/MobileDividerTest.d.ts +4 -0
- package/lib-commonjs/TestComponents/Divider/MobileDividerTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Divider/MobileDividerTest.js +74 -0
- package/lib-commonjs/TestComponents/Divider/MobileDividerTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Divider/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Divider/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Divider/index.js +29 -0
- package/lib-commonjs/TestComponents/Divider/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Drawer/DrawerDefault.d.ts +3 -0
- package/lib-commonjs/TestComponents/Drawer/DrawerDefault.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Drawer/DrawerDefault.js +173 -0
- package/lib-commonjs/TestComponents/Drawer/DrawerDefault.js.map +1 -0
- package/lib-commonjs/TestComponents/Drawer/DrawerTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Drawer/DrawerTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Drawer/DrawerTest.js +40 -0
- package/lib-commonjs/TestComponents/Drawer/DrawerTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Drawer/E2EDrawerTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Drawer/E2EDrawerTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Drawer/E2EDrawerTest.js +12 -0
- package/lib-commonjs/TestComponents/Drawer/E2EDrawerTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Drawer/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Drawer/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Drawer/index.js +29 -0
- package/lib-commonjs/TestComponents/Drawer/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Dropdown/DropdownTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Dropdown/DropdownTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Dropdown/DropdownTest.js +47 -0
- package/lib-commonjs/TestComponents/Dropdown/DropdownTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Dropdown/consts.d.ts +3 -0
- package/lib-commonjs/TestComponents/Dropdown/consts.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Dropdown/consts.js +6 -0
- package/lib-commonjs/TestComponents/Dropdown/consts.js.map +1 -0
- package/lib-commonjs/TestComponents/Dropdown/index.d.ts +3 -0
- package/lib-commonjs/TestComponents/Dropdown/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Dropdown/index.js +30 -0
- package/lib-commonjs/TestComponents/Dropdown/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Expander/ExpanderTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Expander/ExpanderTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Expander/ExpanderTest.js +207 -0
- package/lib-commonjs/TestComponents/Expander/ExpanderTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Expander/consts.d.ts +3 -0
- package/lib-commonjs/TestComponents/Expander/consts.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Expander/consts.js +6 -0
- package/lib-commonjs/TestComponents/Expander/consts.js.map +1 -0
- package/lib-commonjs/TestComponents/Expander/index.d.ts +3 -0
- package/lib-commonjs/TestComponents/Expander/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Expander/index.js +30 -0
- package/lib-commonjs/TestComponents/Expander/index.js.map +1 -0
- package/lib-commonjs/TestComponents/FocusTrapZone/FocusTrapZoneTest.d.ts +10 -0
- package/lib-commonjs/TestComponents/FocusTrapZone/FocusTrapZoneTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/FocusTrapZone/FocusTrapZoneTest.js +219 -0
- package/lib-commonjs/TestComponents/FocusTrapZone/FocusTrapZoneTest.js.map +1 -0
- package/lib-commonjs/TestComponents/FocusTrapZone/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/FocusTrapZone/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/FocusTrapZone/index.js +29 -0
- package/lib-commonjs/TestComponents/FocusTrapZone/index.js.map +1 -0
- package/lib-commonjs/TestComponents/FocusZone/FocusZoneE2ETest.d.ts +21 -0
- package/lib-commonjs/TestComponents/FocusZone/FocusZoneE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/FocusZone/FocusZoneE2ETest.js +159 -0
- package/lib-commonjs/TestComponents/FocusZone/FocusZoneE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/FocusZone/FocusZoneTest.d.ts +4 -0
- package/lib-commonjs/TestComponents/FocusZone/FocusZoneTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/FocusZone/FocusZoneTest.js +408 -0
- package/lib-commonjs/TestComponents/FocusZone/FocusZoneTest.js.map +1 -0
- package/lib-commonjs/TestComponents/FocusZone/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/FocusZone/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/FocusZone/index.js +29 -0
- package/lib-commonjs/TestComponents/FocusZone/index.js.map +1 -0
- package/lib-commonjs/TestComponents/FocusZone/styles.d.ts +252 -0
- package/lib-commonjs/TestComponents/FocusZone/styles.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/FocusZone/styles.js +79 -0
- package/lib-commonjs/TestComponents/FocusZone/styles.js.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconLegacyE2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Icon/IconLegacyE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconLegacyE2ETest.js +39 -0
- package/lib-commonjs/TestComponents/Icon/IconLegacyE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Icon/IconTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconTest.js +164 -0
- package/lib-commonjs/TestComponents/Icon/IconTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconV1E2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Icon/IconV1E2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconV1E2ETest.js +52 -0
- package/lib-commonjs/TestComponents/Icon/IconV1E2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconV1Test.android.d.ts +3 -0
- package/lib-commonjs/TestComponents/Icon/IconV1Test.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconV1Test.android.js +63 -0
- package/lib-commonjs/TestComponents/Icon/IconV1Test.android.js.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconV1Test.d.ts +3 -0
- package/lib-commonjs/TestComponents/Icon/IconV1Test.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Icon/IconV1Test.js +64 -0
- package/lib-commonjs/TestComponents/Icon/IconV1Test.js.map +1 -0
- package/lib-commonjs/TestComponents/Icon/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Icon/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Icon/index.js +29 -0
- package/lib-commonjs/TestComponents/Icon/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Input/E2EInputTest.d.ts +6 -0
- package/lib-commonjs/TestComponents/Input/E2EInputTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Input/E2EInputTest.js +110 -0
- package/lib-commonjs/TestComponents/Input/E2EInputTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Input/InputDefault.d.ts +7 -0
- package/lib-commonjs/TestComponents/Input/InputDefault.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Input/InputDefault.js +127 -0
- package/lib-commonjs/TestComponents/Input/InputDefault.js.map +1 -0
- package/lib-commonjs/TestComponents/Input/InputTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Input/InputTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Input/InputTest.js +40 -0
- package/lib-commonjs/TestComponents/Input/InputTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Input/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Input/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Input/index.js +29 -0
- package/lib-commonjs/TestComponents/Input/index.js.map +1 -0
- package/lib-commonjs/TestComponents/LinkLegacy/E2ELinkLegacyTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/LinkLegacy/E2ELinkLegacyTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/LinkLegacy/E2ELinkLegacyTest.js +34 -0
- package/lib-commonjs/TestComponents/LinkLegacy/E2ELinkLegacyTest.js.map +1 -0
- package/lib-commonjs/TestComponents/LinkLegacy/LinkLegacyTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/LinkLegacy/LinkLegacyTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/LinkLegacy/LinkLegacyTest.js +56 -0
- package/lib-commonjs/TestComponents/LinkLegacy/LinkLegacyTest.js.map +1 -0
- package/lib-commonjs/TestComponents/LinkLegacy/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/LinkLegacy/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/LinkLegacy/index.js +29 -0
- package/lib-commonjs/TestComponents/LinkLegacy/index.js.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/E2ELinkV1Test.d.ts +3 -0
- package/lib-commonjs/TestComponents/LinkV1/E2ELinkV1Test.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/E2ELinkV1Test.js +32 -0
- package/lib-commonjs/TestComponents/LinkV1/E2ELinkV1Test.js.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/InlineLinksTest.android.d.ts +3 -0
- package/lib-commonjs/TestComponents/LinkV1/InlineLinksTest.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/InlineLinksTest.android.js +108 -0
- package/lib-commonjs/TestComponents/LinkV1/InlineLinksTest.android.js.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/InlineLinksTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/LinkV1/InlineLinksTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/InlineLinksTest.js +102 -0
- package/lib-commonjs/TestComponents/LinkV1/InlineLinksTest.js.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/LinkV1Test.d.ts +3 -0
- package/lib-commonjs/TestComponents/LinkV1/LinkV1Test.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/LinkV1Test.js +256 -0
- package/lib-commonjs/TestComponents/LinkV1/LinkV1Test.js.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/LinkV1/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/LinkV1/index.js +29 -0
- package/lib-commonjs/TestComponents/LinkV1/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Menu/E2EMenuTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Menu/E2EMenuTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Menu/E2EMenuTest.js +170 -0
- package/lib-commonjs/TestComponents/Menu/E2EMenuTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuComponentOutsideMenuList.d.ts +3 -0
- package/lib-commonjs/TestComponents/Menu/MenuComponentOutsideMenuList.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuComponentOutsideMenuList.js +31 -0
- package/lib-commonjs/TestComponents/Menu/MenuComponentOutsideMenuList.js.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuIcons.d.ts +3 -0
- package/lib-commonjs/TestComponents/Menu/MenuIcons.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuIcons.js +47 -0
- package/lib-commonjs/TestComponents/Menu/MenuIcons.js.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuRefs.d.ts +3 -0
- package/lib-commonjs/TestComponents/Menu/MenuRefs.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuRefs.js +85 -0
- package/lib-commonjs/TestComponents/Menu/MenuRefs.js.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuScrollView.d.ts +3 -0
- package/lib-commonjs/TestComponents/Menu/MenuScrollView.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuScrollView.js +159 -0
- package/lib-commonjs/TestComponents/Menu/MenuScrollView.js.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Menu/MenuTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuTest.js +589 -0
- package/lib-commonjs/TestComponents/Menu/MenuTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuTooltips.d.ts +3 -0
- package/lib-commonjs/TestComponents/Menu/MenuTooltips.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuTooltips.js +35 -0
- package/lib-commonjs/TestComponents/Menu/MenuTooltips.js.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuTriggerCallbacks.d.ts +4 -0
- package/lib-commonjs/TestComponents/Menu/MenuTriggerCallbacks.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Menu/MenuTriggerCallbacks.js +130 -0
- package/lib-commonjs/TestComponents/Menu/MenuTriggerCallbacks.js.map +1 -0
- package/lib-commonjs/TestComponents/Menu/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Menu/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Menu/index.js +29 -0
- package/lib-commonjs/TestComponents/Menu/index.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/CustomizedMenuButtonTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/CustomizedMenuButtonTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/CustomizedMenuButtonTest.js +38 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/CustomizedMenuButtonTest.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyE2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyE2ETest.js +122 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyTest.js +51 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyTest.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyTestStyles.d.ts +6 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyTestStyles.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyTestStyles.js +8 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/MenuButtonLegacyTestStyles.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/NestedMenuButtonTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/NestedMenuButtonTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/NestedMenuButtonTest.js +219 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/NestedMenuButtonTest.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/StandardMenuButtonTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/StandardMenuButtonTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/StandardMenuButtonTest.js +198 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/StandardMenuButtonTest.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/index.js +29 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/index.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/testData.d.ts +8 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/testData.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/testData.js +24 -0
- package/lib-commonjs/TestComponents/MenuButtonLegacy/testData.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/CustomizedMenuButtonTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/CustomizedMenuButtonTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/CustomizedMenuButtonTest.js +38 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/CustomizedMenuButtonTest.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1E2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1E2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1E2ETest.js +122 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1E2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1Test.d.ts +3 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1Test.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1Test.js +51 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1Test.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1TestStyles.d.ts +6 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1TestStyles.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1TestStyles.js +8 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/MenuButtonV1TestStyles.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/NestedMenuButtonTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/NestedMenuButtonTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/NestedMenuButtonTest.js +217 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/NestedMenuButtonTest.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/StandardMenuButtonTest.d.ts +8 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/StandardMenuButtonTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/StandardMenuButtonTest.js +205 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/StandardMenuButtonTest.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/index.js +29 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/index.js.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/testData.d.ts +8 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/testData.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/testData.js +22 -0
- package/lib-commonjs/TestComponents/MenuButtonV1/testData.js.map +1 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/NativeDatePickerTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/NativeDatePickerTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/NativeDatePickerTest.js +372 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/NativeDatePickerTest.js.map +1 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/consts.d.ts +3 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/consts.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/consts.js +6 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/consts.js.map +1 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/index.d.ts +3 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/index.js +30 -0
- package/lib-commonjs/TestComponents/NativeDatePicker/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Notification/NotificationTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Notification/NotificationTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Notification/NotificationTest.js +338 -0
- package/lib-commonjs/TestComponents/Notification/NotificationTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Notification/consts.d.ts +3 -0
- package/lib-commonjs/TestComponents/Notification/consts.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Notification/consts.js +6 -0
- package/lib-commonjs/TestComponents/Notification/consts.js.map +1 -0
- package/lib-commonjs/TestComponents/Notification/index.d.ts +3 -0
- package/lib-commonjs/TestComponents/Notification/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Notification/index.js +30 -0
- package/lib-commonjs/TestComponents/Notification/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Overflow/OverflowE2ETest.d.ts +2 -0
- package/lib-commonjs/TestComponents/Overflow/OverflowE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Overflow/OverflowE2ETest.js +148 -0
- package/lib-commonjs/TestComponents/Overflow/OverflowE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/Overflow/OverflowTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Overflow/OverflowTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Overflow/OverflowTest.js +300 -0
- package/lib-commonjs/TestComponents/Overflow/OverflowTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Persona/CustomizeUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/Persona/CustomizeUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Persona/CustomizeUsage.js +187 -0
- package/lib-commonjs/TestComponents/Persona/CustomizeUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/Persona/PersonaTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Persona/PersonaTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Persona/PersonaTest.js +33 -0
- package/lib-commonjs/TestComponents/Persona/PersonaTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Persona/StandardUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/Persona/StandardUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Persona/StandardUsage.js +121 -0
- package/lib-commonjs/TestComponents/Persona/StandardUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/Persona/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Persona/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Persona/index.js +29 -0
- package/lib-commonjs/TestComponents/Persona/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Persona/styles.d.ts +5 -0
- package/lib-commonjs/TestComponents/Persona/styles.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Persona/styles.js +33 -0
- package/lib-commonjs/TestComponents/Persona/styles.js.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.android.d.ts +2 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.android.js +29 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.android.js.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.ios.d.ts +2 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.ios.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.ios.js +29 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.ios.js.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.js +243 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.mobile.d.ts +3 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.mobile.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.mobile.js +207 -0
- package/lib-commonjs/TestComponents/PersonaCoin/CustomizeUsage.mobile.js.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/PersonaCoinTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/PersonaCoin/PersonaCoinTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/PersonaCoinTest.js +37 -0
- package/lib-commonjs/TestComponents/PersonaCoin/PersonaCoinTest.js.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/StandardUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/PersonaCoin/StandardUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/StandardUsage.js +145 -0
- package/lib-commonjs/TestComponents/PersonaCoin/StandardUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/PersonaCoin/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/index.js +29 -0
- package/lib-commonjs/TestComponents/PersonaCoin/index.js.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/styles.d.ts +9 -0
- package/lib-commonjs/TestComponents/PersonaCoin/styles.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/PersonaCoin/styles.js +9 -0
- package/lib-commonjs/TestComponents/PersonaCoin/styles.js.map +1 -0
- package/lib-commonjs/TestComponents/Pressable/PressableTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Pressable/PressableTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Pressable/PressableTest.js +207 -0
- package/lib-commonjs/TestComponents/Pressable/PressableTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Pressable/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Pressable/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Pressable/index.js +29 -0
- package/lib-commonjs/TestComponents/Pressable/index.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/RadioGroupLegacyE2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/RadioGroupLegacyE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/RadioGroupLegacyE2ETest.js +60 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/RadioGroupLegacyE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/RadioGroupLegacyTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/RadioGroupLegacyTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/RadioGroupLegacyTest.js +164 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/RadioGroupLegacyTest.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/index.js +29 -0
- package/lib-commonjs/TestComponents/RadioGroupLegacy/index.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/CustomizedRadioGroup.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/CustomizedRadioGroup.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/CustomizedRadioGroup.js +440 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/CustomizedRadioGroup.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DefaultRadioGroup.android.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DefaultRadioGroup.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DefaultRadioGroup.android.js +84 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DefaultRadioGroup.android.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DefaultRadioGroup.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DefaultRadioGroup.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DefaultRadioGroup.js +105 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DefaultRadioGroup.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DisabledRadioGroup.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DisabledRadioGroup.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DisabledRadioGroup.js +94 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/DisabledRadioGroup.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/HorizontalRadioGroup.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/HorizontalRadioGroup.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/HorizontalRadioGroup.js +95 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/HorizontalRadioGroup.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RadioGroupV1E2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RadioGroupV1E2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RadioGroupV1E2ETest.js +65 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RadioGroupV1E2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RadioGroupV1Test.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RadioGroupV1Test.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RadioGroupV1Test.js +88 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RadioGroupV1Test.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RequiredRadioGroup.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RequiredRadioGroup.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RequiredRadioGroup.js +79 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/RequiredRadioGroup.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/SubtextRadioGroup.d.ts +3 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/SubtextRadioGroup.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/SubtextRadioGroup.js +78 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/SubtextRadioGroup.js.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/index.js +29 -0
- package/lib-commonjs/TestComponents/RadioGroupV1/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.android.d.ts +4 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.android.js +13 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.android.js.map +1 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.ios.d.ts +4 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.ios.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.ios.js +13 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.ios.js.map +1 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.js +57 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.mobile.d.ts +3 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.mobile.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.mobile.js +74 -0
- package/lib-commonjs/TestComponents/Separator/SeparatorTest.mobile.js.map +1 -0
- package/lib-commonjs/TestComponents/Separator/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Separator/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Separator/index.js +29 -0
- package/lib-commonjs/TestComponents/Separator/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowButtonTestSection.d.ts +3 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowButtonTestSection.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowButtonTestSection.js +77 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowButtonTestSection.js.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowDepthTestSection.d.ts +3 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowDepthTestSection.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowDepthTestSection.js +75 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowDepthTestSection.js.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowTest.js +44 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowTestPageStyles.d.ts +12 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowTestPageStyles.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowTestPageStyles.js +21 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowTestPageStyles.js.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowWithDifferentPropsTestSection.d.ts +3 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowWithDifferentPropsTestSection.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowWithDifferentPropsTestSection.js +138 -0
- package/lib-commonjs/TestComponents/Shadow/ShadowWithDifferentPropsTestSection.js.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Shadow/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shadow/index.js +29 -0
- package/lib-commonjs/TestComponents/Shadow/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerE2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerE2ETest.js +24 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerTest.d.ts +5 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerTest.js +140 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerTestElementSets.d.ts +9 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerTestElementSets.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerTestElementSets.js +58 -0
- package/lib-commonjs/TestComponents/Shimmer/ShimmerTestElementSets.js.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/iconImageSource.d.ts +3 -0
- package/lib-commonjs/TestComponents/Shimmer/iconImageSource.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/iconImageSource.js +7 -0
- package/lib-commonjs/TestComponents/Shimmer/iconImageSource.js.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Shimmer/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Shimmer/index.js +29 -0
- package/lib-commonjs/TestComponents/Shimmer/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Spacing/SpacingTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Spacing/SpacingTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Spacing/SpacingTest.js +75 -0
- package/lib-commonjs/TestComponents/Spacing/SpacingTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Spacing/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Spacing/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Spacing/index.js +29 -0
- package/lib-commonjs/TestComponents/Spacing/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerE2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerE2ETest.js +17 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerTest.js +166 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerTest.win32.d.ts +3 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerTest.win32.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerTest.win32.js +84 -0
- package/lib-commonjs/TestComponents/Spinner/SpinnerTest.win32.js.map +1 -0
- package/lib-commonjs/TestComponents/Spinner/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Spinner/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Spinner/index.js +29 -0
- package/lib-commonjs/TestComponents/Spinner/index.js.map +1 -0
- package/lib-commonjs/TestComponents/StrokeWidth/StrokeWidthTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/StrokeWidth/StrokeWidthTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/StrokeWidth/StrokeWidthTest.js +144 -0
- package/lib-commonjs/TestComponents/StrokeWidth/StrokeWidthTest.js.map +1 -0
- package/lib-commonjs/TestComponents/StrokeWidth/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/StrokeWidth/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/StrokeWidth/index.js +29 -0
- package/lib-commonjs/TestComponents/StrokeWidth/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Svg/RNSVGIcons.d.ts +3 -0
- package/lib-commonjs/TestComponents/Svg/RNSVGIcons.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Svg/RNSVGIcons.js +1255 -0
- package/lib-commonjs/TestComponents/Svg/RNSVGIcons.js.map +1 -0
- package/lib-commonjs/TestComponents/Svg/SvgTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Svg/SvgTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Svg/SvgTest.js +462 -0
- package/lib-commonjs/TestComponents/Svg/SvgTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Svg/index.d.ts +3 -0
- package/lib-commonjs/TestComponents/Svg/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Svg/index.js +30 -0
- package/lib-commonjs/TestComponents/Svg/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Switch/CustomizedSwitch.d.ts +3 -0
- package/lib-commonjs/TestComponents/Switch/CustomizedSwitch.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Switch/CustomizedSwitch.js +341 -0
- package/lib-commonjs/TestComponents/Switch/CustomizedSwitch.js.map +1 -0
- package/lib-commonjs/TestComponents/Switch/E2ESwitchTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Switch/E2ESwitchTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Switch/E2ESwitchTest.js +102 -0
- package/lib-commonjs/TestComponents/Switch/E2ESwitchTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Switch/SwitchTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Switch/SwitchTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Switch/SwitchTest.js +223 -0
- package/lib-commonjs/TestComponents/Switch/SwitchTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Switch/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Switch/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Switch/index.js +29 -0
- package/lib-commonjs/TestComponents/Switch/index.js.map +1 -0
- package/lib-commonjs/TestComponents/TabList/TabListE2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/TabList/TabListE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TabList/TabListE2ETest.js +113 -0
- package/lib-commonjs/TestComponents/TabList/TabListE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/TabList/TabListTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/TabList/TabListTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TabList/TabListTest.js +272 -0
- package/lib-commonjs/TestComponents/TabList/TabListTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Test.d.ts +24 -0
- package/lib-commonjs/TestComponents/Test.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Test.js +308 -0
- package/lib-commonjs/TestComponents/Test.js.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/CustomizeUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextLegacy/CustomizeUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/CustomizeUsage.js +127 -0
- package/lib-commonjs/TestComponents/TextLegacy/CustomizeUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/PressableUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextLegacy/PressableUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/PressableUsage.js +67 -0
- package/lib-commonjs/TestComponents/TextLegacy/PressableUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/StandardUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextLegacy/StandardUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/StandardUsage.js +33 -0
- package/lib-commonjs/TestComponents/TextLegacy/StandardUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/TextLegacyE2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextLegacy/TextLegacyE2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/TextLegacyE2ETest.js +33 -0
- package/lib-commonjs/TestComponents/TextLegacy/TextLegacyE2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/TextLegacyTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextLegacy/TextLegacyTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/TextLegacyTest.js +52 -0
- package/lib-commonjs/TestComponents/TextLegacy/TextLegacyTest.js.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/TextLegacy/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextLegacy/index.js +29 -0
- package/lib-commonjs/TestComponents/TextLegacy/index.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/CustomizeUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/CustomizeUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/CustomizeUsage.js +167 -0
- package/lib-commonjs/TestComponents/TextV1/CustomizeUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/MaximumFontSize.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/MaximumFontSize.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/MaximumFontSize.ios.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/MaximumFontSize.ios.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/MaximumFontSize.ios.js +37 -0
- package/lib-commonjs/TestComponents/TextV1/MaximumFontSize.ios.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/MaximumFontSize.js +10 -0
- package/lib-commonjs/TestComponents/TextV1/MaximumFontSize.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/PressableUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/PressableUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/PressableUsage.js +72 -0
- package/lib-commonjs/TestComponents/TextV1/PressableUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/StandardUsage.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/StandardUsage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/StandardUsage.js +39 -0
- package/lib-commonjs/TestComponents/TextV1/StandardUsage.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/TextV1E2ETest.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/TextV1E2ETest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/TextV1E2ETest.js +33 -0
- package/lib-commonjs/TestComponents/TextV1/TextV1E2ETest.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/TextV1Test.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/TextV1Test.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/TextV1Test.js +60 -0
- package/lib-commonjs/TestComponents/TextV1/TextV1Test.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.android.d.ts +2 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.android.js +11 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.android.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.ios.d.ts +2 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.ios.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.ios.js +11 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.ios.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.js +12 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.mobile.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.mobile.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.mobile.js +44 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.mobile.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.win32.d.ts +3 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.win32.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.win32.js +33 -0
- package/lib-commonjs/TestComponents/TextV1/V2Usage.win32.js.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/TextV1/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/TextV1/index.js +29 -0
- package/lib-commonjs/TestComponents/TextV1/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Theme/ThemeTest.android.d.ts +3 -0
- package/lib-commonjs/TestComponents/Theme/ThemeTest.android.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Theme/ThemeTest.android.js +186 -0
- package/lib-commonjs/TestComponents/Theme/ThemeTest.android.js.map +1 -0
- package/lib-commonjs/TestComponents/Theme/ThemeTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Theme/ThemeTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Theme/ThemeTest.js +173 -0
- package/lib-commonjs/TestComponents/Theme/ThemeTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Theme/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Theme/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Theme/index.js +29 -0
- package/lib-commonjs/TestComponents/Theme/index.js.map +1 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipDefault.d.ts +3 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipDefault.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipDefault.js +18 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipDefault.js.map +1 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipPosition.d.ts +3 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipPosition.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipPosition.js +79 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipPosition.js.map +1 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipTest.js +34 -0
- package/lib-commonjs/TestComponents/Tooltip/TooltipTest.js.map +1 -0
- package/lib-commonjs/TestComponents/Tooltip/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/Tooltip/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/Tooltip/index.js +29 -0
- package/lib-commonjs/TestComponents/Tooltip/index.js.map +1 -0
- package/lib-commonjs/TestComponents/VibrancyView/VibrancyViewTest.d.ts +3 -0
- package/lib-commonjs/TestComponents/VibrancyView/VibrancyViewTest.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/VibrancyView/VibrancyViewTest.js +298 -0
- package/lib-commonjs/TestComponents/VibrancyView/VibrancyViewTest.js.map +1 -0
- package/lib-commonjs/TestComponents/VibrancyView/index.d.ts +2 -0
- package/lib-commonjs/TestComponents/VibrancyView/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/VibrancyView/index.js +29 -0
- package/lib-commonjs/TestComponents/VibrancyView/index.js.map +1 -0
- package/lib-commonjs/TestComponents/index.d.ts +8 -0
- package/lib-commonjs/TestComponents/index.d.ts.map +1 -0
- package/lib-commonjs/TestComponents/index.js +3 -0
- package/lib-commonjs/TestComponents/index.js.map +1 -0
- package/lib-commonjs/index.d.ts +2 -0
- package/lib-commonjs/index.d.ts.map +1 -0
- package/lib-commonjs/index.js +11 -0
- package/lib-commonjs/index.js.map +1 -0
- package/lib-commonjs/testPages.d.ts +3 -0
- package/lib-commonjs/testPages.d.ts.map +1 -0
- package/lib-commonjs/testPages.js +393 -0
- package/lib-commonjs/testPages.js.map +1 -0
- package/lib-commonjs/theme/CustomThemes.d.ts +26 -0
- package/lib-commonjs/theme/CustomThemes.d.ts.map +1 -0
- package/lib-commonjs/theme/CustomThemes.js +78 -0
- package/lib-commonjs/theme/CustomThemes.js.map +1 -0
- package/lib-commonjs/theme/ThemePickers.android.d.ts +3 -0
- package/lib-commonjs/theme/ThemePickers.android.d.ts.map +1 -0
- package/lib-commonjs/theme/ThemePickers.android.js +148 -0
- package/lib-commonjs/theme/ThemePickers.android.js.map +1 -0
- package/lib-commonjs/theme/ThemePickers.d.ts +29 -0
- package/lib-commonjs/theme/ThemePickers.d.ts.map +1 -0
- package/lib-commonjs/theme/ThemePickers.ios.d.ts +10 -0
- package/lib-commonjs/theme/ThemePickers.ios.d.ts.map +1 -0
- package/lib-commonjs/theme/ThemePickers.ios.js +108 -0
- package/lib-commonjs/theme/ThemePickers.ios.js.map +1 -0
- package/lib-commonjs/theme/ThemePickers.js +131 -0
- package/lib-commonjs/theme/ThemePickers.js.map +1 -0
- package/lib-commonjs/theme/ThemePickers.macos.d.ts +29 -0
- package/lib-commonjs/theme/ThemePickers.macos.d.ts.map +1 -0
- package/lib-commonjs/theme/ThemePickers.macos.js +158 -0
- package/lib-commonjs/theme/ThemePickers.macos.js.map +1 -0
- package/lib-commonjs/theme/ThemePickers.win32.d.ts +29 -0
- package/lib-commonjs/theme/ThemePickers.win32.d.ts.map +1 -0
- package/lib-commonjs/theme/ThemePickers.win32.js +146 -0
- package/lib-commonjs/theme/ThemePickers.win32.js.map +1 -0
- package/lib-commonjs/theme/applyBrand.d.ts +8 -0
- package/lib-commonjs/theme/applyBrand.d.ts.map +1 -0
- package/lib-commonjs/theme/applyBrand.js +140 -0
- package/lib-commonjs/theme/applyBrand.js.map +1 -0
- package/lib-commonjs/theme/applyTheme.d.ts +9 -0
- package/lib-commonjs/theme/applyTheme.d.ts.map +1 -0
- package/lib-commonjs/theme/applyTheme.js +20 -0
- package/lib-commonjs/theme/applyTheme.js.map +1 -0
- package/lib-commonjs/theme/index.d.ts +3 -0
- package/lib-commonjs/theme/index.d.ts.map +1 -0
- package/lib-commonjs/theme/index.js +30 -0
- package/lib-commonjs/theme/index.js.map +1 -0
- package/package.json +225 -0
- package/src/@types/RNTester/index.d.ts +5 -0
- package/src/FluentTester.tsx +244 -0
- package/src/FluentTesterApp.tsx +62 -0
- package/src/TestComponents/ActivityIndicator/ActivityIndicatorTest.tsx +103 -0
- package/src/TestComponents/ActivityIndicator/index.ts +1 -0
- package/src/TestComponents/Avatar/AvatarTest.tsx +53 -0
- package/src/TestComponents/Avatar/BasicAvatar.android.tsx +263 -0
- package/src/TestComponents/Avatar/BasicAvatar.tsx +154 -0
- package/src/TestComponents/Avatar/CustomizedAvatar.tsx +257 -0
- package/src/TestComponents/Avatar/E2EAvatarTest.tsx +34 -0
- package/src/TestComponents/Avatar/NativeAvatarTest.tsx +140 -0
- package/src/TestComponents/Avatar/index.ts +2 -0
- package/src/TestComponents/Avatar/testImageSources.tsx +9 -0
- package/src/TestComponents/Badge/BadgeTest.tsx +57 -0
- package/src/TestComponents/Badge/BasicBadgeTest.tsx +136 -0
- package/src/TestComponents/Badge/CounterBadgeTest.android.tsx +30 -0
- package/src/TestComponents/Badge/CounterBadgeTest.tsx +27 -0
- package/src/TestComponents/Badge/E2EBadgeTest.tsx +30 -0
- package/src/TestComponents/Badge/PresenceBadgeTest.android.tsx +54 -0
- package/src/TestComponents/Badge/PresenceBadgeTest.tsx +40 -0
- package/src/TestComponents/Badge/index.ts +1 -0
- package/src/TestComponents/Button/ButtonHOCTestSection.tsx +57 -0
- package/src/TestComponents/Button/ButtonIconTestSection.android.tsx +29 -0
- package/src/TestComponents/Button/ButtonIconTestSection.tsx +72 -0
- package/src/TestComponents/Button/ButtonShapeTestSection.tsx +49 -0
- package/src/TestComponents/Button/ButtonSizeTestSection.tsx +146 -0
- package/src/TestComponents/Button/ButtonTest.tsx +98 -0
- package/src/TestComponents/Button/ButtonVariantTestSection.android.tsx +1 -0
- package/src/TestComponents/Button/ButtonVariantTestSection.ios.tsx +1 -0
- package/src/TestComponents/Button/ButtonVariantTestSection.mobile.tsx +47 -0
- package/src/TestComponents/Button/ButtonVariantTestSection.tsx +53 -0
- package/src/TestComponents/Button/E2EButtonTest.tsx +112 -0
- package/src/TestComponents/Button/ToggleButtonTestSection.tsx +62 -0
- package/src/TestComponents/Button/deprecated/ButtonFocusTest.tsx +29 -0
- package/src/TestComponents/Button/deprecated/ButtonIconTest.tsx +35 -0
- package/src/TestComponents/Button/deprecated/E2EButtonTest.tsx +51 -0
- package/src/TestComponents/Button/index.ts +1 -0
- package/src/TestComponents/Callout/CalloutE2ETest.tsx +82 -0
- package/src/TestComponents/Callout/CalloutTest.tsx +540 -0
- package/src/TestComponents/Callout/index.ts +1 -0
- package/src/TestComponents/CheckboxLegacy/CheckboxLegacyE2ETest.tsx +53 -0
- package/src/TestComponents/CheckboxLegacy/CheckboxLegacyTest.tsx +204 -0
- package/src/TestComponents/CheckboxLegacy/index.ts +1 -0
- package/src/TestComponents/CheckboxV1/BasicCheckboxTest.tsx +22 -0
- package/src/TestComponents/CheckboxV1/CheckboxV1Test.tsx +71 -0
- package/src/TestComponents/CheckboxV1/DesktopSpecificCheckboxTest.tsx +13 -0
- package/src/TestComponents/CheckboxV1/E2ECheckboxV1Test.tsx +56 -0
- package/src/TestComponents/CheckboxV1/OtherCheckboxPropsTest.tsx +64 -0
- package/src/TestComponents/CheckboxV1/SizeCheckboxTest.tsx +14 -0
- package/src/TestComponents/CheckboxV1/TokenCheckboxTest.tsx +106 -0
- package/src/TestComponents/CheckboxV1/index.ts +1 -0
- package/src/TestComponents/Chip/ChipDefault.tsx +116 -0
- package/src/TestComponents/Chip/ChipTest.tsx +40 -0
- package/src/TestComponents/Chip/E2EChipTest.tsx +36 -0
- package/src/TestComponents/Chip/index.ts +1 -0
- package/src/TestComponents/ColorTokens/ColorTokenTest.tsx +251 -0
- package/src/TestComponents/ColorTokens/index.ts +1 -0
- package/src/TestComponents/Common/AlignmentPicker.tsx +39 -0
- package/src/TestComponents/Common/MenuPicker.android.tsx +43 -0
- package/src/TestComponents/Common/MenuPicker.desktop.tsx +65 -0
- package/src/TestComponents/Common/MenuPicker.ios.tsx +75 -0
- package/src/TestComponents/Common/MenuPicker.macos.tsx +1 -0
- package/src/TestComponents/Common/MenuPicker.tsx +11 -0
- package/src/TestComponents/Common/MenuPicker.types.tsx +14 -0
- package/src/TestComponents/Common/MenuPicker.win32.tsx +1 -0
- package/src/TestComponents/Common/MenuPicker.windows.tsx +33 -0
- package/src/TestComponents/Common/Slider.tsx +170 -0
- package/src/TestComponents/Common/Square.tsx +21 -0
- package/src/TestComponents/Common/StyledPicker.tsx +25 -0
- package/src/TestComponents/Common/TestProps.tsx +28 -0
- package/src/TestComponents/Common/iconExamples.tsx +30 -0
- package/src/TestComponents/Common/styles.ts +188 -0
- package/src/TestComponents/ContextualMenu/ContextualMenuTest.tsx +524 -0
- package/src/TestComponents/ContextualMenu/E2EContextualMenuTest.tsx +116 -0
- package/src/TestComponents/ContextualMenu/index.ts +1 -0
- package/src/TestComponents/CornerRadius/CornerRadiusTest.tsx +90 -0
- package/src/TestComponents/CornerRadius/index.ts +1 -0
- package/src/TestComponents/Divider/DividerTest.tsx +171 -0
- package/src/TestComponents/Divider/MobileDividerTest.tsx +68 -0
- package/src/TestComponents/Divider/index.ts +1 -0
- package/src/TestComponents/Drawer/DrawerDefault.tsx +96 -0
- package/src/TestComponents/Drawer/DrawerTest.tsx +37 -0
- package/src/TestComponents/Drawer/E2EDrawerTest.tsx +13 -0
- package/src/TestComponents/Drawer/index.ts +1 -0
- package/src/TestComponents/Dropdown/DropdownTest.tsx +44 -0
- package/src/TestComponents/Dropdown/consts.ts +2 -0
- package/src/TestComponents/Dropdown/index.ts +2 -0
- package/src/TestComponents/Expander/ExpanderTest.tsx +132 -0
- package/src/TestComponents/Expander/consts.ts +2 -0
- package/src/TestComponents/Expander/index.ts +2 -0
- package/src/TestComponents/FocusTrapZone/FocusTrapZoneTest.tsx +182 -0
- package/src/TestComponents/FocusTrapZone/index.ts +1 -0
- package/src/TestComponents/FocusZone/FocusZoneE2ETest.tsx +170 -0
- package/src/TestComponents/FocusZone/FocusZoneTest.tsx +333 -0
- package/src/TestComponents/FocusZone/index.ts +1 -0
- package/src/TestComponents/FocusZone/styles.ts +79 -0
- package/src/TestComponents/Icon/IconLegacyE2ETest.tsx +34 -0
- package/src/TestComponents/Icon/IconTest.tsx +135 -0
- package/src/TestComponents/Icon/IconV1E2ETest.tsx +56 -0
- package/src/TestComponents/Icon/IconV1Test.android.tsx +64 -0
- package/src/TestComponents/Icon/IconV1Test.tsx +63 -0
- package/src/TestComponents/Icon/index.ts +1 -0
- package/src/TestComponents/Input/E2EInputTest.tsx +63 -0
- package/src/TestComponents/Input/InputDefault.tsx +65 -0
- package/src/TestComponents/Input/InputTest.tsx +37 -0
- package/src/TestComponents/Input/index.ts +1 -0
- package/src/TestComponents/LinkLegacy/E2ELinkLegacyTest.tsx +39 -0
- package/src/TestComponents/LinkLegacy/LinkLegacyTest.tsx +54 -0
- package/src/TestComponents/LinkLegacy/index.ts +1 -0
- package/src/TestComponents/LinkV1/E2ELinkV1Test.tsx +38 -0
- package/src/TestComponents/LinkV1/InlineLinksTest.android.tsx +46 -0
- package/src/TestComponents/LinkV1/InlineLinksTest.tsx +38 -0
- package/src/TestComponents/LinkV1/LinkV1Test.tsx +196 -0
- package/src/TestComponents/LinkV1/index.ts +1 -0
- package/src/TestComponents/Menu/E2EMenuTest.tsx +127 -0
- package/src/TestComponents/Menu/MenuComponentOutsideMenuList.tsx +26 -0
- package/src/TestComponents/Menu/MenuIcons.tsx +40 -0
- package/src/TestComponents/Menu/MenuRefs.tsx +31 -0
- package/src/TestComponents/Menu/MenuScrollView.tsx +100 -0
- package/src/TestComponents/Menu/MenuTest.tsx +567 -0
- package/src/TestComponents/Menu/MenuTooltips.tsx +28 -0
- package/src/TestComponents/Menu/MenuTriggerCallbacks.tsx +71 -0
- package/src/TestComponents/Menu/index.ts +1 -0
- package/src/TestComponents/MenuButtonLegacy/CustomizedMenuButtonTest.tsx +34 -0
- package/src/TestComponents/MenuButtonLegacy/MenuButtonLegacyE2ETest.tsx +70 -0
- package/src/TestComponents/MenuButtonLegacy/MenuButtonLegacyTest.tsx +50 -0
- package/src/TestComponents/MenuButtonLegacy/MenuButtonLegacyTestStyles.ts +5 -0
- package/src/TestComponents/MenuButtonLegacy/NestedMenuButtonTest.tsx +156 -0
- package/src/TestComponents/MenuButtonLegacy/StandardMenuButtonTest.tsx +116 -0
- package/src/TestComponents/MenuButtonLegacy/index.ts +1 -0
- package/src/TestComponents/MenuButtonLegacy/testData.ts +24 -0
- package/src/TestComponents/MenuButtonV1/CustomizedMenuButtonTest.tsx +34 -0
- package/src/TestComponents/MenuButtonV1/MenuButtonV1E2ETest.tsx +70 -0
- package/src/TestComponents/MenuButtonV1/MenuButtonV1Test.tsx +50 -0
- package/src/TestComponents/MenuButtonV1/MenuButtonV1TestStyles.ts +5 -0
- package/src/TestComponents/MenuButtonV1/NestedMenuButtonTest.tsx +152 -0
- package/src/TestComponents/MenuButtonV1/StandardMenuButtonTest.tsx +123 -0
- package/src/TestComponents/MenuButtonV1/index.ts +1 -0
- package/src/TestComponents/MenuButtonV1/testData.ts +22 -0
- package/src/TestComponents/NativeDatePicker/NativeDatePickerTest.tsx +369 -0
- package/src/TestComponents/NativeDatePicker/consts.ts +2 -0
- package/src/TestComponents/NativeDatePicker/index.ts +2 -0
- package/src/TestComponents/Notification/NotificationTest.tsx +292 -0
- package/src/TestComponents/Notification/consts.ts +2 -0
- package/src/TestComponents/Notification/index.ts +2 -0
- package/src/TestComponents/Overflow/OverflowE2ETest.tsx +95 -0
- package/src/TestComponents/Overflow/OverflowTest.tsx +227 -0
- package/src/TestComponents/Persona/CustomizeUsage.tsx +108 -0
- package/src/TestComponents/Persona/PersonaTest.tsx +35 -0
- package/src/TestComponents/Persona/StandardUsage.tsx +89 -0
- package/src/TestComponents/Persona/index.ts +1 -0
- package/src/TestComponents/Persona/styles.ts +6 -0
- package/src/TestComponents/PersonaCoin/CustomizeUsage.android.tsx +1 -0
- package/src/TestComponents/PersonaCoin/CustomizeUsage.ios.tsx +1 -0
- package/src/TestComponents/PersonaCoin/CustomizeUsage.mobile.tsx +162 -0
- package/src/TestComponents/PersonaCoin/CustomizeUsage.tsx +169 -0
- package/src/TestComponents/PersonaCoin/PersonaCoinTest.tsx +34 -0
- package/src/TestComponents/PersonaCoin/StandardUsage.tsx +93 -0
- package/src/TestComponents/PersonaCoin/index.ts +1 -0
- package/src/TestComponents/PersonaCoin/styles.ts +9 -0
- package/src/TestComponents/Pressable/PressableTest.tsx +163 -0
- package/src/TestComponents/Pressable/index.ts +1 -0
- package/src/TestComponents/RadioGroupLegacy/RadioGroupLegacyE2ETest.tsx +72 -0
- package/src/TestComponents/RadioGroupLegacy/RadioGroupLegacyTest.tsx +87 -0
- package/src/TestComponents/RadioGroupLegacy/index.ts +1 -0
- package/src/TestComponents/RadioGroupV1/CustomizedRadioGroup.tsx +376 -0
- package/src/TestComponents/RadioGroupV1/DefaultRadioGroup.android.tsx +25 -0
- package/src/TestComponents/RadioGroupV1/DefaultRadioGroup.tsx +44 -0
- package/src/TestComponents/RadioGroupV1/DisabledRadioGroup.tsx +30 -0
- package/src/TestComponents/RadioGroupV1/HorizontalRadioGroup.tsx +30 -0
- package/src/TestComponents/RadioGroupV1/RadioGroupV1E2ETest.tsx +79 -0
- package/src/TestComponents/RadioGroupV1/RadioGroupV1Test.tsx +94 -0
- package/src/TestComponents/RadioGroupV1/RequiredRadioGroup.tsx +22 -0
- package/src/TestComponents/RadioGroupV1/SubtextRadioGroup.tsx +22 -0
- package/src/TestComponents/RadioGroupV1/index.ts +1 -0
- package/src/TestComponents/Separator/SeparatorTest.android.tsx +3 -0
- package/src/TestComponents/Separator/SeparatorTest.ios.tsx +3 -0
- package/src/TestComponents/Separator/SeparatorTest.mobile.tsx +81 -0
- package/src/TestComponents/Separator/SeparatorTest.tsx +55 -0
- package/src/TestComponents/Separator/index.ts +1 -0
- package/src/TestComponents/Shadow/ShadowButtonTestSection.tsx +61 -0
- package/src/TestComponents/Shadow/ShadowDepthTestSection.tsx +86 -0
- package/src/TestComponents/Shadow/ShadowTest.tsx +41 -0
- package/src/TestComponents/Shadow/ShadowTestPageStyles.tsx +22 -0
- package/src/TestComponents/Shadow/ShadowWithDifferentPropsTestSection.tsx +117 -0
- package/src/TestComponents/Shadow/index.ts +1 -0
- package/src/TestComponents/Shimmer/ShimmerE2ETest.tsx +24 -0
- package/src/TestComponents/Shimmer/ShimmerTest.tsx +142 -0
- package/src/TestComponents/Shimmer/ShimmerTestElementSets.tsx +55 -0
- package/src/TestComponents/Shimmer/iconImageSource.tsx +5 -0
- package/src/TestComponents/Shimmer/index.ts +1 -0
- package/src/TestComponents/Spacing/SpacingTest.tsx +71 -0
- package/src/TestComponents/Spacing/index.ts +1 -0
- package/src/TestComponents/Spinner/SpinnerE2ETest.tsx +20 -0
- package/src/TestComponents/Spinner/SpinnerTest.tsx +111 -0
- package/src/TestComponents/Spinner/SpinnerTest.win32.tsx +92 -0
- package/src/TestComponents/Spinner/index.ts +1 -0
- package/src/TestComponents/StrokeWidth/StrokeWidthTest.tsx +97 -0
- package/src/TestComponents/StrokeWidth/index.ts +1 -0
- package/src/TestComponents/Svg/RNSVGIcons.tsx +1631 -0
- package/src/TestComponents/Svg/SvgTest.tsx +368 -0
- package/src/TestComponents/Svg/index.ts +2 -0
- package/src/TestComponents/Svg/readme.md +132 -0
- package/src/TestComponents/Switch/CustomizedSwitch.tsx +285 -0
- package/src/TestComponents/Switch/E2ESwitchTest.tsx +57 -0
- package/src/TestComponents/Switch/SwitchTest.tsx +164 -0
- package/src/TestComponents/Switch/index.ts +1 -0
- package/src/TestComponents/TabList/TabListE2ETest.tsx +65 -0
- package/src/TestComponents/TabList/TabListTest.tsx +231 -0
- package/src/TestComponents/Test.tsx +244 -0
- package/src/TestComponents/TextLegacy/CustomizeUsage.tsx +126 -0
- package/src/TestComponents/TextLegacy/PressableUsage.tsx +55 -0
- package/src/TestComponents/TextLegacy/StandardUsage.tsx +29 -0
- package/src/TestComponents/TextLegacy/TextLegacyE2ETest.tsx +38 -0
- package/src/TestComponents/TextLegacy/TextLegacyTest.tsx +49 -0
- package/src/TestComponents/TextLegacy/index.ts +1 -0
- package/src/TestComponents/TextV1/CustomizeUsage.tsx +164 -0
- package/src/TestComponents/TextV1/MaximumFontSize.ios.tsx +31 -0
- package/src/TestComponents/TextV1/MaximumFontSize.tsx +6 -0
- package/src/TestComponents/TextV1/PressableUsage.tsx +67 -0
- package/src/TestComponents/TextV1/StandardUsage.tsx +37 -0
- package/src/TestComponents/TextV1/TextV1E2ETest.tsx +38 -0
- package/src/TestComponents/TextV1/TextV1Test.tsx +57 -0
- package/src/TestComponents/TextV1/V2Usage.android.tsx +1 -0
- package/src/TestComponents/TextV1/V2Usage.ios.tsx +1 -0
- package/src/TestComponents/TextV1/V2Usage.mobile.tsx +54 -0
- package/src/TestComponents/TextV1/V2Usage.tsx +6 -0
- package/src/TestComponents/TextV1/V2Usage.win32.tsx +43 -0
- package/src/TestComponents/TextV1/index.ts +1 -0
- package/src/TestComponents/Theme/ThemeTest.android.tsx +141 -0
- package/src/TestComponents/Theme/ThemeTest.tsx +133 -0
- package/src/TestComponents/Theme/index.ts +1 -0
- package/src/TestComponents/Tooltip/TooltipDefault.tsx +16 -0
- package/src/TestComponents/Tooltip/TooltipPosition.tsx +22 -0
- package/src/TestComponents/Tooltip/TooltipTest.tsx +36 -0
- package/src/TestComponents/Tooltip/index.ts +1 -0
- package/src/TestComponents/VibrancyView/VibrancyViewTest.tsx +231 -0
- package/src/TestComponents/VibrancyView/index.ts +1 -0
- package/src/TestComponents/index.ts +8 -0
- package/src/index.ts +1 -0
- package/src/testPages.ts +342 -0
- package/src/theme/CustomThemes.ts +89 -0
- package/src/theme/ThemePickers.android.tsx +105 -0
- package/src/theme/ThemePickers.ios.tsx +64 -0
- package/src/theme/ThemePickers.macos.tsx +109 -0
- package/src/theme/ThemePickers.tsx +76 -0
- package/src/theme/ThemePickers.win32.tsx +87 -0
- package/src/theme/applyBrand.ts +160 -0
- package/src/theme/applyTheme.ts +21 -0
- package/src/theme/index.ts +2 -0
- package/tsconfig.json +9 -0
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { View, type ViewStyle } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import { Text } from '@fluentui/react-native';
|
|
5
|
+
import { Shadow } from '@fluentui-react-native/experimental-shadow';
|
|
6
|
+
import type { Theme } from '@fluentui-react-native/framework';
|
|
7
|
+
import { useFluentTheme } from '@fluentui-react-native/framework';
|
|
8
|
+
import { mergeStyles } from '@fluentui-react-native/framework-base';
|
|
9
|
+
import { themedStyleSheet } from '@fluentui-react-native/themed-stylesheet';
|
|
10
|
+
|
|
11
|
+
import { shadowTestPageStyles } from './ShadowTestPageStyles';
|
|
12
|
+
|
|
13
|
+
const getThemedStyles = themedStyleSheet((t: Theme) => {
|
|
14
|
+
const defaultShadowTestBoxPropsWithoutSpacing = {
|
|
15
|
+
maxWidth: 732,
|
|
16
|
+
minHeight: 64,
|
|
17
|
+
...shadowTestPageStyles(t).backgroundColor,
|
|
18
|
+
};
|
|
19
|
+
const marginTestProps = {
|
|
20
|
+
marginVertical: 16,
|
|
21
|
+
marginHorizontal: 32,
|
|
22
|
+
};
|
|
23
|
+
const paddingTestProps = {
|
|
24
|
+
padding: 20,
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
return {
|
|
28
|
+
headerTextPadding: {
|
|
29
|
+
padding: 16,
|
|
30
|
+
},
|
|
31
|
+
defaultShadowTestBoxPropsWithoutSpacing,
|
|
32
|
+
defaultShadowTestBoxProps: {
|
|
33
|
+
...defaultShadowTestBoxPropsWithoutSpacing,
|
|
34
|
+
...marginTestProps,
|
|
35
|
+
...paddingTestProps,
|
|
36
|
+
},
|
|
37
|
+
marginTestProps,
|
|
38
|
+
paddingTestProps,
|
|
39
|
+
borderRadiusTestProps: {
|
|
40
|
+
borderRadius: 8,
|
|
41
|
+
},
|
|
42
|
+
borderWidthTestProps: {
|
|
43
|
+
borderWidth: 2,
|
|
44
|
+
borderColor: 'black',
|
|
45
|
+
},
|
|
46
|
+
offsetTestProps: { start: 10 },
|
|
47
|
+
alignItemsTestProps: { alignItems: 'flex-start' },
|
|
48
|
+
flexDirectionTestProps: { flexDirection: 'row' },
|
|
49
|
+
flexWrapTestProps: { flexWrap: 'wrap' },
|
|
50
|
+
};
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
export const ShadowWithDifferentPropsTestSection: React.FunctionComponent = () => {
|
|
54
|
+
const theme = useFluentTheme();
|
|
55
|
+
const themedStyles = getThemedStyles(theme);
|
|
56
|
+
|
|
57
|
+
return (
|
|
58
|
+
<View style={shadowTestPageStyles(theme).backgroundColor}>
|
|
59
|
+
<Text style={themedStyles.headerTextPadding}>
|
|
60
|
+
The following tests have a Shadow16 set on a child view that has some specific props.
|
|
61
|
+
</Text>
|
|
62
|
+
<View>
|
|
63
|
+
<Shadow shadowToken={theme.shadows.shadow16}>
|
|
64
|
+
<View style={themedStyles.defaultShadowTestBoxProps}>
|
|
65
|
+
<Text variant="bodySemibold">padding: 20, marginVertical: 16, marginHorizontal: 32</Text>
|
|
66
|
+
</View>
|
|
67
|
+
</Shadow>
|
|
68
|
+
<Shadow shadowToken={theme.shadows.shadow16}>
|
|
69
|
+
<View style={mergeStyles<ViewStyle>(themedStyles.defaultShadowTestBoxPropsWithoutSpacing, themedStyles.paddingTestProps)}>
|
|
70
|
+
<Text variant="bodySemibold">padding only</Text>
|
|
71
|
+
</View>
|
|
72
|
+
</Shadow>
|
|
73
|
+
<Shadow shadowToken={theme.shadows.shadow16}>
|
|
74
|
+
<View style={mergeStyles<ViewStyle>(themedStyles.defaultShadowTestBoxPropsWithoutSpacing, themedStyles.marginTestProps)}>
|
|
75
|
+
<Text variant="bodySemibold">margins only</Text>
|
|
76
|
+
</View>
|
|
77
|
+
</Shadow>
|
|
78
|
+
<Shadow shadowToken={theme.shadows.shadow16}>
|
|
79
|
+
<View style={mergeStyles<ViewStyle>(themedStyles.defaultShadowTestBoxProps, themedStyles.borderRadiusTestProps)}>
|
|
80
|
+
<Text variant="bodySemibold">borderRadius: 8</Text>
|
|
81
|
+
</View>
|
|
82
|
+
</Shadow>
|
|
83
|
+
<Shadow shadowToken={theme.shadows.shadow16}>
|
|
84
|
+
<View
|
|
85
|
+
style={mergeStyles<ViewStyle>(
|
|
86
|
+
themedStyles.defaultShadowTestBoxProps,
|
|
87
|
+
themedStyles.borderRadiusTestProps,
|
|
88
|
+
themedStyles.borderWidthTestProps,
|
|
89
|
+
)}
|
|
90
|
+
>
|
|
91
|
+
<Text variant="bodySemibold">borderWidth: 2</Text>
|
|
92
|
+
</View>
|
|
93
|
+
</Shadow>
|
|
94
|
+
<Shadow shadowToken={theme.shadows.shadow16}>
|
|
95
|
+
<View style={mergeStyles<ViewStyle>(themedStyles.defaultShadowTestBoxProps, themedStyles.offsetTestProps)}>
|
|
96
|
+
<Text variant="bodySemibold">start: 10</Text>
|
|
97
|
+
</View>
|
|
98
|
+
</Shadow>
|
|
99
|
+
<Shadow shadowToken={theme.shadows.shadow16}>
|
|
100
|
+
<View style={mergeStyles<ViewStyle>(themedStyles.defaultShadowTestBoxProps, themedStyles.alignItemsTestProps)}>
|
|
101
|
+
<Text variant="bodySemibold">alignItems: flex-start</Text>
|
|
102
|
+
</View>
|
|
103
|
+
</Shadow>
|
|
104
|
+
<Shadow shadowToken={theme.shadows.shadow16}>
|
|
105
|
+
<View style={mergeStyles<ViewStyle>(themedStyles.defaultShadowTestBoxProps, themedStyles.flexDirectionTestProps)}>
|
|
106
|
+
<Text variant="bodySemibold">flexDirection: row</Text>
|
|
107
|
+
</View>
|
|
108
|
+
</Shadow>
|
|
109
|
+
<Shadow shadowToken={theme.shadows.shadow16}>
|
|
110
|
+
<View style={mergeStyles<ViewStyle>(themedStyles.defaultShadowTestBoxProps, themedStyles.flexWrapTestProps)}>
|
|
111
|
+
<Text variant="bodySemibold">flexWrap: wrap</Text>
|
|
112
|
+
</View>
|
|
113
|
+
</Shadow>
|
|
114
|
+
</View>
|
|
115
|
+
</View>
|
|
116
|
+
);
|
|
117
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ShadowTest';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
import { SHIMMER_TEST_COMPONENT } from '@fluentui-react-native/e2e-testing';
|
|
4
|
+
import { Shimmer } from '@fluentui-react-native/experimental-shimmer';
|
|
5
|
+
import { Stack } from '@fluentui-react-native/stack';
|
|
6
|
+
|
|
7
|
+
import { shimmerRectsAndRect } from './ShimmerTestElementSets';
|
|
8
|
+
import { stackStyle } from '../Common/styles';
|
|
9
|
+
import { testProps } from '../Common/TestProps';
|
|
10
|
+
|
|
11
|
+
export const E2ETestingShimmer: React.FunctionComponent<Record<string, never>> = () => {
|
|
12
|
+
return (
|
|
13
|
+
<Stack style={stackStyle}>
|
|
14
|
+
<Shimmer
|
|
15
|
+
elements={shimmerRectsAndRect()}
|
|
16
|
+
duration={2000}
|
|
17
|
+
delay={1000}
|
|
18
|
+
style={{ width: 300, height: 100 }}
|
|
19
|
+
/* For Android E2E testing purposes, testProps must be passed in after accessibilityLabel. */
|
|
20
|
+
{...testProps(SHIMMER_TEST_COMPONENT)}
|
|
21
|
+
/>
|
|
22
|
+
</Stack>
|
|
23
|
+
);
|
|
24
|
+
};
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Platform, StyleSheet } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import { SHIMMER_TESTPAGE } from '@fluentui-react-native/e2e-testing';
|
|
5
|
+
import { Shimmer } from '@fluentui-react-native/experimental-shimmer';
|
|
6
|
+
import { Stack } from '@fluentui-react-native/stack';
|
|
7
|
+
|
|
8
|
+
import { E2ETestingShimmer } from './ShimmerE2ETest';
|
|
9
|
+
import { shimmerBorderRadiusTests, shimmerRectsAndRect, shimmerRectsAndCircle } from './ShimmerTestElementSets';
|
|
10
|
+
import { stackStyle } from '../Common/styles';
|
|
11
|
+
import type { TestSection, PlatformStatus } from '../Test';
|
|
12
|
+
import { Test } from '../Test';
|
|
13
|
+
|
|
14
|
+
const TestCompareCustomizeShimmer = Shimmer.customize({
|
|
15
|
+
shimmerWaveColor: 'blue',
|
|
16
|
+
shimmerColor: 'orange',
|
|
17
|
+
backgroundColor: 'red',
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const shimmerStyles = StyleSheet.create({
|
|
21
|
+
smallCustomizedShimmer: { height: 100, width: '50%', borderWidth: 2, borderColor: 'black' },
|
|
22
|
+
smallRoundedCustomizedShimmer: { height: 100, width: 150, borderRadius: 20, borderWidth: 2, borderColor: 'black' },
|
|
23
|
+
mediumShimmer: { width: 300, height: 100 },
|
|
24
|
+
largeShimmer: { width: 800, height: 400 },
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
export const CustomizeAndTokenPropsShimmers: React.FunctionComponent = () => {
|
|
28
|
+
return (
|
|
29
|
+
<Stack style={{ margin: 4 }}>
|
|
30
|
+
<TestCompareCustomizeShimmer
|
|
31
|
+
elements={shimmerRectsAndCircle()}
|
|
32
|
+
duration={2000}
|
|
33
|
+
delay={1000}
|
|
34
|
+
style={shimmerStyles.smallCustomizedShimmer}
|
|
35
|
+
/>
|
|
36
|
+
|
|
37
|
+
<Shimmer
|
|
38
|
+
elements={shimmerRectsAndCircle()}
|
|
39
|
+
duration={2000}
|
|
40
|
+
delay={1000}
|
|
41
|
+
style={shimmerStyles.smallCustomizedShimmer}
|
|
42
|
+
shimmerWaveColor="blue"
|
|
43
|
+
shimmerColor="orange"
|
|
44
|
+
backgroundColor="red"
|
|
45
|
+
/>
|
|
46
|
+
</Stack>
|
|
47
|
+
);
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export const RoundedCornerClipCheckShimmer: React.FunctionComponent = () => {
|
|
51
|
+
return (
|
|
52
|
+
<Stack style={{ margin: 4 }}>
|
|
53
|
+
<Shimmer
|
|
54
|
+
elements={shimmerRectsAndCircle()}
|
|
55
|
+
duration={2000}
|
|
56
|
+
delay={1000}
|
|
57
|
+
style={shimmerStyles.smallRoundedCustomizedShimmer}
|
|
58
|
+
backgroundColor="teal"
|
|
59
|
+
/>
|
|
60
|
+
</Stack>
|
|
61
|
+
);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const RectShimmers: React.FunctionComponent<Record<string, never>> = () => {
|
|
65
|
+
return (
|
|
66
|
+
<Stack style={stackStyle}>
|
|
67
|
+
<Shimmer elements={shimmerRectsAndRect()} style={shimmerStyles.mediumShimmer} />
|
|
68
|
+
</Stack>
|
|
69
|
+
);
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
const RectCircleShimmers: React.FunctionComponent<Record<string, never>> = () => {
|
|
73
|
+
return (
|
|
74
|
+
<Stack style={stackStyle}>
|
|
75
|
+
<Shimmer elements={shimmerRectsAndCircle()} duration={3000} delay={1000} style={shimmerStyles.mediumShimmer} />
|
|
76
|
+
</Stack>
|
|
77
|
+
);
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
const CustomizedShimmer: React.FunctionComponent<Record<string, never>> = () => {
|
|
81
|
+
return (
|
|
82
|
+
<Stack style={stackStyle}>
|
|
83
|
+
<CustomizeAndTokenPropsShimmers />
|
|
84
|
+
<RoundedCornerClipCheckShimmer />
|
|
85
|
+
</Stack>
|
|
86
|
+
);
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
const ShimmerBorderRadii: React.FunctionComponent<Record<string, never>> = () => {
|
|
90
|
+
return (
|
|
91
|
+
<Stack style={stackStyle}>
|
|
92
|
+
<Shimmer elements={shimmerBorderRadiusTests()} duration={3000} style={shimmerStyles.largeShimmer} />
|
|
93
|
+
</Stack>
|
|
94
|
+
);
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
const shimmerSections: TestSection[] = [
|
|
98
|
+
{
|
|
99
|
+
name: 'Shimmer Rects',
|
|
100
|
+
testID: SHIMMER_TESTPAGE,
|
|
101
|
+
component: RectShimmers,
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: 'Shimmer Rects and Circle',
|
|
105
|
+
testID: SHIMMER_TESTPAGE,
|
|
106
|
+
component: RectCircleShimmers,
|
|
107
|
+
},
|
|
108
|
+
...Platform.select({
|
|
109
|
+
android: [null],
|
|
110
|
+
default: [
|
|
111
|
+
{
|
|
112
|
+
name: 'Border Radius Tests',
|
|
113
|
+
testID: SHIMMER_TESTPAGE,
|
|
114
|
+
component: ShimmerBorderRadii,
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
name: 'Customized Shimmer',
|
|
118
|
+
testID: SHIMMER_TESTPAGE,
|
|
119
|
+
component: CustomizedShimmer,
|
|
120
|
+
},
|
|
121
|
+
],
|
|
122
|
+
}),
|
|
123
|
+
{
|
|
124
|
+
name: 'Shimmer for E2E Testing',
|
|
125
|
+
component: E2ETestingShimmer,
|
|
126
|
+
},
|
|
127
|
+
];
|
|
128
|
+
|
|
129
|
+
export const ShimmerTest: React.FunctionComponent = () => {
|
|
130
|
+
const status: PlatformStatus = {
|
|
131
|
+
win32Status: 'Production',
|
|
132
|
+
uwpStatus: 'Backlog',
|
|
133
|
+
iosStatus: 'Production',
|
|
134
|
+
macosStatus: 'Production',
|
|
135
|
+
androidStatus: 'Production',
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
const description =
|
|
139
|
+
'Shimmer is a temporary animation placeholder for when a service call takes time to return data but the rest of the UI should continue rendering.';
|
|
140
|
+
|
|
141
|
+
return <Test name="Shimmer Test" description={description} sections={shimmerSections} status={status} />;
|
|
142
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { ShimmerRectElement, ShimmerCircleElement } from '@fluentui-react-native/experimental-shimmer';
|
|
2
|
+
|
|
3
|
+
export function shimmerRects(): Array<ShimmerRectElement | ShimmerCircleElement> {
|
|
4
|
+
return [
|
|
5
|
+
{
|
|
6
|
+
type: 'rect',
|
|
7
|
+
borderRadiusX: 3,
|
|
8
|
+
borderRadiusY: 3,
|
|
9
|
+
width: 100,
|
|
10
|
+
height: 20,
|
|
11
|
+
x: 90,
|
|
12
|
+
y: 70,
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
type: 'rect',
|
|
16
|
+
borderRadiusX: 3,
|
|
17
|
+
borderRadiusY: 3,
|
|
18
|
+
width: 150,
|
|
19
|
+
height: 20,
|
|
20
|
+
x: 90,
|
|
21
|
+
y: 42,
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
type: 'rect',
|
|
25
|
+
borderRadiusX: 3,
|
|
26
|
+
borderRadiusY: 3,
|
|
27
|
+
width: 200,
|
|
28
|
+
height: 20,
|
|
29
|
+
x: 90,
|
|
30
|
+
y: 15,
|
|
31
|
+
},
|
|
32
|
+
];
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export function shimmerRectsAndRect(): Array<ShimmerRectElement | ShimmerCircleElement> {
|
|
36
|
+
return shimmerRects().concat([{ type: 'rect', borderRadiusX: 3, borderRadiusY: 3, height: 60, width: 60, x: 10, y: 25 }]);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export function shimmerRectsAndCircle(): Array<ShimmerRectElement | ShimmerCircleElement> {
|
|
40
|
+
return shimmerRects().concat([{ type: 'circle', radius: 30, cx: 40, cy: 55 }]);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Matches rectsRoundRectsCircles.svg to show the border radii all create equal width/height rounded rects.
|
|
44
|
+
*/
|
|
45
|
+
export function shimmerBorderRadiusTests(): Array<ShimmerRectElement | ShimmerCircleElement> {
|
|
46
|
+
return [
|
|
47
|
+
{ type: 'rect', x: 10, y: 10, borderRadiusX: 0, borderRadiusY: 0, width: 240, height: 120 },
|
|
48
|
+
{ type: 'rect', x: 250, y: 10, borderRadiusX: 50, borderRadiusY: 30, width: 240, height: 120 },
|
|
49
|
+
{ type: 'rect', x: 490, y: 10, borderRadiusX: 40, borderRadiusY: 40, width: 240, height: 120 },
|
|
50
|
+
{ type: 'rect', x: 10, y: 130, borderRadiusX: 50, borderRadiusY: 30, width: 240, height: 120 },
|
|
51
|
+
{ type: 'rect', x: 250, y: 130, borderRadiusX: 40, borderRadiusY: 40, width: 240, height: 120 },
|
|
52
|
+
{ type: 'circle', cx: 550, cy: 190, radius: 60 },
|
|
53
|
+
{ type: 'circle', cx: 670, cy: 190, radius: 60 },
|
|
54
|
+
];
|
|
55
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ImageURISource } from 'react-native';
|
|
2
|
+
|
|
3
|
+
export const icon: ImageURISource = {
|
|
4
|
+
uri: 'data:image/png;base64,/9j/4AAQSkZJRgABAQABLAEsAAD/4QCARXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAAEsAAAAAQAAASwAAAABAAKgAgAEAAAAAQAAAMigAwAEAAAAAQAAAMgAAAAA/+EJ2Wh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphZjRmMjAyMy02MmIzLTQ5MDMtOTkyOS1kNTk1MDcyNzAwYjMiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnN0b2NrOjhhYzBiZjc1LTkzZTktNGUyOC05YzY5LTA2ZjFlNmNiYmIxOSIvPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz4A/+0AOFBob3Rvc2hvcCAzLjAAOEJJTQQEAAAAAAAAOEJJTQQlAAAAAAAQ1B2M2Y8AsgTpgAmY7PhCfv/iEXhJQ0NfUFJPRklMRQABAQAAEWhhcHBsAgAAAG1udHJHUkFZWFlaIAfcAAgAFwAPAC4AD2Fjc3BBUFBMAAAAAG5vbmUAAAAAAAAAAAAAAAAAAAAAAAD21gABAAAAANMtYXBwbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWRlc2MAAADAAAAAeWRzY20AAAE8AAAH6GNwcnQAAAkkAAAAI3d0cHQAAAlIAAAAFGtUUkMAAAlcAAAIDGRlc2MAAAAAAAAAH0dlbmVyaWMgR3JheSBHYW1tYSAyLjIgUHJvZmlsZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABtbHVjAAAAAAAAAB8AAAAMc2tTSwAAAC4AAAGEZGFESwAAADgAAAGyY2FFUwAAADgAAAHqdmlWTgAAAEAAAAIicHRCUgAAAEoAAAJidWtVQQAAACwAAAKsZnJGVQAAAD4AAALYaHVIVQAAADQAAAMWemhUVwAAAB4AAANKbmJOTwAAADoAAANoY3NDWgAAACgAAAOiaGVJTAAAACQAAAPKaXRJVAAAAE4AAAPucm9STwAAACoAAAQ8ZGVERQAAAE4AAARma29LUgAAACIAAAS0c3ZTRQAAADgAAAGyemhDTgAAAB4AAATWamFKUAAAACYAAAT0ZWxHUgAAACoAAAUacHRQTwAAAFIAAAVEbmxOTAAAAEAAAAWWZXNFUwAAAEwAAAXWdGhUSAAAADIAAAYidHJUUgAAACQAAAZUZmlGSQAAAEYAAAZ4aHJIUgAAAD4AAAa+cGxQTAAAAEoAAAb8cnVSVQAAADoAAAdGZW5VUwAAADwAAAeAYXJFRwAAACwAAAe8AFYBYQBlAG8AYgBlAGMAbgDhACAAcwBpAHYA4QAgAGcAYQBtAGEAIAAyACwAMgBHAGUAbgBlAHIAaQBzAGsAIABnAHIA5QAgADIALAAyACAAZwBhAG0AbQBhAHAAcgBvAGYAaQBsAEcAYQBtAG0AYQAgAGQAZQAgAGcAcgBpAHMAbwBzACAAZwBlAG4A6AByAGkAYwBhACAAMgAuADIAQx6lAHUAIABoAOwAbgBoACAATQDgAHUAIAB4AOEAbQAgAEMAaAB1AG4AZwAgAEcAYQBtAG0AYQAgADIALgAyAFAAZQByAGYAaQBsACAARwBlAG4A6QByAGkAYwBvACAAZABhACAARwBhAG0AYQAgAGQAZQAgAEMAaQBuAHoAYQBzACAAMgAsADIEFwQwBDMEMAQ7BEwEPQQwACAARwByAGEAeQAtBDMEMAQ8BDAAIAAyAC4AMgBQAHIAbwBmAGkAbAAgAGcA6QBuAOkAcgBpAHEAdQBlACAAZwByAGkAcwAgAGcAYQBtAG0AYQAgADIALAAyAMEAbAB0AGEAbADhAG4AbwBzACAAcwB6APwAcgBrAGUAIABnAGEAbQBtAGEAIAAyAC4AMpAadShwcJaOUUlepgAgADIALgAyACCCcl9pY8+P8ABHAGUAbgBlAHIAaQBzAGsAIABnAHIA5QAgAGcAYQBtAG0AYQAgADIALAAyAC0AcAByAG8AZgBpAGwATwBiAGUAYwBuAOEAIAFhAGUAZADhACAAZwBhAG0AYQAgADIALgAyBdIF0AXeBdQAIAXQBeQF1QXoACAF2wXcBdwF2QAgADIALgAyAFAAcgBvAGYAaQBsAG8AIABnAHIAaQBnAGkAbwAgAGcAZQBuAGUAcgBpAGMAbwAgAGQAZQBsAGwAYQAgAGcAYQBtAG0AYQAgADIALAAyAEcAYQBtAGEAIABnAHIAaQAgAGcAZQBuAGUAcgBpAGMBAwAgADIALAAyAEEAbABsAGcAZQBtAGUAaQBuAGUAcwAgAEcAcgBhAHUAcwB0AHUAZgBlAG4ALQBQAHIAbwBmAGkAbAAgAEcAYQBtAG0AYQAgADIALAAyx3y8GAAg1ozAyQAgrBC5yAAgADIALgAyACDVBLhc0wzHfGZukBpwcF6mfPtlcAAgADIALgAyACBjz4/wZYdO9k4AgiwwsDDsMKQwrDDzMN4AIAAyAC4AMgAgMNcw7TDVMKEwpDDrA5MDtQO9A7kDugPMACADkwO6A8EDuQAgA5MDrAO8A7wDsQAgADIALgAyAFAAZQByAGYAaQBsACAAZwBlAG4A6QByAGkAYwBvACAAZABlACAAYwBpAG4AegBlAG4AdABvAHMAIABkAGEAIABHAGEAbQBtAGEAIAAyACwAMgBBAGwAZwBlAG0AZQBlAG4AIABnAHIAaQBqAHMAIABnAGEAbQBtAGEAIAAyACwAMgAtAHAAcgBvAGYAaQBlAGwAUABlAHIAZgBpAGwAIABnAGUAbgDpAHIAaQBjAG8AIABkAGUAIABnAGEAbQBtAGEAIABkAGUAIABnAHIAaQBzAGUAcwAgADIALAAyDiMOMQ4HDioONQ5BDgEOIQ4hDjIOQA4BDiMOIg5MDhcOMQ5IDicORA4bACAAMgAuADIARwBlAG4AZQBsACAARwByAGkAIABHAGEAbQBhACAAMgAsADIAWQBsAGUAaQBuAGUAbgAgAGgAYQByAG0AYQBhAG4AIABnAGEAbQBtAGEAIAAyACwAMgAgAC0AcAByAG8AZgBpAGkAbABpAEcAZQBuAGUAcgBpAQ0AawBpACAARwByAGEAeQAgAEcAYQBtAG0AYQAgADIALgAyACAAcAByAG8AZgBpAGwAVQBuAGkAdwBlAHIAcwBhAGwAbgB5ACAAcAByAG8AZgBpAGwAIABzAHoAYQByAG8BWwBjAGkAIABnAGEAbQBtAGEAIAAyACwAMgQeBDEESQQwBE8AIARBBDUEQAQwBE8AIAQzBDAEPAQ8BDAAIAAyACwAMgAtBD8EQAQ+BEQEOAQ7BEwARwBlAG4AZQByAGkAYwAgAEcAcgBhAHkAIABHAGEAbQBtAGEAIAAyAC4AMgAgAFAAcgBvAGYAaQBsAGUGOgYnBkUGJwAgADIALgAyACAGRAZIBkYAIAYxBkUGJwYvBkoAIAY5BicGRXRleHQAAAAAQ29weXJpZ2h0IEFwcGxlIEluYy4sIDIwMTIAAFhZWiAAAAAAAADzUQABAAAAARbMY3VydgAAAAAAAAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACBAIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMBGQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHhAekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRIBFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gflB/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicKPQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZDPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxNDE2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoXHRdBF2UXiReuF9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7G2MbihuyG9ocAhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f6iAVIEEgbCCYIMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTaJQklOCVoJZclxyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUqaCqbKs8rAis2K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1hPaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpEzkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxyTLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CGcOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wrhg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaRP5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTepqaocqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY8OXxcvH/8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t////wAALCADIAMgBAREA/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/9sAQwAFAwQEBAMFBAQEBQUFBgcMCAcHBwcPCwsJDBEPEhIRDxERExYcFxMUGhURERghGBodHR8fHxMXIiQiHiQcHh8e/90ABAAZ/9oACAEBAAA/APffOm/57S/99mjzpv8AntL/AN9mjzpv+e0v/fw0edN/z2l/77NHnTf89pf++zR503/PaX/vs0edN/z2l/77NHnTf89pf+/ho86b/ntL/wB9mjzpv+e0v/fZo86b/ntL/wB9mjzpv+e0v/fZo86b/ntL/wB/DR503/PaX/vs0edN/wA9pf8Avs0edN/z2l/77NHnTf8APaX/AL7NHnTf89pf+/ho86b/AJ7S/wDfZo86b/ntL/32aPOm/wCe0v8A32aPOm/57S/99mjzpv8AntL/AN/DR503/PaX/vs0edN/z2l/77Nf/9D3miiiiiiiiiiiiiiiiiiiiiiiiv/R95oooooooooooooooooooooooor/0veaKKKKKKKKKKKKKKKKKKKKKKKK/9P3miiiiiiiiiiiiiiiiiiiiiiiiv/U95oooooooooooooooooooooooor/1feaKKKKKKKKKKKKKKKKKKKKKKKK/9b3miiiiiiiiiiiilpY0eRtsaM7eijNX4NGv5cExeUPVzj9Kur4eIiJa4y+OAq8VhEEEg9RxSUUUUUUV//X95ooooooooopQCTgAk+gq3b6ZfT42W7gHu/yj9a0bfw9ITme4Vf9lBk/nVsadpVmN0xXI7yv/Skk1nT7ddkCM2O0a4H51QuPEFy4IhijiHqfmNX/AA9fzXaypOwZ0wQcY4NYmtQ+Rqc6YwGbcPoeap0UUUUUV//Q95ooooooNWLezup/9VbyN74wPzrQt9AuX5mljiHoPmNX4tE0+Bd07tJj+820fpTjf6VZjbCqkj/nkn9ap3HiCQ5EFtj/AGpCSfyFZ9xqV/Pw87qPRBtqOwtJL67EWSCeWc84Fbcvh+28oiKWQSdi2CDXPSRvG7I6kMpII96v+HpTDqaA5CyAof6Vb8WQnzIZwOCCh/Dkf1rDwfQ/lSUUUUUV/9H3miiiipLZUe5iSQ4RnAY+2a6xrfT9OgaYwoir1bbuOahtNYhu71LeKJ8MCdzH0HpVjUNQt7EoJt5L9AozVT+37L+5N/3yP8aP7esv7k3/AHyP8aP7esv7k3/fI/xo/t6y/uTf98j/ABo/t+y/uTf98j/Gj+37L+5N/wB8j/Gj+3rL+5N/3yP8aP7esv7k3/fI/wAaP7fsv7k3/fI/xq5p99BfK5h3Ar1DDFczraquq3CqoUbug+gqlRRRRX//0veaKKKKOe1dbdD7doRYcl4g4+o5/pWH4c/5C0X+638qteLf+Pm3/wCuZ/nWJRRRRRWxoOmR3UbXFxkoG2qoOM+pqxrOkQR2rz2wKFBkrnIIrn63vCPW5/4D/Ws/Xv8AkL3H+8P5CqNFFFFf/9P3miiiiiun8LzeZp7RE5MbkY9jz/jWfpMRg8RGE/wFwPpjipPFv/H1b/8AXM/zrEqVLad4DOsTmJTgsBwKiooorZ0HU4rWNre4yqFtysBnGetWNZ1eB7V4LVi5kGC2MACuere8I/eufov9az9e/wCQvcf7w/kKo0UUUV//1PeaKKKKK1/C02y/eIniROPqOf8AGtCWHZ4mglHSWNs/UDH+FU/Fv/H1b/8AXM/zrIt4nnnSGMZZzgV2ltBHb2yQIPlUY+tZGraIGzNZLg9TEOh+n+FYCo5kEYU7ydu3vn0rRvNFu7eLzARKAPmCDkf41m0lFFb3hH71z9F/rWfr3/IXuP8AeH8hVGiiiiv/1feaKKKKKnsZfIvIZs42OCfp3rsJog88Ew5MZP5Fcf4Vh+LP+Pq3/wCuZ/nUvhezwrXjjk/LH9O5rdoqFrW3a5FyYUMw6PjmpqzNT0iG6zJFiKb1xw31/wAa5u6tpraXy5kKnt6H6VDRW94R+9c/Rf61n69/yF7j/eH8hVGiiiiv/9b3miiiiiiuz0mbz9Ogkzk7cN9RxWP4rGbq3Hqh/nW/DGsUSRIMKigCn0UUUVFdW8NzEY5kDL/Kub1TR5rbMsOZYf8Ax5frWXW94R+9c/Rf61n69/yF7j/eH8hVGiiiiv/X95ooooooro/Ck263mgJ+424fQ/8A6qh8Vq/nwOFJAQjOO+aVdflCgNZhjjk7yP6Uv/CQSf8APj/5EP8AhR/wkEn/AD4/+Pn/AAo/4SCT/nx/8fP+FH/CQSf8+P8A4+f8KP8AhIJP+fH/AMiH/Cj/AISCT/nx/wDIh/wo/wCEgk/58v8Ax8/4Vl6hNHcyCSO08g/xbTkH8MVq+EkYC4YqQp2gEj61m69/yF7j/eH8hVGiiiiv/9D3miiiiiir2i3i2V55kgbYylWx1rbOu2B6+b/37o/tzT/+mv8A37o/tzT/APpr/wB+6P7c0/8A6a/9+6P7c0//AKa/9+6P7c0//pr/AN+6P7c0/wD6a/8Afuj+3NP/AOmv/fuj+3NP/wCmv/fuj+3NP/6a/wDfuj+3bD1l/wC/dc9qU63N9LOgIVzkA9ar0UUUV//R95oooooooooooooooooooooooor/0veaKKKKKKKKKKKKKKKKKKKKKKKK/9P3miiiiiiiiiiiiiiiiiiiiiiiiv/U95oooooooooooooooooooooooor/1feaKKKKKKKKKKKKKKKKKKKKKKKK/9b3miiiiiiiiiiiiiiiiiiiiiiiiv/X95oooooooooooooooooooooooor/2Q==',
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ShimmerTest';
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Text, View } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import { SPACING_TESTPAGE } from '@fluentui-react-native/e2e-testing';
|
|
5
|
+
import { Stack } from '@fluentui-react-native/stack';
|
|
6
|
+
import { globalTokens } from '@fluentui-react-native/theme-tokens';
|
|
7
|
+
|
|
8
|
+
import { stackStyle } from '../Common/styles';
|
|
9
|
+
import type { TestSection, PlatformStatus } from '../Test';
|
|
10
|
+
import { Test } from '../Test';
|
|
11
|
+
|
|
12
|
+
const BasicUsage: React.FunctionComponent = () => {
|
|
13
|
+
function spacingExample(tokenName: string, spacing?: number) {
|
|
14
|
+
return (
|
|
15
|
+
<View>
|
|
16
|
+
<Text>
|
|
17
|
+
{tokenName} ({spacing})
|
|
18
|
+
</Text>
|
|
19
|
+
<View style={{ flexDirection: 'row', alignItems: 'baseline' }}>
|
|
20
|
+
<Text style={{ padding: spacing, backgroundColor: '#f80' }}>First</Text>
|
|
21
|
+
<Text style={{ padding: spacing, backgroundColor: '#0af' }}>Second</Text>
|
|
22
|
+
</View>
|
|
23
|
+
</View>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
return (
|
|
28
|
+
<View>
|
|
29
|
+
<Stack style={stackStyle} gap={5}>
|
|
30
|
+
{spacingExample('None', globalTokens.sizeNone)}
|
|
31
|
+
{spacingExample('size20', globalTokens.size20)}
|
|
32
|
+
{spacingExample('size40', globalTokens.size40)}
|
|
33
|
+
{spacingExample('size60', globalTokens.size60)}
|
|
34
|
+
{spacingExample('size80', globalTokens.size80)}
|
|
35
|
+
{spacingExample('size100', globalTokens.size100)}
|
|
36
|
+
{spacingExample('size120', globalTokens.size120)}
|
|
37
|
+
{spacingExample('size160', globalTokens.size160)}
|
|
38
|
+
{spacingExample('size200', globalTokens.size200)}
|
|
39
|
+
{spacingExample('size240', globalTokens.size240)}
|
|
40
|
+
{spacingExample('size280', globalTokens.size280)}
|
|
41
|
+
{spacingExample('size320', globalTokens.size320)}
|
|
42
|
+
{spacingExample('size360', globalTokens.size360)}
|
|
43
|
+
{spacingExample('size400', globalTokens.size400)}
|
|
44
|
+
{spacingExample('size480', globalTokens.size480)}
|
|
45
|
+
{spacingExample('size560', globalTokens.size560)}
|
|
46
|
+
</Stack>
|
|
47
|
+
</View>
|
|
48
|
+
);
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export const SpacingTokensTest: React.FunctionComponent = () => {
|
|
52
|
+
const status: PlatformStatus = {
|
|
53
|
+
win32Status: 'Production',
|
|
54
|
+
uwpStatus: 'Production',
|
|
55
|
+
iosStatus: 'Production',
|
|
56
|
+
macosStatus: 'Production',
|
|
57
|
+
androidStatus: 'Production',
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const description = 'This showcases the different spacing tokens available in Fluent UI.';
|
|
61
|
+
|
|
62
|
+
const spacingSections: TestSection[] = [
|
|
63
|
+
{
|
|
64
|
+
name: 'Basic Usage',
|
|
65
|
+
testID: SPACING_TESTPAGE,
|
|
66
|
+
component: BasicUsage,
|
|
67
|
+
},
|
|
68
|
+
];
|
|
69
|
+
|
|
70
|
+
return <Test name="Spacing Tokens Test" description={description} sections={spacingSections} status={status} />;
|
|
71
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SpacingTest';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
import { SPINNER_TEST_COMPONENT } from '@fluentui-react-native/e2e-testing';
|
|
4
|
+
import { Spinner } from '@fluentui-react-native/spinner';
|
|
5
|
+
import { Stack } from '@fluentui-react-native/stack';
|
|
6
|
+
|
|
7
|
+
import { stackStyle } from '../Common/styles';
|
|
8
|
+
import { testProps } from '../Common/TestProps';
|
|
9
|
+
|
|
10
|
+
export const E2ETestingSpinner: React.FunctionComponent<Record<string, never>> = () => {
|
|
11
|
+
return (
|
|
12
|
+
<Stack style={stackStyle}>
|
|
13
|
+
<Spinner
|
|
14
|
+
size="large"
|
|
15
|
+
/* For Android E2E testing purposes, testProps must be passed in after accessibilityLabel. */
|
|
16
|
+
{...testProps(SPINNER_TEST_COMPONENT)}
|
|
17
|
+
/>
|
|
18
|
+
</Stack>
|
|
19
|
+
);
|
|
20
|
+
};
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { View, Switch } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import { SPINNER_TESTPAGE } from '@fluentui-react-native/e2e-testing';
|
|
5
|
+
import type { SpinnerStatus } from '@fluentui-react-native/spinner';
|
|
6
|
+
import { Spinner } from '@fluentui-react-native/spinner';
|
|
7
|
+
import { Stack } from '@fluentui-react-native/stack';
|
|
8
|
+
import { Text, TextV1 } from '@fluentui-react-native/text';
|
|
9
|
+
|
|
10
|
+
import { E2ETestingSpinner } from './SpinnerE2ETest';
|
|
11
|
+
import { stackStyle, commonTestStyles as commonStyles, commonTestStyles } from '../Common/styles';
|
|
12
|
+
import type { TestSection, PlatformStatus } from '../Test';
|
|
13
|
+
import { Test } from '../Test';
|
|
14
|
+
|
|
15
|
+
const BasicSpinnerTest: React.FunctionComponent = () => {
|
|
16
|
+
const [status, setStatus] = React.useState<SpinnerStatus>('active');
|
|
17
|
+
const [hidesWhenStopped, setHidesWhenStopped] = React.useState(true);
|
|
18
|
+
|
|
19
|
+
return (
|
|
20
|
+
<Stack style={stackStyle}>
|
|
21
|
+
<View style={commonStyles.root}>
|
|
22
|
+
<View style={commonStyles.settings}>
|
|
23
|
+
<View style={commonStyles.switch}>
|
|
24
|
+
<Text>Animating</Text>
|
|
25
|
+
<Switch
|
|
26
|
+
value={status === 'active'}
|
|
27
|
+
onValueChange={(value) => {
|
|
28
|
+
value ? setStatus('active') : setStatus('inactive');
|
|
29
|
+
}}
|
|
30
|
+
/>
|
|
31
|
+
</View>
|
|
32
|
+
<View style={commonStyles.switch}>
|
|
33
|
+
<Text>HidesWhenStopped</Text>
|
|
34
|
+
<Switch value={hidesWhenStopped} onValueChange={setHidesWhenStopped} />
|
|
35
|
+
</View>
|
|
36
|
+
</View>
|
|
37
|
+
<Spinner status={status} hidesWhenStopped={hidesWhenStopped} />
|
|
38
|
+
</View>
|
|
39
|
+
</Stack>
|
|
40
|
+
);
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
const CustomisedSpinner = Spinner.customize({
|
|
44
|
+
trackColor: 'red',
|
|
45
|
+
size: 'medium',
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
const SpinnerSizeTest: React.FunctionComponent = () => {
|
|
49
|
+
const memoizedStyles = React.useMemo(() => ({ ...commonTestStyles.androidContainer, height: 250 }), []);
|
|
50
|
+
return (
|
|
51
|
+
<Stack style={stackStyle}>
|
|
52
|
+
<View style={memoizedStyles}>
|
|
53
|
+
<View>
|
|
54
|
+
<TextV1>xx-small</TextV1>
|
|
55
|
+
<Spinner size="xx-small" />
|
|
56
|
+
</View>
|
|
57
|
+
<View>
|
|
58
|
+
<TextV1>x-small</TextV1>
|
|
59
|
+
<Spinner size="x-small" />
|
|
60
|
+
</View>
|
|
61
|
+
<View>
|
|
62
|
+
<TextV1>medium</TextV1>
|
|
63
|
+
<Spinner size="medium" />
|
|
64
|
+
</View>
|
|
65
|
+
<View>
|
|
66
|
+
<TextV1>large</TextV1>
|
|
67
|
+
<Spinner size="large" />
|
|
68
|
+
</View>
|
|
69
|
+
<View>
|
|
70
|
+
<TextV1>x-large</TextV1>
|
|
71
|
+
<Spinner size="x-large" />
|
|
72
|
+
</View>
|
|
73
|
+
</View>
|
|
74
|
+
</Stack>
|
|
75
|
+
);
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
const spinnerSections: TestSection[] = [
|
|
79
|
+
{
|
|
80
|
+
name: 'Basic Spinner',
|
|
81
|
+
testID: SPINNER_TESTPAGE,
|
|
82
|
+
component: BasicSpinnerTest,
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
name: 'Spinner Size Test',
|
|
86
|
+
component: SpinnerSizeTest,
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'Customized Spinner Test',
|
|
90
|
+
component: () => <CustomisedSpinner />,
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
name: 'Spinner for E2E Testing',
|
|
94
|
+
component: () => <E2ETestingSpinner />,
|
|
95
|
+
},
|
|
96
|
+
];
|
|
97
|
+
|
|
98
|
+
export const SpinnerTest: React.FunctionComponent = () => {
|
|
99
|
+
const status: PlatformStatus = {
|
|
100
|
+
win32Status: 'Production',
|
|
101
|
+
uwpStatus: 'Backlog',
|
|
102
|
+
iosStatus: 'Production',
|
|
103
|
+
macosStatus: 'Production',
|
|
104
|
+
androidStatus: 'Production',
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
const description =
|
|
108
|
+
'Spinner is a visual representation that data is being loaded. It is implemented with a View wrapping an Animated SVG. The View is to ensure that AccessibilityRole works. AccessibilityRole currently does not work on SVGs.';
|
|
109
|
+
|
|
110
|
+
return <Test name="Spinner Test" description={description} sections={spinnerSections} status={status}></Test>;
|
|
111
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { View /*Switch */ } from 'react-native';
|
|
3
|
+
|
|
4
|
+
//import type { SpinnerStatus } from '@fluentui-react-native/spinner';
|
|
5
|
+
import { SPINNER_TESTPAGE } from '@fluentui-react-native/e2e-testing';
|
|
6
|
+
import { Spinner } from '@fluentui-react-native/spinner';
|
|
7
|
+
import { Stack } from '@fluentui-react-native/stack';
|
|
8
|
+
import { TextV1 as Text } from '@fluentui-react-native/text';
|
|
9
|
+
|
|
10
|
+
import { E2ETestingSpinner } from './SpinnerE2ETest';
|
|
11
|
+
import { stackStyle, commonTestStyles as commonStyles } from '../Common/styles';
|
|
12
|
+
import type { TestSection, PlatformStatus } from '../Test';
|
|
13
|
+
import { Test } from '../Test';
|
|
14
|
+
|
|
15
|
+
const BasicSpinnerTest: React.FunctionComponent = () => {
|
|
16
|
+
return (
|
|
17
|
+
<Stack style={stackStyle}>
|
|
18
|
+
<View style={commonStyles.root}>
|
|
19
|
+
<View style={commonStyles.settings}></View>
|
|
20
|
+
<Spinner />
|
|
21
|
+
</View>
|
|
22
|
+
</Stack>
|
|
23
|
+
);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
const SpinnerSizeTest: React.FunctionComponent = () => {
|
|
27
|
+
return (
|
|
28
|
+
<Stack style={stackStyle}>
|
|
29
|
+
<View>
|
|
30
|
+
<View>
|
|
31
|
+
<Text>tiny</Text>
|
|
32
|
+
<Spinner size="tiny" />
|
|
33
|
+
</View>
|
|
34
|
+
<View>
|
|
35
|
+
<Text>x-small</Text>
|
|
36
|
+
<Spinner size="x-small" />
|
|
37
|
+
</View>
|
|
38
|
+
<View>
|
|
39
|
+
<Text>small</Text>
|
|
40
|
+
<Spinner size="small" />
|
|
41
|
+
</View>
|
|
42
|
+
<View>
|
|
43
|
+
<Text>medium</Text>
|
|
44
|
+
<Spinner size="medium" />
|
|
45
|
+
</View>
|
|
46
|
+
<View>
|
|
47
|
+
<Text>large</Text>
|
|
48
|
+
<Spinner size="large" />
|
|
49
|
+
</View>
|
|
50
|
+
<View>
|
|
51
|
+
<Text>x-large</Text>
|
|
52
|
+
<Spinner size="x-large" />
|
|
53
|
+
</View>
|
|
54
|
+
<View>
|
|
55
|
+
<Text>huge</Text>
|
|
56
|
+
<Spinner size="huge" />
|
|
57
|
+
</View>
|
|
58
|
+
</View>
|
|
59
|
+
</Stack>
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
const spinnerSections: TestSection[] = [
|
|
64
|
+
{
|
|
65
|
+
name: 'Basic Spinner Test',
|
|
66
|
+
testID: SPINNER_TESTPAGE,
|
|
67
|
+
component: BasicSpinnerTest,
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'Spinner Size Test',
|
|
71
|
+
component: SpinnerSizeTest,
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: 'Spinner for E2E Testing',
|
|
75
|
+
component: () => <E2ETestingSpinner />,
|
|
76
|
+
},
|
|
77
|
+
];
|
|
78
|
+
|
|
79
|
+
export const SpinnerTest: React.FunctionComponent = () => {
|
|
80
|
+
const status: PlatformStatus = {
|
|
81
|
+
win32Status: 'Experimental',
|
|
82
|
+
uwpStatus: 'Backlog',
|
|
83
|
+
iosStatus: 'Beta',
|
|
84
|
+
macosStatus: 'Backlog',
|
|
85
|
+
androidStatus: 'Backlog',
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
const description =
|
|
89
|
+
'Spinner is a visual representation that data is being loaded. It is implemented with a View wrapping an Animated SVG. The View is to ensure that AccessibilityRole works. AccessibilityRole currently does not work on SVGs.';
|
|
90
|
+
|
|
91
|
+
return <Test name="Spinner Test" description={description} sections={spinnerSections} status={status}></Test>;
|
|
92
|
+
};
|