@carbon/ibmdotcom-styles 2.3.0 → 2.4.0-canary.7890281964.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibmdotcom-styles",
3
3
  "description": "Carbon for IBM.com Styles",
4
- "version": "2.3.0",
4
+ "version": "2.4.0-canary.7890281964.0+d4cb140",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/ibm-dotcom-styles.min.css",
7
7
  "module": "src/scss",
@@ -29,14 +29,14 @@
29
29
  "upgrade-carbon": "yarn upgrade-interactive @carbon/layout @carbon/styles @carbon/themes @carbon/icons-react --latest --exact"
30
30
  },
31
31
  "dependencies": {
32
- "@carbon/icons-react": "11.34.1",
32
+ "@carbon/icons-react": "11.36.0",
33
33
  "@carbon/layout": "11.20.1",
34
- "@carbon/styles": "1.49.0",
34
+ "@carbon/styles": "1.50.0",
35
35
  "@carbon/telemetry": "0.1.0",
36
36
  "@carbon/type": "11.25.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@carbon/themes": "11.30.0",
39
+ "@carbon/themes": "11.31.0",
40
40
  "del": "^6.0.0",
41
41
  "gulp": "^4.0.2",
42
42
  "gulp-autoprefixer": "^6.1.0",
@@ -48,5 +48,5 @@
48
48
  "sass": "~1.70.0",
49
49
  "sass-loader": "^13.0.0"
50
50
  },
51
- "gitHead": "436989faad3a1634a3085dcd732b9c05dc8110fd"
51
+ "gitHead": "d4cb14059d8dea1fe89891821dde8bcf2ca79dd7"
52
52
  }
@@ -54,12 +54,6 @@
54
54
  border-inline-start: 1px solid $layer-accent-01;
55
55
  grid-column: 9 / span 12;
56
56
  padding-inline: $spacing-05;
57
-
58
- // Adjust the direction of the border line on RTL.
59
- [dir='rtl'] & {
60
- border-inline-end: 1px solid $layer-accent-01;
61
- border-inline-start: inherit;
62
- }
63
57
  }
64
58
  }
65
59
  }
@@ -118,11 +118,6 @@
118
118
  inset-block-start: 0;
119
119
  inset-inline-end: 0;
120
120
 
121
- /* stylelint-disable-next-line comment-whitespace-inside */
122
- /* !rtl:raw:
123
- left: 0;
124
- */
125
-
126
121
  .#{$prefix}--header__search--search,
127
122
  .#{$prefix}--header__search--close {
128
123
  padding: 0;
@@ -779,9 +779,6 @@
779
779
  z-index: 99999;
780
780
 
781
781
  background-color: $background;
782
- /* !rtl:raw:
783
- left: 0 !important;
784
- */
785
782
 
786
783
  &:focus {
787
784
  outline: none;