@kanda-libs/ks-component-ts 0.2.386 → 0.2.387

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.
@@ -1232,6 +1232,10 @@ input[type="number"]::-webkit-inner-spin-button,
1232
1232
  margin-bottom: 20px;
1233
1233
  }
1234
1234
 
1235
+ .mr-2 {
1236
+ margin-right: 8px;
1237
+ }
1238
+
1235
1239
  .-ml-4 {
1236
1240
  margin-left: -16px;
1237
1241
  }
@@ -1256,10 +1260,6 @@ input[type="number"]::-webkit-inner-spin-button,
1256
1260
  margin-left: 8px;
1257
1261
  }
1258
1262
 
1259
- .mr-2 {
1260
- margin-right: 8px;
1261
- }
1262
-
1263
1263
  .mt-\[5px\] {
1264
1264
  margin-top: 5px;
1265
1265
  }
package/src/types.d.ts CHANGED
@@ -20,4 +20,5 @@ export interface Theme {
20
20
  label: string;
21
21
  helperText: string;
22
22
  };
23
+ buttonClasses?: string;
23
24
  }