@ya-accelerators/nextjs-framework 0.0.78 → 0.0.80
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/@types/image.d.ts +1 -0
- package/dist/hooks/modal/index.jsx +1 -0
- package/dist/hooks/modal/index.jsx.map +1 -1
- package/dist/logger/index.js +0 -1
- package/dist/logger/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/component/button/base.jsx +1 -1
- package/dist/ui/component/button/text/index.jsx +1 -2
- package/dist/ui/component/button/text/index.jsx.map +1 -1
- package/dist/ui/component/card/index.jsx +1 -1
- package/dist/ui/component/loading/index.jsx +1 -1
- package/dist/ui/component/modal/index.jsx +3 -3
- package/dist/ui/component/ssr/index.jsx +0 -1
- package/dist/ui/component/ssr/index.jsx.map +1 -1
- package/dist/ui/component/typography/H1/index.d.ts +1 -1
- package/dist/ui/component/typography/H1/index.jsx +1 -2
- package/dist/ui/component/typography/H1/index.jsx.map +1 -1
- package/dist/ui/component/typography/H2/index.d.ts +1 -1
- package/dist/ui/component/typography/H2/index.jsx +1 -2
- package/dist/ui/component/typography/H2/index.jsx.map +1 -1
- package/dist/ui/component/typography/H3/index.d.ts +1 -1
- package/dist/ui/component/typography/H3/index.jsx +1 -2
- package/dist/ui/component/typography/H3/index.jsx.map +1 -1
- package/dist/ui/component/typography/H4/index.d.ts +1 -1
- package/dist/ui/component/typography/H4/index.jsx +1 -2
- package/dist/ui/component/typography/H4/index.jsx.map +1 -1
- package/dist/ui/component/typography/H5/index.d.ts +1 -1
- package/dist/ui/component/typography/H5/index.jsx +1 -2
- package/dist/ui/component/typography/H5/index.jsx.map +1 -1
- package/dist/ui/component/typography/H6/index.d.ts +1 -1
- package/dist/ui/component/typography/H6/index.jsx +1 -2
- package/dist/ui/component/typography/H6/index.jsx.map +1 -1
- package/dist/ui/component/typography/Label/index.d.ts +1 -1
- package/dist/ui/component/typography/Label/index.jsx +1 -2
- package/dist/ui/component/typography/Label/index.jsx.map +1 -1
- package/dist/ui/component/typography/LinkText/index.d.ts +1 -1
- package/dist/ui/component/typography/LinkText/index.jsx +1 -2
- package/dist/ui/component/typography/LinkText/index.jsx.map +1 -1
- package/dist/ui/component/typography/P/index.d.ts +1 -1
- package/dist/ui/component/typography/P/index.jsx +1 -2
- package/dist/ui/component/typography/P/index.jsx.map +1 -1
- package/dist/ui/component/typography/Pre/index.d.ts +1 -1
- package/dist/ui/component/typography/Pre/index.jsx +1 -2
- package/dist/ui/component/typography/Pre/index.jsx.map +1 -1
- package/dist/ui/composite/button/index.jsx.map +1 -1
- package/dist/ui/composite/dropdown/index.jsx +6 -8
- package/dist/ui/composite/dropdown/index.jsx.map +1 -1
- package/dist/ui/composite/index.d.ts +3 -1
- package/dist/ui/composite/input/checkbox/index.jsx +3 -3
- package/dist/ui/composite/input/checkbox/index.jsx.map +1 -1
- package/dist/ui/composite/input/datePicker/index.jsx +2 -2
- package/dist/ui/composite/input/dateRange/index.jsx +3 -3
- package/dist/ui/composite/input/dateRange/index.jsx.map +1 -1
- package/dist/ui/composite/input/dateTimePicker/index.jsx +1 -1
- package/dist/ui/composite/input/dateTimeRange/index.jsx +3 -4
- package/dist/ui/composite/input/dateTimeRange/index.jsx.map +1 -1
- package/dist/ui/composite/input/index.d.ts +3 -1
- package/dist/ui/composite/input/index.js +1 -1
- package/dist/ui/composite/input/index.js.map +1 -1
- package/dist/ui/composite/input/list/index.d.ts +3 -1
- package/dist/ui/composite/input/list/index.jsx +5 -4
- package/dist/ui/composite/input/list/index.jsx.map +1 -1
- package/dist/ui/composite/input/radio/index.jsx +2 -2
- package/dist/ui/composite/input/select/ClearIndicator/index.d.ts +1 -1
- package/dist/ui/composite/input/select/ClearIndicator/index.jsx +0 -1
- package/dist/ui/composite/input/select/ClearIndicator/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/Control/index.d.ts +1 -1
- package/dist/ui/composite/input/select/Control/index.jsx +1 -2
- package/dist/ui/composite/input/select/Control/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/DropdownIndicator/index.d.ts +1 -1
- package/dist/ui/composite/input/select/DropdownIndicator/index.jsx +0 -1
- package/dist/ui/composite/input/select/DropdownIndicator/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/GroupHeading/index.d.ts +1 -1
- package/dist/ui/composite/input/select/GroupHeading/index.jsx +0 -1
- package/dist/ui/composite/input/select/GroupHeading/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/Input/index.d.ts +1 -1
- package/dist/ui/composite/input/select/Input/index.jsx +4 -2
- package/dist/ui/composite/input/select/Input/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/Menu/index.d.ts +1 -1
- package/dist/ui/composite/input/select/Menu/index.jsx +0 -1
- package/dist/ui/composite/input/select/Menu/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/MultiValue/index.d.ts +1 -1
- package/dist/ui/composite/input/select/MultiValue/index.jsx +3 -4
- package/dist/ui/composite/input/select/MultiValue/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/Option/index.d.ts +1 -1
- package/dist/ui/composite/input/select/Option/index.jsx +1 -1
- package/dist/ui/composite/input/select/Option/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/Placeholder/index.d.ts +1 -1
- package/dist/ui/composite/input/select/Placeholder/index.jsx +1 -2
- package/dist/ui/composite/input/select/Placeholder/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/SelectContainer/index.d.ts +1 -1
- package/dist/ui/composite/input/select/SelectContainer/index.jsx +2 -3
- package/dist/ui/composite/input/select/SelectContainer/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/SingleValue/index.d.ts +1 -1
- package/dist/ui/composite/input/select/SingleValue/index.jsx +1 -2
- package/dist/ui/composite/input/select/SingleValue/index.jsx.map +1 -1
- package/dist/ui/composite/input/select/index.jsx +8 -5
- package/dist/ui/composite/input/select/index.jsx.map +1 -1
- package/dist/ui/composite/input/text/index.jsx +3 -3
- package/dist/ui/composite/input/textarea/index.d.ts +1 -2
- package/dist/ui/composite/input/textarea/index.jsx +6 -6
- package/dist/ui/composite/input/textarea/index.jsx.map +1 -1
- package/dist/ui/composite/input/timePicker/index.d.ts +1 -1
- package/dist/ui/composite/input/timePicker/index.jsx +1 -1
- package/dist/ui/composite/input/timePicker/index.jsx.map +1 -1
- package/dist/ui/composite/input/timeRange/index.jsx +3 -3
- package/dist/ui/composite/input/timeRange/index.jsx.map +1 -1
- package/dist/ui/composite/input/weekDaysSelector/index.d.ts +1 -2
- package/dist/ui/composite/input/weekDaysSelector/index.jsx +1 -1
- package/dist/ui/composite/input/weekDaysSelector/index.jsx.map +1 -1
- package/dist/ui/composite/input/weekdayPicker/index.d.ts +1 -2
- package/dist/ui/composite/input/weekdayPicker/index.jsx +5 -3
- package/dist/ui/composite/input/weekdayPicker/index.jsx.map +1 -1
- package/dist/ui/composite/label/index.jsx +2 -3
- package/dist/ui/composite/label/index.jsx.map +1 -1
- package/dist/ui/composite/pageTitle/index.jsx +4 -4
- package/dist/ui/functional/signOutForm/index.jsx +1 -1
- package/dist/ui/functional/signOutForm/index.jsx.map +1 -1
- package/dist/ui/layout/app/component.jsx +12 -12
- package/dist/ui/layout/app/component.jsx.map +1 -1
- package/dist/ui/layout/app/content/index.d.ts +1 -2
- package/dist/ui/layout/app/content/index.jsx +1 -1
- package/dist/ui/layout/app/content/index.jsx.map +1 -1
- package/dist/ui/layout/app/index.jsx +1 -1
- package/dist/ui/layout/form/index.d.ts +1 -1
- package/dist/ui/layout/form/index.jsx +41 -14
- package/dist/ui/layout/form/index.jsx.map +1 -1
- package/dist/ui/layout/modal/index.jsx +1 -1
- package/dist/ui/layout/tab/component.jsx +1 -1
- package/dist/ui/layout/tab/content/index.jsx +1 -1
- package/dist/ui/layout/tab/index.jsx +2 -2
- package/dist/ui/layout/table/index.jsx +16 -21
- package/dist/ui/layout/table/index.jsx.map +1 -1
- package/dist/ui/layout/toast/index.jsx +2 -2
- package/dist/ui/types/index.d.ts +1 -1
- package/dist/util/index.js +60 -16
- package/dist/util/index.js.map +1 -1
- package/package.json +3 -5
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.