@liner-fe/prism 1.12.44 → 1.12.45

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.
@@ -4,3 +4,4 @@ export * from './Set/Paragraph';
4
4
  export * from './Set/Title';
5
5
  export * from './Set/Display';
6
6
  export * from './Responsive';
7
+ export * from './Responsive/lib';
package/lib/index.mjs CHANGED
@@ -8110,6 +8110,8 @@ export {
8110
8110
  Icon,
8111
8111
  IconButton,
8112
8112
  List,
8113
+ Media,
8114
+ MediaContextProvider,
8113
8115
  Paragraph,
8114
8116
  Popover,
8115
8117
  Radio,
@@ -8128,6 +8130,7 @@ export {
8128
8130
  iconMap,
8129
8131
  isEmptyObject,
8130
8132
  objectToArray,
8133
+ rootMediaStyle,
8131
8134
  useToast
8132
8135
  };
8133
8136
  /*! For license information please see index.mjs.LEGAL.txt */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "1.12.44",
3
+ "version": "1.12.45",
4
4
  "packageManager": "yarn@3.6.0",
5
5
  "scripts": {
6
6
  "dev": "next dev",