@yext/pages-components 1.1.13 → 1.1.15
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/THIRD-PARTY-NOTICES +1 -1
- package/dist/{debugger-Def1AiTA.cjs → debugger-Bc6LFql_.cjs} +1 -1
- package/dist/{debugger-DIK3Bqjc.js → debugger-BxGLUF0a.js} +1 -1
- package/dist/{index-CFORd6Yp.cjs → index-7fAhZ2Ii.cjs} +6 -6
- package/dist/{index-C0vLxGfU.js → index-BZoK3sUE.js} +223 -223
- package/dist/{index-Dkg0GfHt.js → index-CDEZRpEm.js} +16606 -17765
- package/dist/index-CjhHamzw.cjs +111 -0
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/pages-components.cjs +1 -1
- package/dist/pages-components.js +1 -1
- package/package.json +12 -12
- package/dist/index-Dx5KqQIE.cjs +0 -111
package/dist/index.d.cts
CHANGED
|
@@ -1588,9 +1588,16 @@ interface LexicalRichTextProps {
|
|
|
1588
1588
|
}
|
|
1589
1589
|
|
|
1590
1590
|
/**
|
|
1591
|
+
* @deprecated Use the stream's .html version instead with `dangerouslySetInnerHTML`.
|
|
1592
|
+
* ```jsx
|
|
1593
|
+
* <div dangerouslySetInnerHTML={{ __html: c_lrt.html }} />
|
|
1594
|
+
* ```
|
|
1595
|
+
*
|
|
1591
1596
|
* Renders a read-only view of a Lexical Rich Text field. Styling for the various
|
|
1592
1597
|
* types of Rich Text element can be optionally provided. If not provided, Yext default
|
|
1593
1598
|
* styling will be applied.
|
|
1599
|
+
*
|
|
1600
|
+
* Note: This component currently only supports rendering on the client side.
|
|
1594
1601
|
*/
|
|
1595
1602
|
declare function LexicalRichText({ serializedAST, nodeClassNames, }: LexicalRichTextProps): react_jsx_runtime.JSX.Element;
|
|
1596
1603
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1588,9 +1588,16 @@ interface LexicalRichTextProps {
|
|
|
1588
1588
|
}
|
|
1589
1589
|
|
|
1590
1590
|
/**
|
|
1591
|
+
* @deprecated Use the stream's .html version instead with `dangerouslySetInnerHTML`.
|
|
1592
|
+
* ```jsx
|
|
1593
|
+
* <div dangerouslySetInnerHTML={{ __html: c_lrt.html }} />
|
|
1594
|
+
* ```
|
|
1595
|
+
*
|
|
1591
1596
|
* Renders a read-only view of a Lexical Rich Text field. Styling for the various
|
|
1592
1597
|
* types of Rich Text element can be optionally provided. If not provided, Yext default
|
|
1593
1598
|
* styling will be applied.
|
|
1599
|
+
*
|
|
1600
|
+
* Note: This component currently only supports rendering on the client side.
|
|
1594
1601
|
*/
|
|
1595
1602
|
declare function LexicalRichText({ serializedAST, nodeClassNames, }: LexicalRichTextProps): react_jsx_runtime.JSX.Element;
|
|
1596
1603
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CjhHamzw.cjs");exports.Address=e.Address;exports.AddressSchema=e.AddressSchema;exports.AggregateRatingSchema=e.AggregateRatingSchema;exports.Analytics=e.Analytics;exports.AnalyticsContext=e.AnalyticsContext;exports.AnalyticsProvider=e.AnalyticsProvider;exports.AnalyticsScopeProvider=e.AnalyticsScopeProvider;exports.BaiduMaps=e.BaiduMaps;exports.BaseSchema=e.BaseSchema;exports.BingMaps=e.BingMaps;exports.Clusterer=e.Clusterer;exports.CoordinateClass=e.Coordinate;exports.Day=e.Day;exports.Event=e.Event;exports.FAQPage=e.FAQPage;exports.GoogleMaps=e.GoogleMaps;exports.HoursStatus=e.HoursStatus;exports.HoursTable=e.HoursTable;exports.Image=e.Image;exports.ImageLayoutOption=e.ImageLayoutOption;exports.LeafletMaps=e.LeafletMaps;exports.LegacyRichText=e.LegacyRichText;exports.LexicalRichText=e.LexicalRichText;exports.Link=e.Link;exports.ListingPublisherOption=e.ListingPublisherOption;exports.LocalBusiness=e.LocalBusiness;exports.LocationMap=e.LocationMap;exports.LocationSchema=e.LocationSchema;exports.Map=e.Map;exports.MapProviderOption=e.MapProviderOption;exports.MapQuestMaps=e.MapQuestMaps;exports.MapboxMaps=e.MapboxMaps;exports.Marker=e.Marker;exports.OfferSchema=e.OfferSchema;exports.OpeningHoursSchema=e.OpeningHoursSchema;exports.OrganizationSchema=e.OrganizationSchema;exports.PerformerSchema=e.PerformerSchema;exports.PhotoGallerySchema=e.PhotoGallerySchema;exports.PhotoSchema=e.PhotoSchema;exports.Product=e.Product;exports.ReviewSchema=e.ReviewSchema;exports.SchemaWrapper=e.SchemaWrapper;exports.debuggingParamDetected=e.debuggingParamDetected;exports.getDirections=e.getDirections;exports.getImageUrl=e.getImageUrl;exports.getRichTextContent=e.getRichTextContent;exports.useAnalytics=e.useAnalytics;exports.useClusterContext=e.useClusterContext;exports.useIdentify=e.useIdentify;exports.useMapContext=e.useMapContext;exports.usePageView=e.usePageView;exports.useScope=e.useScope;exports.useTrack=e.useTrack;
|
package/dist/pages-components.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, a4 as t, ac as i, x as o, y as r, E as c, H as n, ae as g, _ as p, af as u, R as h, ak as m, Y as l, $ as S, a2 as d, ag as M, W as P, X as y, I as x, K as A, ai as L, V as C, U as f, N as O, L as R, a0 as T, T as b, a5 as v, O as B, M as I, aj as k, ah as D, Q as H, a7 as w, a6 as G, a9 as Q, a8 as z, aa as E, ab as F, a1 as U, ad as V, Z as W, F as j, w as J, J as K, a3 as N, z as X, S as Y, D as Z, P as _, C as $, G as q, B as aa } from "./index-
|
|
1
|
+
import { A as e, a4 as t, ac as i, x as o, y as r, E as c, H as n, ae as g, _ as p, af as u, R as h, ak as m, Y as l, $ as S, a2 as d, ag as M, W as P, X as y, I as x, K as A, ai as L, V as C, U as f, N as O, L as R, a0 as T, T as b, a5 as v, O as B, M as I, aj as k, ah as D, Q as H, a7 as w, a6 as G, a9 as Q, a8 as z, aa as E, ab as F, a1 as U, ad as V, Z as W, F as j, w as J, J as K, a3 as N, z as X, S as Y, D as Z, P as _, C as $, G as q, B as aa } from "./index-CDEZRpEm.js";
|
|
2
2
|
export {
|
|
3
3
|
e as Address,
|
|
4
4
|
t as AddressSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yext/pages-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15",
|
|
4
4
|
"description": "A React component library that supports Yext Pages development",
|
|
5
5
|
"author": "sumo@yext.com",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"generate-license-file": "^3.0.1",
|
|
70
70
|
"jest-image-snapshot": "^6.4.0",
|
|
71
71
|
"jsdom": "^24.1.0",
|
|
72
|
-
"@playwright/test": "^1.
|
|
73
|
-
"playwright-core": "^1.
|
|
72
|
+
"@playwright/test": "^1.55.1",
|
|
73
|
+
"playwright-core": "^1.55.1",
|
|
74
74
|
"prop-types": "^15.8.1",
|
|
75
75
|
"react": "^18.2.0",
|
|
76
76
|
"react-dom": "^18.2.0",
|
|
@@ -82,19 +82,19 @@
|
|
|
82
82
|
"vitest": "^3.0.5"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@lexical/code": "
|
|
86
|
-
"@lexical/hashtag": "
|
|
87
|
-
"@lexical/
|
|
88
|
-
"@lexical/
|
|
89
|
-
"@lexical/
|
|
90
|
-
"@lexical/
|
|
91
|
-
"@lexical/
|
|
92
|
-
"@lexical/
|
|
85
|
+
"@lexical/code": "0.12.6",
|
|
86
|
+
"@lexical/hashtag": "0.12.6",
|
|
87
|
+
"@lexical/html": "0.12.6",
|
|
88
|
+
"@lexical/link": "0.12.6",
|
|
89
|
+
"@lexical/list": "0.12.6",
|
|
90
|
+
"@lexical/react": "0.12.6",
|
|
91
|
+
"@lexical/rich-text": "0.12.6",
|
|
92
|
+
"@lexical/table": "0.12.6",
|
|
93
93
|
"@yext/analytics": "^1.0.0",
|
|
94
94
|
"browser-or-node": "^2.1.1",
|
|
95
95
|
"classnames": "^2.3.2",
|
|
96
96
|
"cross-fetch": "^4.0.0",
|
|
97
|
-
"lexical": "
|
|
97
|
+
"lexical": "0.12.6",
|
|
98
98
|
"mdast-util-from-markdown": "1.2.0",
|
|
99
99
|
"mdast-util-to-hast": "12.3.0",
|
|
100
100
|
"micromark-util-chunked": "1.0.0",
|