Remove unused experimental packages (#3440)
* Remove experimental-text package * change dependencies * Change files * yarn.lock update * Remove experimental-radio-group package * Update dependencies * Remove experimental-link package * Update yarn.lock
This commit is contained in:
Родитель
9e2d13efa3
Коммит
4f859c7964
|
@ -56,7 +56,6 @@
|
|||
"@fluentui-react-native/experimental-native-date-picker": "^0.10.0",
|
||||
"@fluentui-react-native/experimental-shadow": "0.5.9",
|
||||
"@fluentui-react-native/experimental-shimmer": "0.12.10",
|
||||
"@fluentui-react-native/experimental-text": "^0.14.9",
|
||||
"@fluentui-react-native/framework": "^0.13.7",
|
||||
"@fluentui-react-native/icon": "0.20.10",
|
||||
"@fluentui-react-native/input": "^0.6.0",
|
||||
|
|
|
@ -2,10 +2,10 @@ import * as React from 'react';
|
|||
import { Animated, StyleSheet, Switch, TextInput, View } from 'react-native';
|
||||
|
||||
import { ButtonV1 as Button } from '@fluentui-react-native/button';
|
||||
import { Text } from '@fluentui-react-native/experimental-text';
|
||||
import type { SvgIconProps } from '@fluentui-react-native/icon';
|
||||
import type { NotificationVariant } from '@fluentui-react-native/notification';
|
||||
import { Notification, NotificationVariants } from '@fluentui-react-native/notification';
|
||||
import { TextV1 as Text } from '@fluentui-react-native/text';
|
||||
|
||||
import PlayButton from './assets/play_button.svg';
|
||||
import { StyledPicker } from '../Common/StyledPicker';
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import * as React from 'react';
|
||||
|
||||
import { Text } from '@fluentui-react-native/experimental-text';
|
||||
import { Separator } from '@fluentui-react-native/separator';
|
||||
import { Stack } from '@fluentui-react-native/stack';
|
||||
import { TextV1 as Text } from '@fluentui-react-native/text';
|
||||
|
||||
import { SEPARATOR_TESTPAGE } from '../../../../E2E/src/Separator/consts';
|
||||
import { commonTestStyles, mobileStyles } from '../Common/styles';
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
import * as React from 'react';
|
||||
|
||||
import { ButtonV1 } from '@fluentui-react-native/button';
|
||||
import { Text } from '@fluentui-react-native/experimental-text';
|
||||
import { Separator } from '@fluentui-react-native/separator';
|
||||
import { Stack } from '@fluentui-react-native/stack';
|
||||
import { TextV1 as Text } from '@fluentui-react-native/text';
|
||||
|
||||
import { SEPARATOR_TESTPAGE } from '../../../../E2E/src/Separator/consts';
|
||||
import { stackStyle, separatorStackStyle } from '../Common/styles';
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
import * as React from 'react';
|
||||
import { View, TextInput, StyleSheet } from 'react-native';
|
||||
|
||||
import { Text } from '@fluentui-react-native/experimental-text';
|
||||
import type { SwitchTokens } from '@fluentui-react-native/switch';
|
||||
import { Switch } from '@fluentui-react-native/switch';
|
||||
import { TextV1 as Text } from '@fluentui-react-native/text';
|
||||
|
||||
import { commonTestStyles as commonStyles } from '../Common/styles';
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import * as React from 'react';
|
||||
import { Platform, View } from 'react-native';
|
||||
|
||||
import { Text } from '@fluentui-react-native/experimental-text';
|
||||
import { Stack } from '@fluentui-react-native/stack';
|
||||
import { TextV1 as Text } from '@fluentui-react-native/text';
|
||||
|
||||
import { stackStyle } from '../Common/styles';
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import * as React from 'react';
|
||||
import { Alert, Linking, View } from 'react-native';
|
||||
|
||||
import { Text } from '@fluentui-react-native/experimental-text';
|
||||
import { Stack } from '@fluentui-react-native/stack';
|
||||
import { TextV1 as Text } from '@fluentui-react-native/text';
|
||||
import type { IKeyboardEvent, IHandledKeyboardEvent } from '@office-iss/react-native-win32';
|
||||
|
||||
import { stackStyle } from '../Common/styles';
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import * as React from 'react';
|
||||
import { View } from 'react-native';
|
||||
|
||||
import { Text } from '@fluentui-react-native/experimental-text';
|
||||
import { Stack } from '@fluentui-react-native/stack';
|
||||
import { TextV1 as Text } from '@fluentui-react-native/text';
|
||||
|
||||
import { HOMEPAGE_TEXTV1_BUTTON } from '../../../../E2E/src/TextV1/consts';
|
||||
import { stackStyle } from '../Common/styles';
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import * as React from 'react';
|
||||
import { View } from 'react-native';
|
||||
|
||||
import { Text } from '@fluentui-react-native/experimental-text';
|
||||
import { Stack } from '@fluentui-react-native/stack';
|
||||
import { TextV1 as Text } from '@fluentui-react-native/text';
|
||||
|
||||
import {
|
||||
TEXTV1_TEST_COMPONENT,
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "change dependencies",
|
||||
"packageName": "@fluentui-react-native/dependency-profiles",
|
||||
"email": "ruaraki@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "change dependencies",
|
||||
"packageName": "@fluentui-react-native/tester",
|
||||
"email": "ruaraki@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -36,11 +36,9 @@
|
|||
"@fluentui-react-native/experimental-expander": "*",
|
||||
"@fluentui-react-native/experimental-menu-button": "*",
|
||||
"@fluentui-react-native/experimental-native-date-picker": "*",
|
||||
"@fluentui-react-native/experimental-radio-group": "*",
|
||||
"@fluentui-react-native/experimental-shadow": "*",
|
||||
"@fluentui-react-native/experimental-shimmer": "*",
|
||||
"@fluentui-react-native/experimental-stack": "*",
|
||||
"@fluentui-react-native/experimental-text": "*",
|
||||
"@fluentui-react-native/focus-trap-zone": "*",
|
||||
"@fluentui-react-native/focus-zone": "*",
|
||||
"@fluentui-react-native/framework": "*",
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
module.exports = {
|
||||
extends: ['@fluentui-react-native/eslint-config-rules'],
|
||||
};
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,774 +0,0 @@
|
|||
# Change Log - @fluentui-react-native/experimental-link
|
||||
|
||||
This log was last generated on Fri, 23 Feb 2024 03:22:29 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.7.9
|
||||
|
||||
Fri, 23 Feb 2024 03:22:29 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.21.9
|
||||
|
||||
## 0.7.8
|
||||
|
||||
Thu, 22 Feb 2024 23:27:45 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Rework package json version notation (rofang@microsoft.com)
|
||||
- Bump @fluentui-react-native/link to v0.21.8
|
||||
|
||||
## 0.7.7
|
||||
|
||||
Mon, 22 Jan 2024 22:09:17 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.21.7
|
||||
|
||||
## 0.7.6
|
||||
|
||||
Thu, 04 Jan 2024 21:06:26 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.21.6
|
||||
|
||||
## 0.7.5
|
||||
|
||||
Thu, 04 Jan 2024 01:35:42 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.21.5
|
||||
|
||||
## 0.7.4
|
||||
|
||||
Wed, 03 Jan 2024 00:15:20 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.21.4
|
||||
|
||||
## 0.7.3
|
||||
|
||||
Thu, 21 Dec 2023 01:31:00 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.21.3
|
||||
|
||||
## 0.7.2
|
||||
|
||||
Wed, 20 Dec 2023 20:20:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.21.2
|
||||
|
||||
## 0.7.1
|
||||
|
||||
Wed, 20 Dec 2023 00:05:24 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.21.1
|
||||
|
||||
## 0.7.0
|
||||
|
||||
Thu, 09 Nov 2023 02:39:08 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- Update to react-native 0.72 (30809111+acoates-ms@users.noreply.github.com)
|
||||
- Bump @fluentui-react-native/link to v0.21.0
|
||||
|
||||
## 0.6.16
|
||||
|
||||
Tue, 07 Nov 2023 20:20:33 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Manually bump packages stuck in the pipeline (safreibe@microsoft.com)
|
||||
- Bump @fluentui-react-native/link to v0.20.7
|
||||
|
||||
## 0.6.14
|
||||
|
||||
Mon, 30 Oct 2023 21:26:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.20.5
|
||||
|
||||
## 0.6.13
|
||||
|
||||
Wed, 25 Oct 2023 20:50:34 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.20.4
|
||||
|
||||
## 0.6.12
|
||||
|
||||
Mon, 25 Sep 2023 12:49:34 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.20.3
|
||||
|
||||
## 0.6.11
|
||||
|
||||
Tue, 29 Aug 2023 22:56:32 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.20.2
|
||||
|
||||
## 0.6.10
|
||||
|
||||
Wed, 23 Aug 2023 18:55:24 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.20.1
|
||||
|
||||
## 0.6.9
|
||||
|
||||
Tue, 22 Aug 2023 19:41:25 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.20.0
|
||||
|
||||
## 0.6.8
|
||||
|
||||
Mon, 14 Aug 2023 20:14:41 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.19.10
|
||||
|
||||
## 0.6.7
|
||||
|
||||
Wed, 09 Aug 2023 22:02:15 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.19.9
|
||||
|
||||
## 0.6.6
|
||||
|
||||
Mon, 31 Jul 2023 19:29:59 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.19.8
|
||||
|
||||
## 0.6.5
|
||||
|
||||
Tue, 18 Jul 2023 19:09:32 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.19.7
|
||||
|
||||
## 0.6.4
|
||||
|
||||
Fri, 07 Jul 2023 20:45:12 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.19.6
|
||||
|
||||
## 0.6.3
|
||||
|
||||
Mon, 03 Jul 2023 06:39:58 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.19.5
|
||||
|
||||
## 0.6.2
|
||||
|
||||
Mon, 19 Jun 2023 18:37:35 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.19.4
|
||||
|
||||
## 0.6.1
|
||||
|
||||
Sat, 17 Jun 2023 00:00:18 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.19.3
|
||||
|
||||
## 0.6.0
|
||||
|
||||
Mon, 12 Jun 2023 17:46:43 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- Changes for treeshake to work (ayushsinghs@yahoo.in)
|
||||
- Bump @fluentui-react-native/link to v0.19.2
|
||||
|
||||
## 0.5.1
|
||||
|
||||
Fri, 09 Jun 2023 15:29:07 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.19.1
|
||||
|
||||
## 0.5.0
|
||||
|
||||
Mon, 05 Jun 2023 19:26:23 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- Upgrade to React Native 0.71 (sanajmi@microsoft.com)
|
||||
- Bump @fluentui-react-native/link to v0.19.0
|
||||
|
||||
## 0.4.37
|
||||
|
||||
Tue, 30 May 2023 20:34:15 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.28
|
||||
|
||||
## 0.4.36
|
||||
|
||||
Wed, 03 May 2023 07:08:52 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.27
|
||||
|
||||
## 0.4.35
|
||||
|
||||
Mon, 10 Apr 2023 19:48:24 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.26
|
||||
|
||||
## 0.4.34
|
||||
|
||||
Thu, 23 Mar 2023 20:49:23 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.25
|
||||
|
||||
## 0.4.33
|
||||
|
||||
Tue, 21 Mar 2023 21:53:46 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Trigger manual bump (no changes) (krsiler@microsoft.com)
|
||||
- Bump @fluentui-react-native/link to v0.18.24
|
||||
|
||||
## 0.4.32
|
||||
|
||||
Sat, 18 Mar 2023 17:22:31 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.23
|
||||
|
||||
## 0.4.31
|
||||
|
||||
Tue, 14 Mar 2023 20:50:45 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.22
|
||||
|
||||
## 0.4.30
|
||||
|
||||
Tue, 07 Mar 2023 20:54:15 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.21
|
||||
|
||||
## 0.4.29
|
||||
|
||||
Sat, 04 Mar 2023 00:02:26 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.20
|
||||
|
||||
## 0.4.28
|
||||
|
||||
Fri, 03 Mar 2023 06:47:26 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.19
|
||||
|
||||
## 0.4.27
|
||||
|
||||
Tue, 28 Feb 2023 21:34:10 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.18
|
||||
|
||||
## 0.4.26
|
||||
|
||||
Fri, 24 Feb 2023 20:40:00 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.17
|
||||
|
||||
## 0.4.25
|
||||
|
||||
Fri, 24 Feb 2023 02:22:40 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.16
|
||||
|
||||
## 0.4.24
|
||||
|
||||
Sat, 11 Feb 2023 01:32:30 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.15
|
||||
|
||||
## 0.4.23
|
||||
|
||||
Fri, 03 Feb 2023 01:49:36 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.14
|
||||
|
||||
## 0.4.22
|
||||
|
||||
Thu, 02 Feb 2023 01:29:39 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.13
|
||||
|
||||
## 0.4.21
|
||||
|
||||
Wed, 01 Feb 2023 22:33:17 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.12
|
||||
|
||||
## 0.4.20
|
||||
|
||||
Mon, 30 Jan 2023 07:12:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.11
|
||||
|
||||
## 0.4.19
|
||||
|
||||
Wed, 25 Jan 2023 21:31:18 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.10
|
||||
|
||||
## 0.4.18
|
||||
|
||||
Fri, 20 Jan 2023 21:49:21 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.9
|
||||
|
||||
## 0.4.17
|
||||
|
||||
Fri, 20 Jan 2023 18:06:46 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.8
|
||||
|
||||
## 0.4.16
|
||||
|
||||
Wed, 18 Jan 2023 01:55:11 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.7
|
||||
|
||||
## 0.4.15
|
||||
|
||||
Tue, 10 Jan 2023 20:17:18 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.6
|
||||
|
||||
## 0.4.14
|
||||
|
||||
Tue, 10 Jan 2023 01:11:00 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.5
|
||||
|
||||
## 0.4.13
|
||||
|
||||
Mon, 09 Jan 2023 22:25:00 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.4
|
||||
|
||||
## 0.4.12
|
||||
|
||||
Fri, 06 Jan 2023 12:26:31 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.3
|
||||
|
||||
## 0.4.11
|
||||
|
||||
Wed, 04 Jan 2023 16:55:53 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.2
|
||||
|
||||
## 0.4.10
|
||||
|
||||
Tue, 03 Jan 2023 23:38:40 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/link to v0.18.1
|
||||
|
||||
## 0.4.9
|
||||
|
||||
Tue, 03 Jan 2023 21:35:03 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Move v1 Link code into main link folder (ruaraki@microsoft.com)
|
||||
- Bump @fluentui-react-native/link to v0.18.0
|
||||
|
||||
## 0.4.8
|
||||
|
||||
Fri, 30 Dec 2022 16:09:27 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.30
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.22.6
|
||||
- Bump @fluentui-react-native/text to v0.19.6
|
||||
|
||||
## 0.4.7
|
||||
|
||||
Fri, 30 Dec 2022 06:16:41 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- doc and tester update for link on Android (rohanpd.work@gmail.com)
|
||||
|
||||
## 0.4.6
|
||||
|
||||
Fri, 30 Dec 2022 03:49:05 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.22.5
|
||||
- Bump @fluentui-react-native/text to v0.19.5
|
||||
|
||||
## 0.4.5
|
||||
|
||||
Thu, 29 Dec 2022 08:02:57 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/text to v0.19.4
|
||||
|
||||
## 0.4.4
|
||||
|
||||
Thu, 29 Dec 2022 03:47:47 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.29
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.22.4
|
||||
- Bump @fluentui-react-native/tokens to v0.20.2
|
||||
- Bump @fluentui-react-native/text to v0.19.3
|
||||
|
||||
## 0.4.3
|
||||
|
||||
Tue, 27 Dec 2022 22:21:15 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.28
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.22.3
|
||||
- Bump @fluentui-react-native/tokens to v0.20.1
|
||||
- Bump @fluentui-react-native/text to v0.19.2
|
||||
|
||||
## 0.4.2
|
||||
|
||||
Tue, 27 Dec 2022 10:18:14 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.27
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.22.2
|
||||
- Bump @fluentui-react-native/text to v0.19.1
|
||||
|
||||
## 0.4.1
|
||||
|
||||
Wed, 21 Dec 2022 01:18:57 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fix Link space/enter keyboarding (ruaraki@microsoft.com)
|
||||
|
||||
## 0.4.0
|
||||
|
||||
Tue, 20 Dec 2022 23:10:17 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- Force win32 to not have inline links (ruaraki@microsoft.com)
|
||||
|
||||
### Patches
|
||||
|
||||
- Update link spec with more detail (ruaraki@microsoft.com)
|
||||
|
||||
## 0.3.2
|
||||
|
||||
Thu, 15 Dec 2022 14:50:50 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.26
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.22.1
|
||||
- Bump @fluentui-react-native/tokens to v0.20.0
|
||||
- Bump @fluentui-react-native/text to v0.19.0
|
||||
|
||||
## 0.3.1
|
||||
|
||||
Tue, 13 Dec 2022 18:37:10 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Change disabled link to not be focusable (ruaraki@microsoft.com)
|
||||
|
||||
## 0.3.0
|
||||
|
||||
Fri, 09 Dec 2022 10:05:33 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- initial tokens for link android (rohanpd.work@gmail.com)
|
||||
|
||||
## 0.2.7
|
||||
|
||||
Fri, 09 Dec 2022 05:23:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.25
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.22.0
|
||||
- Bump @fluentui-react-native/tokens to v0.19.1
|
||||
- Bump @fluentui-react-native/text to v0.18.2
|
||||
|
||||
## 0.2.6
|
||||
|
||||
Tue, 06 Dec 2022 16:59:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.24
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.21.5
|
||||
- Bump @fluentui-react-native/text to v0.18.1
|
||||
|
||||
## 0.2.5
|
||||
|
||||
Tue, 06 Dec 2022 00:46:41 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.23
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.21.4
|
||||
- Bump @fluentui-react-native/tokens to v0.19.0
|
||||
- Bump @fluentui-react-native/text to v0.18.0
|
||||
|
||||
## 0.2.4
|
||||
|
||||
Thu, 01 Dec 2022 03:12:20 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.22
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.21.3
|
||||
- Bump @fluentui-react-native/tokens to v0.18.1
|
||||
- Bump @fluentui-react-native/text to v0.17.1
|
||||
|
||||
## 0.2.3
|
||||
|
||||
Mon, 28 Nov 2022 19:49:35 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/text to v0.17.0
|
||||
|
||||
## 0.2.2
|
||||
|
||||
Mon, 28 Nov 2022 11:51:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.21
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.21.2
|
||||
- Bump @fluentui-react-native/tokens to v0.18.0
|
||||
- Bump @fluentui-react-native/text to v0.16.2
|
||||
|
||||
## 0.2.1
|
||||
|
||||
Wed, 16 Nov 2022 08:47:25 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.20
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.21.1
|
||||
- Bump @fluentui-react-native/text to v0.16.1
|
||||
|
||||
## 0.2.0
|
||||
|
||||
Sun, 13 Nov 2022 09:17:06 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- fix double clicking on inline links (email not defined)
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.21.0
|
||||
- Bump @fluentui-react-native/text to v0.16.0
|
||||
|
||||
## 0.1.11
|
||||
|
||||
Fri, 11 Nov 2022 18:06:32 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.19
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.20.2
|
||||
- Bump @fluentui-react-native/text to v0.15.15
|
||||
|
||||
## 0.1.10
|
||||
|
||||
Wed, 09 Nov 2022 22:52:11 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.20.1
|
||||
|
||||
## 0.1.9
|
||||
|
||||
Tue, 08 Nov 2022 22:18:44 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.18
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.20.0
|
||||
- Bump @fluentui-react-native/tokens to v0.17.8
|
||||
- Bump @fluentui-react-native/text to v0.15.14
|
||||
|
||||
## 0.1.8
|
||||
|
||||
Tue, 08 Nov 2022 19:22:01 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.17
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.19.7
|
||||
- Bump @fluentui-react-native/text to v0.15.13
|
||||
|
||||
## 0.1.7
|
||||
|
||||
Fri, 04 Nov 2022 14:36:23 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.16
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.19.6
|
||||
- Bump @fluentui-react-native/tokens to v0.17.7
|
||||
- Bump @fluentui-react-native/text to v0.15.12
|
||||
|
||||
## 0.1.6
|
||||
|
||||
Tue, 01 Nov 2022 16:30:56 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.19.5
|
||||
|
||||
## 0.1.5
|
||||
|
||||
Thu, 27 Oct 2022 11:09:35 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.15
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.19.4
|
||||
- Bump @fluentui-react-native/tokens to v0.17.6
|
||||
- Bump @fluentui-react-native/text to v0.15.11
|
||||
|
||||
## 0.1.4
|
||||
|
||||
Tue, 25 Oct 2022 22:47:45 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.14
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.19.3
|
||||
- Bump @fluentui-react-native/text to v0.15.10
|
||||
|
||||
## 0.1.3
|
||||
|
||||
Fri, 21 Oct 2022 13:09:26 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/framework to v0.8.13
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.19.2
|
||||
- Bump @fluentui-react-native/text to v0.15.9
|
||||
|
||||
## 0.1.2
|
||||
|
||||
Thu, 20 Oct 2022 18:30:02 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fix pipeline (ruaraki@microsoft.com)
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.19.1
|
||||
|
||||
## 0.1.1
|
||||
|
||||
Tue, 18 Oct 2022 04:06:27 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- initial implementation of exp link (email not defined)
|
||||
- Bump @fluentui-react-native/framework to v0.8.12
|
||||
- Bump @fluentui-react-native/interactive-hooks to v0.19.0
|
||||
- Bump @fluentui-react-native/tokens to v0.17.5
|
||||
- Bump @fluentui-react-native/text to v0.15.8
|
|
@ -1 +0,0 @@
|
|||
module.exports = require('@fluentui-react-native/scripts/babel.config');
|
|
@ -1,3 +0,0 @@
|
|||
const { preset } = require('@fluentui-react-native/scripts');
|
||||
|
||||
preset();
|
|
@ -1,61 +0,0 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-link",
|
||||
"version": "0.7.9",
|
||||
"description": "A cross-platform Link component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
"typings": "lib/index.d.ts",
|
||||
"onPublish": {
|
||||
"main": "lib-commonjs/index.js",
|
||||
"module": "lib/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "fluentui-scripts build",
|
||||
"just": "fluentui-scripts",
|
||||
"clean": "fluentui-scripts clean",
|
||||
"depcheck": "fluentui-scripts depcheck",
|
||||
"lint": "fluentui-scripts eslint",
|
||||
"test": "fluentui-scripts jest",
|
||||
"update-snapshots": "fluentui-scripts jest -u",
|
||||
"prettier": "fluentui-scripts prettier",
|
||||
"prettier-fix": "fluentui-scripts prettier --fix true"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/fluentui-react-native.git",
|
||||
"directory": "packages/experimental/link"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/link": "^0.21.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"rnx-kit": {
|
||||
"kitType": "library",
|
||||
"alignDeps": {
|
||||
"presets": [
|
||||
"microsoft/react-native"
|
||||
],
|
||||
"requirements": [
|
||||
"react-native@0.72"
|
||||
],
|
||||
"capabilities": [
|
||||
"core",
|
||||
"core-android",
|
||||
"core-ios",
|
||||
"react"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
if (__DEV__) {
|
||||
console.warn(
|
||||
'The @fluentui-react-native/exprimental-link package is deprecated. The contents of this package have been moved to @fluentui-react-native/link. If you need to use the Link component from this package, please use LinkV1 from @fluentui-react-native/link.',
|
||||
);
|
||||
}
|
||||
|
||||
export type { LinkTokens, LinkProps, LinkAppearance, LinkState, LinkSlotProps, LinkType } from '@fluentui-react-native/link';
|
||||
export {
|
||||
linkNameV1 as linkName,
|
||||
defaultLinkTokens,
|
||||
linkStates,
|
||||
linkStylingSettings,
|
||||
useLink,
|
||||
LinkV1 as Link,
|
||||
linkLookup,
|
||||
} from '@fluentui-react-native/link';
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"extends": "@fluentui-react-native/scripts/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "lib",
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
module.exports = {
|
||||
extends: ['@fluentui-react-native/eslint-config-rules'],
|
||||
};
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1 +0,0 @@
|
|||
module.exports = require('@fluentui-react-native/scripts/babel.config');
|
|
@ -1,3 +0,0 @@
|
|||
const { preset } = require('@fluentui-react-native/scripts');
|
||||
|
||||
preset();
|
|
@ -1,62 +0,0 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-radio-group",
|
||||
"version": "0.12.11",
|
||||
"description": "A cross-platform RadioGroup component using the Fluent Design System. Currently only implemented in win32.",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
"typings": "lib/index.d.ts",
|
||||
"onPublish": {
|
||||
"main": "lib-commonjs/index.js",
|
||||
"module": "lib/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "fluentui-scripts build",
|
||||
"clean": "fluentui-scripts clean",
|
||||
"depcheck": "fluentui-scripts depcheck",
|
||||
"just": "fluentui-scripts",
|
||||
"lint": "fluentui-scripts eslint",
|
||||
"test": "fluentui-scripts jest",
|
||||
"update-snapshots": "fluentui-scripts jest -u",
|
||||
"prettier": "fluentui-scripts prettier",
|
||||
"prettier-fix": "fluentui-scripts prettier --fix true"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/fluentui-react-native.git",
|
||||
"directory": "packages/experimental/RadioGroup"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/radio-group": "^0.20.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"rnx-kit": {
|
||||
"kitType": "library",
|
||||
"alignDeps": {
|
||||
"presets": [
|
||||
"microsoft/react-native"
|
||||
],
|
||||
"requirements": [
|
||||
"react-native@0.72"
|
||||
],
|
||||
"capabilities": [
|
||||
"core",
|
||||
"core-android",
|
||||
"core-ios",
|
||||
"react"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,33 +0,0 @@
|
|||
if (__DEV__) {
|
||||
console.warn(
|
||||
'The @fluentui-react-native/exprimental-radio-group package is deprecated. The contents of this package have been moved to @fluentui-react-native/radio-group. If you need to use the RadioGroup component from this package, please use RadioGroupV1 from @fluentui-react-native/radio-group.',
|
||||
);
|
||||
}
|
||||
|
||||
export type {
|
||||
RadioGroupInfo,
|
||||
RadioGroupProps,
|
||||
RadioGroupSlotProps,
|
||||
RadioGroupState,
|
||||
RadioGroupTokens,
|
||||
RadioGroupType,
|
||||
RadioGroupContextValue,
|
||||
RadioProps,
|
||||
RadioSlotProps,
|
||||
RadioInfo,
|
||||
RadioTokens,
|
||||
RadioType,
|
||||
} from '@fluentui-react-native/radio-group';
|
||||
export {
|
||||
RadioGroupV1 as RadioGroup,
|
||||
radioGroupNameV1 as radioGroupName,
|
||||
RadioGroupContextV1 as RadioGroupContext,
|
||||
RadioGroupProvider,
|
||||
useRadioGroupContext,
|
||||
useRadioGroup,
|
||||
useRadioGroupContextValue,
|
||||
Radio,
|
||||
radioLookup,
|
||||
radioName,
|
||||
useRadio,
|
||||
} from '@fluentui-react-native/radio-group';
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"extends": "@fluentui-react-native/scripts/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "lib",
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
module.exports = {
|
||||
extends: ['@fluentui-react-native/eslint-config-rules'],
|
||||
};
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1 +0,0 @@
|
|||
module.exports = require('@fluentui-react-native/scripts/babel.config');
|
|
@ -1,3 +0,0 @@
|
|||
const { preset } = require('@fluentui-react-native/scripts');
|
||||
|
||||
preset();
|
|
@ -1,62 +0,0 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-text",
|
||||
"version": "0.14.9",
|
||||
"description": "A cross-platform Text component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
"typings": "lib/index.d.ts",
|
||||
"onPublish": {
|
||||
"main": "lib-commonjs/index.js",
|
||||
"module": "lib/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "fluentui-scripts build",
|
||||
"clean": "fluentui-scripts clean",
|
||||
"depcheck": "fluentui-scripts depcheck",
|
||||
"just": "fluentui-scripts",
|
||||
"lint": "fluentui-scripts eslint",
|
||||
"test": "fluentui-scripts jest",
|
||||
"update-snapshots": "fluentui-scripts jest -u",
|
||||
"prettier": "fluentui-scripts prettier",
|
||||
"prettier-fix": "fluentui-scripts prettier --fix true"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/fluentui-react-native.git",
|
||||
"directory": "packages/experimental/Text"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/text": "^0.22.9",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"rnx-kit": {
|
||||
"kitType": "library",
|
||||
"alignDeps": {
|
||||
"presets": [
|
||||
"microsoft/react-native"
|
||||
],
|
||||
"requirements": [
|
||||
"react-native@0.72"
|
||||
],
|
||||
"capabilities": [
|
||||
"core",
|
||||
"core-android",
|
||||
"core-ios",
|
||||
"react"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/** @jsxRuntime classic */
|
||||
/** @jsx withSlots */
|
||||
import { TextV1 } from '@fluentui-react-native/text';
|
||||
|
||||
if (__DEV__) {
|
||||
console.warn(
|
||||
'The @fluentui-react-native/experimental-text package is deprecated for win32. The contents of this package have been moved to @fluentui-react-native/text. If you need to use the Text component from this package, please use TextV1 from @fluentui-react-native/text.',
|
||||
);
|
||||
}
|
||||
|
||||
export const Text = TextV1;
|
||||
export default Text;
|
|
@ -1,18 +0,0 @@
|
|||
export { Text } from './Text';
|
||||
export type { TextProps, TextTokens } from '@fluentui-react-native/text';
|
||||
export {
|
||||
textNameV1 as textName,
|
||||
Caption1,
|
||||
Body1,
|
||||
Body1Strong,
|
||||
Body2,
|
||||
Body2Strong,
|
||||
Subtitle1,
|
||||
Subtitle1Strong,
|
||||
Subtitle2,
|
||||
Subtitle2Strong,
|
||||
Title1,
|
||||
Title1Strong,
|
||||
LargeTitle,
|
||||
Display,
|
||||
} from '@fluentui-react-native/text';
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"extends": "@fluentui-react-native/scripts/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"importHelpers": true,
|
||||
"outDir": "lib",
|
||||
"types": ["node", "jest"]
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
55
yarn.lock
55
yarn.lock
|
@ -2585,11 +2585,9 @@ __metadata:
|
|||
"@fluentui-react-native/experimental-expander": "*"
|
||||
"@fluentui-react-native/experimental-menu-button": "*"
|
||||
"@fluentui-react-native/experimental-native-date-picker": "*"
|
||||
"@fluentui-react-native/experimental-radio-group": "*"
|
||||
"@fluentui-react-native/experimental-shadow": "*"
|
||||
"@fluentui-react-native/experimental-shimmer": "*"
|
||||
"@fluentui-react-native/experimental-stack": "*"
|
||||
"@fluentui-react-native/experimental-text": "*"
|
||||
"@fluentui-react-native/focus-trap-zone": "*"
|
||||
"@fluentui-react-native/focus-zone": "*"
|
||||
"@fluentui-react-native/framework": "*"
|
||||
|
@ -2880,22 +2878,6 @@ __metadata:
|
|||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@fluentui-react-native/experimental-link@workspace:packages/experimental/Link":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@fluentui-react-native/experimental-link@workspace:packages/experimental/Link"
|
||||
dependencies:
|
||||
"@fluentui-react-native/eslint-config-rules": ^0.1.1
|
||||
"@fluentui-react-native/link": ^0.21.9
|
||||
"@fluentui-react-native/scripts": ^0.1.1
|
||||
"@react-native/metro-config": ^0.72.0
|
||||
react: 18.2.0
|
||||
react-native: ^0.72.0
|
||||
peerDependencies:
|
||||
react: 18.2.0
|
||||
react-native: ^0.72.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@fluentui-react-native/experimental-menu-button@*, @fluentui-react-native/experimental-menu-button@^0.9.14, @fluentui-react-native/experimental-menu-button@workspace:packages/experimental/MenuButton":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@fluentui-react-native/experimental-menu-button@workspace:packages/experimental/MenuButton"
|
||||
|
@ -2950,23 +2932,6 @@ __metadata:
|
|||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@fluentui-react-native/experimental-radio-group@*, @fluentui-react-native/experimental-radio-group@workspace:packages/experimental/RadioGroup":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@fluentui-react-native/experimental-radio-group@workspace:packages/experimental/RadioGroup"
|
||||
dependencies:
|
||||
"@fluentui-react-native/eslint-config-rules": ^0.1.1
|
||||
"@fluentui-react-native/radio-group": ^0.20.11
|
||||
"@fluentui-react-native/scripts": ^0.1.1
|
||||
"@office-iss/react-native-win32": ^0.72.0
|
||||
"@react-native/metro-config": ^0.72.0
|
||||
react: 18.2.0
|
||||
react-native: ^0.72.0
|
||||
peerDependencies:
|
||||
react: 18.2.0
|
||||
react-native: ^0.72.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@fluentui-react-native/experimental-shadow@*, @fluentui-react-native/experimental-shadow@0.5.9, @fluentui-react-native/experimental-shadow@^0.5.9, @fluentui-react-native/experimental-shadow@workspace:packages/experimental/Shadow":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@fluentui-react-native/experimental-shadow@workspace:packages/experimental/Shadow"
|
||||
|
@ -3029,23 +2994,6 @@ __metadata:
|
|||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@fluentui-react-native/experimental-text@*, @fluentui-react-native/experimental-text@^0.14.9, @fluentui-react-native/experimental-text@workspace:packages/experimental/Text":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@fluentui-react-native/experimental-text@workspace:packages/experimental/Text"
|
||||
dependencies:
|
||||
"@fluentui-react-native/eslint-config-rules": ^0.1.1
|
||||
"@fluentui-react-native/scripts": ^0.1.1
|
||||
"@fluentui-react-native/text": ^0.22.9
|
||||
"@react-native/metro-config": ^0.72.0
|
||||
react: 18.2.0
|
||||
react-native: ^0.72.0
|
||||
tslib: ^2.3.1
|
||||
peerDependencies:
|
||||
react: 18.2.0
|
||||
react-native: ^0.72.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@fluentui-react-native/focus-trap-zone@*, @fluentui-react-native/focus-trap-zone@0.11.9, @fluentui-react-native/focus-trap-zone@workspace:packages/components/FocusTrapZone":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@fluentui-react-native/focus-trap-zone@workspace:packages/components/FocusTrapZone"
|
||||
|
@ -3204,7 +3152,7 @@ __metadata:
|
|||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@fluentui-react-native/link@*, @fluentui-react-native/link@0.21.9, @fluentui-react-native/link@^0.21.9, @fluentui-react-native/link@workspace:packages/components/Link":
|
||||
"@fluentui-react-native/link@*, @fluentui-react-native/link@0.21.9, @fluentui-react-native/link@workspace:packages/components/Link":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@fluentui-react-native/link@workspace:packages/components/Link"
|
||||
dependencies:
|
||||
|
@ -3737,7 +3685,6 @@ __metadata:
|
|||
"@fluentui-react-native/experimental-native-date-picker": ^0.10.0
|
||||
"@fluentui-react-native/experimental-shadow": 0.5.9
|
||||
"@fluentui-react-native/experimental-shimmer": 0.12.10
|
||||
"@fluentui-react-native/experimental-text": ^0.14.9
|
||||
"@fluentui-react-native/focus-zone": ^0.16.9
|
||||
"@fluentui-react-native/framework": ^0.13.7
|
||||
"@fluentui-react-native/icon": 0.20.10
|
||||
|
|
Загрузка…
Ссылка в новой задаче