-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #942 from carbon-design-system/dev
chore: publish `v1.40`
- Loading branch information
Showing
236 changed files
with
3,806 additions
and
2,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.16 KB
.yarn/offline-mirror/@babel-helper-split-export-declaration-7.12.13.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Notes on globalization | ||
|
||
- Some components, such as `DataDecorator` support a `labels` prop that provide the ability to pass an object allowing the default strings of the component to be overwritten - A [global configuration](https://github.com/carbon-design-system/ibm-security/blob/master/src/globals/nls.js) is available that outlines support for overriding default component options | ||
- Also refer to [g11n considerations in Carbon](https://github.com/carbon-design-system/carbon/blob/master/packages/react/docs/g11n.md) | ||
- Also refer to [g11n considerations in Carbon](https://github.com/carbon-design-system/carbon/blob/main/packages/react/docs/g11n.md) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# `2.x` migration | ||
|
||
## Elements | ||
|
||
| Name | `2.x` | | ||
| ------ | -------------------- | | ||
| Color | [Migrate](color.md) | | ||
| Themes | [Migrate](themes.md) | | ||
|
||
## Components | ||
|
||
| Name | `2.x` | | ||
| --------------- | ----------------------------------------------------------------- | | ||
| `Portal` | [Migrate](../../../src/components/Portal/migration/2.x.md) | | ||
| `StepIndicator` | [Migrate](../../../src/components/StepIndicator/migration/2.x.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Colors | ||
|
||
## Variables | ||
|
||
| `1.x` | `2.x` | | ||
| --------------------------------- | ----------- | | ||
| `$security-color__gray-90--hover` | `$hover-ui` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Themes | ||
|
||
### Functions | ||
|
||
| `1.x` | `2.x` | | ||
| ------- | -------------------------------- | | ||
| `theme` | [Themes](../../themes/README.md) | | ||
|
||
### Variables | ||
|
||
| `1.x` | `2.x` | | ||
| ------------------ | -------------------------------- | | ||
| `$security--theme` | [Themes](../../themes/README.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# `@carbon/ibm-security` migration | ||
|
||
## Process | ||
|
||
1. Remove the `registry=` entry from your `.npmrc` | ||
2. Remove the `@ibmduo:registry=` entry from your `.npmrc` | ||
3. Run `yarn cache clean` and `npm cache verify` to clear old Artifactory references from your global Yarn cache and verify the integrity of the npm cache | ||
4. Address any of the changes relevant to you from the tables below | ||
|
||
### Optional | ||
|
||
Remove any `@ibmduo`-scoped packages if they're listed as a dependency | ||
|
||
## Elements | ||
|
||
| Name | `@carbon/ibm-security` | | ||
| ------ | ---------------------- | | ||
| Color | [Migrate](color.md) | | ||
| Grid | [Migrate](grid.md) | | ||
| Layout | [Migrate](layout.md) | | ||
| Type | [Migrate](type.md) | | ||
|
||
## Components | ||
|
||
| Name | `@carbon/ibm-security` | | ||
| --------------------- | ------------------------------------------------------------------------------------- | | ||
| `Breadcrumb` | [Migrate](../../../src/components/Breadcrumb/migration/carbon-for-ibm-security.md) | | ||
| `Button` | [Migrate](../../../src/components/Button/migration/carbon-for-ibm-security.md) | | ||
| `CallToActionSection` | Removed | | ||
| `DataDecorator` | [Migrate](../../../src/components/DataDecorator/migration/carbon-for-ibm-security.md) | | ||
| `DataTable` | [Migrate](../../../src/components/DataTable/migration/carbon-for-ibm-security.md) | | ||
| `Header` | [Migrate](../../../src/components/Header/migration/carbon-for-ibm-security.md) | | ||
| `Icon` | [Migrate](../../../src/components/Icon/migration/carbon-for-ibm-security.md) | | ||
| `IconButton` | [Migrate](../../../src/components/IconButton/migration/carbon-for-ibm-security.md) | | ||
| `InlineNotification` | [Migrate](../../../src/components/Notification/migration/carbon-for-ibm-security.md) | | ||
| `Loading` | [Migrate](../../../src/components/Loading/migration/carbon-for-ibm-security.md) | | ||
| `MultiSelect` | [Migrate](../../../src/components/MultiSelect/migration/carbon-for-ibm-security.md) | | ||
| `Pagination` | [Migrate](../../../src/components/Pagination/migration/carbon-for-ibm-security.md) | | ||
| `Panel` | [Migrate](../../../src/components/Panel/migration/carbon-for-ibm-security.md) | | ||
| `Search` | [Migrate](../../../src/components/Search/migration/carbon-for-ibm-security.md) | | ||
| `Tag` | [Migrate](../../../src/components/Tag/migration/carbon-for-ibm-security.md) | | ||
| `TextInput` | [Migrate](../../../src/components/TextInput/migration/carbon-for-ibm-security.md) | | ||
| `TypeLayout` | [Migrate](../../../src/components/TypeLayout/migration/carbon-for-ibm-security.md) | |
6 changes: 3 additions & 3 deletions
6
docs/migration/2.x-color.md → ...igration/carbon-for-ibm-security/color.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Colors | ||
|
||
Also refer to [migration in Carbon](https://github.com/carbon-design-system/carbon/blob/master/docs/migration/10.x-color.md). | ||
Also refer to [migration in Carbon](https://github.com/carbon-design-system/carbon/blob/main/docs/migration/10.x-color.md). | ||
|
||
## Migrating | ||
|
||
### Imports | ||
|
||
| `1.x` | `2.x` | | ||
| `carbon-addons-security` | `@carbon/ibm-security` | | ||
| ----------------------------------------- | ---------------------------------------------------------- | | ||
| `import { white } from '@ibmduo/colors';` | `import { white } from '@carbon/colors';` | | ||
| `@import '@ibmduo/colors/**/*';` | `@import '@carbon/ibm-security/scss/globals/color/index';` | | ||
|
||
### Variables | ||
|
||
| `1.x` | `2.x` | | ||
| `carbon-addons-security` | `@carbon/ibm-security` | | ||
| ------------------------------------------ | ------------------------------- | | ||
| `$ibm-colors__white` / `$ibm-color__white` | `$carbon--white-0` / `$white-0` | |
6 changes: 3 additions & 3 deletions
6
docs/migration/2.x-grid.md → ...migration/carbon-for-ibm-security/grid.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/migration/2.x-layout.md → ...gration/carbon-for-ibm-security/layout.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Layout | ||
|
||
Also refer to [migration in Carbon](https://github.com/carbon-design-system/carbon/blob/master/docs/migration/10.x-layout.md). | ||
Also refer to [migration in Carbon](https://github.com/carbon-design-system/carbon/blob/main/docs/migration/10.x-layout.md). | ||
|
||
## Migrating | ||
|
||
### Imports | ||
|
||
| `1.x` | `2.x` | | ||
| `carbon-addons-security` | `@carbon/ibm-security` | | ||
| ---------------------------------------------------------------------------------- | ----------------------------------------------------------- | | ||
| `import { spacing } from '@ibm-security/carbon-addons-security/lib/scss-exports';` | `import { spacing } from '@carbon/layout';` | | ||
| `@import '@ibmduo/grid/**/*';` | `@import '@carbon/ibm-security/scss/globals/layout/index';` | | ||
|
||
### Functions | ||
|
||
| `1.x` | `2.x` | | ||
| `carbon-addons-security` | `@carbon/ibm-security` | | ||
| ------------------------------- | ---------------------------- | | ||
| `get-fixed-size($unitQuantity)` | `carbon--mini-units($count)` | |
Oops, something went wrong.