@kanda-libs/ks-component-ts 0.2.218 → 0.2.219

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanda-libs/ks-component-ts",
3
- "version": "0.2.218",
3
+ "version": "0.2.219",
4
4
  "description": "Kanda form component library",
5
5
  "main": "dist/index.esm.js",
6
6
  "module": "dist/index.esm.js",
@@ -11,7 +11,7 @@ export const BUTTON = {
11
11
  };
12
12
 
13
13
  export const CLASS_NAMES = {
14
- wrapper: "flex flex-row flex-1 ml-2",
14
+ wrapper: "ml-2",
15
15
  innerWrapper: "h-10 flex w-full flex-row justify-center",
16
16
  tag: "flex flex-row justify-between mr-2 cursor-pointer gap-x-2 whitespace-nowrap mt-[5px]",
17
17
  input: "-ml-[14px] mt-[5px]",