@ikatec/nebula-react 1.0.11 → 1.0.12

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/dist/index.js CHANGED
@@ -179,7 +179,7 @@ var buttonVariantsConfig = classVarianceAuthority.cva(
179
179
  items-center
180
180
  justify-center
181
181
  whitespace-nowrap
182
- rounded-full
182
+ rounded-button
183
183
  font-semibold
184
184
  ring-offset-background
185
185
  transition-colors
@@ -2266,7 +2266,7 @@ var Option = (props) => {
2266
2266
  };
2267
2267
  var controlStyles = ({ isDisabled, isFocused }, isError) => {
2268
2268
  return cn(
2269
- "flex w-full items-center border bg-inputSelect-default-background rounded-[20px] px-4 min-h-10 transition",
2269
+ "flex w-full items-center border bg-inputSelect-default-background rounded-input px-4 min-h-10 transition",
2270
2270
  {
2271
2271
  "ring-[3px] border-inputSelect-focus-border text-inputSelect-focus-text ring-inputSelect-focus-border": isFocused,
2272
2272
  "border-inputSelect-danger-border text-inputSelect-danger-icon": isError,
@@ -2382,7 +2382,7 @@ var InputText = React8__namespace.forwardRef(
2382
2382
  {
2383
2383
  ref,
2384
2384
  className: cn(
2385
- "w-full h-10 outline-none rounded-[20px] text-sm leading-none font-medium",
2385
+ "w-full h-10 outline-none rounded-input text-sm leading-none font-medium",
2386
2386
  "bg-inputText-background-default disabled:bg-inputText-background-disabled",
2387
2387
  "border border-inputText-border-default focus:ring-[3px] focus:ring-inputText-border-focus focus:border-inputText-border-focus",
2388
2388
  "text-inputText-text-filled focus:text-inputText-text-focus placeholder:text-inputText-text-default disabled:text-inputText-text-disabled",
@@ -3620,7 +3620,7 @@ function InputPhone({
3620
3620
  RPNInput__namespace.default,
3621
3621
  {
3622
3622
  className: cn(
3623
- "flex w-full h-10 bg-inputText-background-default rounded-[20px] border border-inputText-border-default focus-within:ring-[3px] focus-within:ring-inputText-border-focus focus-within:border-inputText-border-focus",
3623
+ "flex w-full h-10 bg-inputText-background-default rounded-input border border-inputText-border-default focus-within:ring-[3px] focus-within:ring-inputText-border-focus focus-within:border-inputText-border-focus",
3624
3624
  { "bg-inputText-background-disabled": disabled },
3625
3625
  {
3626
3626
  "text-inputText-icon-danger border-inputText-border-danger focus-within:border-inputText-border-danger focus-within:ring-button-danger-border-focus": isError
package/dist/index.mjs CHANGED
@@ -139,7 +139,7 @@ var buttonVariantsConfig = cva(
139
139
  items-center
140
140
  justify-center
141
141
  whitespace-nowrap
142
- rounded-full
142
+ rounded-button
143
143
  font-semibold
144
144
  ring-offset-background
145
145
  transition-colors
@@ -2226,7 +2226,7 @@ var Option = (props) => {
2226
2226
  };
2227
2227
  var controlStyles = ({ isDisabled, isFocused }, isError) => {
2228
2228
  return cn(
2229
- "flex w-full items-center border bg-inputSelect-default-background rounded-[20px] px-4 min-h-10 transition",
2229
+ "flex w-full items-center border bg-inputSelect-default-background rounded-input px-4 min-h-10 transition",
2230
2230
  {
2231
2231
  "ring-[3px] border-inputSelect-focus-border text-inputSelect-focus-text ring-inputSelect-focus-border": isFocused,
2232
2232
  "border-inputSelect-danger-border text-inputSelect-danger-icon": isError,
@@ -2342,7 +2342,7 @@ var InputText = React8.forwardRef(
2342
2342
  {
2343
2343
  ref,
2344
2344
  className: cn(
2345
- "w-full h-10 outline-none rounded-[20px] text-sm leading-none font-medium",
2345
+ "w-full h-10 outline-none rounded-input text-sm leading-none font-medium",
2346
2346
  "bg-inputText-background-default disabled:bg-inputText-background-disabled",
2347
2347
  "border border-inputText-border-default focus:ring-[3px] focus:ring-inputText-border-focus focus:border-inputText-border-focus",
2348
2348
  "text-inputText-text-filled focus:text-inputText-text-focus placeholder:text-inputText-text-default disabled:text-inputText-text-disabled",
@@ -3580,7 +3580,7 @@ function InputPhone({
3580
3580
  RPNInput.default,
3581
3581
  {
3582
3582
  className: cn(
3583
- "flex w-full h-10 bg-inputText-background-default rounded-[20px] border border-inputText-border-default focus-within:ring-[3px] focus-within:ring-inputText-border-focus focus-within:border-inputText-border-focus",
3583
+ "flex w-full h-10 bg-inputText-background-default rounded-input border border-inputText-border-default focus-within:ring-[3px] focus-within:ring-inputText-border-focus focus-within:border-inputText-border-focus",
3584
3584
  { "bg-inputText-background-disabled": disabled },
3585
3585
  {
3586
3586
  "text-inputText-icon-danger border-inputText-border-danger focus-within:border-inputText-border-danger focus-within:ring-button-danger-border-focus": isError
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikatec/nebula-react",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "React components",
5
5
  "publishConfig": {
6
6
  "access": "public"