@cloudtower/eagle 0.33.19 → 0.33.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.
@@ -0,0 +1,3 @@
1
+ const BasicCTErrorStyle = "E_b1jaupqb";
2
+
3
+ export { BasicCTErrorStyle };
@@ -1,6 +1,6 @@
1
1
  import React__default, { useMemo } from 'react';
2
2
  import { cx } from '@linaria/core';
3
- import { CTModalFooterErrorStyle } from './CTModalFooterError.style.js';
3
+ import { BasicCTErrorStyle } from './BasicCTError.style.js';
4
4
  import { Typo } from '../Typo/index.js';
5
5
  import { useCTErrorMsg } from '../../hooks/useCTErrorMsg.js';
6
6
  import useParrotTranslation from '../../hooks/useParrotTranslation.js';
@@ -9,15 +9,9 @@ const defaultErrorContainerRender = ({
9
9
  children,
10
10
  className
11
11
  }) => {
12
- return /* @__PURE__ */ React__default.createElement(
13
- "span",
14
- {
15
- className: cx(Typo.Label.l3_regular, CTModalFooterErrorStyle, className)
16
- },
17
- children
18
- );
12
+ return /* @__PURE__ */ React__default.createElement("span", { className: cx(Typo.Label.l3_regular, BasicCTErrorStyle, className) }, children);
19
13
  };
20
- const CTModalFooterError = (props) => {
14
+ const BasicCTError = (props) => {
21
15
  const {
22
16
  error,
23
17
  className,
@@ -37,4 +31,4 @@ const CTModalFooterError = (props) => {
37
31
  return /* @__PURE__ */ React__default.createElement(ContainerRender, { className, errorMsgs: msgs, children: child });
38
32
  };
39
33
 
40
- export { CTModalFooterError };
34
+ export { BasicCTError };
package/dist/esm/index.js CHANGED
@@ -84,7 +84,7 @@ export { CascaderDefaultHeader, CascaderDefaultHeaderContainer, CascaderDefaultH
84
84
  export { CascaderDoubleRowOption, CascaderOptionWithCount, NotDataContent, PresetCascaderHeader, PresetCascaderRender, defaultTagRender } from './core/Cascader/cascader.widget.js';
85
85
  export { Cascader } from './core/Cascader/index.js';
86
86
  export { ConfigProvider, useConfig } from './core/ConfigProvider/index.js';
87
- export { CTModalFooterError } from './core/CTModalFooterError/index.js';
87
+ export { BasicCTError } from './core/BasicCTError/index.js';
88
88
  export { default as ExpandableContainer } from './core/ExpandableList/ExpandableContainer.js';
89
89
  export { default as ExpandableItem } from './core/ExpandableList/ExpandableItem.js';
90
90
  export { default as ExpandIcon } from './core/ExpandableList/ExpandIcon.js';