@workday/canvas-kit-styling-transform 15.0.0-alpha.1295-next.0 → 15.0.0-alpha.1301-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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-styling-transform",
|
|
3
|
-
"version": "15.0.0-alpha.
|
|
3
|
+
"version": "15.0.0-alpha.1301-next.0",
|
|
4
4
|
"description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@emotion/serialize": "^1.0.2",
|
|
41
|
-
"@workday/canvas-kit-styling": "^15.0.0-alpha.
|
|
41
|
+
"@workday/canvas-kit-styling": "^15.0.0-alpha.1301-next.0",
|
|
42
42
|
"@workday/canvas-tokens-web": "^3.1.1",
|
|
43
43
|
"stylis": "4.0.13",
|
|
44
44
|
"ts-node": "^10.9.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"typescript": ">=5.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "5a43df05e8c2e88e1bf2aa502b38c511f6a35117"
|
|
55
55
|
}
|