Skip to content

Commit

Permalink
Merge branch 'main' into 7732-remove-deprecated-icons-from-sketch-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 16, 2021
2 parents 0f8fa75 + c8c5865 commit 6cdb8d1
Show file tree
Hide file tree
Showing 13 changed files with 11,697 additions and 11,611 deletions.
8 changes: 8 additions & 0 deletions e2e/icons-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4491,6 +4491,10 @@ Array [
"Scan20",
"Scan24",
"Scan32",
"ScanDisabled16",
"ScanDisabled20",
"ScanDisabled24",
"ScanDisabled32",
"ScatterMatrix16",
"ScatterMatrix20",
"ScatterMatrix24",
Expand Down Expand Up @@ -5495,6 +5499,10 @@ Array [
"User20",
"User24",
"User32",
"UserAccess16",
"UserAccess20",
"UserAccess24",
"UserAccess32",
"UserActivity16",
"UserActivity20",
"UserActivity24",
Expand Down
8 changes: 8 additions & 0 deletions e2e/icons-vue/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4491,6 +4491,10 @@ Array [
"Scan20",
"Scan24",
"Scan32",
"ScanDisabled16",
"ScanDisabled20",
"ScanDisabled24",
"ScanDisabled32",
"ScatterMatrix16",
"ScatterMatrix20",
"ScatterMatrix24",
Expand Down Expand Up @@ -5495,6 +5499,10 @@ Array [
"User20",
"User24",
"User32",
"UserAccess16",
"UserAccess20",
"UserAccess24",
"UserAccess32",
"UserActivity16",
"UserActivity20",
"UserActivity24",
Expand Down
8 changes: 8 additions & 0 deletions e2e/icons/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4491,6 +4491,10 @@ Array [
"Scan20",
"Scan24",
"Scan32",
"ScanDisabled16",
"ScanDisabled20",
"ScanDisabled24",
"ScanDisabled32",
"ScatterMatrix16",
"ScatterMatrix20",
"ScatterMatrix24",
Expand Down Expand Up @@ -5495,6 +5499,10 @@ Array [
"User20",
"User24",
"User32",
"UserAccess16",
"UserAccess20",
"UserAccess24",
"UserAccess32",
"UserActivity16",
"UserActivity20",
"UserActivity24",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@

.#{$prefix}--accordion__item--disabled,
.#{$prefix}--accordion__item--disabled + .#{$prefix}--accordion__item {
border-top: 1px solid $disabled-01;
border-top: 1px solid $disabled-02;
}

li.#{$prefix}--accordion__item--disabled:last-of-type {
border-bottom: 1px solid $disabled-01;
border-bottom: 1px solid $disabled-02;
}

.#{$prefix}--accordion__arrow {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
.#{$prefix}--checkbox-label::after {
position: absolute;
top: rem(8px);
left: rem(6px);
left: rem(7px);
width: rem(9px);
height: rem(5px);
margin-top: rem(-3px) #{'/*rtl:0rem*/'};
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ categories:
- run
- save--model
- scan
- scan--disabled
- search
- send
- send--alt
Expand Down Expand Up @@ -1189,6 +1190,7 @@ categories:
- sight
- transgender
- user
- user--access
- user--activity
- user--admin
- user--avatar
Expand Down
10 changes: 10 additions & 0 deletions packages/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12224,6 +12224,11 @@
- qr
sizes:
- 32
- name: scan--disabled
friendly_name: scan--disabled
aliases: []
sizes:
- 32
- name: scatter-matrix
friendly_name: Scatter matrix
aliases:
Expand Down Expand Up @@ -14763,6 +14768,11 @@
sizes:
- 16
- 32
- name: user--access
friendly_name: user--access
aliases: []
sizes:
- 32
- name: user--activity
friendly_name: User activity
sizes:
Expand Down
23,200 changes: 11,593 additions & 11,607 deletions packages/icons/master/ui-icon-master.ai

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions packages/icons/src/svg/32/scan--disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/icons/src/svg/32/user--access.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion packages/icons/src/svg/32/watson-health/iCA-2D.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions packages/react/.storybook/Welcome/Welcome.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Welcome

- [Carbon Website](https://www.carbondesignsystem.com/)
- [IBM Design Language](https://www.ibm.com/design/language/)

## Other Frameworks

- [Carbon Angular](https://angular.carbondesignsystem.com)
- [Carbon Vue](http://vue.carbondesignsystem.com)

## Feedback

Help us improve the documentation by providing feedback, asking questions on
Slack, or updating the mdx files file on
[GitHub](https://github.com/carbon-design-system/carbon/tree/main/packages/react/src/components).
6 changes: 6 additions & 0 deletions packages/react/.storybook/Welcome/Welcome.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@

import React from 'react';
import { Welcome as Intro } from './Welcome';
import mdx from './Welcome.mdx';

export default {
title: ' Getting Started/ Welcome',
component: Intro,
parameters: {
docs: {
page: mdx,
},
},
};

export const Welcome = () => <Intro />;

0 comments on commit 6cdb8d1

Please sign in to comment.