@versini/ui-textarea 1.3.1 → 1.4.1

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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as _versini_ui_spacing_types from '@versini/ui-spacing-types';
1
+ import * as _versini_ui_types from '@versini/ui-types';
2
2
  import React from 'react';
3
3
 
4
4
  declare const TEXT_AREA_CLASSNAME = "av-text-area";
@@ -19,6 +19,6 @@ declare const TextArea: React.ForwardRefExoticComponent<{
19
19
  raw?: boolean;
20
20
  rightElement?: React.ReactElement;
21
21
  textAreaClassName?: string;
22
- } & _versini_ui_spacing_types.SpacingTypes.Props & React.TextareaHTMLAttributes<HTMLTextAreaElement> & React.RefAttributes<HTMLTextAreaElement>>;
22
+ } & _versini_ui_types.SpacingTypes.Props & React.TextareaHTMLAttributes<HTMLTextAreaElement> & React.RefAttributes<HTMLTextAreaElement>>;
23
23
 
24
24
  export { TEXT_AREA_CLASSNAME, TEXT_AREA_CONTROL_RIGHT_CLASSNAME, TEXT_AREA_HELPER_TEXT_CLASSNAME, TEXT_AREA_WRAPPER_CLASSNAME, TextArea };
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { jsx as g, jsxs as se } from "react/jsx-runtime";
2
2
  import le, { useRef as f, useEffect as I, useCallback as ie, useMemo as X, useState as k, useId as ue, useReducer as de, useLayoutEffect as N } from "react";
3
3
  import l from "clsx";
4
4
  /*!
5
- @versini/ui-textarea v1.3.1
5
+ @versini/ui-textarea v1.4.1
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TEXTAREA__ || (window.__VERSINI_UI_TEXTAREA__ = {
10
- version: "1.3.1",
11
- buildTime: "12/25/2024 12:30 PM EST",
10
+ version: "1.4.1",
11
+ buildTime: "12/28/2024 05:53 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -196,26 +196,26 @@ function ke({
196
196
  );
197
197
  }
198
198
  /*!
199
- @versini/ui-liveregion v1.1.0
199
+ @versini/ui-liveregion v1.2.1
200
200
  © 2024 gizmette.com
201
201
  */
202
202
  try {
203
203
  window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
204
- version: "1.1.0",
205
- buildTime: "12/25/2024 12:30 PM EST",
204
+ version: "1.2.1",
205
+ buildTime: "12/28/2024 05:53 PM EST",
206
206
  homepage: "https://github.com/aversini/ui-components",
207
207
  license: "MIT"
208
208
  });
209
209
  } catch {
210
210
  }
211
211
  /*!
212
- @versini/ui-spacing v1.0.0
212
+ @versini/ui-spacing v1.1.1
213
213
  © 2024 gizmette.com
214
214
  */
215
215
  try {
216
216
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
217
- version: "1.0.0",
218
- buildTime: "12/25/2024 12:30 PM EST",
217
+ version: "1.1.1",
218
+ buildTime: "12/28/2024 05:53 PM EST",
219
219
  homepage: "https://github.com/aversini/ui-components",
220
220
  license: "MIT"
221
221
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-textarea",
3
- "version": "1.3.1",
3
+ "version": "1.4.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,14 +40,14 @@
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
42
  "@versini/ui-hooks": "4.3.0",
43
- "@versini/ui-liveregion": "1.1.0",
44
- "@versini/ui-spacing": "1.0.0",
45
- "@versini/ui-spacing-types": "1.0.0",
43
+ "@versini/ui-liveregion": "1.2.1",
44
+ "@versini/ui-spacing": "1.1.1",
45
+ "@versini/ui-types": "1.1.0",
46
46
  "clsx": "2.1.1",
47
47
  "tailwindcss": "3.4.17"
48
48
  },
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "51f74738512b2962734cd6087ded58d17ef0f8d4"
52
+ "gitHead": "900bc75dfbd7b5635476cfd59ba97711ce7be2fc"
53
53
  }