@hanzogui/text 2.0.4 → 2.0.5

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.
@@ -25,7 +25,7 @@ __export(Emphasis_exports, {
25
25
  Strong: () => Strong
26
26
  });
27
27
  module.exports = __toCommonJS(Emphasis_exports);
28
- var import_gui_web = require("@hanzo/gui-web");
28
+ var import_gui_web = require("@hanzogui/web");
29
29
  const Strong = (0, import_gui_web.styled)(import_gui_web.Text, {
30
30
  render: "strong",
31
31
  fontWeight: "bold"
@@ -27,7 +27,7 @@ __export(Emphasis_exports, {
27
27
  Strong: () => Strong
28
28
  });
29
29
  module.exports = __toCommonJS(Emphasis_exports);
30
- var import_gui_web = require("@hanzo/gui-web"),
30
+ var import_gui_web = require("@hanzogui/web"),
31
31
  Strong = (0, import_gui_web.styled)(import_gui_web.Text, {
32
32
  render: "strong",
33
33
  fontWeight: "bold"
@@ -29,7 +29,7 @@ __export(Headings_exports, {
29
29
  Heading: () => Heading
30
30
  });
31
31
  module.exports = __toCommonJS(Headings_exports);
32
- var import_gui_web = require("@hanzo/gui-web"),
32
+ var import_gui_web = require("@hanzogui/web"),
33
33
  import_Paragraph = require("./Paragraph.cjs");
34
34
  const Heading = (0, import_gui_web.styled)(import_Paragraph.Paragraph, {
35
35
  render: "span",
@@ -31,7 +31,7 @@ __export(Headings_exports, {
31
31
  Heading: () => Heading
32
32
  });
33
33
  module.exports = __toCommonJS(Headings_exports);
34
- var import_gui_web = require("@hanzo/gui-web"),
34
+ var import_gui_web = require("@hanzogui/web"),
35
35
  import_Paragraph = require("./Paragraph.native.js"),
36
36
  Heading = (0, import_gui_web.styled)(import_Paragraph.Paragraph, {
37
37
  render: "span",
@@ -23,7 +23,7 @@ __export(Paragraph_exports, {
23
23
  Paragraph: () => Paragraph
24
24
  });
25
25
  module.exports = __toCommonJS(Paragraph_exports);
26
- var import_gui_web = require("@hanzo/gui-web"),
26
+ var import_gui_web = require("@hanzogui/web"),
27
27
  import_SizableText = require("./SizableText.cjs");
28
28
  const Paragraph = (0, import_gui_web.styled)(import_SizableText.SizableText, {
29
29
  name: "Paragraph",
@@ -25,7 +25,7 @@ __export(Paragraph_exports, {
25
25
  Paragraph: () => Paragraph
26
26
  });
27
27
  module.exports = __toCommonJS(Paragraph_exports);
28
- var import_gui_web = require("@hanzo/gui-web"),
28
+ var import_gui_web = require("@hanzogui/web"),
29
29
  import_SizableText = require("./SizableText.native.js"),
30
30
  Paragraph = (0, import_gui_web.styled)(import_SizableText.SizableText, {
31
31
  name: "Paragraph",
@@ -23,8 +23,8 @@ __export(SizableText_exports, {
23
23
  SizableText: () => SizableText
24
24
  });
25
25
  module.exports = __toCommonJS(SizableText_exports);
26
- var import_gui_get_font_sized = require("@hanzo/gui-get-font-sized"),
27
- import_gui_web = require("@hanzo/gui-web");
26
+ var import_gui_get_font_sized = require("@hanzogui/get-font-sized"),
27
+ import_gui_web = require("@hanzogui/web");
28
28
  const SizableText = (0, import_gui_web.styled)(import_gui_web.Text, {
29
29
  name: "SizableText",
30
30
  fontFamily: "$body",
@@ -25,8 +25,8 @@ __export(SizableText_exports, {
25
25
  SizableText: () => SizableText
26
26
  });
27
27
  module.exports = __toCommonJS(SizableText_exports);
28
- var import_gui_get_font_sized = require("@hanzo/gui-get-font-sized"),
29
- import_gui_web = require("@hanzo/gui-web"),
28
+ var import_gui_get_font_sized = require("@hanzogui/get-font-sized"),
29
+ import_gui_web = require("@hanzogui/web"),
30
30
  SizableText = (0, import_gui_web.styled)(import_gui_web.Text, {
31
31
  name: "SizableText",
32
32
  fontFamily: "$body",
@@ -1,4 +1,4 @@
1
- import { styled, Text } from "@hanzo/gui-web";
1
+ import { styled, Text } from "@hanzogui/web";
2
2
  const Strong = styled(Text, {
3
3
  render: "strong",
4
4
  fontWeight: "bold"
@@ -1,4 +1,4 @@
1
- import { styled, Text } from "@hanzo/gui-web";
1
+ import { styled, Text } from "@hanzogui/web";
2
2
  var Strong = styled(Text, {
3
3
  render: "strong",
4
4
  fontWeight: "bold"
@@ -1,4 +1,4 @@
1
- import { styled } from "@hanzo/gui-web";
1
+ import { styled } from "@hanzogui/web";
2
2
  import { Paragraph } from "./Paragraph.mjs";
3
3
  const Heading = styled(Paragraph, {
4
4
  render: "span",
@@ -1,4 +1,4 @@
1
- import { styled } from "@hanzo/gui-web";
1
+ import { styled } from "@hanzogui/web";
2
2
  import { Paragraph } from "./Paragraph.native.js";
3
3
  var Heading = styled(Paragraph, {
4
4
  render: "span",
@@ -1,4 +1,4 @@
1
- import { styled } from "@hanzo/gui-web";
1
+ import { styled } from "@hanzogui/web";
2
2
  import { SizableText } from "./SizableText.mjs";
3
3
  const Paragraph = styled(SizableText, {
4
4
  name: "Paragraph",
@@ -1,4 +1,4 @@
1
- import { styled } from "@hanzo/gui-web";
1
+ import { styled } from "@hanzogui/web";
2
2
  import { SizableText } from "./SizableText.native.js";
3
3
  var Paragraph = styled(SizableText, {
4
4
  name: "Paragraph",
@@ -1,5 +1,5 @@
1
- import { getFontSized } from "@hanzo/gui-get-font-sized";
2
- import { Text, styled } from "@hanzo/gui-web";
1
+ import { getFontSized } from "@hanzogui/get-font-sized";
2
+ import { Text, styled } from "@hanzogui/web";
3
3
  const SizableText = styled(Text, {
4
4
  name: "SizableText",
5
5
  fontFamily: "$body",
@@ -1,5 +1,5 @@
1
- import { getFontSized } from "@hanzo/gui-get-font-sized";
2
- import { Text, styled } from "@hanzo/gui-web";
1
+ import { getFontSized } from "@hanzogui/get-font-sized";
2
+ import { Text, styled } from "@hanzogui/web";
3
3
  var SizableText = styled(Text, {
4
4
  name: "SizableText",
5
5
  fontFamily: "$body",
@@ -1,4 +1,4 @@
1
- import { styled, Text } from "@hanzo/gui-web";
1
+ import { styled, Text } from "@hanzogui/web";
2
2
  const Strong = styled(Text, {
3
3
  render: "strong",
4
4
  fontWeight: "bold"
@@ -27,7 +27,7 @@ __export(Emphasis_exports, {
27
27
  Strong: () => Strong
28
28
  });
29
29
  module.exports = __toCommonJS(Emphasis_exports);
30
- var import_gui_web = require("@hanzo/gui-web"),
30
+ var import_gui_web = require("@hanzogui/web"),
31
31
  Strong = (0, import_gui_web.styled)(import_gui_web.Text, {
32
32
  render: "strong",
33
33
  fontWeight: "bold"
@@ -1,4 +1,4 @@
1
- import { styled } from "@hanzo/gui-web";
1
+ import { styled } from "@hanzogui/web";
2
2
  import { Paragraph } from "./Paragraph.mjs";
3
3
  const Heading = styled(Paragraph, {
4
4
  render: "span",
@@ -31,7 +31,7 @@ __export(Headings_exports, {
31
31
  Heading: () => Heading
32
32
  });
33
33
  module.exports = __toCommonJS(Headings_exports);
34
- var import_gui_web = require("@hanzo/gui-web"),
34
+ var import_gui_web = require("@hanzogui/web"),
35
35
  import_Paragraph = require("./Paragraph.native.js"),
36
36
  Heading = (0, import_gui_web.styled)(import_Paragraph.Paragraph, {
37
37
  render: "span",
@@ -1,4 +1,4 @@
1
- import { styled } from "@hanzo/gui-web";
1
+ import { styled } from "@hanzogui/web";
2
2
  import { SizableText } from "./SizableText.mjs";
3
3
  const Paragraph = styled(SizableText, {
4
4
  name: "Paragraph",
@@ -25,7 +25,7 @@ __export(Paragraph_exports, {
25
25
  Paragraph: () => Paragraph
26
26
  });
27
27
  module.exports = __toCommonJS(Paragraph_exports);
28
- var import_gui_web = require("@hanzo/gui-web"),
28
+ var import_gui_web = require("@hanzogui/web"),
29
29
  import_SizableText = require("./SizableText.native.js"),
30
30
  Paragraph = (0, import_gui_web.styled)(import_SizableText.SizableText, {
31
31
  name: "Paragraph",
@@ -1,5 +1,5 @@
1
- import { getFontSized } from "@hanzo/gui-get-font-sized";
2
- import { Text, styled } from "@hanzo/gui-web";
1
+ import { getFontSized } from "@hanzogui/get-font-sized";
2
+ import { Text, styled } from "@hanzogui/web";
3
3
  const SizableText = styled(Text, {
4
4
  name: "SizableText",
5
5
  fontFamily: "$body",
@@ -25,8 +25,8 @@ __export(SizableText_exports, {
25
25
  SizableText: () => SizableText
26
26
  });
27
27
  module.exports = __toCommonJS(SizableText_exports);
28
- var import_gui_get_font_sized = require("@hanzo/gui-get-font-sized"),
29
- import_gui_web = require("@hanzo/gui-web"),
28
+ var import_gui_get_font_sized = require("@hanzogui/get-font-sized"),
29
+ import_gui_web = require("@hanzogui/web"),
30
30
  SizableText = (0, import_gui_web.styled)(import_gui_web.Text, {
31
31
  name: "SizableText",
32
32
  fontFamily: "$body",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzogui/text",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "source": "src/index.tsx",
6
6
  "files": [
package/src/Emphasis.tsx CHANGED
@@ -1,4 +1,4 @@
1
- import { styled, Text } from '@hanzo/gui-web'
1
+ import { styled, Text } from '@hanzogui/web'
2
2
 
3
3
  export const Strong = styled(Text, {
4
4
  render: 'strong',
package/src/Headings.tsx CHANGED
@@ -1,5 +1,5 @@
1
- import type { GetProps } from '@hanzo/gui-web'
2
- import { styled } from '@hanzo/gui-web'
1
+ import type { GetProps } from '@hanzogui/web'
2
+ import { styled } from '@hanzogui/web'
3
3
 
4
4
  import { Paragraph } from './Paragraph'
5
5
 
package/src/Paragraph.tsx CHANGED
@@ -1,5 +1,5 @@
1
- import type { GetProps } from '@hanzo/gui-web'
2
- import { styled } from '@hanzo/gui-web'
1
+ import type { GetProps } from '@hanzogui/web'
2
+ import { styled } from '@hanzogui/web'
3
3
 
4
4
  import { SizableText } from './SizableText'
5
5
 
@@ -1,6 +1,6 @@
1
- import { getFontSized } from '@hanzo/gui-get-font-sized'
2
- import type { GetProps } from '@hanzo/gui-web'
3
- import { Text, styled } from '@hanzo/gui-web'
1
+ import { getFontSized } from '@hanzogui/get-font-sized'
2
+ import type { GetProps } from '@hanzogui/web'
3
+ import { Text, styled } from '@hanzogui/web'
4
4
 
5
5
  export const SizableText = styled(Text, {
6
6
  name: 'SizableText',
@@ -1,4 +1,4 @@
1
- import type { SizeTokens } from '@hanzo/gui-web'
1
+ import type { SizeTokens } from '@hanzogui/web'
2
2
  import React from 'react'
3
3
 
4
4
  import type { TextParentStyles } from './types'