xtreme-ui 0.0.109 → 0.0.110

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.
@@ -128,7 +128,7 @@ function O(j, z) {
128
128
  x === "button" && /* @__PURE__ */ t(
129
129
  "input",
130
130
  {
131
- placeholder: "Hex",
131
+ placeholder: "#Hex",
132
132
  className: g("popperInput", T),
133
133
  autoFocus: !0,
134
134
  value: h,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xtreme-ui",
3
- "version": "0.0.109",
3
+ "version": "0.0.110",
4
4
  "type": "module",
5
5
  "description": "Collection of reusable components that can be used in web projects",
6
6
  "main": "dist/index.js",