Skip to content

Commit

Permalink
chore(carbon): upgrade ai tokens and versions (#11634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore authored Mar 15, 2024
1 parent 2a94433 commit f473e78
Show file tree
Hide file tree
Showing 150 changed files with 689 additions and 478 deletions.
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.
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 removed .yarn/cache/ip-npm-2.0.1-ee48691f03-d6dd154e1b.zip
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 removed .yarn/cache/tmp-npm-0.2.3-ac2a701365-7b13696787.zip
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.
4 changes: 2 additions & 2 deletions packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
],
"dependencies": {
"@babel/runtime": "^7.16.3",
"@carbon/ibm-products-styles": "^2.28.0",
"@carbon/styles": "1.52.0",
"@carbon/ibm-products-styles": "^2.30.1",
"@carbon/styles": "1.53.0",
"@floating-ui/dom": "^1.6.3",
"@ibm/telemetry-js": "^1.2.1",
"flatpickr": "4.6.13",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}

:host(#{$prefix}-modal[slug]) .#{$prefix}--modal-container {
@include callout-gradient('default', 0, 'layer');
@include ai-popover-gradient('default', 0, 'layer');

border: 1px solid transparent;
background-color: $layer;
Expand All @@ -159,7 +159,7 @@
}

:host(#{$prefix}-modal[slug][has-footer]) .#{$prefix}--modal-container {
@include callout-gradient('default', 64px, 'layer');
@include ai-popover-gradient('default', 64px, 'layer');

box-shadow: inset 0 -80px 0 -16px $layer,
inset 0 -160px 70px -65px $ai-inner-shadow, 0 4px 10px 2px $ai-drop-shadow;
Expand Down
16 changes: 8 additions & 8 deletions packages/carbon-web-components/src/components/slug/slug.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ $colorMap: (

:host(#{$prefix}-slug[enabled]) {
.#{$prefix}--popover-content {
@include callout-gradient();
@include ai-popover-gradient();

border: 1px solid transparent;
border-radius: $spacing-03;
box-shadow: inset 0 -80px 70px -65px $ai-inner-shadow,
-40px 30px 100px -25px $slug-callout-shadow-outer-01,
-60px 80px 60px -45px $slug-callout-shadow-outer-02;
-40px 30px 100px -25px $ai-popover-shadow-outer-01,
-60px 80px 60px -45px $ai-popover-shadow-outer-02;
color: $text-primary;
min-inline-size: to-rem(280px);
}
Expand Down Expand Up @@ -189,7 +189,7 @@ $colorMap: (
}

&::after {
background: $slug-callout-caret-bottom-background;
background: $ai-popover-caret-bottom-background;
block-size: $spacing-01;
border-end-end-radius: 50%;
border-end-start-radius: 50%;
Expand Down Expand Up @@ -327,8 +327,8 @@ $colorMap: (
)[alignment^='top']
) {
.#{$prefix}--popover-caret::before {
border-color: $slug-callout-caret-bottom;
background: $slug-callout-caret-bottom-background;
border-color: $ai-popover-caret-bottom;
background: $ai-popover-caret-bottom-background;
}
}

Expand Down Expand Up @@ -358,7 +358,7 @@ $colorMap: (
)[alignment^='top'][has-actions]
) {
.#{$prefix}--popover-caret::before {
background: $slug-callout-caret-bottom-background-actions;
background: $ai-popover-caret-bottom-background-actions;
}
}

Expand All @@ -375,7 +375,7 @@ $colorMap: (
)[alignment='right']
) {
.#{$prefix}--popover-caret::before {
border-color: $slug-callout-caret-center;
border-color: $ai-popover-caret-center;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $motion-duration: $duration-moderate-02;
}

.#{$block-class}__content {
@include utilities.callout-gradient('default', 0);
@include utilities.ai-popover-gradient('default', 0);

box-shadow: inset 0 -80px 70px -65px $ai-inner-shadow;
}
Expand Down
8 changes: 4 additions & 4 deletions packages/carbon-web-components/src/components/tile/tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $css--plex: true !default;
:host(#{$prefix}-expandable-tile[slug]),
:host(#{$prefix}-clickable-tile[slug]) .#{$prefix}--tile,
:host(#{$prefix}-selectable-tile[slug]) .#{$prefix}--tile {
@include callout-gradient('default', 0, 'layer');
@include ai-popover-gradient('default', 0, 'layer');

border: 1px solid transparent;
box-shadow: inset 0 -80px 70px -65px $ai-inner-shadow,
Expand All @@ -193,7 +193,7 @@ $css--plex: true !default;
}

:host(#{$prefix}-expandable-tile[slug]):hover {
@include callout-gradient('default', 0, 'layer');
@include ai-popover-gradient('default', 0, 'layer');
}

:host(#{$prefix}-selectable-tile[slug]) .#{$prefix}--tile::before,
Expand All @@ -212,7 +212,7 @@ $css--plex: true !default;

:host(#{$prefix}-selectable-tile[slug]) .#{$prefix}--tile::before,
:host(#{$prefix}-clickable-tile[slug]) .#{$prefix}--tile::before {
@include callout-gradient('hover', 0, 'layer');
@include ai-popover-gradient('hover', 0, 'layer');

box-shadow: inset 0 -80px 70px -65px $ai-inner-shadow;
}
Expand All @@ -230,7 +230,7 @@ $css--plex: true !default;
}

:host(#{$prefix}-selectable-tile[slug]) .#{$prefix}--tile--is-selected::after {
@include callout-gradient('selected', 0, 'layer');
@include ai-popover-gradient('selected', 0, 'layer');

box-shadow: inset 0 -80px 70px -65px $ai-inner-shadow;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"dependencies": {
"@carbon/icons-react": "11.37.0",
"@carbon/layout": "11.20.1",
"@carbon/styles": "1.52.0",
"@carbon/styles": "1.53.0",
"@carbon/telemetry": "0.1.0",
"@carbon/type": "11.25.1"
},
"devDependencies": {
"@carbon/themes": "11.32.0",
"@carbon/themes": "11.33.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@carbon/ibmdotcom-utilities": "2.5.0",
"@carbon/layout": "11.20.1",
"@carbon/motion": "11.16.1",
"@carbon/styles": "1.52.0",
"@carbon/styles": "1.53.0",
"@carbon/telemetry": "0.1.0",
"@carbon/web-components": "2.5.0",
"lit": "^2.7.6",
Expand Down Expand Up @@ -135,7 +135,7 @@
"@carbon/icons": "10.48.3",
"@carbon/icons-react": "^11.33.0",
"@carbon/pictograms-react": "11.57.0",
"@carbon/react": "1.52.0",
"@carbon/react": "1.53.0",
"@carbon/type": "11.25.1",
"@open-wc/semantic-dom-diff": "~0.18.0",
"@percy-io/in-percy": "^0.1.11",
Expand Down
Loading

0 comments on commit f473e78

Please sign in to comment.