@sunggang/ui-lib 0.4.65 → 0.4.66

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/Form.cjs.js CHANGED
@@ -7519,7 +7519,7 @@ var EditableCombobox = function(param) {
7519
7519
  placeholder: placeholder,
7520
7520
  disabled: disabled,
7521
7521
  className: [
7522
- "w-full h-11 rounded-2xl px-4 pr-20 border border-solid border-[#B4B4B4]",
7522
+ "w-full h-11 rounded-2xl px-4 pr-20 border border-solid border-[#B4B4B4] customInput editable-combobox",
7523
7523
  "transition-colors duration-200",
7524
7524
  disabled ? "text-[#B0B0B0] bg-[#e5e7eb] cursor-not-allowed" : "bg-white text-[#6f6f6f] hover:border-[#6f6f6f] focus:border-[#6f6f6f] focus:outline-none"
7525
7525
  ].join(" ")
package/Form.esm.js CHANGED
@@ -7492,7 +7492,7 @@ var EditableCombobox = function(param) {
7492
7492
  placeholder: placeholder,
7493
7493
  disabled: disabled,
7494
7494
  className: [
7495
- "w-full h-11 rounded-2xl px-4 pr-20 border border-solid border-[#B4B4B4]",
7495
+ "w-full h-11 rounded-2xl px-4 pr-20 border border-solid border-[#B4B4B4] customInput editable-combobox",
7496
7496
  "transition-colors duration-200",
7497
7497
  disabled ? "text-[#B0B0B0] bg-[#e5e7eb] cursor-not-allowed" : "bg-white text-[#6f6f6f] hover:border-[#6f6f6f] focus:border-[#6f6f6f] focus:outline-none"
7498
7498
  ].join(" ")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunggang/ui-lib",
3
- "version": "0.4.65",
3
+ "version": "0.4.66",
4
4
  "sideEffects": [
5
5
  "*.css",
6
6
  "./src/style.css",