@kaizen/components 1.70.8 → 1.70.9
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/dist/styles.css
CHANGED
|
@@ -10198,6 +10198,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
10198
10198
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
10199
10199
|
.TileGrid-module_grid__1WCNc {
|
|
10200
10200
|
list-style-type: none;
|
|
10201
|
+
padding-inline-start: 0;
|
|
10202
|
+
margin-block: 0;
|
|
10201
10203
|
display: grid;
|
|
10202
10204
|
grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
|
|
10203
10205
|
grid-gap: var(--spacing-md, 1.5rem);
|
package/package.json
CHANGED