@cloudtower/eagle 0.27.46 → 0.27.49
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/components.css +1629 -1624
- package/dist/esm/index.js +1088 -1088
- package/dist/esm/stats1.html +1 -1
- package/dist/src/UIKitProvider/index.d.ts +1 -1
- package/dist/src/{components → core}/BaseIcon/index.d.ts +1 -1
- package/dist/src/core/Breadcrumb/index.d.ts +1 -1
- package/dist/src/{components → core}/Cascader/cascader.type.d.ts +2 -2
- package/dist/src/{components → core}/Cascader/index.d.ts +1 -1
- package/dist/src/{components → core}/Icon/index.d.ts +1 -1
- package/dist/src/{components → core}/Metric/MetricLegend.d.ts +1 -1
- package/dist/src/{components → core}/Metric/RenderChart.d.ts +1 -1
- package/dist/src/{components → core}/Metric/TooltipFormatter.d.ts +1 -1
- package/dist/src/{components → core}/Metric/index.d.ts +2 -2
- package/dist/src/{components → core}/Metric/metric.d.ts +2 -2
- package/dist/src/{components → core}/Metric/mockMetric.d.ts +1 -1
- package/dist/src/{components → core}/Metric/mockMetric2.d.ts +1 -1
- package/dist/src/{components → core}/TableForm/AddRowButton.d.ts +1 -1
- package/dist/src/{components → core}/TableForm/TableFormBodyCell.d.ts +1 -1
- package/dist/src/{components → core}/TableForm/TableFormBodyRows.d.ts +1 -1
- package/dist/src/{components → core}/TableForm/TableFormHeaderCell.d.ts +1 -1
- package/dist/src/{components → core}/TableForm/index.d.ts +1 -1
- package/dist/src/{components → core}/TableForm/types.d.ts +1 -1
- package/dist/src/{components → core}/TableForm/utils.d.ts +1 -1
- package/dist/src/{components → core}/message-group/index.d.ts +1 -1
- package/dist/src/coreX/BatchOperation/index.d.ts +1 -1
- package/dist/src/coreX/ChartWithTooltip/index.d.ts +1 -1
- package/dist/src/coreX/Counting/index.d.ts +1 -1
- package/dist/src/coreX/CronCalendar/index.d.ts +1 -1
- package/dist/src/coreX/CronPlan/index.d.ts +1 -1
- package/dist/src/coreX/DateRangePicker/AbsoluteDate.d.ts +1 -1
- package/dist/src/coreX/DateRangePicker/Calendar.d.ts +1 -1
- package/dist/src/coreX/DateRangePicker/InputTime.d.ts +1 -1
- package/dist/src/coreX/DateRangePicker/RelativeTime.d.ts +1 -1
- package/dist/src/coreX/DateRangePicker/common.d.ts +1 -1
- package/dist/src/coreX/DateRangePicker/index.d.ts +1 -1
- package/dist/src/coreX/GoBackButton/index.d.ts +1 -1
- package/dist/src/coreX/I18nNameTag/index.d.ts +1 -1
- package/dist/src/coreX/NamesTooltip/index.d.ts +1 -1
- package/dist/src/coreX/SummaryTable/index.d.ts +1 -1
- package/dist/src/coreX/SwitchWithText/index.d.ts +1 -1
- package/dist/src/coreX/TruncatedTextWithTooltip/index.d.ts +1 -1
- package/dist/src/index.d.ts +5 -5
- package/dist/src/spec/base.d.ts +5 -5
- package/dist/stories/docs/cascader/cascader.stories.d.ts +2 -2
- package/dist/{src/core/AccordionCard → stories/docs/core}/AccordionCard.stories.d.ts +1 -1
- package/dist/{src/components/Alert → stories/docs/core}/Alert.stories.d.ts +1 -1
- package/dist/{src/components/Arch → stories/docs/core}/Arch.stories.d.ts +1 -1
- package/dist/{src/components/BaseIcon → stories/docs/core}/BaseIcon.stories.d.ts +2 -2
- package/dist/{src/components/Bit → stories/docs/core}/Bit.stories.d.ts +6 -6
- package/dist/{src/components/BitPerSecond → stories/docs/core}/BitPerSecond.stories.d.ts +6 -6
- package/dist/{src/components/Bps → stories/docs/core}/Bps.stories.d.ts +6 -6
- package/dist/{src/core/Breadcrumb → stories/docs/core}/Breadcrumb.stories.d.ts +1 -1
- package/dist/{src/components/Byte → stories/docs/core}/Byte.stories.d.ts +6 -6
- package/dist/{src/components/Card → stories/docs/core}/Card.stories.d.ts +1 -1
- package/dist/{src/core/DetailCard → stories/docs/core}/DetailCard.stories.d.ts +1 -1
- package/dist/{src/components → stories/docs/core}/ExpandableList/ExpandableItem.stories.d.ts +1 -1
- package/dist/{src/components → stories/docs/core}/ExpandableList/ExpandableList.stories.d.ts +1 -1
- package/dist/{src/components/Fields/FieldsBoolean → stories/docs/core}/FieldsBoolean.stories.d.ts +2 -2
- package/dist/{src/components/Fields/FieldsDateTimeRange → stories/docs/core}/FieldsDateTimeRange.stories.d.ts +1 -1
- package/dist/{src/components/Fields/FieldsEnum → stories/docs/core}/FieldsEnum.stories.d.ts +1 -1
- package/dist/{src/components/Fields/FieldsInteger → stories/docs/core}/FieldsInteger.stories.d.ts +1 -1
- package/dist/{src/components/Fields/FieldsString → stories/docs/core}/FieldsString.stories.d.ts +8 -8
- package/dist/{src/components/Fields/FieldsTimePicker → stories/docs/core}/FieldsTimePicker.stories.d.ts +2 -2
- package/dist/{src/components/Frequency → stories/docs/core}/Frequency.stories.d.ts +6 -6
- package/dist/{src/components/Button → stories/docs/core}/HoverableElement.stories.d.ts +2 -2
- package/dist/{src/components/Icon → stories/docs/core}/Icon.stories.d.ts +6 -6
- package/dist/{src/components/Link → stories/docs/core}/Link.stories.d.ts +1 -1
- package/dist/{src/components/Metric → stories/docs/core}/Metric.stories.d.ts +3 -3
- package/dist/{src/components/Modal → stories/docs/core}/Modal.stories.d.ts +2 -2
- package/dist/{src/components/Percent → stories/docs/core}/Percent.stories.d.ts +10 -10
- package/dist/{src/components/Radio → stories/docs/core}/RadioButton.stories.d.ts +1 -1
- package/dist/{src/components/Second → stories/docs/core}/Second.stories.d.ts +8 -8
- package/dist/{src/core/SegmentControl → stories/docs/core}/SegmentControl.stories.d.ts +1 -1
- package/dist/{src/components/Select → stories/docs/core}/Select.Simple.stories.d.ts +1 -1
- package/dist/{src/components/SimplePagination → stories/docs/core}/SimplePagination.stories.d.ts +1 -1
- package/dist/{src/components/Speed → stories/docs/core}/Speed.stories.d.ts +6 -6
- package/dist/{src/components/StatusCapsule → stories/docs/core}/StatusCapsule.stories.d.ts +1 -1
- package/dist/{src/core/StepProgress → stories/docs/core}/StepProgress.stories.d.ts +1 -1
- package/dist/{src/components/Steps → stories/docs/core}/Steps.stories.d.ts +1 -1
- package/dist/{src/components/Table → stories/docs/core}/Table.stories.d.ts +5 -5
- package/dist/{src/components/Tag → stories/docs/core}/Tag.stories.d.ts +1 -1
- package/dist/{src/components/Token → stories/docs/core}/Token.stories.d.ts +1 -1
- package/dist/{src/components/Tooltip → stories/docs/core}/Tooltip.stories.d.ts +3 -3
- package/dist/{src/components/Truncate → stories/docs/core}/Truncate.stories.d.ts +2 -2
- package/dist/{src/components/message-group → stories/docs/core}/message-group.stories.d.ts +5 -5
- package/dist/{src/coreX/BarChart → stories/docs/coreX}/BarChart.stories.d.ts +1 -1
- package/dist/{src/coreX/BatchOperation → stories/docs/coreX}/BatchOperation.stories.d.ts +1 -1
- package/dist/{src/coreX/ChartWithTooltip → stories/docs/coreX}/ChartWithTooltip.stories.d.ts +1 -1
- package/dist/{src/coreX/Counting → stories/docs/coreX}/Counting.stories.d.ts +1 -1
- package/dist/{src/coreX/CronCalendar → stories/docs/coreX}/CronCalendar.stories.d.ts +1 -1
- package/dist/{src/coreX/CronPlan → stories/docs/coreX}/CronPlan.stories.d.ts +1 -1
- package/dist/{src/coreX/DateRangePicker → stories/docs/coreX}/DateRangePicker.stories.d.ts +1 -1
- package/dist/{src/coreX/DonutChart → stories/docs/coreX}/DonutChart.stories.d.ts +1 -1
- package/dist/{src/coreX/GoBackButton → stories/docs/coreX}/GoBackButton.stories.d.ts +1 -1
- package/dist/stories/docs/{I18nNameTag.stories.d.ts → coreX/I18nNameTag.stories.d.ts} +1 -1
- package/dist/{src/coreX/NamesTooltip → stories/docs/coreX}/NamesTooltip.stories.d.ts +1 -1
- package/dist/stories/docs/{OverflowTooltip.stories.d.ts → coreX/OverflowTooltip.stories.d.ts} +1 -1
- package/dist/{src/coreX/SidebarSubtitle → stories/docs/coreX}/SidebarSubtitle.stories.d.ts +1 -1
- package/dist/{src/coreX/SortableList → stories/docs/coreX}/SortableList.stories.d.ts +1 -1
- package/dist/{src/coreX/SummaryTable → stories/docs/coreX}/SummaryTable.stories.d.ts +1 -1
- package/dist/{src/coreX/SwitchWithText → stories/docs/coreX}/SwitchWithText.stories.d.ts +1 -1
- package/dist/{src/coreX/TruncatedTextWithTooltip → stories/docs/coreX}/TruncatedTextWithTooltip.stories.d.ts +1 -1
- package/dist/{src/coreX/UnitWithChart → stories/docs/coreX}/UnitWithChart.stories.d.ts +1 -1
- package/dist/style.css +3302 -3297
- package/dist/umd/index.js +1089 -1089
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -6
- package/dist/src/{components → core}/Alert/index.d.ts +0 -0
- package/dist/src/{components → core}/Arch/index.d.ts +0 -0
- package/dist/src/{components → core}/Badge/index.d.ts +0 -0
- package/dist/src/{components → core}/Bit/index.d.ts +0 -0
- package/dist/src/{components → core}/BitPerSecond/index.d.ts +0 -0
- package/dist/src/{components → core}/Bps/index.d.ts +0 -0
- package/dist/src/{components → core}/Button/HoverableElement.d.ts +0 -0
- package/dist/src/{components → core}/Button/index.d.ts +0 -0
- package/dist/src/{components → core}/ButtonGroup/index.d.ts +1 -1
- package/dist/src/{components → core}/Byte/index.d.ts +0 -0
- package/dist/src/{components → core}/Calendar/index.d.ts +0 -0
- package/dist/src/{components → core}/Card/CardBody.d.ts +0 -0
- package/dist/src/{components → core}/Card/CardTitle.d.ts +0 -0
- package/dist/src/{components → core}/Card/CardWrapper.d.ts +0 -0
- package/dist/src/{components → core}/Card/__test__/Card.test.d.ts +0 -0
- package/dist/src/{components → core}/Card/index.d.ts +0 -0
- package/dist/src/{components → core}/Cascader/cascader.style.d.ts +0 -0
- package/dist/src/{components → core}/Cascader/cascader.widget.d.ts +0 -0
- package/dist/src/{components → core}/Checkbox/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Checkbox/checkbox.style.d.ts +0 -0
- package/dist/src/{components → core}/Checkbox/index.d.ts +0 -0
- package/dist/src/{components → core}/Empty/index.d.ts +0 -0
- package/dist/src/{components → core}/ErrorBoundary/index.d.ts +0 -0
- package/dist/src/{components → core}/ExpandableList/ExpandIcon.d.ts +0 -0
- package/dist/src/{components → core}/ExpandableList/ExpandableContainer.d.ts +0 -0
- package/dist/src/{components → core}/ExpandableList/ExpandableItem.d.ts +0 -0
- package/dist/src/{components → core}/ExpandableList/RoundOrder.d.ts +0 -0
- package/dist/src/{components → core}/ExpandableList/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/FailedLoad/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsBoolean/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsBoolean/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsDateTime/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsDateTimeRange/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsDateTimeRange/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsEnum/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsEnum/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsFloat/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsFloat/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsInt/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsInt/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsInteger/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsInteger/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsString/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsString/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsTextArea/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsTimePicker/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Fields/FieldsTimePicker/index.d.ts +0 -0
- package/dist/src/{components → core}/Fields/index.d.ts +0 -0
- package/dist/src/{components → core}/Form/index.d.ts +0 -0
- package/dist/src/{components → core}/FormItem/index.d.ts +0 -0
- package/dist/src/{components → core}/Frequency/index.d.ts +0 -0
- package/dist/src/{components → core}/Input/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Input/index.d.ts +0 -0
- package/dist/src/{components → core}/InputGroup/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/InputGroup/index.d.ts +0 -0
- package/dist/src/{components → core}/InputInteger/__test__/unit.test.d.ts +0 -0
- package/dist/src/{components → core}/InputInteger/formatterInteger.d.ts +0 -0
- package/dist/src/{components → core}/InputInteger/index.d.ts +1 -1
- package/dist/src/{components → core}/InputNumber/index.d.ts +1 -1
- package/dist/src/{components → core}/InputTagItem/index.d.ts +0 -0
- package/dist/src/{components → core}/KitStoreProvider/index.d.ts +1 -1
- package/dist/src/{components → core}/Link/index.d.ts +0 -0
- package/dist/src/{components → core}/Loading/index.d.ts +0 -0
- package/dist/src/{components → core}/Loading/style.d.ts +0 -0
- package/dist/src/{components → core}/Metric/MetricActions.d.ts +0 -0
- package/dist/src/{components → core}/Metric/Pointer.d.ts +0 -0
- package/dist/src/{components → core}/Metric/styled.d.ts +0 -0
- package/dist/src/{components → core}/Metric/type.d.ts +0 -0
- package/dist/src/{components → core}/Modal/index.d.ts +1 -1
- package/dist/src/{components → core}/ModalStack/index.d.ts +0 -0
- package/dist/src/{components → core}/Overflow/index.d.ts +0 -0
- package/dist/src/{components → core}/Pagination/index.d.ts +1 -1
- package/dist/src/{components → core}/Percent/index.d.ts +0 -0
- package/dist/src/{components → core}/Progress/index.d.ts +0 -0
- package/dist/src/{components → core}/Radio/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Radio/index.d.ts +1 -1
- package/dist/src/{components → core}/SearchInput/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/SearchInput/index.d.ts +0 -0
- package/dist/src/{components → core}/Second/index.d.ts +0 -0
- package/dist/src/{components → core}/Select/index.d.ts +0 -0
- package/dist/src/{components → core}/SimplePagination/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/SimplePagination/index.d.ts +0 -0
- package/dist/src/{components → core}/Space/index.d.ts +0 -0
- package/dist/src/{components → core}/Speed/index.d.ts +0 -0
- package/dist/src/{components → core}/StatusCapsule/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/StatusCapsule/index.d.ts +1 -1
- package/dist/src/{components → core}/Steps/index.d.ts +1 -1
- package/dist/src/{components → core}/Steps/style.d.ts +0 -0
- package/dist/src/{components → core}/Styled/index.d.ts +0 -0
- package/dist/src/{components → core}/Switch/index.d.ts +1 -1
- package/dist/src/{components → core}/Table/TableWidget.d.ts +0 -0
- package/dist/src/{components → core}/Table/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Table/common.d.ts +0 -0
- package/dist/src/{components → core}/Table/index.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/Columns/AffixColumn.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/Columns/CheckboxColumn.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/Columns/FormItem.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/Columns/InputColumn.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/Columns/TextColumn.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/Columns/index.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/__test__/tableForm.test.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/__test__/utils.test.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/const.d.ts +0 -0
- package/dist/src/{components → core}/TableForm/style.d.ts +0 -0
- package/dist/src/{components → core}/Tag/SplitTag.d.ts +0 -0
- package/dist/src/{components → core}/Tag/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Tag/const.d.ts +0 -0
- package/dist/src/{components → core}/Tag/index.d.ts +0 -0
- package/dist/src/{components → core}/Tag/style.d.ts +0 -0
- package/dist/src/{components → core}/TextArea/index.d.ts +1 -1
- package/dist/src/{components → core}/Time/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Time/index.d.ts +0 -0
- package/dist/src/{components → core}/TimePicker/index.d.ts +0 -0
- package/dist/src/{components → core}/TimeZoneSelect/index.d.ts +1 -1
- package/dist/src/{components → core}/Token/__test__/h5_css.test.d.ts +0 -0
- package/dist/src/{components → core}/Token/index.d.ts +1 -1
- package/dist/src/{components → core}/Token/style.d.ts +0 -0
- package/dist/src/{components → core}/Tooltip/index.d.ts +1 -1
- package/dist/src/{components → core}/Truncate/index.d.ts +0 -0
- package/dist/src/{components → core}/Typo/index.d.ts +0 -0
- package/dist/src/{components → core}/antd.d.ts +0 -0
- package/dist/src/{components → core}/index.d.ts +0 -0
- package/dist/src/{components → core}/message/__tests__/index.test.d.ts +0 -0
- package/dist/src/{components → core}/message/index.d.ts +0 -0
- package/dist/src/{components → core}/message/style/index.d.ts +0 -0
- package/dist/src/{components → core}/message-group/__test__/message-group.test.d.ts +0 -0
- package/dist/src/{components → coreX}/OverflowTooltip/index.d.ts +1 -1
- /package/dist/src/{coreX/DateRangePicker/hooks → hooks}/useElementIntersectionRatio.d.ts +0 -0
- /package/dist/src/{coreX/DateRangePicker/hooks → hooks}/useMemoCompare.d.ts +0 -0
- /package/dist/{src/components/Button → stories/docs/core}/Button.stories.d.ts +0 -0
- /package/dist/{src/core/DropdownMenu → stories/docs/core}/DropdownMenu.stories.d.ts +0 -0
- /package/dist/{src/components → stories/docs/core}/ExpandableList/CustomHeader.stories.d.ts +0 -0
- /package/dist/{src/components/FormItem → stories/docs/core}/Form.stories.d.ts +0 -0
- /package/dist/{src/components/Input → stories/docs/core}/Input.simple.stories.d.ts +0 -0
- /package/dist/{src/components/Input → stories/docs/core}/Input.stories.d.ts +0 -0
- /package/dist/{src/components/Loading → stories/docs/core}/Loading.stories.d.ts +0 -0
- /package/dist/{src/components/Pagination → stories/docs/core}/Pagination.stories.d.ts +0 -0
- /package/dist/{src/components/Radio → stories/docs/core}/Radio.stories.d.ts +0 -0
- /package/dist/{src/components/Radio → stories/docs/core}/RadioGroup.stories.d.ts +0 -0
- /package/dist/{src/components/SearchInput → stories/docs/core}/SearchInput.stories.d.ts +0 -0
- /package/dist/{src/components/Select → stories/docs/core}/Select.stories.d.ts +0 -0
- /package/dist/{src/components/Space → stories/docs/core}/Space.stories.d.ts +0 -0
- /package/dist/{src/components/Styled → stories/docs/core}/Styled.stories.d.ts +0 -0
- /package/dist/{src/components/Switch → stories/docs/core}/Switch.stories.d.ts +0 -0
- /package/dist/{src/components/TableForm → stories/docs/core}/TableForm.stories.d.ts +0 -0
- /package/dist/{src/components/TimeZoneSelect → stories/docs/core}/TimeZoneSelect.stories.d.ts +0 -0
- /package/dist/{src/components/InputGroup → stories/docs/core}/inputGroup.stories.d.ts +0 -0
- /package/dist/stories/{menu.stories.d.ts → docs/core/menu.stories.d.ts} +0 -0
- /package/dist/{src/components/Time → stories/docs/core}/time.stories.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudtower/eagle",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.49",
|
|
4
4
|
"main": "dist/umd/index.js",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"test": "vitest",
|
|
21
21
|
"test:ci": "vitest run",
|
|
22
22
|
"coverage": "vitest run --coverage",
|
|
23
|
-
"typings": "tsc --emitDeclarationOnly",
|
|
23
|
+
"typings": "tsc --emitDeclarationOnly && tsc-alias",
|
|
24
24
|
"prestorybook": "cd ../.. && yarn turbo run build",
|
|
25
25
|
"storybook": "storybook dev -p 6006",
|
|
26
26
|
"build-storybook": "storybook build",
|
|
27
27
|
"sync:color": "node tools/fetch-figma-color.js"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@cloudtower/icons-react": "0.27.
|
|
31
|
-
"@cloudtower/parrot": "0.27.
|
|
30
|
+
"@cloudtower/icons-react": "0.27.49",
|
|
31
|
+
"@cloudtower/parrot": "0.27.49",
|
|
32
32
|
"@cloudtower/rc-notification": "^4.6.1",
|
|
33
33
|
"@linaria/core": "^4.2.2",
|
|
34
34
|
"@linaria/react": "^4.3.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@babel/preset-env": "^7.22.15",
|
|
52
52
|
"@babel/preset-react": "^7.22.15",
|
|
53
53
|
"@babel/preset-typescript": "^7.22.15",
|
|
54
|
-
"@cloudtower/icons": "0.27.
|
|
54
|
+
"@cloudtower/icons": "0.27.49",
|
|
55
55
|
"@linaria/babel-preset": "4.4.3",
|
|
56
56
|
"@linaria/rollup": "^4.1.5",
|
|
57
57
|
"@linaria/vite": "^4.2.5",
|
|
@@ -111,9 +111,10 @@
|
|
|
111
111
|
"style-loader": "^3.3.1",
|
|
112
112
|
"ts-loader": "^9.4.2",
|
|
113
113
|
"ts-node": "^10.9.1",
|
|
114
|
+
"tsc-alias": "^1.8.8",
|
|
114
115
|
"typescript": "5.0.2",
|
|
115
116
|
"vite": "^3.1.7",
|
|
116
117
|
"vitest": "^0.24.1"
|
|
117
118
|
},
|
|
118
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "4b29f08663e78e7a3acf49c64dbe080c81cf794e"
|
|
119
120
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
import { ButtonGroupType } from "../../spec";
|
|
2
|
+
import React from "react";
|
|
3
3
|
export declare const ButtonStyle: import("@linaria/core").LinariaClassName;
|
|
4
4
|
declare const ButtonGroup: React.ForwardRefExoticComponent<ButtonGroupType & React.RefAttributes<HTMLDivElement>>;
|
|
5
5
|
export default ButtonGroup;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { AdditionOptions } from "../../spec";
|
|
1
2
|
import { InputNumberProps } from "antd/lib/input-number";
|
|
2
3
|
import React from "react";
|
|
3
|
-
import { AdditionOptions } from "../../spec";
|
|
4
4
|
export declare const AntdIntStyled: import("@linaria/react").StyledMeta & React.FunctionComponent<{
|
|
5
5
|
controls: boolean;
|
|
6
6
|
suffix?: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { AdditionOptions } from "../../spec";
|
|
1
2
|
import { InputNumberProps } from "antd/lib/input-number";
|
|
2
3
|
import React from "react";
|
|
3
|
-
import { AdditionOptions } from "../../spec";
|
|
4
4
|
export declare const AntdInputNumberStyled: import("@linaria/react").StyledMeta & React.FunctionComponent<{
|
|
5
5
|
controls: boolean;
|
|
6
6
|
suffix?: string | undefined;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { RadioButtonProps, RadioProps } from "../../spec";
|
|
1
2
|
import { RadioGroupProps as AntdRadioGroupProps } from "antd/lib/radio";
|
|
2
3
|
import React from "react";
|
|
3
|
-
import { RadioButtonProps, RadioProps } from "../../spec";
|
|
4
4
|
declare const Radio: React.FC<RadioProps>;
|
|
5
5
|
declare const RadioGroup: React.FC<AntdRadioGroupProps>;
|
|
6
6
|
declare const RadioButton: React.FC<RadioButtonProps>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
import { TokenColor } from "../../spec";
|
|
2
|
+
import React from "react";
|
|
3
3
|
export declare const PresetColors: TokenColor[];
|
|
4
4
|
declare const Token: React.ForwardRefExoticComponent<Omit<import("antd/lib/tag").TagProps, "closeIcon"> & {
|
|
5
5
|
color?: TokenColor | undefined;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{src/components/TimeZoneSelect → stories/docs/core}/TimeZoneSelect.stories.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|