@ed.yakovich/component-library 0.0.8 → 0.0.11
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/InfoBanner/context/index.js +7 -0
- package/dist/components/InfoBanner/index.js +6 -0
- package/dist/components/InfoBanner/types/index.js +1 -0
- package/dist/index-0d8e0844-BJzWsYCM.js +7403 -0
- package/dist/index-By9FNwDt.js +29159 -0
- package/dist/index-b30029d4-WVn-64c9.js +12 -0
- package/dist/index-e6818ded-r_t6ryaW.js +57 -0
- package/dist/index.esm-322571ff-D1REhsOg.js +41 -0
- package/dist/lib/components/InfoBanner/context/index.d.ts +10 -0
- package/dist/lib/components/InfoBanner/index.d.ts +2 -0
- package/dist/lib/components/InfoBanner/types/index.d.ts +7 -0
- package/dist/lib/main.d.ts +2 -0
- package/dist/main.js +6 -2
- package/dist/prism-accordion.entry-Cx9R3pGR.js +51 -0
- package/dist/prism-avatar_2.entry-BYgG-lCw.js +68 -0
- package/dist/prism-badge.entry-7tkOjkOC.js +58 -0
- package/dist/prism-banner.entry-jfMhWTJ-.js +82 -0
- package/dist/prism-breadcrumb.entry-6BKiTFvg.js +33 -0
- package/dist/prism-button_2.entry-DnnPRWBp.js +110 -0
- package/dist/prism-card.entry-CkJQnJF8.js +119 -0
- package/dist/prism-carousel.entry-CjyHpSoz.js +3111 -0
- package/dist/prism-checkbox-group.entry-h68bFMNT.js +62 -0
- package/dist/prism-checkbox.entry-BnqA0ld6.js +99 -0
- package/dist/prism-data-table.entry-CRJbrNmp.js +10475 -0
- package/dist/prism-datepicker.entry-Xu0QUY2Q.js +249 -0
- package/dist/prism-form.entry-BJl2ma6x.js +42 -0
- package/dist/prism-grid.entry-DIdkZa73.js +28 -0
- package/dist/prism-header.entry-BZVXHBCx.js +202 -0
- package/dist/prism-hero.entry-D6vT9Cfs.js +23 -0
- package/dist/prism-icon_2.entry-u0DT931p.js +118 -0
- package/dist/prism-image.entry-Db2L08jh.js +38 -0
- package/dist/prism-input-file.entry-NMZff8Re.js +119 -0
- package/dist/prism-input-otp.entry-qFelMElv.js +63 -0
- package/dist/prism-input-text.entry-YbQ3NQuB.js +228 -0
- package/dist/prism-input-textarea.entry-Bz7ecyna.js +140 -0
- package/dist/prism-layout.entry-DVLlE1S8.js +20 -0
- package/dist/prism-lineitem.entry-BOUyDMlc.js +44 -0
- package/dist/prism-menu.entry-TqJabKKs.js +231 -0
- package/dist/prism-modal.entry-CiIsey_Y.js +94 -0
- package/dist/prism-pagination.entry-BZOMunz-.js +60 -0
- package/dist/prism-popover.entry-Bt1uXSV9.js +1013 -0
- package/dist/prism-popper.entry-Ck2qBmqM.js +959 -0
- package/dist/prism-progress.entry-DobqcGx4.js +79 -0
- package/dist/prism-radio-group.entry-DTVEUN2r.js +66 -0
- package/dist/prism-radio.entry-D0dGSQn2.js +101 -0
- package/dist/prism-select.entry-CRYklxK0.js +230 -0
- package/dist/prism-switch.entry-CINfgY_6.js +95 -0
- package/dist/prism-tab.entry-dV7AljQC.js +20 -0
- package/dist/prism-tabs.entry-DPc_2ypT.js +70 -0
- package/dist/prism-tooltip.entry-DZJ2tfFV.js +52 -0
- package/dist/prism-typeahead.entry-DDkmHo72.js +1234 -0
- package/package.json +5 -2
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { createContext as r, useContext as x } from "react";
|
|
3
|
+
const n = r({}), a = () => x(n), f = ({ model: t, children: o }) => /* @__PURE__ */ e(n.Provider, { value: { ...t }, children: o });
|
|
4
|
+
export {
|
|
5
|
+
f as InfoBannerContextProvider,
|
|
6
|
+
a as useInfoBannerContext
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|