@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 @@
|
|
|
1
|
+
{"version":3,"file":"RNSVGIcons.js","sourceRoot":"","sources":["../../../src/TestComponents/Svg/RNSVGIcons.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgTest.d.ts","sourceRoot":"","sources":["../../../src/TestComponents/Svg/SvgTest.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmW/B,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,iBAY3B,CAAC"}
|
|
@@ -0,0 +1,462 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ('get' in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return m[k];
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
Object.defineProperty(o, k2, desc);
|
|
17
|
+
}
|
|
18
|
+
: function (o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
});
|
|
22
|
+
var __setModuleDefault =
|
|
23
|
+
(this && this.__setModuleDefault) ||
|
|
24
|
+
(Object.create
|
|
25
|
+
? function (o, v) {
|
|
26
|
+
Object.defineProperty(o, 'default', { enumerable: true, value: v });
|
|
27
|
+
}
|
|
28
|
+
: function (o, v) {
|
|
29
|
+
o['default'] = v;
|
|
30
|
+
});
|
|
31
|
+
var __importStar =
|
|
32
|
+
(this && this.__importStar) ||
|
|
33
|
+
(function () {
|
|
34
|
+
var ownKeys = function (o) {
|
|
35
|
+
ownKeys =
|
|
36
|
+
Object.getOwnPropertyNames ||
|
|
37
|
+
function (o) {
|
|
38
|
+
var ar = [];
|
|
39
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
40
|
+
return ar;
|
|
41
|
+
};
|
|
42
|
+
return ownKeys(o);
|
|
43
|
+
};
|
|
44
|
+
return function (mod) {
|
|
45
|
+
if (mod && mod.__esModule) return mod;
|
|
46
|
+
var result = {};
|
|
47
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== 'default') __createBinding(result, mod, k[i]);
|
|
48
|
+
__setModuleDefault(result, mod);
|
|
49
|
+
return result;
|
|
50
|
+
};
|
|
51
|
+
})();
|
|
52
|
+
var __importDefault =
|
|
53
|
+
(this && this.__importDefault) ||
|
|
54
|
+
function (mod) {
|
|
55
|
+
return mod && mod.__esModule ? mod : { default: mod };
|
|
56
|
+
};
|
|
57
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
58
|
+
exports.SvgTest = void 0;
|
|
59
|
+
const jsx_runtime_1 = require('react/jsx-runtime');
|
|
60
|
+
const React = __importStar(require('react'));
|
|
61
|
+
const react_1 = require('react');
|
|
62
|
+
const react_native_1 = require('react-native');
|
|
63
|
+
const react_native_2 = require('@fluentui/react-native');
|
|
64
|
+
const react_native_3 = require('@fluentui/react-native');
|
|
65
|
+
const e2e_testing_1 = require('@fluentui-react-native/e2e-testing');
|
|
66
|
+
const text_1 = require('@fluentui-react-native/text');
|
|
67
|
+
const react_native_svg_1 = require('react-native-svg');
|
|
68
|
+
const accessible_icon_brands_svg_1 = __importDefault(require('../../../assets/accessible-icon-brands.svg'));
|
|
69
|
+
const Test_1 = require('../Test');
|
|
70
|
+
const styles = react_native_1.StyleSheet.create({
|
|
71
|
+
svg: {
|
|
72
|
+
backgroundColor: 'green',
|
|
73
|
+
color: 'purple',
|
|
74
|
+
},
|
|
75
|
+
textInlineSvg: {
|
|
76
|
+
textTransform: 'uppercase',
|
|
77
|
+
},
|
|
78
|
+
});
|
|
79
|
+
const RectTest = () => {
|
|
80
|
+
const [useColorA, setUseColorA] = React.useState(false);
|
|
81
|
+
const colorA = 'red';
|
|
82
|
+
const colorB = 'green';
|
|
83
|
+
return jsx_runtime_1.jsxs(React.Fragment, {
|
|
84
|
+
children: [
|
|
85
|
+
jsx_runtime_1.jsxs(react_native_1.View, {
|
|
86
|
+
style: { flexDirection: 'row', alignItems: 'center' },
|
|
87
|
+
children: [
|
|
88
|
+
jsx_runtime_1.jsx(react_native_1.Switch, {
|
|
89
|
+
value: useColorA,
|
|
90
|
+
onValueChange: (value) => {
|
|
91
|
+
setUseColorA(value);
|
|
92
|
+
},
|
|
93
|
+
}),
|
|
94
|
+
jsx_runtime_1.jsx(react_native_1.Text, { children: 'Change Color' }),
|
|
95
|
+
],
|
|
96
|
+
}),
|
|
97
|
+
jsx_runtime_1.jsx(react_native_3.Separator, {}),
|
|
98
|
+
jsx_runtime_1.jsx(react_native_svg_1.Svg, {
|
|
99
|
+
width: '50',
|
|
100
|
+
height: '50',
|
|
101
|
+
children: jsx_runtime_1.jsx(react_native_svg_1.Rect, {
|
|
102
|
+
x: '10',
|
|
103
|
+
y: '10',
|
|
104
|
+
width: '20',
|
|
105
|
+
height: '20',
|
|
106
|
+
fill: useColorA ? colorA : colorB,
|
|
107
|
+
stroke: 'black',
|
|
108
|
+
}),
|
|
109
|
+
}),
|
|
110
|
+
],
|
|
111
|
+
});
|
|
112
|
+
};
|
|
113
|
+
const RichTextInlineSvgTest = () => {
|
|
114
|
+
const [showInline, setShowInline] = React.useState(false);
|
|
115
|
+
const [isGreen, setIsGreen] = React.useState(true);
|
|
116
|
+
const toggleShowInline = React.useCallback(() => {
|
|
117
|
+
setShowInline(!showInline);
|
|
118
|
+
}, [showInline]);
|
|
119
|
+
const toggleRectFill = React.useCallback(() => {
|
|
120
|
+
setIsGreen(!isGreen);
|
|
121
|
+
}, [isGreen]);
|
|
122
|
+
return jsx_runtime_1.jsxs(jsx_runtime_1.Fragment, {
|
|
123
|
+
children: [
|
|
124
|
+
jsx_runtime_1.jsxs(text_1.TextV1, {
|
|
125
|
+
style: styles.textInlineSvg,
|
|
126
|
+
font: 'base',
|
|
127
|
+
weight: 'medium',
|
|
128
|
+
truncate: true,
|
|
129
|
+
children: [
|
|
130
|
+
'Left [',
|
|
131
|
+
showInline
|
|
132
|
+
? jsx_runtime_1.jsxs(react_native_svg_1.Svg, {
|
|
133
|
+
width: '50',
|
|
134
|
+
height: '50',
|
|
135
|
+
viewBox: '0 0 50 50',
|
|
136
|
+
children: [
|
|
137
|
+
jsx_runtime_1.jsx(react_native_svg_1.Rect, { width: '50', height: '50', fill: 'red' }),
|
|
138
|
+
jsx_runtime_1.jsx(react_native_svg_1.Rect, { x: '20', width: '20', height: '20', fill: isGreen ? 'green' : 'blue' }),
|
|
139
|
+
],
|
|
140
|
+
})
|
|
141
|
+
: 'Svg will go here',
|
|
142
|
+
'] Right',
|
|
143
|
+
],
|
|
144
|
+
}),
|
|
145
|
+
jsx_runtime_1.jsx(react_native_2.ButtonV1, {
|
|
146
|
+
onClick: toggleShowInline,
|
|
147
|
+
children: showInline ? 'Remove inline svg' : 'Insert inline svg',
|
|
148
|
+
}),
|
|
149
|
+
jsx_runtime_1.jsx(react_native_2.ButtonV1, { onClick: toggleRectFill, children: isGreen ? 'Change to Blue' : 'Change to Green' }),
|
|
150
|
+
],
|
|
151
|
+
});
|
|
152
|
+
};
|
|
153
|
+
const CircleTest = () => {
|
|
154
|
+
return jsx_runtime_1.jsx(react_native_svg_1.Svg, {
|
|
155
|
+
width: '50',
|
|
156
|
+
height: '50',
|
|
157
|
+
accessible: true,
|
|
158
|
+
accessibilityLabel: 'SVG Circle Test',
|
|
159
|
+
accessibilityRole: 'image',
|
|
160
|
+
children: jsx_runtime_1.jsx(react_native_svg_1.Circle, { cx: '25', cy: '25', r: '20', fill: 'red', stroke: 'black' }),
|
|
161
|
+
});
|
|
162
|
+
};
|
|
163
|
+
const LineTest = () => {
|
|
164
|
+
return jsx_runtime_1.jsx(react_native_svg_1.Svg, {
|
|
165
|
+
width: '50',
|
|
166
|
+
height: '50',
|
|
167
|
+
accessible: true,
|
|
168
|
+
accessibilityLabel: 'SVG Line Test',
|
|
169
|
+
accessibilityRole: 'image',
|
|
170
|
+
children: jsx_runtime_1.jsx(react_native_svg_1.Line, { x1: '10', y1: '10', x2: '20', y2: '20', fill: 'red', stroke: 'black' }),
|
|
171
|
+
});
|
|
172
|
+
};
|
|
173
|
+
const PathTest = () => {
|
|
174
|
+
return jsx_runtime_1.jsx(react_native_svg_1.Svg, {
|
|
175
|
+
width: '100',
|
|
176
|
+
height: '100',
|
|
177
|
+
accessible: true,
|
|
178
|
+
accessibilityLabel: 'SVG Path Test',
|
|
179
|
+
accessibilityRole: 'image',
|
|
180
|
+
children: jsx_runtime_1.jsx(react_native_svg_1.Path, { d: 'M 0 0 A 10 10 0 0,1 0 100', fill: 'magenta', stroke: 'purple', id: 'path' }),
|
|
181
|
+
});
|
|
182
|
+
};
|
|
183
|
+
const PolygonTest = () => {
|
|
184
|
+
return jsx_runtime_1.jsx(react_native_svg_1.Svg, {
|
|
185
|
+
height: '100',
|
|
186
|
+
width: '100',
|
|
187
|
+
accessible: true,
|
|
188
|
+
accessibilityLabel: 'SVG Polygon Test',
|
|
189
|
+
accessibilityRole: 'image',
|
|
190
|
+
children: jsx_runtime_1.jsx(react_native_svg_1.Polygon, {
|
|
191
|
+
points: '40,5 70,80 25,95',
|
|
192
|
+
fill: 'lime',
|
|
193
|
+
stroke: 'purple',
|
|
194
|
+
strokeWidth: '1',
|
|
195
|
+
}),
|
|
196
|
+
});
|
|
197
|
+
};
|
|
198
|
+
const LinearGradientTest = () => {
|
|
199
|
+
return jsx_runtime_1.jsxs(react_native_svg_1.Svg, {
|
|
200
|
+
height: '100',
|
|
201
|
+
width: '100',
|
|
202
|
+
style: { backgroundColor: 'black' },
|
|
203
|
+
viewBox: '0 0 10 10',
|
|
204
|
+
color: 'yellow',
|
|
205
|
+
accessible: true,
|
|
206
|
+
accessibilityLabel: 'SVG Linear Gradient Test',
|
|
207
|
+
accessibilityRole: 'image',
|
|
208
|
+
children: [
|
|
209
|
+
jsx_runtime_1.jsx(react_native_svg_1.Defs, {
|
|
210
|
+
children: jsx_runtime_1.jsxs(react_native_svg_1.LinearGradient, {
|
|
211
|
+
id: 'grad',
|
|
212
|
+
x1: '0',
|
|
213
|
+
y1: '0',
|
|
214
|
+
x2: '1',
|
|
215
|
+
y2: '0',
|
|
216
|
+
children: [
|
|
217
|
+
jsx_runtime_1.jsx(react_native_svg_1.Stop, { offset: '0', stopColor: 'green', stopOpacity: '1' }),
|
|
218
|
+
jsx_runtime_1.jsx(react_native_svg_1.Stop, { offset: '1', stopColor: 'black', stopOpacity: '1' }),
|
|
219
|
+
],
|
|
220
|
+
}),
|
|
221
|
+
}),
|
|
222
|
+
jsx_runtime_1.jsx(react_native_svg_1.Line, {
|
|
223
|
+
x1: '0',
|
|
224
|
+
y1: '0',
|
|
225
|
+
x2: '10',
|
|
226
|
+
y2: '10',
|
|
227
|
+
fill: 'red',
|
|
228
|
+
stroke: 'url(#grad)',
|
|
229
|
+
strokeWidth: '5',
|
|
230
|
+
}),
|
|
231
|
+
],
|
|
232
|
+
});
|
|
233
|
+
};
|
|
234
|
+
const RadialGradientTest = () => {
|
|
235
|
+
return jsx_runtime_1.jsxs(react_native_svg_1.Svg, {
|
|
236
|
+
height: '100',
|
|
237
|
+
width: '100',
|
|
238
|
+
style: { backgroundColor: 'black' },
|
|
239
|
+
viewBox: '0 0 10 10',
|
|
240
|
+
color: 'yellow',
|
|
241
|
+
accessible: true,
|
|
242
|
+
accessibilityLabel: 'SVG Radial Gradient Test',
|
|
243
|
+
accessibilityRole: 'image',
|
|
244
|
+
children: [
|
|
245
|
+
jsx_runtime_1.jsx(react_native_svg_1.Defs, {
|
|
246
|
+
children: jsx_runtime_1.jsxs(react_native_svg_1.RadialGradient, {
|
|
247
|
+
id: 'grad2',
|
|
248
|
+
children: [
|
|
249
|
+
jsx_runtime_1.jsx(react_native_svg_1.Stop, { offset: '0', stopColor: 'blue' }),
|
|
250
|
+
jsx_runtime_1.jsx(react_native_svg_1.Stop, { offset: '1', stopColor: 'red' }),
|
|
251
|
+
],
|
|
252
|
+
}),
|
|
253
|
+
}),
|
|
254
|
+
jsx_runtime_1.jsx(react_native_svg_1.Line, { x1: '0', y1: '0', x2: '9', y2: '9', stroke: 'url(#grad2)', strokeWidth: '5' }),
|
|
255
|
+
],
|
|
256
|
+
});
|
|
257
|
+
};
|
|
258
|
+
const RadialGradientTransformTest = () => {
|
|
259
|
+
return jsx_runtime_1.jsxs(react_native_svg_1.Svg, {
|
|
260
|
+
width: 256,
|
|
261
|
+
height: 256,
|
|
262
|
+
viewBox: '0 0 48 48',
|
|
263
|
+
fill: 'none',
|
|
264
|
+
accessible: true,
|
|
265
|
+
accessibilityLabel: 'SVG Radial Gradient Transform Test',
|
|
266
|
+
accessibilityRole: 'image',
|
|
267
|
+
children: [
|
|
268
|
+
jsx_runtime_1.jsx(react_native_svg_1.Rect, { width: 48, height: 48, fill: 'url(#paint0_radial_1533_187044)' }),
|
|
269
|
+
jsx_runtime_1.jsx(react_native_svg_1.Rect, { x: 10, y: 10, width: 10, height: 10, fill: 'red' }),
|
|
270
|
+
jsx_runtime_1.jsx(react_native_svg_1.Defs, {
|
|
271
|
+
children: jsx_runtime_1.jsxs(react_native_svg_1.RadialGradient, {
|
|
272
|
+
id: 'paint0_radial_1533_187044',
|
|
273
|
+
cx: 0,
|
|
274
|
+
cy: 0,
|
|
275
|
+
r: 20,
|
|
276
|
+
gradientUnits: 'userSpaceOnUse',
|
|
277
|
+
gradientTransform: 'translate(22 11)',
|
|
278
|
+
children: [
|
|
279
|
+
jsx_runtime_1.jsx(react_native_svg_1.Stop, { offset: 0.0598494, stopColor: '#FF0000' }),
|
|
280
|
+
jsx_runtime_1.jsx(react_native_svg_1.Stop, { offset: 1, stopColor: '#00FF00' }),
|
|
281
|
+
],
|
|
282
|
+
}),
|
|
283
|
+
}),
|
|
284
|
+
],
|
|
285
|
+
});
|
|
286
|
+
};
|
|
287
|
+
const RectCircleTest = () => {
|
|
288
|
+
return jsx_runtime_1.jsxs(react_native_svg_1.Svg, {
|
|
289
|
+
height: '200',
|
|
290
|
+
width: '200',
|
|
291
|
+
accessible: true,
|
|
292
|
+
accessibilityLabel: 'SVG Rect and Circle Test',
|
|
293
|
+
accessibilityRole: 'image',
|
|
294
|
+
children: [
|
|
295
|
+
jsx_runtime_1.jsx(react_native_svg_1.Defs, {
|
|
296
|
+
children: jsx_runtime_1.jsx(react_native_svg_1.G, {
|
|
297
|
+
id: 'shape',
|
|
298
|
+
children: jsx_runtime_1.jsxs(react_native_svg_1.G, {
|
|
299
|
+
children: [
|
|
300
|
+
jsx_runtime_1.jsx(react_native_svg_1.Rect, { x: '120', y: '120', width: '20', height: '50', fill: 'red' }),
|
|
301
|
+
jsx_runtime_1.jsx(react_native_svg_1.Circle, { cx: '100', cy: '100', r: '20', fill: 'blue', stroke: 'black' }),
|
|
302
|
+
],
|
|
303
|
+
}),
|
|
304
|
+
}),
|
|
305
|
+
}),
|
|
306
|
+
jsx_runtime_1.jsx(react_native_svg_1.Use, { href: '#shape', x: '20', y: '0' }),
|
|
307
|
+
jsx_runtime_1.jsx(react_native_svg_1.Use, { href: '#shape', x: '170', y: '0' }),
|
|
308
|
+
],
|
|
309
|
+
});
|
|
310
|
+
};
|
|
311
|
+
const BundledSvgTest = () => {
|
|
312
|
+
return jsx_runtime_1.jsx(accessible_icon_brands_svg_1.default, {
|
|
313
|
+
width: 200,
|
|
314
|
+
height: 200,
|
|
315
|
+
color: 'red',
|
|
316
|
+
accessible: true,
|
|
317
|
+
accessibilityLabel: 'SVG Bundled svg Test',
|
|
318
|
+
accessibilityRole: 'image',
|
|
319
|
+
});
|
|
320
|
+
};
|
|
321
|
+
const RemoteSvgTest = () => {
|
|
322
|
+
return jsx_runtime_1.jsx(react_native_1.View, {
|
|
323
|
+
children: jsx_runtime_1.jsx(react_native_svg_1.SvgUri, {
|
|
324
|
+
style: styles.svg,
|
|
325
|
+
viewBox: '0 0 600 600',
|
|
326
|
+
width: '100',
|
|
327
|
+
height: '100',
|
|
328
|
+
uri: 'https://upload.wikimedia.org/wikipedia/commons/8/84/Example.svg',
|
|
329
|
+
accessible: true,
|
|
330
|
+
accessibilityLabel: 'SVG Uri Test',
|
|
331
|
+
accessibilityRole: 'image',
|
|
332
|
+
}),
|
|
333
|
+
});
|
|
334
|
+
};
|
|
335
|
+
const CustomSvgInputTest = () => {
|
|
336
|
+
const defaultxml = `
|
|
337
|
+
<svg width="256" height="256" viewBox="0 0 48 48">
|
|
338
|
+
<rect width="48" height="48" fill="red"/>
|
|
339
|
+
</svg>
|
|
340
|
+
`;
|
|
341
|
+
const textInputStyle = { height: 256, width: 1024, borderColor: 'gray', borderWidth: 1, fontSize: 16 };
|
|
342
|
+
const [inputText, setInputText] = (0, react_1.useState)(defaultxml);
|
|
343
|
+
const [svgText, setSvgText] = (0, react_1.useState)(defaultxml);
|
|
344
|
+
const [dataText, setDataText] = (0, react_1.useState)('click draw to see parsed data');
|
|
345
|
+
const [showParse, setShowParsed] = (0, react_1.useState)(false);
|
|
346
|
+
const handleChangeText = React.useCallback(
|
|
347
|
+
(text) => {
|
|
348
|
+
setInputText(text);
|
|
349
|
+
},
|
|
350
|
+
[setInputText],
|
|
351
|
+
);
|
|
352
|
+
const handleDrawOnClick = React.useCallback(() => {
|
|
353
|
+
const parsed = (0, react_native_svg_1.parse)(inputText);
|
|
354
|
+
if (parsed !== null) {
|
|
355
|
+
setSvgText(inputText);
|
|
356
|
+
setDataText(JSON.stringify(parsed));
|
|
357
|
+
}
|
|
358
|
+
}, [inputText, setSvgText, setDataText]);
|
|
359
|
+
const handleShowParsed = React.useCallback(() => {
|
|
360
|
+
setShowParsed(!showParse);
|
|
361
|
+
}, [showParse, setShowParsed]);
|
|
362
|
+
return jsx_runtime_1.jsxs(react_native_1.View, {
|
|
363
|
+
children: [
|
|
364
|
+
jsx_runtime_1.jsx(react_native_1.Text, {
|
|
365
|
+
children:
|
|
366
|
+
"Paste an svg in here and click Draw to try it out. The way it uses rnsvg's parse function to attempt to validate svg may cause asserts and crashes if the svg is invalid. Looking for another solution for this, but this is still useful in its current state.",
|
|
367
|
+
}),
|
|
368
|
+
jsx_runtime_1.jsx(react_native_1.TextInput, {
|
|
369
|
+
multiline: true,
|
|
370
|
+
accessibilityLabel: 'Custom svg text input',
|
|
371
|
+
value: inputText,
|
|
372
|
+
style: textInputStyle,
|
|
373
|
+
onChangeText: handleChangeText,
|
|
374
|
+
}),
|
|
375
|
+
jsx_runtime_1.jsxs(react_native_1.View, {
|
|
376
|
+
style: { flexDirection: 'row' },
|
|
377
|
+
children: [
|
|
378
|
+
jsx_runtime_1.jsx(react_native_2.ButtonV1, { onClick: handleDrawOnClick, children: 'Draw' }),
|
|
379
|
+
jsx_runtime_1.jsx(react_native_2.ToggleButton, { onClick: handleShowParsed, children: 'Toggle Parsed data' }),
|
|
380
|
+
],
|
|
381
|
+
}),
|
|
382
|
+
jsx_runtime_1.jsx(react_native_3.Separator, {}),
|
|
383
|
+
showParse && jsx_runtime_1.jsx(react_native_1.Text, { children: dataText }),
|
|
384
|
+
jsx_runtime_1.jsx(react_native_svg_1.SvgXml, {
|
|
385
|
+
width: '256',
|
|
386
|
+
height: '256',
|
|
387
|
+
xml: svgText,
|
|
388
|
+
accessible: true,
|
|
389
|
+
accessibilityLabel: 'Custom Svg Test',
|
|
390
|
+
accessibilityRole: 'image',
|
|
391
|
+
}),
|
|
392
|
+
],
|
|
393
|
+
});
|
|
394
|
+
};
|
|
395
|
+
const svgSections = [
|
|
396
|
+
{
|
|
397
|
+
name: 'Custom Svg Input',
|
|
398
|
+
component: CustomSvgInputTest,
|
|
399
|
+
testID: e2e_testing_1.SVG_TESTPAGE,
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
name: 'Rect',
|
|
403
|
+
component: RectTest,
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
name: 'Circle',
|
|
407
|
+
component: CircleTest,
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
name: 'RichTextInlineSvg',
|
|
411
|
+
component: RichTextInlineSvgTest,
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
name: 'Line',
|
|
415
|
+
component: LineTest,
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
name: 'Path',
|
|
419
|
+
component: PathTest,
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
name: 'Polygon',
|
|
423
|
+
component: PolygonTest,
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
name: 'Linear Gradient',
|
|
427
|
+
component: LinearGradientTest,
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
name: 'Radial Gradient',
|
|
431
|
+
component: RadialGradientTest,
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
name: 'Radial GradientTransform',
|
|
435
|
+
component: RadialGradientTransformTest,
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
name: 'Rect and Circle via Defs and Use',
|
|
439
|
+
component: RectCircleTest,
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
name: 'Bundled Svg',
|
|
443
|
+
component: BundledSvgTest,
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
name: 'Remotely Retrieved Svgs',
|
|
447
|
+
component: RemoteSvgTest,
|
|
448
|
+
},
|
|
449
|
+
];
|
|
450
|
+
const SvgTest = () => {
|
|
451
|
+
const status = {
|
|
452
|
+
win32Status: 'Production',
|
|
453
|
+
uwpStatus: 'Production',
|
|
454
|
+
iosStatus: 'Production',
|
|
455
|
+
macosStatus: 'Production',
|
|
456
|
+
androidStatus: 'Production',
|
|
457
|
+
};
|
|
458
|
+
const description = 'No description.';
|
|
459
|
+
return jsx_runtime_1.jsx(Test_1.Test, { name: 'Svg Test', description: description, sections: svgSections, status: status });
|
|
460
|
+
};
|
|
461
|
+
exports.SvgTest = SvgTest;
|
|
462
|
+
//# sourceMappingURL=SvgTest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgTest.js","sourceRoot":"","sources":["../../../src/TestComponents/Svg/SvgTest.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/TestComponents/Svg/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
var __createBinding =
|
|
3
|
+
(this && this.__createBinding) ||
|
|
4
|
+
(Object.create
|
|
5
|
+
? function (o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ('get' in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return m[k];
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
Object.defineProperty(o, k2, desc);
|
|
17
|
+
}
|
|
18
|
+
: function (o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
});
|
|
22
|
+
var __exportStar =
|
|
23
|
+
(this && this.__exportStar) ||
|
|
24
|
+
function (m, exports) {
|
|
25
|
+
for (var p in m) if (p !== 'default' && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
28
|
+
__exportStar(require('./SvgTest'), exports);
|
|
29
|
+
__exportStar(require('./RNSVGIcons'), exports);
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/TestComponents/Svg/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,+CAA6B"}
|