@shopify/ui-extensions 2023.4.0 → 2023.4.2

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.
Files changed (153) hide show
  1. package/build/cjs/surfaces/admin/components/Pressable/Pressable.js +9 -0
  2. package/build/cjs/surfaces/admin.js +2 -0
  3. package/build/esm/surfaces/admin/components/Pressable/Pressable.mjs +5 -0
  4. package/build/esm/surfaces/admin.mjs +1 -0
  5. package/build/esnext/surfaces/admin/components/Pressable/Pressable.esnext +5 -0
  6. package/build/esnext/surfaces/admin.esnext +1 -0
  7. package/build/ts/api.d.ts +12 -0
  8. package/build/ts/api.d.ts.map +1 -1
  9. package/build/ts/surfaces/admin/api/action/action.d.ts +3 -3
  10. package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
  11. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +1 -1
  12. package/build/ts/surfaces/admin/api/customer-segmentation-template/customer-segmentation-template.d.ts +2 -2
  13. package/build/ts/surfaces/admin/api/customer-segmentation-template/customer-segmentation-template.d.ts.map +1 -1
  14. package/build/ts/surfaces/admin/api/extension-targets/extension-targets.doc.d.ts.map +1 -1
  15. package/build/ts/surfaces/admin/api/standard/standard.d.ts +16 -6
  16. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  17. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +1 -1
  18. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.d.ts +0 -1
  19. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.d.ts.map +1 -1
  20. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.doc.d.ts.map +1 -1
  21. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.d.ts +0 -1
  22. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.d.ts.map +1 -1
  23. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.doc.d.ts.map +1 -1
  24. package/build/ts/surfaces/admin/components/BlockStack/BlockStack.d.ts +13 -1
  25. package/build/ts/surfaces/admin/components/BlockStack/BlockStack.d.ts.map +1 -1
  26. package/build/ts/surfaces/admin/components/BlockStack/BlockStack.doc.d.ts.map +1 -1
  27. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +1 -1
  28. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +1 -1
  29. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +1 -1
  30. package/build/ts/surfaces/admin/components/Divider/Divider.d.ts +3 -2
  31. package/build/ts/surfaces/admin/components/Divider/Divider.d.ts.map +1 -1
  32. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +1 -1
  33. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +1 -1
  34. package/build/ts/surfaces/admin/components/Form/Form.d.ts +3 -3
  35. package/build/ts/surfaces/admin/components/Form/Form.d.ts.map +1 -1
  36. package/build/ts/surfaces/admin/components/Form/Form.doc.d.ts.map +1 -1
  37. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +1 -1
  38. package/build/ts/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.d.ts.map +1 -1
  39. package/build/ts/surfaces/admin/components/Icon/Icon.d.ts +3 -1
  40. package/build/ts/surfaces/admin/components/Icon/Icon.d.ts.map +1 -1
  41. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +1 -1
  42. package/build/ts/surfaces/admin/components/Icon/IconName.d.ts +2 -0
  43. package/build/ts/surfaces/admin/components/Icon/IconName.d.ts.map +1 -0
  44. package/build/ts/surfaces/admin/components/Image/Image.d.ts +3 -2
  45. package/build/ts/surfaces/admin/components/Image/Image.d.ts.map +1 -1
  46. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +1 -1
  47. package/build/ts/surfaces/admin/components/InlineStack/InlineStack.d.ts +13 -1
  48. package/build/ts/surfaces/admin/components/InlineStack/InlineStack.d.ts.map +1 -1
  49. package/build/ts/surfaces/admin/components/InlineStack/InlineStack.doc.d.ts.map +1 -1
  50. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +1 -1
  51. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +1 -1
  52. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +1 -1
  53. package/build/ts/surfaces/admin/components/Pressable/Pressable.d.ts +10 -0
  54. package/build/ts/surfaces/admin/components/Pressable/Pressable.d.ts.map +1 -0
  55. package/build/ts/surfaces/admin/components/Pressable/Pressable.doc.d.ts +4 -0
  56. package/build/ts/surfaces/admin/components/Pressable/Pressable.doc.d.ts.map +1 -0
  57. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +1 -1
  58. package/build/ts/surfaces/admin/components/Text/Text.d.ts +1 -1
  59. package/build/ts/surfaces/admin/components/Text/Text.d.ts.map +1 -1
  60. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +1 -1
  61. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +1 -1
  62. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +1 -1
  63. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +1 -1
  64. package/build/ts/surfaces/admin/components/shared/index.d.ts +4 -4
  65. package/build/ts/surfaces/admin/components/shared/index.d.ts.map +1 -1
  66. package/build/ts/surfaces/admin/components.d.ts +2 -0
  67. package/build/ts/surfaces/admin/components.d.ts.map +1 -1
  68. package/build/ts/surfaces/admin/{extension-points.d.ts → extension-targets.d.ts} +62 -20
  69. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -0
  70. package/build/ts/surfaces/admin/extension.d.ts +3 -3
  71. package/build/ts/surfaces/admin/extension.d.ts.map +1 -1
  72. package/build/ts/surfaces/admin/globals.d.ts +2 -2
  73. package/build/ts/surfaces/admin/globals.d.ts.map +1 -1
  74. package/build/ts/surfaces/admin.d.ts +1 -1
  75. package/build/ts/surfaces/admin.d.ts.map +1 -1
  76. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +45 -5
  77. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  78. package/build/ts/surfaces/checkout/api/shipping/shipping-method-details.d.ts +1 -1
  79. package/build/ts/surfaces/checkout/api/shipping/shipping-method-details.d.ts.map +1 -1
  80. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +31 -11
  81. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  82. package/build/ts/surfaces/checkout/api.d.ts +1 -1
  83. package/build/ts/surfaces/checkout/api.d.ts.map +1 -1
  84. package/build/ts/surfaces/checkout/extension-points.d.ts +12 -0
  85. package/build/ts/surfaces/checkout/extension-points.d.ts.map +1 -1
  86. package/build/tsconfig.tsbuildinfo +1 -1
  87. package/package.json +2 -1
  88. package/src/api.ts +14 -0
  89. package/src/surfaces/admin/api/action/action.doc.ts +1 -0
  90. package/src/surfaces/admin/api/action/action.ts +4 -4
  91. package/src/surfaces/admin/api/customer-segmentation-template/customer-segmentation-template.ts +3 -3
  92. package/src/surfaces/admin/api/extension-targets/extension-targets.doc.ts +3 -2
  93. package/src/surfaces/admin/api/standard/standard.doc.ts +1 -0
  94. package/src/surfaces/admin/api/standard/standard.ts +21 -6
  95. package/src/surfaces/admin/components/AdminAction/AdminAction.doc.ts +10 -3
  96. package/src/surfaces/admin/components/AdminAction/AdminAction.ts +0 -2
  97. package/src/surfaces/admin/components/AdminAction/examples/basic-adminaction.example.ts +12 -6
  98. package/src/surfaces/admin/components/AdminBlock/AdminBlock.doc.ts +10 -3
  99. package/src/surfaces/admin/components/AdminBlock/AdminBlock.ts +0 -2
  100. package/src/surfaces/admin/components/BlockStack/BlockStack.doc.ts +8 -1
  101. package/src/surfaces/admin/components/BlockStack/BlockStack.ts +16 -0
  102. package/src/surfaces/admin/components/BlockStack/examples/basic-blockstack.example.ts +1 -1
  103. package/src/surfaces/admin/components/Box/Box.doc.ts +1 -0
  104. package/src/surfaces/admin/components/Box/examples/basic-box.example.ts +1 -1
  105. package/src/surfaces/admin/components/Button/Button.doc.ts +13 -1
  106. package/src/surfaces/admin/components/Checkbox/Checkbox.doc.ts +8 -1
  107. package/src/surfaces/admin/components/Divider/Divider.doc.ts +2 -1
  108. package/src/surfaces/admin/components/Divider/Divider.ts +3 -2
  109. package/src/surfaces/admin/components/Divider/examples/basic-divider.example.ts +2 -2
  110. package/src/surfaces/admin/components/EmailField/EmailField.doc.ts +14 -3
  111. package/src/surfaces/admin/components/Form/Form.doc.ts +23 -1
  112. package/src/surfaces/admin/components/Form/Form.ts +3 -3
  113. package/src/surfaces/admin/components/Form/examples/basic-form.example.ts +8 -6
  114. package/src/surfaces/admin/components/Heading/Heading.doc.ts +14 -2
  115. package/src/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.ts +9 -2
  116. package/src/surfaces/admin/components/HeadingGroup/examples/basic-headinggroup.example.ts +1 -1
  117. package/src/surfaces/admin/components/Icon/Icon.doc.ts +35 -3
  118. package/src/surfaces/admin/components/Icon/Icon.ts +3 -1
  119. package/src/surfaces/admin/components/Icon/IconName.ts +567 -0
  120. package/src/surfaces/admin/components/Image/Image.doc.ts +9 -2
  121. package/src/surfaces/admin/components/Image/Image.ts +38 -35
  122. package/src/surfaces/admin/components/Image/examples/basic-image.example.ts +2 -2
  123. package/src/surfaces/admin/components/InlineStack/InlineStack.doc.ts +8 -1
  124. package/src/surfaces/admin/components/InlineStack/InlineStack.ts +16 -0
  125. package/src/surfaces/admin/components/InlineStack/examples/basic-inlinestack.example.ts +1 -1
  126. package/src/surfaces/admin/components/Link/Link.doc.ts +15 -8
  127. package/src/surfaces/admin/components/NumberField/NumberField.doc.ts +9 -2
  128. package/src/surfaces/admin/components/PasswordField/PasswordField.doc.ts +14 -2
  129. package/src/surfaces/admin/components/PasswordField/examples/basic-passwordfield.example.ts +10 -9
  130. package/src/surfaces/admin/components/Pressable/Pressable.doc.ts +49 -0
  131. package/src/surfaces/admin/components/Pressable/Pressable.ts +9 -0
  132. package/src/surfaces/admin/components/Pressable/examples/basic-pressable.example.ts +25 -0
  133. package/src/surfaces/admin/components/Select/Select.doc.ts +9 -2
  134. package/src/surfaces/admin/components/Text/Text.doc.ts +9 -2
  135. package/src/surfaces/admin/components/Text/Text.ts +1 -3
  136. package/src/surfaces/admin/components/Text/examples/basic-text.example.ts +3 -7
  137. package/src/surfaces/admin/components/TextArea/TextArea.doc.ts +9 -2
  138. package/src/surfaces/admin/components/TextField/TextField.doc.ts +19 -2
  139. package/src/surfaces/admin/components/URLField/URLField.doc.ts +9 -3
  140. package/src/surfaces/admin/components/shared/index.ts +4 -4
  141. package/src/surfaces/admin/components.ts +2 -0
  142. package/src/surfaces/admin/{extension-points.ts → extension-targets.ts} +75 -22
  143. package/src/surfaces/admin/extension.ts +3 -2
  144. package/src/surfaces/admin/globals.ts +4 -4
  145. package/src/surfaces/admin.ts +1 -1
  146. package/src/surfaces/checkout/api/checkout/checkout.ts +57 -5
  147. package/src/surfaces/checkout/api/shipping/shipping-method-details.ts +1 -1
  148. package/src/surfaces/checkout/api/standard/README.md +3 -3
  149. package/src/surfaces/checkout/api/standard/standard.ts +43 -16
  150. package/src/surfaces/checkout/api.ts +2 -0
  151. package/src/surfaces/checkout/extension-points.ts +12 -0
  152. package/src/surfaces/checkout/style/examples/style.example.tsx +1 -1
  153. package/build/ts/surfaces/admin/extension-points.d.ts.map +0 -1
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var core = require('@remote-ui/core');
6
+
7
+ const Pressable = core.createRemoteComponent('Pressable');
8
+
9
+ exports.Pressable = Pressable;
@@ -21,6 +21,7 @@ var Image = require('./admin/components/Image/Image.js');
21
21
  var Link = require('./admin/components/Link/Link.js');
22
22
  var NumberField = require('./admin/components/NumberField/NumberField.js');
23
23
  var PasswordField = require('./admin/components/PasswordField/PasswordField.js');
24
+ var Pressable = require('./admin/components/Pressable/Pressable.js');
24
25
  var Select = require('./admin/components/Select/Select.js');
25
26
  var Text = require('./admin/components/Text/Text.js');
26
27
  var TextArea = require('./admin/components/TextArea/TextArea.js');
@@ -49,6 +50,7 @@ exports.Image = Image.Image;
49
50
  exports.Link = Link.Link;
50
51
  exports.NumberField = NumberField.NumberField;
51
52
  exports.PasswordField = PasswordField.PasswordField;
53
+ exports.Pressable = Pressable.Pressable;
52
54
  exports.Select = Select.Select;
53
55
  exports.Text = Text.Text;
54
56
  exports.TextArea = TextArea.TextArea;
@@ -0,0 +1,5 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ const Pressable = createRemoteComponent('Pressable');
4
+
5
+ export { Pressable };
@@ -17,6 +17,7 @@ export { Image } from './admin/components/Image/Image.mjs';
17
17
  export { Link } from './admin/components/Link/Link.mjs';
18
18
  export { NumberField } from './admin/components/NumberField/NumberField.mjs';
19
19
  export { PasswordField } from './admin/components/PasswordField/PasswordField.mjs';
20
+ export { Pressable } from './admin/components/Pressable/Pressable.mjs';
20
21
  export { Select } from './admin/components/Select/Select.mjs';
21
22
  export { Text } from './admin/components/Text/Text.mjs';
22
23
  export { TextArea } from './admin/components/TextArea/TextArea.mjs';
@@ -0,0 +1,5 @@
1
+ import { createRemoteComponent } from '@remote-ui/core';
2
+
3
+ const Pressable = createRemoteComponent('Pressable');
4
+
5
+ export { Pressable };
@@ -17,6 +17,7 @@ export { Image } from './admin/components/Image/Image.esnext';
17
17
  export { Link } from './admin/components/Link/Link.esnext';
18
18
  export { NumberField } from './admin/components/NumberField/NumberField.esnext';
19
19
  export { PasswordField } from './admin/components/PasswordField/PasswordField.esnext';
20
+ export { Pressable } from './admin/components/Pressable/Pressable.esnext';
20
21
  export { Select } from './admin/components/Select/Select.esnext';
21
22
  export { Text } from './admin/components/Text/Text.esnext';
22
23
  export { TextArea } from './admin/components/TextArea/TextArea.esnext';
package/build/ts/api.d.ts CHANGED
@@ -63,4 +63,16 @@ export interface I18n {
63
63
  */
64
64
  translate: I18nTranslate;
65
65
  }
66
+ export interface Intents {
67
+ /**
68
+ * The URL that was used to launch the intent.
69
+ */
70
+ launchUrl?: string | URL;
71
+ }
72
+ export interface Navigation {
73
+ /**
74
+ * A method to navigate to a specific route.
75
+ */
76
+ navigate: (url: string | URL) => void;
77
+ }
66
78
  //# sourceMappingURL=api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,CAAC,eAAe,GAAG,MAAM,EACvB,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE;QAAC,CAAC,cAAc,EAAE,MAAM,GAAG,eAAe,GAAG,MAAM,GAAG,MAAM,CAAA;KAAC,GACtE,eAAe,SAAS,MAAM,GAAG,MAAM,GACtC,MAAM,GACN,CAAC,MAAM,GAAG,eAAe,CAAC,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,IAAI;IACnB;;;;;;;OAOG;IACH,YAAY,EAAE,CACZ,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,OAAO,CAAC,EAAE;QAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAAC,GAAG,IAAI,CAAC,mBAAmB,KAC/D,MAAM,CAAC;IAEZ;;;;;;;OAOG;IACH,cAAc,EAAE,CACd,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,OAAO,CAAC,EAAE;QAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAAC,GAAG,IAAI,CAAC,mBAAmB,KAC/D,MAAM,CAAC;IAEZ;;;;;;;;;;;OAWG;IACH,UAAU,EAAE,CACV,IAAI,EAAE,IAAI,EACV,OAAO,CAAC,EAAE;QAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAAC,GAAG,IAAI,CAAC,qBAAqB,KACjE,MAAM,CAAC;IAEZ;;;;;;;;OAQG;IACH,SAAS,EAAE,aAAa,CAAC;CAC1B"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,CAAC,eAAe,GAAG,MAAM,EACvB,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE;QAAC,CAAC,cAAc,EAAE,MAAM,GAAG,eAAe,GAAG,MAAM,GAAG,MAAM,CAAA;KAAC,GACtE,eAAe,SAAS,MAAM,GAAG,MAAM,GACtC,MAAM,GACN,CAAC,MAAM,GAAG,eAAe,CAAC,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,IAAI;IACnB;;;;;;;OAOG;IACH,YAAY,EAAE,CACZ,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,OAAO,CAAC,EAAE;QAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAAC,GAAG,IAAI,CAAC,mBAAmB,KAC/D,MAAM,CAAC;IAEZ;;;;;;;OAOG;IACH,cAAc,EAAE,CACd,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,OAAO,CAAC,EAAE;QAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAAC,GAAG,IAAI,CAAC,mBAAmB,KAC/D,MAAM,CAAC;IAEZ;;;;;;;;;;;OAWG;IACH,UAAU,EAAE,CACV,IAAI,EAAE,IAAI,EACV,OAAO,CAAC,EAAE;QAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;KAAC,GAAG,IAAI,CAAC,qBAAqB,KACjE,MAAM,CAAC;IAEZ;;;;;;;;OAQG;IACH,SAAS,EAAE,aAAa,CAAC;CAC1B;AAED,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAC1B;AAED,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,KAAK,IAAI,CAAC;CACvC"}
@@ -1,10 +1,10 @@
1
1
  import type { StandardApi } from '../standard/standard';
2
2
  import type { I18n } from '../../../../api';
3
- import type { ExtensionPoint as AnyExtensionPoint } from '../../extension-points';
4
- export interface ActionExtensionApi<ExtensionPoint extends AnyExtensionPoint> extends StandardApi<ExtensionPoint> {
3
+ import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
4
+ export interface ActionExtensionApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
5
5
  i18n: I18n;
6
6
  /**
7
- * Closes the extension. This is only available for action extensions.
7
+ * Closes the extension. Calling this method is equivalent to the merchant clicking the "x" in the corner of the overlay.
8
8
  */
9
9
  close: () => void;
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,EAAC,cAAc,IAAI,iBAAiB,EAAC,MAAM,wBAAwB,CAAC;AAEhF,MAAM,WAAW,kBAAkB,CAAC,cAAc,SAAS,iBAAiB,CAC1E,SAAQ,WAAW,CAAC,cAAc,CAAC;IAEnC,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB"}
1
+ {"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAEnF,MAAM,WAAW,kBAAkB,CAAC,eAAe,SAAS,kBAAkB,CAC5E,SAAQ,WAAW,CAAC,eAAe,CAAC;IAEpC,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"action.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAcX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"action.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import type { StandardApi } from '../standard/standard';
2
2
  import type { I18n } from '../../../../api';
3
- import type { ExtensionPoint as AnyExtensionPoint } from '../../extension-points';
3
+ import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
4
4
  type CustomerSegmentationFeature = 'productsPurchasedByTags' | 'aggregateFilters';
5
- export interface CustomerSegmentationTemplateApi<ExtensionPoint extends AnyExtensionPoint> extends StandardApi<ExtensionPoint> {
5
+ export interface CustomerSegmentationTemplateApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
6
6
  i18n: I18n;
7
7
  /** @private */
8
8
  __enabledFeatures: CustomerSegmentationFeature[];
@@ -1 +1 @@
1
- {"version":3,"file":"customer-segmentation-template.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/customer-segmentation-template/customer-segmentation-template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,EAAC,cAAc,IAAI,iBAAiB,EAAC,MAAM,wBAAwB,CAAC;AAGhF,KAAK,2BAA2B,GAE5B,yBAAyB,GAEzB,kBAAkB,CAAC;AAEvB,MAAM,WAAW,+BAA+B,CAC9C,cAAc,SAAS,iBAAiB,CACxC,SAAQ,WAAW,CAAC,cAAc,CAAC;IAEnC,IAAI,EAAE,IAAI,CAAC;IACX,eAAe;IACf,iBAAiB,EAAE,2BAA2B,EAAE,CAAC;CAClD"}
1
+ {"version":3,"file":"customer-segmentation-template.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/customer-segmentation-template/customer-segmentation-template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAGnF,KAAK,2BAA2B,GAE5B,yBAAyB,GAEzB,kBAAkB,CAAC;AAEvB,MAAM,WAAW,+BAA+B,CAC9C,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IAEpC,IAAI,EAAE,IAAI,CAAC;IACX,eAAe;IACf,iBAAiB,EAAE,2BAA2B,EAAE,CAAC;CAClD"}
@@ -1 +1 @@
1
- {"version":3,"file":"extension-targets.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/extension-targets/extension-targets.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"extension-targets.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/extension-targets/extension-targets.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,13 +1,23 @@
1
- import type { StandardApi as BaseStandardApi, I18n } from '../../../../api';
2
- import type { ExtensionPoint as AnyExtensionPoint } from '../../extension-points';
1
+ import type { StandardApi as BaseStandardApi, I18n, Intents, Navigation } from '../../../../api';
2
+ import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
3
3
  /**
4
- * The following APIs are provided to all extension points.
4
+ * The following APIs are provided to all extension targets.
5
5
  */
6
- export interface StandardApi<ExtensionPoint extends AnyExtensionPoint> extends BaseStandardApi {
6
+ export interface StandardApi<ExtensionTarget extends AnyExtensionTarget> extends BaseStandardApi {
7
7
  /**
8
- * The identifier of the running extension point.
8
+ * The identifier of the running extension target.
9
9
  */
10
- extensionPoint: ExtensionPoint;
10
+ extension: {
11
+ target: ExtensionTarget;
12
+ };
11
13
  i18n: I18n;
14
+ /**
15
+ * Provides information to the receiver the of an intent.
16
+ */
17
+ intents: Intents;
18
+ /**
19
+ * Provides methods to navigate to other features in the Admin.
20
+ */
21
+ navigation: Navigation;
12
22
  }
13
23
  //# sourceMappingURL=standard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/standard/standard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,IAAI,eAAe,EAAE,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1E,OAAO,KAAK,EAAC,cAAc,IAAI,iBAAiB,EAAC,MAAM,wBAAwB,CAAC;AAEhF;;GAEG;AACH,MAAM,WAAW,WAAW,CAAC,cAAc,SAAS,iBAAiB,CACnE,SAAQ,eAAe;IACvB;;OAEG;IACH,cAAc,EAAE,cAAc,CAAC;IAC/B,IAAI,EAAE,IAAI,CAAC;CACZ"}
1
+ {"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/standard/standard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,IAAI,eAAe,EAC9B,IAAI,EACJ,OAAO,EACP,UAAU,EACX,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAEnF;;GAEG;AACH,MAAM,WAAW,WAAW,CAAC,eAAe,SAAS,kBAAkB,CACrE,SAAQ,eAAe;IACvB;;OAEG;IACH,SAAS,EAAE;QACT,MAAM,EAAE,eAAe,CAAC;KACzB,CAAC;IACF,IAAI,EAAE,IAAI,CAAC;IACX;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;CACxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"standard.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/standard/standard.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"standard.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/standard/standard.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -12,7 +12,6 @@ export interface AdminActionProps {
12
12
  * Sets the Secondary action button of the container. This component must a button component.
13
13
  */
14
14
  secondaryAction?: RemoteFragment;
15
- children: any;
16
15
  }
17
16
  /**
18
17
  * AdminAction is a component used by Admin Action extensions to configure a primary and secondary action and title.
@@ -1 +1 @@
1
- {"version":3,"file":"AdminAction.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminAction/AdminAction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAEpD,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,aAAa,CAAC,EAAE,cAAc,CAAC;IAE/B;;OAEG;IACH,eAAe,CAAC,EAAE,cAAc,CAAC;IAEjC,QAAQ,EAAE,GAAG,CAAC;CACf;AACD;;GAEG;AACH,eAAO,MAAM,WAAW;;;;CAGR,CAAC"}
1
+ {"version":3,"file":"AdminAction.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminAction/AdminAction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAEpD,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,aAAa,CAAC,EAAE,cAAc,CAAC;IAE/B;;OAEG;IACH,eAAe,CAAC,EAAE,cAAc,CAAC;CAClC;AACD;;GAEG;AACH,eAAO,MAAM,WAAW;;;;CAGR,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AdminAction.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminAction/AdminAction.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAoCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"AdminAction.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminAction/AdminAction.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA2CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -7,7 +7,6 @@ export interface AdminBlockProps {
7
7
  * The summary to display when the app block is collapsed. If not provided, no summary will be displayed. No summary is shown when the app block is expanded.
8
8
  */
9
9
  summary?: string;
10
- children: any;
11
10
  }
12
11
  export declare const AdminBlock: "AdminBlock" & {
13
12
  readonly type?: "AdminBlock" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AdminBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminBlock/AdminBlock.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,QAAQ,EAAE,GAAG,CAAC;CACf;AAED,eAAO,MAAM,UAAU;;;;CAEtB,CAAC"}
1
+ {"version":3,"file":"AdminBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminBlock/AdminBlock.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,UAAU;;;;CAEtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AdminBlock.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminBlock/AdminBlock.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAoCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"AdminBlock.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminBlock/AdminBlock.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA2CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AccessibilityRoleProps, GlobalProps, SizingProps, PaddingProps, GapProps } from '../shared';
1
+ import { AccessibilityRoleProps, GlobalProps, SizingProps, PaddingProps, GapProps, CrossAxisAlignment, MainAxisAlignment } from '../shared';
2
2
  export interface BlockStackProps extends AccessibilityRoleProps, Pick<GapProps, 'gap' | 'blockGap' | 'rowGap'>, GlobalProps, SizingProps, PaddingProps {
3
3
  /**
4
4
  * A label that describes the purpose or contents of the element. When set,
@@ -6,6 +6,18 @@ export interface BlockStackProps extends AccessibilityRoleProps, Pick<GapProps,
6
6
  * provide them with more context.
7
7
  */
8
8
  accessibilityLabel?: string;
9
+ /**
10
+ * Position children along the main axis
11
+ *
12
+ * @defaultValue 'start'
13
+ */
14
+ inlineAlignment?: CrossAxisAlignment;
15
+ /**
16
+ * Position children along the cross axis
17
+ *
18
+ * @defaultValue 'start'
19
+ */
20
+ blockAlignment?: MainAxisAlignment;
9
21
  }
10
22
  export declare const BlockStack: "BlockStack" & {
11
23
  readonly type?: "BlockStack" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"BlockStack.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/BlockStack/BlockStack.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,WAAW,EACX,YAAY,EACZ,QAAQ,EACT,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,eACf,SAAQ,sBAAsB,EAC5B,IAAI,CAAC,QAAQ,EAAE,KAAK,GAAG,UAAU,GAAG,QAAQ,CAAC,EAC7C,WAAW,EACX,WAAW,EACX,YAAY;IACd;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,eAAO,MAAM,UAAU;;;;CAEtB,CAAC"}
1
+ {"version":3,"file":"BlockStack.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/BlockStack/BlockStack.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,WAAW,EACX,YAAY,EACZ,QAAQ,EACR,kBAAkB,EAClB,iBAAiB,EAClB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,eACf,SAAQ,sBAAsB,EAC5B,IAAI,CAAC,QAAQ,EAAE,KAAK,GAAG,UAAU,GAAG,QAAQ,CAAC,EAC7C,WAAW,EACX,WAAW,EACX,YAAY;IACd;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,kBAAkB,CAAC;IAErC;;;;OAIG;IACH,cAAc,CAAC,EAAE,iBAAiB,CAAC;CACpC;AAED,eAAO,MAAM,UAAU;;;;CAEtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"BlockStack.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/BlockStack/BlockStack.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"BlockStack.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/BlockStack/BlockStack.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Box.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Box/Box.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Box.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Box/Box.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAsCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Button.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Button/Button.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAoCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Button.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Button/Button.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Checkbox/Checkbox.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Checkbox.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Checkbox/Checkbox.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -2,9 +2,10 @@ export interface DividerProps {
2
2
  /**
3
3
  * Specify the direction of the divider.
4
4
  *
5
- * @defaultValue 'horizontal'
5
+ * @defaultValue 'inline'
6
+ * @defaultValue 'inline'
6
7
  */
7
- direction?: 'horizontal' | 'vertical';
8
+ direction?: 'inline' | 'block';
8
9
  }
9
10
  export declare const Divider: "Divider" & {
10
11
  readonly type?: "Divider" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Divider/Divider.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACvC;AAED,eAAO,MAAM,OAAO;;;;CAEnB,CAAC"}
1
+ {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Divider/Divider.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;CAChC;AAED,eAAO,MAAM,OAAO;;;;CAEnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Divider.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Divider/Divider.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Divider.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Divider/Divider.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAsCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EmailField.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/EmailField/EmailField.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAoCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"EmailField.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/EmailField/EmailField.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA+CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -16,11 +16,11 @@ export interface FormProps {
16
16
  /**
17
17
  * A callback that is run when the form is submitted.
18
18
  */
19
- onSubmit?(values: Record<string, string | string[]>): void | Promise<void>;
19
+ onSubmit(): void | Promise<void>;
20
20
  /**
21
- * A callback that is run when the form is resetted.
21
+ * A callback that is run when the form is reset.
22
22
  */
23
- onReset?(): void | Promise<void>;
23
+ onReset(): void | Promise<void>;
24
24
  }
25
25
  export declare const Form: "Form" & {
26
26
  readonly type?: "Form" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Form/Form.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAE3E;;OAEG;IACH,OAAO,CAAC,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAClC;AAED,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
1
+ {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Form/Form.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEjC;;OAEG;IACH,OAAO,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACjC;AAED,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Form.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Form/Form.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAoCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Form.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Form/Form.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA0DX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Heading.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Heading/Heading.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Heading.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Heading/Heading.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAiDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"HeadingGroup.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"HeadingGroup.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { IconName } from './IconName';
1
2
  export interface IconProps {
2
3
  accessibilityLabel?: string;
3
4
  tone?: 'inherit' | 'critical';
@@ -13,8 +14,9 @@ export interface IconProps {
13
14
  * `fill` will take the space available in the container and keep the icon's proportion.
14
15
  */
15
16
  | 'fill';
16
- name: string;
17
+ name: IconName;
17
18
  }
19
+ export type { IconName };
18
20
  export declare const Icon: "Icon" & {
19
21
  readonly type?: "Icon" | undefined;
20
22
  readonly props?: IconProps | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Icon/Icon.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,SAAS;IAMxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAU5B,IAAI,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAE9B,wCAAwC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,IAAI,CAAC,EACD,MAAM;IACR;;OAEG;OACD,MAAM,CAAC;IAKX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Icon/Icon.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEpC,MAAM,WAAW,SAAS;IAMxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAU5B,IAAI,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAE9B,wCAAwC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,IAAI,CAAC,EACD,MAAM;IACR;;OAEG;OACD,MAAM,CAAC;IAKX,IAAI,EAAE,QAAQ,CAAC;CAChB;AACD,YAAY,EAAC,QAAQ,EAAC,CAAC;AAEvB,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Icon/Icon.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Icon.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Icon/Icon.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqEX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,2 @@
1
+ export type IconName = 'AbandonedCartFilledMajor' | 'AbandonedCartMajor' | 'AccessibilityMajor' | 'ActivitiesMajor' | 'AddCodeMajor' | 'AddImageMajor' | 'AddMajor' | 'AddNoteMajor' | 'AddProductMajor' | 'AdjustMinor' | 'AffiliateMajor' | 'AlertMinor' | 'AnalyticsBarHorizontalMinor' | 'AnalyticsBarStackedMinor' | 'AnalyticsCohortMinor' | 'AnalyticsDonutMinor' | 'AnalyticsFilledMinor' | 'AnalyticsFunnelMinor' | 'AnalyticsLineMinor' | 'AnalyticsMajor' | 'AnalyticsMinor' | 'AnalyticsTableMinor' | 'AnyClickModelMinor' | 'AppExtensionMinor' | 'AppsFilledMajor' | 'AppsMajor' | 'AppsMinor' | 'ArchiveMajor' | 'ArchiveMinor' | 'ArrowDownMinor' | 'ArrowLeftMinor' | 'ArrowRightMinor' | 'ArrowUpMinor' | 'AttachmentFilledMajor' | 'AttachmentMajor' | 'AutomationFilledMajor' | 'AutomationMajor' | 'BackspaceMajor' | 'BalanceFilledMajor' | 'BalanceMajor' | 'BankFilledMajor' | 'BankMajor' | 'BarcodeMajor' | 'BehaviorFilledMajor' | 'BehaviorMajor' | 'BehaviorMinor' | 'BillingStatementDollarFilledMajor' | 'BillingStatementDollarMajor' | 'BillingStatementEuroFilledMajor' | 'BillingStatementEuroMajor' | 'BillingStatementPoundFilledMajor' | 'BillingStatementPoundMajor' | 'BillingStatementRupeeFilledMajor' | 'BillingStatementRupeeMajor' | 'BillingStatementYenFilledMajor' | 'BillingStatementYenMajor' | 'BlockMinor' | 'BlockquoteMajor' | 'BlogMajor' | 'BoldMajor' | 'BoldMinor' | 'BugMajor' | 'ButtonCornerPillMajor' | 'ButtonCornerRoundedMajor' | 'ButtonCornerSquareMajor' | 'ButtonMinor' | 'BuyButtonButtonLayoutMajor' | 'BuyButtonHorizontalLayoutMajor' | 'BuyButtonMajor' | 'BuyButtonVerticalLayoutMajor' | 'CalendarMajor' | 'CalendarMinor' | 'CalendarTickMajor' | 'CalendarTimeMinor' | 'CameraMajor' | 'CancelMajor' | 'CancelMinor' | 'CancelSmallMinor' | 'CapitalFilledMajor' | 'CapitalMajor' | 'CapturePaymentMinor' | 'CardReaderChipMajor' | 'CardReaderMajor' | 'CardReaderTapMajor' | 'CaretDownMinor' | 'CaretUpMinor' | 'CartDownFilledMajor' | 'CartDownMajor' | 'CartFilledMajor' | 'CartMajor' | 'CartUpMajor' | 'CashDollarFilledMajor' | 'CashDollarMajor' | 'CashDollarMinor' | 'CashEuroMajor' | 'CashPoundMajor' | 'CashRupeeMajor' | 'CashYenMajor' | 'CategoriesMajor' | 'ChannelsMajor' | 'ChatMajor' | 'ChecklistAlternateMajor' | 'ChecklistMajor' | 'CheckoutMajor' | 'ChevronDownMinor' | 'ChevronLeftMinor' | 'ChevronRightMinor' | 'ChevronUpMinor' | 'CircleAlertMajor' | 'CircleCancelMajor' | 'CircleCancelMinor' | 'CircleChevronDownMinor' | 'CircleChevronLeftMinor' | 'CircleChevronRightMinor' | 'CircleChevronUpMinor' | 'CircleDisableMinor' | 'CircleDisabledMajor' | 'CircleDotsMajor' | 'CircleDownMajor' | 'CircleInformationMajor' | 'CircleLeftMajor' | 'CircleMinusMajor' | 'CircleMinusMinor' | 'CircleMinusOutlineMinor' | 'CirclePlusMajor' | 'CirclePlusMinor' | 'CirclePlusOutlineMinor' | 'CircleRightMajor' | 'CircleTickMajor' | 'CircleTickMinor' | 'CircleTickOutlineMinor' | 'CircleUpMajor' | 'ClipboardMinor' | 'ClockMajor' | 'ClockMinor' | 'CodeMajor' | 'CodeMinor' | 'CollectionReferenceMinor' | 'CollectionsFilledMajor' | 'CollectionsMajor' | 'ColorNoneMinor' | 'ColorsMajor' | 'Column1Major' | 'ColumnWithTextMajor' | 'Columns2Major' | 'Columns3Major' | 'Columns3Minor' | 'ComposeMajor' | 'ConfettiMajor' | 'ConnectMinor' | 'ContentFilledMinor' | 'ContentMinor' | 'ConversationMinor' | 'CreditCardCancelMajor' | 'CreditCardMajor' | 'CreditCardPercentMajor' | 'CreditCardSecureMajor' | 'CurrencyConvertMinor' | 'CustomerMinusMajor' | 'CustomerPlusMajor' | 'CustomersFilledMinor' | 'CustomersMajor' | 'CustomersMinor' | 'DataDrivenModelMinor' | 'DataVisualizationMajor' | 'DecimalMinor' | 'DeleteMajor' | 'DeleteMinor' | 'DesktopMajor' | 'DetailedPopUpMajor' | 'DiamondAlertMajor' | 'DiamondAlertMinor' | 'DigitalMediaReceiverMajor' | 'DiscountAutomaticMajor' | 'DiscountCodeMajor' | 'DiscountsFilledMinor' | 'DiscountsMajor' | 'DiscountsMinor' | 'DisputeMinor' | 'DnsSettingsMajor' | 'DockFloatingMajor' | 'DockSideMajor' | 'DomainNewMajor' | 'DomainRedirectMinor' | 'DomainsFilledMajor' | 'DomainsMajor' | 'DraftOrdersFilledMajor' | 'DraftOrdersMajor' | 'DragDropMajor' | 'DragHandleMinor' | 'DropdownMinor' | 'DuplicateMinor' | 'DynamicSourceMajor' | 'DynamicSourceMinor' | 'EditMajor' | 'EditMinor' | 'EmailMajor' | 'EmailNewsletterMajor' | 'EmbedMinor' | 'EnableSelectionMinor' | 'EnterMajor' | 'EnvelopeMajor' | 'ExchangeMajor' | 'ExistingInventoryMajor' | 'ExitMajor' | 'ExploreImagesMajor' | 'ExportMinor' | 'ExtendMajor' | 'ExtendMinor' | 'ExternalMinor' | 'ExternalSmallMinor' | 'EyeDropperMinor' | 'FaviconMajor' | 'FavoriteMajor' | 'FeaturedCollectionMajor' | 'FeaturedContentMajor' | 'FileFilledMinor' | 'FileMinor' | 'FilterMajor' | 'FilterMinor' | 'FinancesMajor' | 'FinancesMinor' | 'FirstClickModelMinor' | 'FirstOrderMajor' | 'FirstVisitMajor' | 'FlagMajor' | 'FlipCameraMajor' | 'FolderDownMajor' | 'FolderMajor' | 'FolderMinusMajor' | 'FolderPlusMajor' | 'FolderUpMajor' | 'FollowUpEmailMajor' | 'FoodMajor' | 'FooterMajor' | 'FormsMajor' | 'FraudProtectMajor' | 'FraudProtectMinor' | 'FraudProtectPendingMajor' | 'FraudProtectPendingMinor' | 'FraudProtectUnprotectedMajor' | 'FraudProtectUnprotectedMinor' | 'FulfillmentFulfilledMajor' | 'FulfillmentOnHoldMajor' | 'GamesConsoleMajor' | 'GaugeMajor' | 'GaugeMinor' | 'GiftCardFilledMinor' | 'GiftCardMajor' | 'GiftCardMinor' | 'GlobeMajor' | 'GlobeMinor' | 'GrammarMajor' | 'HashtagMajor' | 'HashtagMinor' | 'HeaderMajor' | 'HeartMajor' | 'HideKeyboardMajor' | 'HideMinor' | 'HintMajor' | 'HomeFilledMinor' | 'HomeMajor' | 'HomeMinor' | 'HorizontalDotsMinor' | 'IconNameSet' | 'IconsFilledMajor' | 'IconsMajor' | 'IdentityCardFilledMajor' | 'IdentityCardMajor' | 'IllustrationMajor' | 'ImageAltMajor' | 'ImageAltMinor' | 'ImageMajor' | 'ImageWithTextMajor' | 'ImageWithTextOverlayMajor' | 'ImagesMajor' | 'ImportMinor' | 'ImportStoreMajor' | 'InactiveLocationMajor' | 'InactiveLocationMinor' | 'IncomingMajor' | 'IndentMajor' | 'IndentMinor' | 'InfoMinor' | 'InsertDynamicSourceMajor' | 'InsertDynamicSourceMinor' | 'InstallMinor' | 'InventoryFilledMajor' | 'InventoryMajor' | 'InviteMinor' | 'IqMajor' | 'ItalicMajor' | 'ItalicMinor' | 'JobsFilledMajor' | 'JobsMajor' | 'KeyMajor' | 'KeyboardMajor' | 'KeyboardMinor' | 'LabelPrinterMajor' | 'LandingPageMajor' | 'LanguageFilledMinor' | 'LanguageMinor' | 'LastClickModelMinor' | 'LastNonDirectClickModelMinor' | 'LegalFilledMajor' | 'LegalMajor' | 'LinearModelMinor' | 'LinkMinor' | 'ListFilledMajor' | 'ListMajor' | 'ListMinor' | 'LiveViewFilledMajor' | 'LiveViewMajor' | 'LocationFilledMajor' | 'LocationMajor' | 'LocationsMinor' | 'LockFilledMajor' | 'LockMajor' | 'LockMinor' | 'LogOutMinor' | 'LogoBlockMajor' | 'MagicMajor' | 'MagicMinor' | 'ManagedStoreMajor' | 'MarkFulfilledMinor' | 'MarkPaidMinor' | 'MarketingFilledMinor' | 'MarketingMajor' | 'MarketingMinor' | 'MarketsFilledMajor' | 'MarketsMajor' | 'MaximizeMajor' | 'MaximizeMinor' | 'MeasurementMinor' | 'MentionMajor' | 'MergeMinor' | 'MetafieldsFilledMinor' | 'MetafieldsMajor' | 'MetafieldsMinor' | 'MetaobjectMinor' | 'MetaobjectReferenceMinor' | 'MicrophoneMajor' | 'MinimizeMajor' | 'MinimizeMinor' | 'MinusMajor' | 'MinusMinor' | 'MobileAcceptMajor' | 'MobileBackArrowMajor' | 'MobileCancelMajor' | 'MobileChevronMajor' | 'MobileHamburgerMajor' | 'MobileHorizontalDotsMajor' | 'MobileMajor' | 'MobilePlusMajor' | 'MobileVerticalDotsMajor' | 'MonerisMajor' | 'MoneyFilledMinor' | 'MoneyMinor' | 'NatureMajor' | 'NavigationMajor' | 'NoteMajor' | 'NoteMinor' | 'NotificationFilledMajor' | 'NotificationMajor' | 'OnlineStoreMajor' | 'OnlineStoreMinor' | 'OrderStatusMinor' | 'OrderedListMajor' | 'OrderedListMinor' | 'OrdersFilledMinor' | 'OrdersMajor' | 'OrdersMinor' | 'OrganizationMajor' | 'OutdentMajor' | 'OutdentMinor' | 'OutgoingMajor' | 'PackageFilledMajor' | 'PackageMajor' | 'PageDownMajor' | 'PageMajor' | 'PageMinusMajor' | 'PagePlusMajor' | 'PageReferenceMinor' | 'PageUpMajor' | 'PaginationEndMinor' | 'PaginationStartMinor' | 'PaintBrushMajor' | 'PaperCheckMajor' | 'PaperCheckMinor' | 'PasskeyFilledMinor' | 'PasskeyMajor' | 'PasskeyMinor' | 'PauseCircleMajor' | 'PauseMajor' | 'PauseMinor' | 'PaymentsFilledMajor' | 'PaymentsMajor' | 'PersonalizedTextMajor' | 'PhoneInMajor' | 'PhoneMajor' | 'PhoneOutMajor' | 'PinMajor' | 'PinMinor' | 'PinUnfilledMajor' | 'PinUnfilledMinor' | 'PlanFilledMinor' | 'PlanMajor' | 'PlanMinor' | 'PlayCircleMajor' | 'PlayMajor' | 'PlayMinor' | 'PlusMinor' | 'PointOfSaleMajor' | 'PopularMajor' | 'PositionBasedModelMinor' | 'PriceLookupMinor' | 'PrintMajor' | 'PrintMinor' | 'ProductCostMajor' | 'ProductReferenceMinor' | 'ProductReturnsMinor' | 'ProductsFilledMinor' | 'ProductsMajor' | 'ProductsMinor' | 'ProfileMajor' | 'ProfileMinor' | 'PromoteFilledMinor' | 'PromoteMinor' | 'QuestionMarkInverseMajor' | 'QuestionMarkInverseMinor' | 'QuestionMarkMajor' | 'QuestionMarkMinor' | 'QuickSaleMajor' | 'ReadTimeMinor' | 'ReceiptMajor' | 'RecentSearchesMajor' | 'RedoMajor' | 'ReferralCodeMajor' | 'ReferralMajor' | 'RefreshMajor' | 'RefreshMinor' | 'RefundMajor' | 'RefundMinor' | 'RemoveProductMajor' | 'RepeatOrderMajor' | 'ReplaceMajor' | 'ReplayMinor' | 'ReportFilledMinor' | 'ReportMinor' | 'ReportsMajor' | 'ResetMinor' | 'ResourcesMajor' | 'ReturnMinor' | 'ReturnsMajor' | 'RichTextMinor' | 'RiskMajor' | 'RiskMinor' | 'Rows2Major' | 'SandboxMajor' | 'SaveMinor' | 'SearchMajor' | 'SearchMinor' | 'SectionMajor' | 'SecureMajor' | 'SelectMinor' | 'SendMajor' | 'SettingsFilledMinor' | 'SettingsMajor' | 'SettingsMinor' | 'ShareIosMinor' | 'ShareMinor' | 'ShipmentFilledMajor' | 'ShipmentMajor' | 'ShopcodesMajor' | 'SidebarLeftMajor' | 'SidebarRightMajor' | 'SimplifyMajor' | 'SimplifyMinor' | 'SlideshowMajor' | 'SmileyHappyMajor' | 'SmileyJoyMajor' | 'SmileyNeutralMajor' | 'SmileySadMajor' | 'SocialAdMajor' | 'SocialPostMajor' | 'SoftPackMajor' | 'SortAscendingMajor' | 'SortDescendingMajor' | 'SortMinor' | 'SoundMajor' | 'StarFilledMinor' | 'StarOutlineMinor' | 'StatusActiveMajor' | 'StopMajor' | 'StoreDetailsFilledMinor' | 'StoreDetailsMinor' | 'StoreFilledMinor' | 'StoreMajor' | 'StoreMinor' | 'StoreStatusMajor' | 'TabletMajor' | 'TapChipMajor' | 'TaxFilledMajor' | 'TaxMajor' | 'TeamMajor' | 'TemplateMajor' | 'TemplateMinor' | 'TextAlignmentCenterMajor' | 'TextAlignmentLeftMajor' | 'TextAlignmentRightMajor' | 'TextBlockMajor' | 'TextColorMajor' | 'TextColorMinor' | 'TextMajor' | 'ThemeEditMajor' | 'ThemeStoreMajor' | 'ThemesMajor' | 'ThumbsDownMajor' | 'ThumbsDownMinor' | 'ThumbsUpMajor' | 'ThumbsUpMinor' | 'TickMinor' | 'TickSmallMinor' | 'TimeDecayModelMinor' | 'TimelineAttachmentMajor' | 'TipsMajor' | 'TitleMinor' | 'ToggleMinor' | 'ToolsMajor' | 'TransactionFeeDollarMajor' | 'TransactionFeeEuroMajor' | 'TransactionFeePoundMajor' | 'TransactionFeeRupeeMajor' | 'TransactionFeeYenMajor' | 'TransactionMajor' | 'TransferFilledMajor' | 'TransferInMajor' | 'TransferMajor' | 'TransferOutMajor' | 'TransferWithinShopifyMajor' | 'TransportMajor' | 'TroubleshootMajor' | 'TypeMajor' | 'TypeMinor' | 'UnderlineMajor' | 'UnderlineMinor' | 'UndoMajor' | 'UnfulfilledMajor' | 'UnknownDeviceMajor' | 'UpdateInventoryMajor' | 'UploadMajor' | 'VariantMajor' | 'ViewMajor' | 'ViewMinor' | 'ViewportNarrowMajor' | 'ViewportShortMajor' | 'ViewportTallMajor' | 'ViewportWideMajor' | 'VocabularyMajor' | 'VolumeMinor' | 'WandMajor' | 'WandMinor' | 'WearableMajor' | 'WeightMinor' | 'WholesaleMajor' | 'WifiMajor';
2
+ //# sourceMappingURL=IconName.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconName.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Icon/IconName.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,6 @@
1
1
  import type { AccessibilityRole } from '../shared';
2
- export type ImageProps = (ImageAccessibilityLabelProp | ImageAltProp) & (ImageSourceProp | ImageSrcProp) & {
2
+ export type ImageProps = (ImageAccessibilityLabelProp | ImageAltProp) & (ImageSourceProp | ImageSrcProp) & ImageBaseProps;
3
+ interface ImageBaseProps {
3
4
  /**
4
5
  * Sets the semantic meaning of the component’s content. When set,
5
6
  * the role will be used by assistive technologies to help users
@@ -33,7 +34,7 @@ export type ImageProps = (ImageAccessibilityLabelProp | ImageAltProp) & (ImageSo
33
34
  * @see https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror
34
35
  */
35
36
  onError?(): void;
36
- };
37
+ }
37
38
  interface ImageAccessibilityLabelProp {
38
39
  /**
39
40
  * An alternative text description that describe the image for the reader to
@@ -1 +1 @@
1
- {"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Image/Image.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,WAAW,CAAC;AAEjD,MAAM,MAAM,UAAU,GAAG,CAAC,2BAA2B,GAAG,YAAY,CAAC,GACnE,CAAC,eAAe,GAAG,YAAY,CAAC,GAAG;IACjC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC,iBAAiB,EAAE,YAAY,CAAC,CAAC;IAE7D;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAE3B;;;;OAIG;IACH,MAAM,CAAC,IAAI,IAAI,CAAC;IAEhB;;;;OAIG;IACH,OAAO,CAAC,IAAI,IAAI,CAAC;CAClB,CAAC;AAEJ,UAAU,2BAA2B;IACnC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B,GAAG,CAAC,EAAE,KAAK,CAAC;CACb;AAED,UAAU,YAAY;IACpB;;;;;;;;;;;;;;;;;;OAkBG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,kBAAkB,CAAC,EAAE,KAAK,CAAC;CAC5B;AAED,UAAU,YAAY;IACpB;;;;;;;OAOG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB;AAED,UAAU,eAAe;IACvB;;;;;;;OAOG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,KAAK,CAAC;CACb;AAED,eAAO,MAAM,KAAK;;;;CAAsD,CAAC"}
1
+ {"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Image/Image.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,WAAW,CAAC;AAEjD,MAAM,MAAM,UAAU,GAAG,CAAC,2BAA2B,GAAG,YAAY,CAAC,GACnE,CAAC,eAAe,GAAG,YAAY,CAAC,GAChC,cAAc,CAAC;AAEjB,UAAU,cAAc;IACtB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC,iBAAiB,EAAE,YAAY,CAAC,CAAC;IAE7D;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAE3B;;;;OAIG;IACH,MAAM,CAAC,IAAI,IAAI,CAAC;IAEhB;;;;OAIG;IACH,OAAO,CAAC,IAAI,IAAI,CAAC;CAClB;AAED,UAAU,2BAA2B;IACnC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B,GAAG,CAAC,EAAE,KAAK,CAAC;CACb;AAED,UAAU,YAAY;IACpB;;;;;;;;;;;;;;;;;;OAkBG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,kBAAkB,CAAC,EAAE,KAAK,CAAC;CAC5B;AAED,UAAU,YAAY;IACpB;;;;;;;OAOG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB;AAED,UAAU,eAAe;IACvB;;;;;;;OAOG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,KAAK,CAAC;CACb;AAED,eAAO,MAAM,KAAK;;;;CAAsD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Image.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Image/Image.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAoCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Image.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Image/Image.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA2CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AccessibilityRoleProps, GlobalProps, SizingProps, PaddingProps, GapProps } from '../shared';
1
+ import { AccessibilityRoleProps, GlobalProps, SizingProps, PaddingProps, GapProps, CrossAxisAlignment, MainAxisAlignment } from '../shared';
2
2
  export interface InlineStackProps extends AccessibilityRoleProps, GapProps, GlobalProps, SizingProps, PaddingProps {
3
3
  /**
4
4
  * A label that describes the purpose or contents of the element. When set,
@@ -6,6 +6,18 @@ export interface InlineStackProps extends AccessibilityRoleProps, GapProps, Glob
6
6
  * provide them with more context.
7
7
  */
8
8
  accessibilityLabel?: string;
9
+ /**
10
+ * Position children along the main axis
11
+ *
12
+ * @defaultValue 'start'
13
+ */
14
+ inlineAlignment?: MainAxisAlignment;
15
+ /**
16
+ * Position children along the cross axis
17
+ *
18
+ * @defaultValue 'start'
19
+ */
20
+ blockAlignment?: CrossAxisAlignment;
9
21
  }
10
22
  export declare const InlineStack: "InlineStack" & {
11
23
  readonly type?: "InlineStack" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"InlineStack.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/InlineStack/InlineStack.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,WAAW,EACX,YAAY,EACZ,QAAQ,EACT,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,gBACf,SAAQ,sBAAsB,EAC5B,QAAQ,EACR,WAAW,EACX,WAAW,EACX,YAAY;IACd;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,eAAO,MAAM,WAAW;;;;CAGR,CAAC"}
1
+ {"version":3,"file":"InlineStack.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/InlineStack/InlineStack.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,sBAAsB,EACtB,WAAW,EACX,WAAW,EACX,YAAY,EACZ,QAAQ,EACR,kBAAkB,EAClB,iBAAiB,EAClB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,gBACf,SAAQ,sBAAsB,EAC5B,QAAQ,EACR,WAAW,EACX,WAAW,EACX,YAAY;IACd;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC;IAEpC;;;;OAIG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;CACrC;AAED,eAAO,MAAM,WAAW;;;;CAGR,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"InlineStack.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/InlineStack/InlineStack.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAoCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"InlineStack.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/InlineStack/InlineStack.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA2CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Link.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Link/Link.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAkGX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Link.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Link/Link.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAyGX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NumberField.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/NumberField/NumberField.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"NumberField.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/NumberField/NumberField.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordField.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/PasswordField/PasswordField.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"PasswordField.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/PasswordField/PasswordField.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAiDX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { LinkProps } from '../Link/Link';
2
+ import type { BoxProps } from '../Box/Box';
3
+ export interface PressableProps extends BoxProps, LinkProps {
4
+ }
5
+ export declare const Pressable: "Pressable" & {
6
+ readonly type?: "Pressable" | undefined;
7
+ readonly props?: PressableProps | undefined;
8
+ readonly children?: true | undefined;
9
+ };
10
+ //# sourceMappingURL=Pressable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pressable.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Pressable/Pressable.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AAEzC,MAAM,WAAW,cAAe,SAAQ,QAAQ,EAAE,SAAS;CAAG;AAE9D,eAAO,MAAM,SAAS;;;;CAErB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=Pressable.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pressable.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Pressable/Pressable.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Select.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Select/Select.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Select.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Select/Select.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4CX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -58,7 +58,7 @@ type FontVariantOptions =
58
58
  * @see https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant#values
59
59
  */
60
60
  | 'none';
61
- type FontWeight = 'light-400' | 'light-300' | 'light-200' | 'light-100' | 'light' | 'base' | 'normal' | 'bold' | 'bold-100' | 'bold-200' | 'bold-300' | 'bold-400';
61
+ type FontWeight = 'light-300' | 'light-200' | 'light-100' | 'light' | 'base' | 'normal' | 'bold' | 'bold-100' | 'bold-200' | 'bold-300';
62
62
  export interface TextProps {
63
63
  /** A unique identifier for the field. */
64
64
  id?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Text/Text.ts"],"names":[],"mappings":"AAEA,KAAK,YAAY,GAAG,UAAU,CAAC;AAE/B,KAAK,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAErC,KAAK,qBAAqB;AACxB;;GAEG;AACD,SAAS;AAEX;;;GAGG;GACD,UAAU;AAEZ;;;;GAIG;GACD,MAAM;AAER;;;;;GAKG;GACD,UAAU;AAEZ;;;;;;GAMG;GACD,QAAQ;AAEV;;;;;GAKG;GACD,QAAQ,CAAC;AAEb;;GAEG;AACH,KAAK,kBAAkB;AACrB;;;GAGG;AACD,SAAS;AACX;;;GAGG;GACD,gBAAgB;AAClB;;;;GAIG;GACD,MAAM,CAAC;AAEX,KAAK,UAAU,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GAEX,OAAO,GACP,MAAM,GAEN,QAAQ,GAER,MAAM,GACN,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,CAAC;AAEf,MAAM,WAAW,SAAS;IACxB,yCAAyC;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;SAGK;IACL,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;;SAGK;IACL,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B;;;OAGG;IACH,WAAW,CAAC,EAAE,kBAAkB,GAAG,kBAAkB,EAAE,CAAC;IAExD;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;CAC3C;AAED,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Text/Text.ts"],"names":[],"mappings":"AAEA,KAAK,YAAY,GAAG,UAAU,CAAC;AAE/B,KAAK,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAErC,KAAK,qBAAqB;AACxB;;GAEG;AACD,SAAS;AAEX;;;GAGG;GACD,UAAU;AAEZ;;;;GAIG;GACD,MAAM;AAER;;;;;GAKG;GACD,UAAU;AAEZ;;;;;;GAMG;GACD,QAAQ;AAEV;;;;;GAKG;GACD,QAAQ,CAAC;AAEb;;GAEG;AACH,KAAK,kBAAkB;AACrB;;;GAGG;AACD,SAAS;AACX;;;GAGG;GACD,gBAAgB;AAClB;;;;GAIG;GACD,MAAM,CAAC;AAEX,KAAK,UAAU,GACX,WAAW,GACX,WAAW,GACX,WAAW,GAEX,OAAO,GACP,MAAM,GAEN,QAAQ,GAER,MAAM,GACN,UAAU,GACV,UAAU,GACV,UAAU,CAAC;AAEf,MAAM,WAAW,SAAS;IACxB,yCAAyC;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;SAGK;IACL,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB;;;SAGK;IACL,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B;;;OAGG;IACH,WAAW,CAAC,EAAE,kBAAkB,GAAG,kBAAkB,EAAE,CAAC;IAExD;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,qBAAqB,CAAC;CAC3C;AAED,eAAO,MAAM,IAAI;;;;CAAmD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Text.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Text/Text.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqCX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Text.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/Text/Text.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4CX,CAAC;AAEF,eAAe,IAAI,CAAC"}