attio 0.0.1-experimental.20250213 → 0.0.1-experimental.20250214

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.
@@ -13,7 +13,7 @@ export function HelloWorldDialog ({recordId}) {
13
13
 
14
14
  return (
15
15
  <>
16
- <TextBlock align="flex-start">
16
+ <TextBlock align="left">
17
17
  I am a dialog. I have been open for: {seconds} second{seconds === 1 ? "" : "s"}
18
18
  </TextBlock>
19
19
  {/* The hook in Advice will suspend until the advice is loaded. */}
@@ -13,7 +13,7 @@ export function HelloWorldDialog({recordId}: {recordId: string}) {
13
13
 
14
14
  return (
15
15
  <>
16
- <TextBlock align="flex-start">
16
+ <TextBlock align="left">
17
17
  I am a dialog. I have been open for: {seconds} second{seconds === 1 ? "" : "s"}
18
18
  </TextBlock>
19
19
  {/* The hook in Advice will suspend until the advice is loaded. */}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "attio",
3
- "version": "0.0.1-experimental.20250213",
3
+ "version": "0.0.1-experimental.20250214",
4
4
  "bin": "lib/attio.js",
5
5
  "type": "module",
6
6
  "files": [