@workday/canvas-kit-css 14.0.0-alpha.1253-next.0 → 14.0.0-alpha.1255-next.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.
Files changed (3) hide show
  1. package/button.css +6 -0
  2. package/icon.css +5 -0
  3. package/package.json +2 -2
package/button.css CHANGED
@@ -479,6 +479,12 @@
479
479
  }
480
480
 
481
481
 
482
+ .cnvs-toolbar-dropdown-button.should-mirror-icon-in-r-t-l:dir(rtl) [data-part="toolbar-dropdown-btn-custom-icon"] {
483
+ margin-inline-end: 0;
484
+ margin-inline-start: 0.125rem;
485
+ }
486
+
487
+
482
488
  .cnvs-hyperlink {
483
489
  box-sizing: border-box;
484
490
  font-family: var(--cnvs-sys-font-family-default);
package/icon.css CHANGED
@@ -15,6 +15,11 @@
15
15
  }
16
16
 
17
17
 
18
+ .cnvs-svg.should-mirror-in-r-t-l:dir(rtl) {
19
+ transform: scaleX(-1);
20
+ }
21
+
22
+
18
23
  .cnvs-accent-icon {
19
24
  box-sizing: border-box;
20
25
  --cnvs-svg-size: 3.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-css",
3
- "version": "14.0.0-alpha.1253-next.0",
3
+ "version": "14.0.0-alpha.1255-next.0",
4
4
  "description": "The parent module that contains all Workday Canvas Kit CSS components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -25,5 +25,5 @@
25
25
  "components",
26
26
  "workday"
27
27
  ],
28
- "gitHead": "7b01743972e4f21990fe36d90fa5938f25c57410"
28
+ "gitHead": "c9c268e7ad9537d58be91036c75c3ec66b586877"
29
29
  }