@kaizen/components 0.0.0-canary-codemod-retain-blank-lines-20241111104224 → 0.0.0-canary-typescript-transform-paths-3.5.2-20241112050619
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/codemods/upgradeIconV1/index.ts +1 -1
- package/dist/styles.css +28 -28
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import fs from "fs"
|
|
2
|
-
import { createEncodedSourceFile } from "codemods/utils/createEncodedSourceFile"
|
|
3
2
|
import { getKaioTagNamesByRegex, transformSource, traverseDir } from "../utils"
|
|
3
|
+
import { createEncodedSourceFile } from "../utils/createEncodedSourceFile"
|
|
4
4
|
import { upgradeIconV1 } from "./upgradeIconV1"
|
|
5
5
|
|
|
6
6
|
const run = (): void => {
|
package/dist/styles.css
CHANGED
|
@@ -72,34 +72,6 @@
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
76
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
77
|
-
.OverlayArrow-module_overlayArrow__hoDyK {
|
|
78
|
-
display: flex;
|
|
79
|
-
padding: 8px;
|
|
80
|
-
}
|
|
81
|
-
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=top], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] {
|
|
82
|
-
padding: 0 8px;
|
|
83
|
-
}
|
|
84
|
-
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=left], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] {
|
|
85
|
-
padding: 8px 0;
|
|
86
|
-
}
|
|
87
|
-
.OverlayArrow-module_overlayArrow__hoDyK path {
|
|
88
|
-
fill: var(--color-purple-800, #2f2438);
|
|
89
|
-
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
90
|
-
}
|
|
91
|
-
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] svg {
|
|
92
|
-
transform: rotate(90deg);
|
|
93
|
-
}
|
|
94
|
-
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] svg {
|
|
95
|
-
transform: rotate(180deg);
|
|
96
|
-
}
|
|
97
|
-
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=left] svg {
|
|
98
|
-
transform: rotate(270deg);
|
|
99
|
-
}
|
|
100
|
-
.OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
|
|
101
|
-
fill: var(--color-white, #ffffff);
|
|
102
|
-
}
|
|
103
75
|
.Button-module_button__QOSYH {
|
|
104
76
|
--button-min-height-width: var(--spacing-48);
|
|
105
77
|
--button-padding-x: calc(
|
|
@@ -193,6 +165,34 @@
|
|
|
193
165
|
}
|
|
194
166
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
195
167
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
168
|
+
.OverlayArrow-module_overlayArrow__hoDyK {
|
|
169
|
+
display: flex;
|
|
170
|
+
padding: 8px;
|
|
171
|
+
}
|
|
172
|
+
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=top], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] {
|
|
173
|
+
padding: 0 8px;
|
|
174
|
+
}
|
|
175
|
+
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=left], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] {
|
|
176
|
+
padding: 8px 0;
|
|
177
|
+
}
|
|
178
|
+
.OverlayArrow-module_overlayArrow__hoDyK path {
|
|
179
|
+
fill: var(--color-purple-800, #2f2438);
|
|
180
|
+
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
181
|
+
}
|
|
182
|
+
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] svg {
|
|
183
|
+
transform: rotate(90deg);
|
|
184
|
+
}
|
|
185
|
+
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] svg {
|
|
186
|
+
transform: rotate(180deg);
|
|
187
|
+
}
|
|
188
|
+
.OverlayArrow-module_overlayArrow__hoDyK[data-placement=left] svg {
|
|
189
|
+
transform: rotate(270deg);
|
|
190
|
+
}
|
|
191
|
+
.OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
|
|
192
|
+
fill: var(--color-white, #ffffff);
|
|
193
|
+
}
|
|
194
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
195
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
196
196
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
197
197
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
198
198
|
/** THIS IS AN AUTOGENERATED FILE **/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-typescript-transform-paths-3.5.2-20241112050619",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"svgo": "^3.3.2",
|
|
119
119
|
"tslib": "^2.8.0",
|
|
120
120
|
"tsx": "^4.19.2",
|
|
121
|
-
"@kaizen/design-tokens": "
|
|
122
|
-
"@kaizen/package-bundler": "
|
|
121
|
+
"@kaizen/design-tokens": "0.0.0-canary-typescript-transform-paths-3.5.2-20241112050619",
|
|
122
|
+
"@kaizen/package-bundler": "0.0.0-canary-typescript-transform-paths-3.5.2-20241112050619"
|
|
123
123
|
},
|
|
124
124
|
"devDependenciesComments": {
|
|
125
125
|
"sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",
|