@wordpress/primitives 4.34.0 → 4.34.1-next.2f1c7c01b.0

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.
@@ -16,12 +16,14 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // packages/primitives/src/block-quotation/index.js
19
21
  var block_quotation_exports = {};
20
22
  __export(block_quotation_exports, {
21
23
  BlockQuotation: () => BlockQuotation
22
24
  });
23
25
  module.exports = __toCommonJS(block_quotation_exports);
24
- const BlockQuotation = "blockquote";
26
+ var BlockQuotation = "blockquote";
25
27
  // Annotate the CommonJS export names for ESM import in node:
26
28
  0 && (module.exports = {
27
29
  BlockQuotation
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/block-quotation/index.js"],
4
4
  "sourcesContent": ["export const BlockQuotation = 'blockquote';\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,iBAAiB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAM,iBAAiB;",
6
6
  "names": []
7
7
  }
@@ -16,12 +16,14 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // packages/primitives/src/horizontal-rule/index.js
19
21
  var horizontal_rule_exports = {};
20
22
  __export(horizontal_rule_exports, {
21
23
  HorizontalRule: () => HorizontalRule
22
24
  });
23
25
  module.exports = __toCommonJS(horizontal_rule_exports);
24
- const HorizontalRule = "hr";
26
+ var HorizontalRule = "hr";
25
27
  // Annotate the CommonJS export names for ESM import in node:
26
28
  0 && (module.exports = {
27
29
  HorizontalRule
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/horizontal-rule/index.js"],
4
4
  "sourcesContent": ["export const HorizontalRule = 'hr';\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,iBAAiB;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAM,iBAAiB;",
6
6
  "names": []
7
7
  }
package/build/index.js CHANGED
@@ -13,6 +13,8 @@ var __copyProps = (to, from, except, desc) => {
13
13
  };
14
14
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+
17
+ // packages/primitives/src/index.js
16
18
  var index_exports = {};
17
19
  module.exports = __toCommonJS(index_exports);
18
20
  __reExport(index_exports, require("./svg"), module.exports);
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../src/index.js"],
4
4
  "sourcesContent": ["export * from './svg';\nexport * from './horizontal-rule';\nexport * from './block-quotation';\nexport * from './view';\n"],
5
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,kBAAd;AACA,0BAAc,8BADd;AAEA,0BAAc,8BAFd;AAGA,0BAAc,mBAHd;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,kBAAd;AACA,0BAAc,8BADd;AAEA,0BAAc,8BAFd;AAGA,0BAAc,mBAHd;",
6
6
  "names": []
7
7
  }
@@ -26,6 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // packages/primitives/src/svg/index.js
29
31
  var svg_exports = {};
30
32
  __export(svg_exports, {
31
33
  Circle: () => Circle,
@@ -41,20 +43,20 @@ __export(svg_exports, {
41
43
  Stop: () => Stop
42
44
  });
43
45
  module.exports = __toCommonJS(svg_exports);
44
- var import_jsx_runtime = require("react/jsx-runtime");
45
46
  var import_clsx = __toESM(require("clsx"));
46
47
  var import_element = require("@wordpress/element");
47
- const Circle = (props) => (0, import_element.createElement)("circle", props);
48
- const G = (props) => (0, import_element.createElement)("g", props);
49
- const Line = (props) => (0, import_element.createElement)("line", props);
50
- const Path = (props) => (0, import_element.createElement)("path", props);
51
- const Polygon = (props) => (0, import_element.createElement)("polygon", props);
52
- const Rect = (props) => (0, import_element.createElement)("rect", props);
53
- const Defs = (props) => (0, import_element.createElement)("defs", props);
54
- const RadialGradient = (props) => (0, import_element.createElement)("radialGradient", props);
55
- const LinearGradient = (props) => (0, import_element.createElement)("linearGradient", props);
56
- const Stop = (props) => (0, import_element.createElement)("stop", props);
57
- const SVG = (0, import_element.forwardRef)(
48
+ var import_jsx_runtime = require("react/jsx-runtime");
49
+ var Circle = (props) => (0, import_element.createElement)("circle", props);
50
+ var G = (props) => (0, import_element.createElement)("g", props);
51
+ var Line = (props) => (0, import_element.createElement)("line", props);
52
+ var Path = (props) => (0, import_element.createElement)("path", props);
53
+ var Polygon = (props) => (0, import_element.createElement)("polygon", props);
54
+ var Rect = (props) => (0, import_element.createElement)("rect", props);
55
+ var Defs = (props) => (0, import_element.createElement)("defs", props);
56
+ var RadialGradient = (props) => (0, import_element.createElement)("radialGradient", props);
57
+ var LinearGradient = (props) => (0, import_element.createElement)("linearGradient", props);
58
+ var Stop = (props) => (0, import_element.createElement)("stop", props);
59
+ var SVG = (0, import_element.forwardRef)(
58
60
  /**
59
61
  * @param {SVGProps} props isPressed indicates whether the SVG should appear as pressed.
60
62
  * Other props will be passed through to svg component.
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/svg/index.js"],
4
4
  "sourcesContent": ["/**\n * External dependencies\n */\nimport clsx from 'clsx';\n\n/**\n * WordPress dependencies\n */\nimport { createElement, forwardRef } from '@wordpress/element';\n\n/** @typedef {{isPressed?: boolean} & import('react').ComponentPropsWithoutRef<'svg'>} SVGProps */\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'circle'>} props\n *\n * @return {JSX.Element} Circle component\n */\nexport const Circle = ( props ) => createElement( 'circle', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'g'>} props\n *\n * @return {JSX.Element} G component\n */\nexport const G = ( props ) => createElement( 'g', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'line'>} props\n *\n * @return {JSX.Element} Path component\n */\nexport const Line = ( props ) => createElement( 'line', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'path'>} props\n *\n * @return {JSX.Element} Path component\n */\nexport const Path = ( props ) => createElement( 'path', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'polygon'>} props\n *\n * @return {JSX.Element} Polygon component\n */\nexport const Polygon = ( props ) => createElement( 'polygon', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'rect'>} props\n *\n * @return {JSX.Element} Rect component\n */\nexport const Rect = ( props ) => createElement( 'rect', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'defs'>} props\n *\n * @return {JSX.Element} Defs component\n */\nexport const Defs = ( props ) => createElement( 'defs', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'radialGradient'>} props\n *\n * @return {JSX.Element} RadialGradient component\n */\nexport const RadialGradient = ( props ) =>\n\tcreateElement( 'radialGradient', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'linearGradient'>} props\n *\n * @return {JSX.Element} LinearGradient component\n */\nexport const LinearGradient = ( props ) =>\n\tcreateElement( 'linearGradient', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'stop'>} props\n *\n * @return {JSX.Element} Stop component\n */\nexport const Stop = ( props ) => createElement( 'stop', props );\n\nexport const SVG = forwardRef(\n\t/**\n\t * @param {SVGProps} props isPressed indicates whether the SVG should appear as pressed.\n\t * Other props will be passed through to svg component.\n\t * @param {import('react').ForwardedRef<SVGSVGElement>} ref The forwarded ref to the SVG element.\n\t *\n\t * @return {JSX.Element} Stop component\n\t */\n\t( { className, isPressed, ...props }, ref ) => {\n\t\tconst appliedProps = {\n\t\t\t...props,\n\t\t\tclassName:\n\t\t\t\tclsx( className, { 'is-pressed': isPressed } ) || undefined,\n\t\t\t'aria-hidden': true,\n\t\t\tfocusable: false,\n\t\t};\n\n\t\t// Disable reason: We need to have a way to render HTML tag for web.\n\t\t// eslint-disable-next-line react/forbid-elements\n\t\treturn <svg { ...appliedProps } ref={ ref } />;\n\t}\n);\nSVG.displayName = 'SVG';\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAuGS;AApGT,kBAAiB;AAKjB,qBAA0C;AASnC,MAAM,SAAS,CAAE,cAAW,8BAAe,UAAU,KAAM;AAO3D,MAAM,IAAI,CAAE,cAAW,8BAAe,KAAK,KAAM;AAOjD,MAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAOvD,MAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAOvD,MAAM,UAAU,CAAE,cAAW,8BAAe,WAAW,KAAM;AAO7D,MAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAOvD,MAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAOvD,MAAM,iBAAiB,CAAE,cAC/B,8BAAe,kBAAkB,KAAM;AAOjC,MAAM,iBAAiB,CAAE,cAC/B,8BAAe,kBAAkB,KAAM;AAOjC,MAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAEvD,MAAM,UAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQlB,CAAE,EAAE,WAAW,WAAW,GAAG,MAAM,GAAG,QAAS;AAC9C,UAAM,eAAe;AAAA,MACpB,GAAG;AAAA,MACH,eACC,YAAAA,SAAM,WAAW,EAAE,cAAc,UAAU,CAAE,KAAK;AAAA,MACnD,eAAe;AAAA,MACf,WAAW;AAAA,IACZ;AAIA,WAAO,4CAAC,SAAM,GAAG,cAAe,KAAY;AAAA,EAC7C;AACD;AACA,IAAI,cAAc;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,kBAAiB;AAKjB,qBAA0C;AA+FjC;AAtFF,IAAM,SAAS,CAAE,cAAW,8BAAe,UAAU,KAAM;AAO3D,IAAM,IAAI,CAAE,cAAW,8BAAe,KAAK,KAAM;AAOjD,IAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAOvD,IAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAOvD,IAAM,UAAU,CAAE,cAAW,8BAAe,WAAW,KAAM;AAO7D,IAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAOvD,IAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAOvD,IAAM,iBAAiB,CAAE,cAC/B,8BAAe,kBAAkB,KAAM;AAOjC,IAAM,iBAAiB,CAAE,cAC/B,8BAAe,kBAAkB,KAAM;AAOjC,IAAM,OAAO,CAAE,cAAW,8BAAe,QAAQ,KAAM;AAEvD,IAAM,UAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQlB,CAAE,EAAE,WAAW,WAAW,GAAG,MAAM,GAAG,QAAS;AAC9C,UAAM,eAAe;AAAA,MACpB,GAAG;AAAA,MACH,eACC,YAAAA,SAAM,WAAW,EAAE,cAAc,UAAU,CAAE,KAAK;AAAA,MACnD,eAAe;AAAA,MACf,WAAW;AAAA,IACZ;AAIA,WAAO,4CAAC,SAAM,GAAG,cAAe,KAAY;AAAA,EAC7C;AACD;AACA,IAAI,cAAc;",
6
6
  "names": ["clsx"]
7
7
  }
@@ -16,12 +16,14 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // packages/primitives/src/view/index.js
19
21
  var view_exports = {};
20
22
  __export(view_exports, {
21
23
  View: () => View
22
24
  });
23
25
  module.exports = __toCommonJS(view_exports);
24
- const View = "div";
26
+ var View = "div";
25
27
  // Annotate the CommonJS export names for ESM import in node:
26
28
  0 && (module.exports = {
27
29
  View
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/view/index.js"],
4
4
  "sourcesContent": ["export const View = 'div';\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,OAAO;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAM,OAAO;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,5 @@
1
- const BlockQuotation = "blockquote";
1
+ // packages/primitives/src/block-quotation/index.js
2
+ var BlockQuotation = "blockquote";
2
3
  export {
3
4
  BlockQuotation
4
5
  };
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/block-quotation/index.js"],
4
4
  "sourcesContent": ["export const BlockQuotation = 'blockquote';\n"],
5
- "mappings": "AAAO,MAAM,iBAAiB;",
5
+ "mappings": ";AAAO,IAAM,iBAAiB;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,5 @@
1
- const HorizontalRule = "hr";
1
+ // packages/primitives/src/horizontal-rule/index.js
2
+ var HorizontalRule = "hr";
2
3
  export {
3
4
  HorizontalRule
4
5
  };
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/horizontal-rule/index.js"],
4
4
  "sourcesContent": ["export const HorizontalRule = 'hr';\n"],
5
- "mappings": "AAAO,MAAM,iBAAiB;",
5
+ "mappings": ";AAAO,IAAM,iBAAiB;",
6
6
  "names": []
7
7
  }
@@ -1,3 +1,4 @@
1
+ // packages/primitives/src/index.js
1
2
  export * from "./svg";
2
3
  export * from "./horizontal-rule";
3
4
  export * from "./block-quotation";
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../src/index.js"],
4
4
  "sourcesContent": ["export * from './svg';\nexport * from './horizontal-rule';\nexport * from './block-quotation';\nexport * from './view';\n"],
5
- "mappings": "AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
5
+ "mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,17 +1,18 @@
1
- import { jsx } from "react/jsx-runtime";
1
+ // packages/primitives/src/svg/index.js
2
2
  import clsx from "clsx";
3
3
  import { createElement, forwardRef } from "@wordpress/element";
4
- const Circle = (props) => createElement("circle", props);
5
- const G = (props) => createElement("g", props);
6
- const Line = (props) => createElement("line", props);
7
- const Path = (props) => createElement("path", props);
8
- const Polygon = (props) => createElement("polygon", props);
9
- const Rect = (props) => createElement("rect", props);
10
- const Defs = (props) => createElement("defs", props);
11
- const RadialGradient = (props) => createElement("radialGradient", props);
12
- const LinearGradient = (props) => createElement("linearGradient", props);
13
- const Stop = (props) => createElement("stop", props);
14
- const SVG = forwardRef(
4
+ import { jsx } from "react/jsx-runtime";
5
+ var Circle = (props) => createElement("circle", props);
6
+ var G = (props) => createElement("g", props);
7
+ var Line = (props) => createElement("line", props);
8
+ var Path = (props) => createElement("path", props);
9
+ var Polygon = (props) => createElement("polygon", props);
10
+ var Rect = (props) => createElement("rect", props);
11
+ var Defs = (props) => createElement("defs", props);
12
+ var RadialGradient = (props) => createElement("radialGradient", props);
13
+ var LinearGradient = (props) => createElement("linearGradient", props);
14
+ var Stop = (props) => createElement("stop", props);
15
+ var SVG = forwardRef(
15
16
  /**
16
17
  * @param {SVGProps} props isPressed indicates whether the SVG should appear as pressed.
17
18
  * Other props will be passed through to svg component.
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/svg/index.js"],
4
4
  "sourcesContent": ["/**\n * External dependencies\n */\nimport clsx from 'clsx';\n\n/**\n * WordPress dependencies\n */\nimport { createElement, forwardRef } from '@wordpress/element';\n\n/** @typedef {{isPressed?: boolean} & import('react').ComponentPropsWithoutRef<'svg'>} SVGProps */\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'circle'>} props\n *\n * @return {JSX.Element} Circle component\n */\nexport const Circle = ( props ) => createElement( 'circle', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'g'>} props\n *\n * @return {JSX.Element} G component\n */\nexport const G = ( props ) => createElement( 'g', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'line'>} props\n *\n * @return {JSX.Element} Path component\n */\nexport const Line = ( props ) => createElement( 'line', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'path'>} props\n *\n * @return {JSX.Element} Path component\n */\nexport const Path = ( props ) => createElement( 'path', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'polygon'>} props\n *\n * @return {JSX.Element} Polygon component\n */\nexport const Polygon = ( props ) => createElement( 'polygon', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'rect'>} props\n *\n * @return {JSX.Element} Rect component\n */\nexport const Rect = ( props ) => createElement( 'rect', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'defs'>} props\n *\n * @return {JSX.Element} Defs component\n */\nexport const Defs = ( props ) => createElement( 'defs', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'radialGradient'>} props\n *\n * @return {JSX.Element} RadialGradient component\n */\nexport const RadialGradient = ( props ) =>\n\tcreateElement( 'radialGradient', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'linearGradient'>} props\n *\n * @return {JSX.Element} LinearGradient component\n */\nexport const LinearGradient = ( props ) =>\n\tcreateElement( 'linearGradient', props );\n\n/**\n * @param {import('react').ComponentPropsWithoutRef<'stop'>} props\n *\n * @return {JSX.Element} Stop component\n */\nexport const Stop = ( props ) => createElement( 'stop', props );\n\nexport const SVG = forwardRef(\n\t/**\n\t * @param {SVGProps} props isPressed indicates whether the SVG should appear as pressed.\n\t * Other props will be passed through to svg component.\n\t * @param {import('react').ForwardedRef<SVGSVGElement>} ref The forwarded ref to the SVG element.\n\t *\n\t * @return {JSX.Element} Stop component\n\t */\n\t( { className, isPressed, ...props }, ref ) => {\n\t\tconst appliedProps = {\n\t\t\t...props,\n\t\t\tclassName:\n\t\t\t\tclsx( className, { 'is-pressed': isPressed } ) || undefined,\n\t\t\t'aria-hidden': true,\n\t\t\tfocusable: false,\n\t\t};\n\n\t\t// Disable reason: We need to have a way to render HTML tag for web.\n\t\t// eslint-disable-next-line react/forbid-elements\n\t\treturn <svg { ...appliedProps } ref={ ref } />;\n\t}\n);\nSVG.displayName = 'SVG';\n"],
5
- "mappings": "AAuGS;AApGT,OAAO,UAAU;AAKjB,SAAS,eAAe,kBAAkB;AASnC,MAAM,SAAS,CAAE,UAAW,cAAe,UAAU,KAAM;AAO3D,MAAM,IAAI,CAAE,UAAW,cAAe,KAAK,KAAM;AAOjD,MAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAOvD,MAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAOvD,MAAM,UAAU,CAAE,UAAW,cAAe,WAAW,KAAM;AAO7D,MAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAOvD,MAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAOvD,MAAM,iBAAiB,CAAE,UAC/B,cAAe,kBAAkB,KAAM;AAOjC,MAAM,iBAAiB,CAAE,UAC/B,cAAe,kBAAkB,KAAM;AAOjC,MAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAEvD,MAAM,MAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQlB,CAAE,EAAE,WAAW,WAAW,GAAG,MAAM,GAAG,QAAS;AAC9C,UAAM,eAAe;AAAA,MACpB,GAAG;AAAA,MACH,WACC,KAAM,WAAW,EAAE,cAAc,UAAU,CAAE,KAAK;AAAA,MACnD,eAAe;AAAA,MACf,WAAW;AAAA,IACZ;AAIA,WAAO,oBAAC,SAAM,GAAG,cAAe,KAAY;AAAA,EAC7C;AACD;AACA,IAAI,cAAc;",
5
+ "mappings": ";AAGA,OAAO,UAAU;AAKjB,SAAS,eAAe,kBAAkB;AA+FjC;AAtFF,IAAM,SAAS,CAAE,UAAW,cAAe,UAAU,KAAM;AAO3D,IAAM,IAAI,CAAE,UAAW,cAAe,KAAK,KAAM;AAOjD,IAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAOvD,IAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAOvD,IAAM,UAAU,CAAE,UAAW,cAAe,WAAW,KAAM;AAO7D,IAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAOvD,IAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAOvD,IAAM,iBAAiB,CAAE,UAC/B,cAAe,kBAAkB,KAAM;AAOjC,IAAM,iBAAiB,CAAE,UAC/B,cAAe,kBAAkB,KAAM;AAOjC,IAAM,OAAO,CAAE,UAAW,cAAe,QAAQ,KAAM;AAEvD,IAAM,MAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQlB,CAAE,EAAE,WAAW,WAAW,GAAG,MAAM,GAAG,QAAS;AAC9C,UAAM,eAAe;AAAA,MACpB,GAAG;AAAA,MACH,WACC,KAAM,WAAW,EAAE,cAAc,UAAU,CAAE,KAAK;AAAA,MACnD,eAAe;AAAA,MACf,WAAW;AAAA,IACZ;AAIA,WAAO,oBAAC,SAAM,GAAG,cAAe,KAAY;AAAA,EAC7C;AACD;AACA,IAAI,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,5 @@
1
- const View = "div";
1
+ // packages/primitives/src/view/index.js
2
+ var View = "div";
2
3
  export {
3
4
  View
4
5
  };
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/view/index.js"],
4
4
  "sourcesContent": ["export const View = 'div';\n"],
5
- "mappings": "AAAO,MAAM,OAAO;",
5
+ "mappings": ";AAAO,IAAM,OAAO;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/primitives",
3
- "version": "4.34.0",
3
+ "version": "4.34.1-next.2f1c7c01b.0",
4
4
  "description": "WordPress cross-platform primitives.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -40,7 +40,7 @@
40
40
  "src/**/*.scss"
41
41
  ],
42
42
  "dependencies": {
43
- "@wordpress/element": "^6.34.0",
43
+ "@wordpress/element": "^6.34.1-next.2f1c7c01b.0",
44
44
  "clsx": "^2.1.1"
45
45
  },
46
46
  "peerDependencies": {
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "ceebff807958d2e8fc755b5a20473939c78b4d1d"
52
+ "gitHead": "c6ddcdf455bc02567a2c9e03de6862a2061b85e8"
53
53
  }