Skip to content

Commit

Permalink
Delete @fluentui-react-native/experimental-button (#3275)
Browse files Browse the repository at this point in the history
* Delete files

* Update files

* yarn.lock

* Change files
  • Loading branch information
rurikoaraki authored Dec 5, 2023
1 parent c1df97f commit a371484
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 7,403 deletions.
1 change: 0 additions & 1 deletion apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@fluentui-react-native/experimental-activity-indicator": ">=0.9.0 <1.0.0",
"@fluentui-react-native/experimental-appearance-additions": "^0.6.0",
"@fluentui-react-native/experimental-avatar": ">=0.20.0 <1.0.0",
"@fluentui-react-native/experimental-button": "0.19.1",
"@fluentui-react-native/experimental-checkbox": "0.16.0",
"@fluentui-react-native/experimental-expander": "0.7.0",
"@fluentui-react-native/experimental-menu-button": ">=0.8.1 <1.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { View } from 'react-native';

import { Button, FAB } from '@fluentui-react-native/experimental-button';
import { ButtonV1 as Button, FAB } from '@fluentui-react-native/button';

import { iconProps } from '../Common/iconExamples';
import { commonTestStyles, testContentRootViewStyle } from '../Common/styles';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { View } from 'react-native';

import { Button, CompoundButton, FAB } from '@fluentui-react-native/experimental-button';
import { ButtonV1 as Button, CompoundButton, FAB } from '@fluentui-react-native/button';

import { iconProps } from '../Common/iconExamples';
import { commonTestStyles, testContentRootViewStyle } from '../Common/styles';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { View, Platform } from 'react-native';

import { Button } from '@fluentui-react-native/experimental-button';
import { ButtonV1 as Button } from '@fluentui-react-native/button';
import { Tabs, TabsItem } from '@fluentui-react-native/experimental-tabs';
import { TextV1 as Text } from '@fluentui-react-native/text';

Expand Down
2 changes: 1 addition & 1 deletion apps/fluent-tester/src/TestComponents/Test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import { Platform, StyleSheet, Switch, View } from 'react-native';

import { Text, ToggleButton, Separator, Link } from '@fluentui/react-native';
import { Button } from '@fluentui-react-native/experimental-button';
import { ButtonV1 as Button } from '@fluentui-react-native/button';
import type { SvgIconProps } from '@fluentui-react-native/icon';
import { Stack } from '@fluentui-react-native/stack';
import { useTheme } from '@fluentui-react-native/theme-types';
Expand Down
2 changes: 1 addition & 1 deletion apps/fluent-tester/src/theme/ThemePickers.ios.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { View } from 'react-native';

import { Button } from '@fluentui-react-native/experimental-button';
import { ButtonV1 as Button } from '@fluentui-react-native/button';
import type { Theme } from '@fluentui-react-native/framework';
import { useTheme } from '@fluentui-react-native/framework';
import { themedStyleSheet } from '@fluentui-react-native/themed-stylesheet';
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Delete files",
"packageName": "@fluentui-react-native/dependency-profiles",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Delete files",
"packageName": "@fluentui-react-native/experimental-menu-button",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Delete files",
"packageName": "@fluentui-react-native/tester",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 0 additions & 1 deletion packages/dependency-profiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@fluentui-react-native/dropdown": "*",
"@fluentui-react-native/experimental-activity-indicator": "*",
"@fluentui-react-native/experimental-avatar": "*",
"@fluentui-react-native/experimental-button": "*",
"@fluentui-react-native/experimental-checkbox": "*",
"@fluentui-react-native/experimental-expander": "*",
"@fluentui-react-native/experimental-menu-button": "*",
Expand Down
3 changes: 0 additions & 3 deletions packages/experimental/Button/.eslintrc.js

This file was deleted.

Loading

0 comments on commit a371484

Please sign in to comment.