@workday/canvas-kit-css 14.0.0-alpha.1254-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.
- package/button.css +6 -0
- package/icon.css +5 -0
- 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-css",
|
|
3
|
-
"version": "14.0.0-alpha.
|
|
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": "
|
|
28
|
+
"gitHead": "c9c268e7ad9537d58be91036c75c3ec66b586877"
|
|
29
29
|
}
|