@carbon/ibmdotcom-styles 2.37.0 → 2.39.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.37.0",
4
+ "version": "2.39.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/ibm-dotcom-styles.min.css",
7
7
  "module": "src/scss",
@@ -30,14 +30,14 @@
30
30
  "upgrade-carbon": "yarn upgrade-interactive @carbon/layout @carbon/styles @carbon/themes @carbon/icons-react --latest --exact"
31
31
  },
32
32
  "dependencies": {
33
- "@carbon/icons-react": "11.53.0",
33
+ "@carbon/icons-react": "11.71.0",
34
34
  "@carbon/layout": "11.27.0",
35
35
  "@carbon/styles": "1.65.0",
36
- "@carbon/type": "11.32.1",
36
+ "@carbon/type": "11.50.0",
37
37
  "@ibm/telemetry-js": "^1.5.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@carbon/themes": "11.46.0",
40
+ "@carbon/themes": "11.64.0",
41
41
  "del": "^6.0.0",
42
42
  "gulp": "^4.0.2",
43
43
  "gulp-autoprefixer": "^6.1.0",
@@ -45,8 +45,8 @@
45
45
  "gulp-rename": "^2.0.0",
46
46
  "gulp-sass": "^5.0.0",
47
47
  "require-dir": "^1.2.0",
48
- "sass": "~1.84.0",
48
+ "sass": "~1.97.0",
49
49
  "sass-loader": "^13.0.0"
50
50
  },
51
- "gitHead": "89fdd7e527ea6047f0436a196dada7b0f427d1fc"
51
+ "gitHead": "398c2bce5533bfb93871d2de13f82bf7194db989"
52
52
  }
@@ -154,6 +154,13 @@ $aspect-ratios: ((16, 9), (9, 16), (2, 1), (1, 2), (4, 3), (3, 4), (1, 1));
154
154
  );
155
155
  }
156
156
 
157
+ // Ensuring caption is correctly displayed when it has RTL mixed with LTR copy
158
+ .#{$c4d-prefix}--video-player__video-caption[dir='rtl'] {
159
+ direction: rtl;
160
+ text-align: end;
161
+ unicode-bidi: plaintext;
162
+ }
163
+
157
164
  .#{$c4d-prefix}--video-player__image-overlay {
158
165
  padding: 0;
159
166
  border: none;