@adsgency_npm/adsgency-ads-ui 0.1.0-alpha.20 → 0.1.0-alpha.21
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2827,7 +2827,7 @@ AdsClearButton.displayName = "AdsClearButton";
|
|
|
2827
2827
|
|
|
2828
2828
|
// src/components/AdsInput/index.tsx
|
|
2829
2829
|
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
2830
|
-
var inputBaseClassName = "flex w-full rounded-md border border-border bg-card px-3 py-2 ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-[var(--card-foreground)] placeholder:text-[var(--muted-foreground)] focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-
|
|
2830
|
+
var inputBaseClassName = "flex w-full rounded-md border border-border bg-card px-3 py-2 ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-[var(--card-foreground)] placeholder:text-[var(--muted-foreground)] focus-visible:outline-none disabled:cursor-not-allowed disabled:border-border disabled:bg-muted disabled:text-[var(--muted-foreground)] disabled:placeholder:text-[var(--muted-foreground)] disabled:opacity-100 disabled:focus-visible:border-border disabled:focus-visible:ring-0 md:text-sm";
|
|
2831
2831
|
var inputSizeClasses = {
|
|
2832
2832
|
sm: "h-8 text-sm leading-5",
|
|
2833
2833
|
md: "h-9 text-base leading-6",
|
|
@@ -6272,7 +6272,7 @@ AdsToggleGroupItem.displayName = "AdsToggleGroupItem";
|
|
|
6272
6272
|
// src/components/AdsTextarea/index.tsx
|
|
6273
6273
|
var React56 = __toESM(require("react"), 1);
|
|
6274
6274
|
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
6275
|
-
var textareaBaseClassName = "w-full rounded-radius-md border border-border bg-card px-md py-md text-base leading-6 shadow-[0px_1px_2px_rgba(0,0,0,0.1)] placeholder:text-[var(--muted-foreground)] focus-visible:border-border-focus focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-[rgba(161,161,161,0.5)] focus-visible:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-
|
|
6275
|
+
var textareaBaseClassName = "w-full rounded-radius-md border border-border bg-card px-md py-md text-base leading-6 shadow-[0px_1px_2px_rgba(0,0,0,0.1)] placeholder:text-[var(--muted-foreground)] focus-visible:border-border-focus focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-[rgba(161,161,161,0.5)] focus-visible:ring-offset-0 disabled:cursor-not-allowed disabled:border-border disabled:bg-muted disabled:text-[var(--muted-foreground)] disabled:placeholder:text-[var(--muted-foreground)] disabled:opacity-100 disabled:focus-visible:border-border disabled:focus-visible:ring-0";
|
|
6276
6276
|
var AdsTextarea = React56.forwardRef(
|
|
6277
6277
|
({
|
|
6278
6278
|
action,
|