aristid-ds 16.0.0 → 16.1.0
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/CHANGELOG.md +37 -12
- package/dist/Kit/App/index.js +1 -1
- package/dist/Kit/DataDisplay/Collapse/index.js +1 -1
- package/dist/Kit/DataDisplay/Comment/index.js +1 -1
- package/dist/Kit/DataDisplay/Empty/index.js +1 -1
- package/dist/Kit/DataDisplay/Error/index.js +1 -1
- package/dist/Kit/DataDisplay/IdCard/index.js +1 -1
- package/dist/Kit/DataDisplay/ItemCard/index.js +1 -1
- package/dist/Kit/DataDisplay/ItemList/index.js +1 -1
- package/dist/Kit/DataDisplay/RedirectCard/index.js +1 -1
- package/dist/Kit/DataDisplay/Table/index.js +1 -1
- package/dist/Kit/DataDisplay/Tabs/index.js +1 -1
- package/dist/Kit/DataDisplay/Tag/index.js +1 -1
- package/dist/Kit/DataDisplay/Tag/types.d.ts +1 -1
- package/dist/Kit/DataEntry/AutoComplete/index.js +1 -1
- package/dist/Kit/DataEntry/Checkbox/index.js +1 -1
- package/dist/Kit/DataEntry/ColorPicker/index.js +1 -1
- package/dist/Kit/DataEntry/DatePicker/index.js +1 -1
- package/dist/Kit/DataEntry/Filter/index.js +1 -1
- package/dist/Kit/DataEntry/Input/index.js +1 -1
- package/dist/Kit/DataEntry/Input/types.d.ts +2 -0
- package/dist/Kit/DataEntry/InputNumber/index.js +1 -1
- package/dist/Kit/DataEntry/InputWrapper/index.js +1 -1
- package/dist/Kit/DataEntry/InputWrapper/types.d.ts +1 -0
- package/dist/Kit/DataEntry/Radio/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/FontSizeSelect/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/MenuBar/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/index.js +1 -1
- package/dist/Kit/DataEntry/RichText/types.d.ts +1 -0
- package/dist/Kit/DataEntry/SearchInput/index.js +1 -1
- package/dist/Kit/DataEntry/Select/index.js +1 -1
- package/dist/Kit/DataEntry/TreeSelect/index.js +1 -1
- package/dist/Kit/DataEntry/Upload/index.js +1 -1
- package/dist/Kit/Feedback/Alert/index.js +1 -1
- package/dist/Kit/Feedback/Modal/index.js +1 -1
- package/dist/Kit/Feedback/Notification/index.js +1 -1
- package/dist/Kit/Feedback/Progress/index.js +1 -1
- package/dist/Kit/Feedback/SnackBar/index.js +1 -1
- package/dist/Kit/General/Button/index.js +1 -1
- package/dist/Kit/General/Button/types.d.ts +1 -0
- package/dist/Kit/General/DynamicActions/index.js +1 -1
- package/dist/Kit/General/Typography/index.js +1 -1
- package/dist/Kit/Layout/PageLayout/index.js +1 -1
- package/dist/Kit/Navigation/Header/index.js +1 -1
- package/dist/Kit/Navigation/PageHeader/index.js +1 -1
- package/dist/Kit/Navigation/SideMenu/index.js +1 -1
- package/dist/Kit/Navigation/SidePanel/index.js +1 -1
- package/dist/Kit/index.js +38 -38
- package/dist/assets/App.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Comment.css +1 -1
- package/dist/assets/Filter.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/InputWrapper.css +1 -1
- package/dist/assets/Notification.css +1 -1
- package/dist/assets/RichText.css +1 -1
- package/dist/assets/Tag.css +1 -1
- package/dist/assets/useEllipsisTooltip.css +1 -1
- package/dist/chunks/Alert.CptjyHNo.js +136 -0
- package/dist/chunks/{App.DzGS_aWl.js → App.B-o65pBo.js} +1 -1
- package/dist/chunks/{AutoComplete.CgbJII9H.js → AutoComplete.DjcjDCwe.js} +2 -2
- package/dist/chunks/Button.DpqgHUnY.js +147 -0
- package/dist/chunks/{Checkbox.BfsIaOHf.js → Checkbox.CD7_4xKA.js} +1 -1
- package/dist/chunks/{Collapse.B71spb8n.js → Collapse.B3UwCcGO.js} +3 -3
- package/dist/chunks/{ColorPicker.uKC6b1is.js → ColorPicker.CiLVQ7ma.js} +1 -1
- package/dist/chunks/{Comment.Bf90W9Uf.js → Comment.Cd7i1Ope.js} +3 -3
- package/dist/chunks/{DatePicker.M4IqQYZK.js → DatePicker.s-w_Yoy_.js} +2 -2
- package/dist/chunks/{DynamicActions.BGsGQgHx.js → DynamicActions.DHDIl5-h.js} +1 -1
- package/dist/chunks/{Empty.BAcELu_a.js → Empty.kKYv59Zi.js} +1 -1
- package/dist/chunks/{Error.OInisOGv.js → Error.BUEl7nbL.js} +1 -1
- package/dist/chunks/Filter.CEQpPFYE.js +85 -0
- package/dist/chunks/{FontSizeSelect.DWsqaVsD.js → FontSizeSelect.XLWRKIOf.js} +1 -1
- package/dist/chunks/{Header.Pepz-wLh.js → Header.D6fLQ7Mt.js} +2 -2
- package/dist/chunks/{IdCard.b_dKAB1B.js → IdCard.BBfDw0-e.js} +1 -1
- package/dist/chunks/{Input.jVuPPvRM.js → Input.CtZ4tgRD.js} +104 -95
- package/dist/chunks/{InputNumber.BMGgA7hL.js → InputNumber.BEYbLzDt.js} +1 -1
- package/dist/chunks/InputWrapper.DuqdZ-tp.js +70 -0
- package/dist/chunks/{ItemCard.D_ys8GWk.js → ItemCard.BvY_r-dg.js} +4 -4
- package/dist/chunks/{ItemList.BjOSmXt6.js → ItemList.r-y6KzU1.js} +3 -3
- package/dist/chunks/{LinkButton.BnE25e4E.js → LinkButton.DphCC7Rv.js} +3 -3
- package/dist/chunks/{MenuBar.CFDpOJD5.js → MenuBar.pdIb57up.js} +1 -1
- package/dist/chunks/{Modal.BZ9Diwqu.js → Modal.C5SJAENF.js} +3 -3
- package/dist/chunks/{Notification.v7rfCaPq.js → Notification.BnuvQBxz.js} +3 -3
- package/dist/chunks/{PageHeader.1v_ec3fs.js → PageHeader.BnSVtOFI.js} +3 -3
- package/dist/chunks/{PageLayout.8gjr4ZWy.js → PageLayout.DYKBSKyY.js} +2 -2
- package/dist/chunks/{Progress.CXCHiJ2M.js → Progress.ZWy41SUW.js} +1 -1
- package/dist/chunks/{Radio.CNu5txoD.js → Radio.DWGDlt8U.js} +1 -1
- package/dist/chunks/{RedirectCard.TauzP2u-.js → RedirectCard.BT3eQLV1.js} +2 -2
- package/dist/chunks/{RichText.zxBTll6O.js → RichText.BR_A94YI.js} +37 -35
- package/dist/chunks/{SearchInput.B25zPXic.js → SearchInput.CZnUAGz5.js} +1 -1
- package/dist/chunks/{Select.CZhljUEY.js → Select.DvAxIzIn.js} +4 -4
- package/dist/chunks/{SideMenu.DdQdA8XD.js → SideMenu.D4wozNhB.js} +2 -2
- package/dist/chunks/{SidePanel.BA3T5qdy.js → SidePanel.BJuPploc.js} +2 -2
- package/dist/chunks/{SnackBar.DmvytBAC.js → SnackBar.BWnfof-_.js} +3 -3
- package/dist/chunks/{Table.DJ3kS6-i.js → Table.DsE1qZU6.js} +1 -1
- package/dist/chunks/{Tabs.Bp5YSOYE.js → Tabs.DB5WWK-g.js} +2 -2
- package/dist/chunks/{Tag.HfxYXyOw.js → Tag.CxgIR_go.js} +7 -7
- package/dist/chunks/{TreeSelect.BcQsQcWA.js → TreeSelect.BvpOIkIV.js} +3 -3
- package/dist/chunks/{Typography.C3jMwd1-.js → Typography.LjOcXtjO.js} +1 -1
- package/dist/chunks/{Upload.CRx7geGR.js → Upload.BgdoWha4.js} +4 -4
- package/dist/chunks/{useEllipsisTooltip.CKmINXTI.js → useEllipsisTooltip.C5oDYb06.js} +3 -3
- package/dist/index.es.js +38 -38
- package/dist/index.umd.js +3 -3
- package/dist/theme/aristid/general/utilities/index.js +4 -3
- package/dist/theme/types/utilities/index.d.ts +11 -6
- package/package.json +1 -1
- package/dist/chunks/Alert.DdAyIAa1.js +0 -131
- package/dist/chunks/Button.BS7a-ecw.js +0 -142
- package/dist/chunks/Filter.CFJKzHO4.js +0 -90
- package/dist/chunks/InputWrapper.C5vdNcDG.js +0 -73
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [16.1.0](https://www.npmjs.com/package/aristid-ds/v/16.1.0) (2026-06-10)
|
|
4
|
+
|
|
5
|
+
### ✨ Features
|
|
6
|
+
|
|
7
|
+
- **Button:**
|
|
8
|
+
- Update hover state of Redirect and action buttons (@evoiron)
|
|
9
|
+
- Add AI Mode Buttons (@evoiron)
|
|
10
|
+
- **Tag:**
|
|
11
|
+
- Add AI Mode Tags (@evoiron)
|
|
12
|
+
- **DropDown/DatePicker:**
|
|
13
|
+
- Update hover state dropdown items and date picker presets (@evoiron)
|
|
14
|
+
- **Input:**
|
|
15
|
+
- Add AI Mode Input (@evoiron)
|
|
16
|
+
- **Textarea:**
|
|
17
|
+
- Add AI Mode Textarea (@evoiron)
|
|
18
|
+
- **InputWrapper:**
|
|
19
|
+
- Add AI Mode InputWrapper (@evoiron)
|
|
20
|
+
- **RichText:**
|
|
21
|
+
- Add AI Mode RichText (@evoiron)
|
|
22
|
+
- **⚠️ Breaking change - Colors**
|
|
23
|
+
- AI releated colors are renamed from `--*-IA-`_to `--_-AI-\*` (@evoiron)
|
|
24
|
+
|
|
25
|
+
### 🐛 Bug Fixes
|
|
26
|
+
|
|
27
|
+
- **Alert:**
|
|
28
|
+
- Fix Tooltip on description showing even if text not ellipsed (@evoiron)
|
|
29
|
+
- **Filter:**
|
|
30
|
+
- Tooltips on label and value showing even if text not ellipsed (@evoiron)
|
|
31
|
+
- **Typography:**
|
|
32
|
+
- Fix `Paragraph` displayed as inline-block instead of block (@philippechevieux)
|
|
33
|
+
- **Notification:**
|
|
34
|
+
- Fix message content not displayed properly (@philippechevieux)
|
|
35
|
+
|
|
36
|
+
### 📝 Documentation
|
|
37
|
+
|
|
3
38
|
## [16.0.0](https://www.npmjs.com/package/aristid-ds/v/16.0.0) (2026-05-28)
|
|
4
39
|
|
|
5
40
|
### ✨ Features
|
|
@@ -66,7 +101,6 @@
|
|
|
66
101
|
|
|
67
102
|
- **DataEntry:**
|
|
68
103
|
- Add new `CheckableTile` component (@yanisbenslimane)
|
|
69
|
-
|
|
70
104
|
- **Design Tokens:**
|
|
71
105
|
- Fix a bug causing the storybook `Design tokens` page to crash (@evoiron)
|
|
72
106
|
|
|
@@ -691,8 +725,7 @@ The following points are the impact of this version upgrade:
|
|
|
691
725
|
- Rename `warning.warningColor` as `warning.default` (@evoiron)
|
|
692
726
|
- Rename `shadow.shadowLight` as `shadow.light`, `shadow.shadowMedium` as `shadow.medium`,
|
|
693
727
|
`shadow.shadowBlue` as `shadow.blue` (@evoiron)
|
|
694
|
-
|
|
695
|
-
> If you use tokens or css variables in your application, we strongly recommend that you update them and prefer to use utilities.
|
|
728
|
+
> If you use tokens or css variables in your application, we strongly recommend that you update them and prefer to use utilities.
|
|
696
729
|
|
|
697
730
|
### ✨ Features
|
|
698
731
|
|
|
@@ -707,10 +740,8 @@ The following points are the impact of this version upgrade:
|
|
|
707
740
|
- Rename `imageSrc` as `coverSrc` and `imageAlt` as `coverAlt` (@philippechevieux)
|
|
708
741
|
- Add `actions` prop to display between 1 and 3 buttons (@philippechevieux)
|
|
709
742
|
- Fix cover divider render on hover (@philippechevieux)
|
|
710
|
-
|
|
711
743
|
- **⚠️ Breaking change - Grid Component:**
|
|
712
744
|
- Update `Grid` internal code. We have moved from the Antd Grid component to a home-made component. Please refer to the documentation for use.
|
|
713
|
-
|
|
714
745
|
- **Dropdown:**
|
|
715
746
|
- Update border, active & selected styles (@renaudAmsellem)
|
|
716
747
|
- Add new example with custom items (@renaudAmsellem)
|
|
@@ -791,8 +822,7 @@ The following points are the impact of this version upgrade:
|
|
|
791
822
|
- Move `secondary.yellow` into `tertiary.yellow` (@philippechevieux)
|
|
792
823
|
- Move `secondary.pink` into `tertiary.pink` (@philippechevieux)
|
|
793
824
|
- Add new tokens and css variables in `utilities` (@philippechevieux)
|
|
794
|
-
|
|
795
|
-
> If you use tokens or css variables in your application, we strongly recommend that you update them and prefer to use utilities.
|
|
825
|
+
> If you use tokens or css variables in your application, we strongly recommend that you update them and prefer to use utilities.
|
|
796
826
|
|
|
797
827
|
## [7.2.0](https://www.npmjs.com/package/aristid-ds/v/7.2.0) (2024-06-25)
|
|
798
828
|
|
|
@@ -989,14 +1019,11 @@ The following points are the impact of this version upgrade:
|
|
|
989
1019
|
|
|
990
1020
|
- **AutoComplete:**
|
|
991
1021
|
- Fix crashing release (@evoiron)
|
|
992
|
-
|
|
993
1022
|
- **AutoComplete:**
|
|
994
1023
|
- Fix dropdown border when focused or when a status is set (@philippechevieux)
|
|
995
|
-
|
|
996
1024
|
- **Select:**
|
|
997
1025
|
- Fix dropdown border when focused or when a status is set (@philippechevieux)
|
|
998
1026
|
- Fix dropdown border on click on arrow (@renaudamsellem)
|
|
999
|
-
|
|
1000
1027
|
- **InputWrapper:**
|
|
1001
1028
|
- Fix border default color (@philippechevieux)
|
|
1002
1029
|
|
|
@@ -1025,7 +1052,6 @@ The following points are the impact of this version upgrade:
|
|
|
1025
1052
|
|
|
1026
1053
|
- **Typography:**
|
|
1027
1054
|
- Add `color` prop to set color on each typography elements (@evoiron)
|
|
1028
|
-
|
|
1029
1055
|
- **Breadcrumb:**
|
|
1030
1056
|
- change `breadcrumb` design (@Delmotte-Vincent)
|
|
1031
1057
|
- add `icon` props in `breadcrumb` items (@Delmotte-Vincent)
|
|
@@ -1043,7 +1069,6 @@ The following points are the impact of this version upgrade:
|
|
|
1043
1069
|
|
|
1044
1070
|
- **Modal:**
|
|
1045
1071
|
- Add `fullscreen`option (@evoiron)
|
|
1046
|
-
|
|
1047
1072
|
- **⚠️ Breaking change - ItemList**
|
|
1048
1073
|
- Add `selected` props to display a colored border (@Delmotte-Vincent)
|
|
1049
1074
|
- Rename `onSelectChange` by `onSelect` (@Delmotte-Vincent)
|
package/dist/Kit/App/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../chunks/App.
|
|
1
|
+
import { t as e } from "../../chunks/App.B-o65pBo.js";
|
|
2
2
|
export { e as KitApp };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Collapse.
|
|
1
|
+
import { t as e } from "../../../chunks/Collapse.B3UwCcGO.js";
|
|
2
2
|
export { e as KitCollapse };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../../../chunks/Comment.
|
|
1
|
+
import { n as e, t } from "../../../chunks/Comment.Cd7i1Ope.js";
|
|
2
2
|
export { e as KitComment, t as KitThread };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Empty.
|
|
1
|
+
import { t as e } from "../../../chunks/Empty.kKYv59Zi.js";
|
|
2
2
|
export { e as KitEmpty };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Error.
|
|
1
|
+
import { t as e } from "../../../chunks/Error.BUEl7nbL.js";
|
|
2
2
|
export { e as KitError };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/IdCard.
|
|
1
|
+
import { t as e } from "../../../chunks/IdCard.BBfDw0-e.js";
|
|
2
2
|
export { e as KitIdCard };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/ItemCard.
|
|
1
|
+
import { t as e } from "../../../chunks/ItemCard.BvY_r-dg.js";
|
|
2
2
|
export { e as KitItemCard };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/ItemList.
|
|
1
|
+
import { t as e } from "../../../chunks/ItemList.r-y6KzU1.js";
|
|
2
2
|
export { e as KitItemList };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/RedirectCard.
|
|
1
|
+
import { t as e } from "../../../chunks/RedirectCard.BT3eQLV1.js";
|
|
2
2
|
export { e as KitRedirectCard };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../../../chunks/Table.
|
|
1
|
+
import { n as e, t } from "../../../chunks/Table.DsE1qZU6.js";
|
|
2
2
|
export { t as KitTable, e as KitTableExpandButton };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Tabs.
|
|
1
|
+
import { t as e } from "../../../chunks/Tabs.DB5WWK-g.js";
|
|
2
2
|
export { e as KitTabs };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Tag.
|
|
1
|
+
import { t as e } from "../../../chunks/Tag.CxgIR_go.js";
|
|
2
2
|
export { e as KitTag };
|
|
@@ -3,7 +3,7 @@ import { KitHTMLAttributes } from '../../../types';
|
|
|
3
3
|
import { CSSProperties, ReactNode } from 'react';
|
|
4
4
|
import { IKitIdCard } from '../IdCard/types';
|
|
5
5
|
import { IKitAvatar } from '../Avatar/types';
|
|
6
|
-
export type KitTagType = 'primary' | 'secondary' | 'neutral' | 'error' | 'success';
|
|
6
|
+
export type KitTagType = 'primary' | 'secondary' | 'neutral' | 'error' | 'success' | 'ai';
|
|
7
7
|
|
|
8
8
|
type AntdTagPropsToOmit = 'color' | 'checkableTag' | 'icon' | 'closable';
|
|
9
9
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/AutoComplete.
|
|
1
|
+
import { t as e } from "../../../chunks/AutoComplete.DjcjDCwe.js";
|
|
2
2
|
export { e as KitAutoComplete };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Checkbox.
|
|
1
|
+
import { t as e } from "../../../chunks/Checkbox.CD7_4xKA.js";
|
|
2
2
|
export { e as KitCheckbox };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/ColorPicker.
|
|
1
|
+
import { t as e } from "../../../chunks/ColorPicker.CiLVQ7ma.js";
|
|
2
2
|
export { e as KitColorPicker };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/DatePicker.
|
|
1
|
+
import { t as e } from "../../../chunks/DatePicker.s-w_Yoy_.js";
|
|
2
2
|
export { e as KitDatePicker };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Filter.
|
|
1
|
+
import { t as e } from "../../../chunks/Filter.CEQpPFYE.js";
|
|
2
2
|
export { e as KitFilter };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Input.
|
|
1
|
+
import { t as e } from "../../../chunks/Input.CtZ4tgRD.js";
|
|
2
2
|
export { e as KitInput };
|
|
@@ -16,6 +16,7 @@ export interface IKitInput
|
|
|
16
16
|
readonly?: boolean;
|
|
17
17
|
readonlyLight?: boolean;
|
|
18
18
|
enableSpellCheck?: boolean;
|
|
19
|
+
AI?: boolean;
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
export interface IKitTextArea
|
|
@@ -29,6 +30,7 @@ export interface IKitTextArea
|
|
|
29
30
|
readonly?: boolean;
|
|
30
31
|
readonlyLight?: boolean;
|
|
31
32
|
enableSpellCheck?: boolean;
|
|
33
|
+
AI?: boolean;
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
export interface IKitPassword
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/InputNumber.
|
|
1
|
+
import { t as e } from "../../../chunks/InputNumber.BEYbLzDt.js";
|
|
2
2
|
export { e as KitInputNumber };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/InputWrapper.
|
|
1
|
+
import { t as e } from "../../../chunks/InputWrapper.DuqdZ-tp.js";
|
|
2
2
|
export { e as KitInputWrapper };
|
|
@@ -19,6 +19,7 @@ export interface IKitInputWrapper extends IKitInputWrapperBase, KitHTMLAttribute
|
|
|
19
19
|
bordered?: boolean;
|
|
20
20
|
hoverable?: boolean;
|
|
21
21
|
required?: boolean;
|
|
22
|
+
AI?: boolean;
|
|
22
23
|
onFocus?: (e: FocusEvent<HTMLDivElement>) => void;
|
|
23
24
|
onBlur?: (e: FocusEvent<HTMLDivElement>) => void;
|
|
24
25
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Radio.
|
|
1
|
+
import { t as e } from "../../../chunks/Radio.DWGDlt8U.js";
|
|
2
2
|
export { e as KitRadio };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../../../chunks/FontSizeSelect.
|
|
1
|
+
import { t as e } from "../../../../../chunks/FontSizeSelect.XLWRKIOf.js";
|
|
2
2
|
export { e as KitFontSizeSelect };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../../../chunks/LinkButton.
|
|
1
|
+
import { t as e } from "../../../../../chunks/LinkButton.DphCC7Rv.js";
|
|
2
2
|
export { e as KitLinkButton };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "../../../../../chunks/Divider.BmAL40z9.js";
|
|
2
2
|
import { KitFontStylesButtons as t } from "../FontStylesButtons/index.js";
|
|
3
3
|
import { KitTextAlignButtons as n } from "../TextAlignButtons/index.js";
|
|
4
|
-
import { t as r } from "../../../../../chunks/LinkButton.
|
|
4
|
+
import { t as r } from "../../../../../chunks/LinkButton.DphCC7Rv.js";
|
|
5
5
|
import { KitListButtons as i } from "../ListButtons/index.js";
|
|
6
6
|
import { KitIndentListButtons as a } from "../IndentListButtons/index.js";
|
|
7
7
|
import { Fragment as o, jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../../chunks/MenuBar.
|
|
1
|
+
import { t as e } from "../../../../chunks/MenuBar.pdIb57up.js";
|
|
2
2
|
export { e as KitMenuBar };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/RichText.
|
|
1
|
+
import { t as e } from "../../../chunks/RichText.BR_A94YI.js";
|
|
2
2
|
export { e as KitRichText };
|
|
@@ -13,6 +13,7 @@ export interface KitRichTextProps extends KitHTMLAttributes<HTMLSpanElement | HT
|
|
|
13
13
|
status?: KitRichTextStatus;
|
|
14
14
|
getMentionItems?: (query: string) => MentionItem[] | Promise<MentionItem[]>;
|
|
15
15
|
showCount?: boolean;
|
|
16
|
+
AI?: boolean;
|
|
16
17
|
maxLength?: number;
|
|
17
18
|
defaultValue?: string;
|
|
18
19
|
value?: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/SearchInput.
|
|
1
|
+
import { t as e } from "../../../chunks/SearchInput.CZnUAGz5.js";
|
|
2
2
|
export { e as KitSearchInput };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Select.
|
|
1
|
+
import { t as e } from "../../../chunks/Select.DvAxIzIn.js";
|
|
2
2
|
export { e as KitSelect };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/TreeSelect.
|
|
1
|
+
import { t as e } from "../../../chunks/TreeSelect.BvpOIkIV.js";
|
|
2
2
|
export { e as KitTreeSelect };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Upload.
|
|
1
|
+
import { t as e } from "../../../chunks/Upload.BgdoWha4.js";
|
|
2
2
|
export { e as KitUpload };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Alert.
|
|
1
|
+
import { t as e } from "../../../chunks/Alert.CptjyHNo.js";
|
|
2
2
|
export { e as KitAlert };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as e, n as t, r as n, t as r } from "../../../chunks/Modal.
|
|
1
|
+
import { i as e, n as t, r as n, t as r } from "../../../chunks/Modal.C5SJAENF.js";
|
|
2
2
|
export { r as KitModal, t as KitModalContent, n as KitModalFooter, e as KitModalHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Notification.
|
|
1
|
+
import { t as e } from "../../../chunks/Notification.BnuvQBxz.js";
|
|
2
2
|
export { e as KitNotification };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Progress.
|
|
1
|
+
import { t as e } from "../../../chunks/Progress.ZWy41SUW.js";
|
|
2
2
|
export { e as KitProgress };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, r as t, t as n } from "../../../chunks/SnackBar.
|
|
1
|
+
import { n as e, r as t, t as n } from "../../../chunks/SnackBar.BWnfof-_.js";
|
|
2
2
|
export { n as KitSnackBarProvider, e as closeKitSnackBar, t as openKitSnackBar };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Button.
|
|
1
|
+
import { t as e } from "../../../chunks/Button.DpqgHUnY.js";
|
|
2
2
|
export { e as KitButton };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/DynamicActions.
|
|
1
|
+
import { t as e } from "../../../chunks/DynamicActions.DHDIl5-h.js";
|
|
2
2
|
export { e as default };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Typography.
|
|
1
|
+
import { t as e } from "../../../chunks/Typography.LjOcXtjO.js";
|
|
2
2
|
export { e as KitTypography };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/PageLayout.
|
|
1
|
+
import { t as e } from "../../../chunks/PageLayout.DYKBSKyY.js";
|
|
2
2
|
export { e as KitPageLayout };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/Header.
|
|
1
|
+
import { t as e } from "../../../chunks/Header.D6fLQ7Mt.js";
|
|
2
2
|
export { e as KitHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/PageHeader.
|
|
1
|
+
import { t as e } from "../../../chunks/PageHeader.BnSVtOFI.js";
|
|
2
2
|
export { e as KitPageHeader };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../../chunks/SideMenu.
|
|
1
|
+
import { t as e } from "../../../chunks/SideMenu.D4wozNhB.js";
|
|
2
2
|
export { e as KitSideMenu };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, r as t, t as n } from "../../../chunks/SidePanel.
|
|
1
|
+
import { n as e, r as t, t as n } from "../../../chunks/SidePanel.BJuPploc.js";
|
|
2
2
|
export { n as KitSidePanel, e as KitSidePanelContent, t as KitSidePanelHeader };
|
package/dist/Kit/index.js
CHANGED
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
import { t as e } from "../chunks/App.
|
|
2
|
-
import { t } from "../chunks/Empty.
|
|
3
|
-
import { t as n } from "../chunks/Typography.
|
|
1
|
+
import { t as e } from "../chunks/App.B-o65pBo.js";
|
|
2
|
+
import { t } from "../chunks/Empty.kKYv59Zi.js";
|
|
3
|
+
import { t as n } from "../chunks/Typography.LjOcXtjO.js";
|
|
4
4
|
import { KitTooltip as r } from "./DataDisplay/Tooltip/index.js";
|
|
5
5
|
import { KitSpace as i } from "./Layout/Space/index.js";
|
|
6
6
|
import { t as a } from "../chunks/Avatar.BkWsGZQz.js";
|
|
7
7
|
import { t as o } from "../chunks/Badge.BmH3YSz4.js";
|
|
8
|
-
import { n as s, t as c } from "../chunks/Comment.
|
|
9
|
-
import { t as l } from "../chunks/IdCard.
|
|
10
|
-
import { t as u } from "../chunks/InputWrapper.
|
|
11
|
-
import { t as d } from "../chunks/Checkbox.
|
|
8
|
+
import { n as s, t as c } from "../chunks/Comment.Cd7i1Ope.js";
|
|
9
|
+
import { t as l } from "../chunks/IdCard.BBfDw0-e.js";
|
|
10
|
+
import { t as u } from "../chunks/InputWrapper.DuqdZ-tp.js";
|
|
11
|
+
import { t as d } from "../chunks/Checkbox.CD7_4xKA.js";
|
|
12
12
|
import { t as f } from "../chunks/CheckableTile.G1mWLqE7.js";
|
|
13
13
|
import { t as p } from "../chunks/Switch.6L3-gRH2.js";
|
|
14
14
|
import { t as m } from "../chunks/Breadcrumb.DIt0b2vn.js";
|
|
15
|
-
import { t as h } from "../chunks/Tag.
|
|
16
|
-
import { t as g } from "../chunks/Modal.
|
|
17
|
-
import { t as _ } from "../chunks/Button.
|
|
15
|
+
import { t as h } from "../chunks/Tag.CxgIR_go.js";
|
|
16
|
+
import { t as g } from "../chunks/Modal.C5SJAENF.js";
|
|
17
|
+
import { t as _ } from "../chunks/Button.DpqgHUnY.js";
|
|
18
18
|
import { KitDropDown as v } from "./Navigation/DropDown/index.js";
|
|
19
19
|
import { t as y } from "../chunks/Icon.sjej1yCA.js";
|
|
20
|
-
import { t as b } from "../chunks/ItemCard.
|
|
21
|
-
import { t as x } from "../chunks/Collapse.
|
|
20
|
+
import { t as b } from "../chunks/ItemCard.BvY_r-dg.js";
|
|
21
|
+
import { t as x } from "../chunks/Collapse.B3UwCcGO.js";
|
|
22
22
|
import { t as S } from "../chunks/Image.kjyHNj64.js";
|
|
23
|
-
import { t as C } from "../chunks/Error.
|
|
23
|
+
import { t as C } from "../chunks/Error.BUEl7nbL.js";
|
|
24
24
|
import { t as w } from "../chunks/Loader.C-wRwi_O.js";
|
|
25
|
-
import { t as T } from "../chunks/ItemList.
|
|
26
|
-
import { n as E, t as D } from "../chunks/Table.
|
|
27
|
-
import { t as O } from "../chunks/Tabs.
|
|
25
|
+
import { t as T } from "../chunks/ItemList.r-y6KzU1.js";
|
|
26
|
+
import { n as E, t as D } from "../chunks/Table.DsE1qZU6.js";
|
|
27
|
+
import { t as O } from "../chunks/Tabs.DB5WWK-g.js";
|
|
28
28
|
import { t as k } from "../chunks/Tree.DI2X_dWa.js";
|
|
29
29
|
import { KitTour as A } from "./DataDisplay/Tour/index.js";
|
|
30
|
-
import { t as j } from "../chunks/RedirectCard.
|
|
30
|
+
import { t as j } from "../chunks/RedirectCard.BT3eQLV1.js";
|
|
31
31
|
import { t as M } from "../chunks/Divider.BmAL40z9.js";
|
|
32
|
-
import { t as N } from "../chunks/Input.
|
|
33
|
-
import { t as P } from "../chunks/InputNumber.
|
|
34
|
-
import { t as F } from "../chunks/Radio.
|
|
32
|
+
import { t as N } from "../chunks/Input.CtZ4tgRD.js";
|
|
33
|
+
import { t as P } from "../chunks/InputNumber.BEYbLzDt.js";
|
|
34
|
+
import { t as F } from "../chunks/Radio.DWGDlt8U.js";
|
|
35
35
|
import { t as I } from "../chunks/Rate.Dmfwlgev.js";
|
|
36
|
-
import { t as L } from "../chunks/RichText.
|
|
36
|
+
import { t as L } from "../chunks/RichText.BR_A94YI.js";
|
|
37
37
|
import { AntAffix as R, AntAlert as z, AntAnchor as B, AntApp as V, AntAutoComplete as H, AntAvatar as U, AntBackTop as W, AntBadge as G, AntBreadcrumb as K, AntButton as q, AntCalendar as J, AntCard as Y, AntCarousel as X, AntCascader as Z, AntCheckbox as Q, AntCol as $, AntCollapse as ee, AntColorPicker as te, AntConfigProvider as ne, AntDatePicker as re, AntDescriptions as ie, AntDivider as ae, AntDrawer as oe, AntDropdown as se, AntEmpty as ce, AntFlex as le, AntFloatButton as ue, AntForm as de, AntGrid as fe, AntImage as pe, AntInput as me, AntInputNumber as he, AntLayout as ge, AntList as _e, AntMentions as ve, AntMenu as ye, AntModal as be, AntPagination as xe, AntPopconfirm as Se, AntPopover as Ce, AntProgress as we, AntQRCode as Te, AntRadio as Ee, AntRate as De, AntResult as Oe, AntRow as ke, AntSegmented as Ae, AntSelect as je, AntSkeleton as Me, AntSlider as Ne, AntSpace as Pe, AntSpin as Fe, AntStatistic as Ie, AntSteps as Le, AntSwitch as Re, AntTable as ze, AntTabs as Be, AntTag as Ve, AntTimePicker as He, AntTimeline as Ue, AntTooltip as We, AntTour as Ge, AntTransfer as Ke, AntTree as qe, AntTreeSelect as Je, AntTypography as Ye, AntUpload as Xe, AntWatermark as Ze } from "./Ant/index.js";
|
|
38
|
-
import { t as Qe } from "../chunks/SearchInput.
|
|
39
|
-
import { t as $e } from "../chunks/Select.
|
|
40
|
-
import { t as et } from "../chunks/DatePicker.
|
|
41
|
-
import { t as tt } from "../chunks/AutoComplete.
|
|
42
|
-
import { t as nt } from "../chunks/Progress.
|
|
43
|
-
import { t as rt } from "../chunks/Upload.
|
|
38
|
+
import { t as Qe } from "../chunks/SearchInput.CZnUAGz5.js";
|
|
39
|
+
import { t as $e } from "../chunks/Select.DvAxIzIn.js";
|
|
40
|
+
import { t as et } from "../chunks/DatePicker.s-w_Yoy_.js";
|
|
41
|
+
import { t as tt } from "../chunks/AutoComplete.DjcjDCwe.js";
|
|
42
|
+
import { t as nt } from "../chunks/Progress.ZWy41SUW.js";
|
|
43
|
+
import { t as rt } from "../chunks/Upload.BgdoWha4.js";
|
|
44
44
|
import { t as it } from "../chunks/Slider.DqG7lOzt.js";
|
|
45
|
-
import { t as at } from "../chunks/ColorPicker.
|
|
46
|
-
import { t as ot } from "../chunks/Filter.
|
|
47
|
-
import { t as st } from "../chunks/TreeSelect.
|
|
48
|
-
import { t as ct } from "../chunks/Alert.
|
|
49
|
-
import { n as lt, r as ut, t as dt } from "../chunks/SnackBar.
|
|
50
|
-
import { t as ft } from "../chunks/Notification.
|
|
45
|
+
import { t as at } from "../chunks/ColorPicker.CiLVQ7ma.js";
|
|
46
|
+
import { t as ot } from "../chunks/Filter.CEQpPFYE.js";
|
|
47
|
+
import { t as st } from "../chunks/TreeSelect.BvpOIkIV.js";
|
|
48
|
+
import { t as ct } from "../chunks/Alert.CptjyHNo.js";
|
|
49
|
+
import { n as lt, r as ut, t as dt } from "../chunks/SnackBar.BWnfof-_.js";
|
|
50
|
+
import { t as ft } from "../chunks/Notification.BnuvQBxz.js";
|
|
51
51
|
import { t as pt } from "../chunks/Skeleton.w4TjsphH.js";
|
|
52
52
|
import { t as mt } from "../chunks/Section.DX_VJj4c.js";
|
|
53
53
|
import { t as ht } from "../chunks/Grid.C52krwRd.js";
|
|
54
|
-
import { t as gt } from "../chunks/Header.
|
|
55
|
-
import { t as _t } from "../chunks/SideMenu.
|
|
56
|
-
import { t as vt } from "../chunks/PageLayout.
|
|
57
|
-
import { t as yt } from "../chunks/PageHeader.
|
|
54
|
+
import { t as gt } from "../chunks/Header.D6fLQ7Mt.js";
|
|
55
|
+
import { t as _t } from "../chunks/SideMenu.D4wozNhB.js";
|
|
56
|
+
import { t as vt } from "../chunks/PageLayout.DYKBSKyY.js";
|
|
57
|
+
import { t as yt } from "../chunks/PageHeader.BnSVtOFI.js";
|
|
58
58
|
import { t as bt } from "../chunks/Steps.CF_4sPDw.js";
|
|
59
59
|
import { t as xt } from "../chunks/Pagination.D4RHg4eu.js";
|
|
60
|
-
import { n as St, r as Ct, t as wt } from "../chunks/SidePanel.
|
|
60
|
+
import { n as St, r as Ct, t as wt } from "../chunks/SidePanel.BJuPploc.js";
|
|
61
61
|
export { R as AntAffix, z as AntAlert, B as AntAnchor, V as AntApp, H as AntAutoComplete, U as AntAvatar, W as AntBackTop, G as AntBadge, K as AntBreadcrumb, q as AntButton, J as AntCalendar, Y as AntCard, X as AntCarousel, Z as AntCascader, Q as AntCheckbox, $ as AntCol, ee as AntCollapse, te as AntColorPicker, ne as AntConfigProvider, re as AntDatePicker, ie as AntDescriptions, ae as AntDivider, oe as AntDrawer, se as AntDropdown, ce as AntEmpty, le as AntFlex, ue as AntFloatButton, de as AntForm, fe as AntGrid, pe as AntImage, me as AntInput, he as AntInputNumber, ge as AntLayout, _e as AntList, ve as AntMentions, ye as AntMenu, be as AntModal, xe as AntPagination, Se as AntPopconfirm, Ce as AntPopover, we as AntProgress, Te as AntQRCode, Ee as AntRadio, De as AntRate, Oe as AntResult, ke as AntRow, Ae as AntSegmented, je as AntSelect, Me as AntSkeleton, Ne as AntSlider, Pe as AntSpace, Fe as AntSpin, Ie as AntStatistic, Le as AntSteps, Re as AntSwitch, ze as AntTable, Be as AntTabs, Ve as AntTag, He as AntTimePicker, Ue as AntTimeline, We as AntTooltip, Ge as AntTour, Ke as AntTransfer, qe as AntTree, Je as AntTreeSelect, Ye as AntTypography, Xe as AntUpload, Ze as AntWatermark, ct as KitAlert, e as KitApp, tt as KitAutoComplete, a as KitAvatar, o as KitBadge, m as KitBreadcrumb, _ as KitButton, f as KitCheckableTile, d as KitCheckbox, x as KitCollapse, at as KitColorPicker, s as KitComment, et as KitDatePicker, M as KitDivider, v as KitDropDown, t as KitEmpty, C as KitError, ot as KitFilter, ht as KitGrid, gt as KitHeader, y as KitIcon, l as KitIdCard, S as KitImage, N as KitInput, P as KitInputNumber, u as KitInputWrapper, b as KitItemCard, T as KitItemList, w as KitLoader, g as KitModal, ft as KitNotification, yt as KitPageHeader, vt as KitPageLayout, xt as KitPagination, nt as KitProgress, F as KitRadio, I as KitRate, j as KitRedirectCard, L as KitRichText, Qe as KitSearchInput, mt as KitSection, $e as KitSelect, _t as KitSideMenu, wt as KitSidePanel, St as KitSidePanelContent, Ct as KitSidePanelHeader, pt as KitSkeleton, it as KitSlider, dt as KitSnackBarProvider, i as KitSpace, bt as KitSteps, p as KitSwitch, D as KitTable, E as KitTableExpandButton, O as KitTabs, h as KitTag, c as KitThread, r as KitTooltip, A as KitTour, k as KitTree, st as KitTreeSelect, n as KitTypography, rt as KitUpload, lt as closeKitSnackBar, ut as openKitSnackBar };
|