@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
package/@types/image.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export const ModalProvider = ({ children }) => {
|
|
|
20
20
|
}
|
|
21
21
|
}, [items]);
|
|
22
22
|
const pathname = usePathname();
|
|
23
|
+
// biome-ignore lint/correctness/useExhaustiveDependencies: pathname is the trigger — open modals are cleared on every route change
|
|
23
24
|
useEffect(() => {
|
|
24
25
|
startTransition(() => {
|
|
25
26
|
setItems([]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.jsx","sourceRoot":"","sources":["../../../../src/hooks/modal/index.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;AAEZ,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAE7C,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAEpG,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AAOjC,MAAM,YAAY,GAAG,aAAa,CAAgB;IAChD,SAAS,EAAE,GAAG,EAAE,GAAE,CAAC;IACnB,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;CACvB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,UAAU,CAAC,YAAY,CAAC,CAAA;AAE7D,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAAE,QAAQ,EAA2B,EAAE,EAAE;IACrE,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAA8C,EAAE,CAAC,CAAA;IACnF,MAAM,SAAS,GAAG,CAAC,KAAiB,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAA;IACnH,MAAM,YAAY,GAAG,WAAW,CAC9B,CAAC,EAAW,EAAE,EAAE;QACd,IAAI,EAAE,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;YAC9E,QAAQ,CAAC,EAAE,CAAC,CAAA;QACd,CAAC;aAAM,CAAC;YACN,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAA;QAC/C,CAAC;IACH,CAAC,EACD,CAAC,KAAK,CAAC,CACR,CAAA;IACD,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAA;IAC9B,SAAS,CAAC,GAAG,EAAE;QACb,eAAe,CAAC,GAAG,EAAE;YACnB,QAAQ,CAAC,EAAE,CAAC,CAAA;QACd,CAAC,CAAC,CAAA;IACJ,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAA;IAEd,OAAO,CACL,CAAC,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC,CACxD;MAAA,CAAC,QAAQ,CACT;MAAA,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,YAAY,CAAC,EACtD;IAAA,EAAE,YAAY,CAAC,QAAQ,CAAC,CACzB,CAAA;AACH,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.jsx","sourceRoot":"","sources":["../../../../src/hooks/modal/index.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;AAEZ,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAE7C,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAEpG,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AAOjC,MAAM,YAAY,GAAG,aAAa,CAAgB;IAChD,SAAS,EAAE,GAAG,EAAE,GAAE,CAAC;IACnB,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;CACvB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,UAAU,CAAC,YAAY,CAAC,CAAA;AAE7D,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAAE,QAAQ,EAA2B,EAAE,EAAE;IACrE,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAA8C,EAAE,CAAC,CAAA;IACnF,MAAM,SAAS,GAAG,CAAC,KAAiB,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAA;IACnH,MAAM,YAAY,GAAG,WAAW,CAC9B,CAAC,EAAW,EAAE,EAAE;QACd,IAAI,EAAE,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;YAC9E,QAAQ,CAAC,EAAE,CAAC,CAAA;QACd,CAAC;aAAM,CAAC;YACN,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAA;QAC/C,CAAC;IACH,CAAC,EACD,CAAC,KAAK,CAAC,CACR,CAAA;IACD,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAA;IAC9B,mIAAmI;IACnI,SAAS,CAAC,GAAG,EAAE;QACb,eAAe,CAAC,GAAG,EAAE;YACnB,QAAQ,CAAC,EAAE,CAAC,CAAA;QACd,CAAC,CAAC,CAAA;IACJ,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAA;IAEd,OAAO,CACL,CAAC,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC,CACxD;MAAA,CAAC,QAAQ,CACT;MAAA,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,YAAY,CAAC,EACtD;IAAA,EAAE,YAAY,CAAC,QAAQ,CAAC,CACzB,CAAA;AACH,CAAC,CAAA"}
|
package/dist/logger/index.js
CHANGED
package/dist/logger/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/logger/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAA;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AAEpC,MAAM,WAAW,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,EAAW,CAAA;AAGzE,MAAM,QAAQ,GAAG,OAAO,MAAM,KAAK,WAAW,CAAA;AAE9C,MAAM,qBAAqB,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAW,CAAA;AAEjF,MAAM,YAAY,GAAG,GAAa,EAAE;IAClC,IAAI,QAAQ,EAAE,CAAC;QACb,OAAO,gBAAgB,CAAC,SAAS,IAAI,qBAAqB,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAA;IACzF,CAAC;IACD,OAAO,gBAAgB,CAAC,qBAAqB,IAAI,qBAAqB,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,CAAA;AACjH,CAAC,CAAA;AAED,MAAM,OAAO,GAAG,CAAC,KAAe,EAAW,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,IAAI,WAAW,CAAC,YAAY,EAAE,CAAC,CAAA;AAE/F,oFAAoF;AACpF,oEAAoE;AACpE,MAAM,UAAU,GAAG,GAAW,EAAE;IAC9B,IAAI,QAAQ,EAAE,CAAC;QACb,IAAI,CAAC;YACH,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/logger/index.ts"],"names":[],"mappings":"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"}
|