@reitwagen/design-components 0.6.5 → 0.6.6

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.
@@ -66,7 +66,7 @@ exports.Variants = {
66
66
  },
67
67
  },
68
68
  },
69
- render: (props) => ((0, jsx_runtime_1.jsxs)("div", { className: "ui:flex ui:gap-2", children: [(0, jsx_runtime_1.jsx)(Button_1.Button, { variant: "solid", color: "primary", ...props, children: props.children }), (0, jsx_runtime_1.jsx)(Button_1.Button, { variant: "outlined", color: "primary", ...props, children: props.children }), (0, jsx_runtime_1.jsx)(Button_1.Button, { variant: "text", s: true, color: "primary", ...props, children: props.children })] })),
69
+ render: (props) => ((0, jsx_runtime_1.jsxs)("div", { className: "ui:flex ui:gap-2", children: [(0, jsx_runtime_1.jsx)(Button_1.Button, { variant: "solid", color: "primary", ...props, children: props.children }), (0, jsx_runtime_1.jsx)(Button_1.Button, { variant: "outlined", color: "primary", ...props, children: props.children }), (0, jsx_runtime_1.jsx)(Button_1.Button, { variant: "text", color: "primary", ...props, children: props.children })] })),
70
70
  args: {
71
71
  children: "Button Text",
72
72
  color: "primary",
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.inputVariants = void 0;
4
4
  const class_variance_authority_1 = require("class-variance-authority");
5
- exports.inputVariants = (0, class_variance_authority_1.cva)("ui:h-[50px] ui:bg-white ui:px-4 ui:rounded-2xl ui:w-full ui:border ui:text-body4 ui:transition-colors ui:outline-none", {
5
+ exports.inputVariants = (0, class_variance_authority_1.cva)("ui:h-[50px] ui:bg-white ui:px-4 ui:rounded-2xl ui:w-full ui:border ui:text-body4 ui:transition-colors ui:outline-none ui:focus:ring-0", {
6
6
  variants: {
7
7
  variant: {
8
8
  default: "ui:border-gray-100 ui:text-gray-800 ui:placeholder:text-body4 ui:placeholder:text-gray-500 ui:focus:bg-gray-50 ui:focus:border-gray-200",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reitwagen/design-components",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],
@@ -50,8 +50,8 @@
50
50
  "ts-node": "^10.9.2",
51
51
  "typescript": "5.9.2",
52
52
  "@reitwagen/eslint-config": "0.0.0",
53
- "@reitwagen/typescript-config": "0.0.0",
54
- "@reitwagen/tailwind-config": "0.0.0"
53
+ "@reitwagen/tailwind-config": "0.0.0",
54
+ "@reitwagen/typescript-config": "0.0.0"
55
55
  },
56
56
  "dependencies": {
57
57
  "axios": "^1.13.2",