@goodhood-web/ui 1.11.0 → 1.12.0-development.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 (146) hide show
  1. package/index.d.ts +61 -60
  2. package/index.js +70 -70
  3. package/index.mjs +5420 -5267
  4. package/lib/{BadgeLabel → Atoms/Badges/BadgeLabel}/BadgeLabel.types.d.ts +1 -1
  5. package/lib/{Sticker → Atoms/Badges/Sticker}/Sticker.types.d.ts +1 -1
  6. package/lib/{IconButton → Atoms/Buttons/IconButton}/IconButton.types.d.ts +1 -1
  7. package/lib/{TextButton → Atoms/Buttons/TextButton}/TextButton.types.d.ts +2 -2
  8. package/lib/{FeedTile → Atoms/Buttons/Tiles/FeedTile}/FeedTile.types.d.ts +2 -2
  9. package/lib/{MenuTile → Atoms/Buttons/Tiles/MenuTile}/MenuTile.type.d.ts +2 -2
  10. package/lib/{PointOfInterestIProfileTile → Atoms/Buttons/Tiles/PointOfInterestIProfileTile}/PointOfInterestIProfileTile.types.d.ts +2 -2
  11. package/lib/{PlaceholderThumbnail → Atoms/Content/PlaceholderThumbnail}/PlaceholderThumbnail.type.d.ts +1 -1
  12. package/lib/{Thumbnail → Atoms/Content/Thumbnail}/Thumbnail.type.d.ts +1 -1
  13. package/lib/{ThumbnailWithLabel → Atoms/Content/ThumbnailWithLabel}/ThumbnailWithLabel.type.d.ts +1 -1
  14. package/lib/{SelectablePill → Atoms/Selectables/SelectablePill}/SelectablePill.types.d.ts +1 -1
  15. package/lib/{Icon → Base/Icon}/Icon.types.d.ts +4 -4
  16. package/lib/{Icon/icons/18x18 → Base/Icon/icons/16x16}/index.d.ts +6 -0
  17. package/lib/{Icon → Base/Icon}/icons/index.d.ts +7 -1
  18. package/lib/{Card → Molecules/Card}/Card.types.d.ts +1 -1
  19. package/lib/{ActionBar → Molecules/Card/CardFooters/ActionBar}/ActionBarCta/ActionBarCta.types.d.ts +1 -1
  20. package/lib/{ActionBar → Molecules/Card/CardFooters/ActionBar}/ActionBarList/ActionItem/ActionItem.types.d.ts +2 -2
  21. package/lib/{Card → Molecules/Card}/CardHeader/CardHeader.d.ts +1 -1
  22. package/lib/{Card/CardHeader/CardHeader.type.d.ts → Molecules/Card/CardHeader/CardHeader.types.d.ts} +3 -3
  23. package/lib/{MenuItem → Molecules/Navigation/MenuItem}/MenuItem.types.d.ts +1 -1
  24. package/lib/{NavBar → Molecules/Navigation/NavBar}/NavItem/NavItem.types.d.ts +1 -1
  25. package/lib/{EmptyState → Molecules/Notices/EmptyState}/EmptyState.types.d.ts +3 -3
  26. package/lib/{Notice → Molecules/Notices/Notice}/Notice.types.d.ts +4 -4
  27. package/lib/{Snackbar → Molecules/Notices/Snackbar}/Snackbar.types.d.ts +1 -1
  28. package/lib/{SelectablePillGroup → Molecules/Selections/SelectablePillGroup}/SelectablePillGroup.types.d.ts +1 -1
  29. package/lib/{ToggleInput → Molecules/Selections/ToggleInput}/ToggleInput.types.d.ts +1 -1
  30. package/lib/{BottomSheet → Organisms/Modals/BottomSheet}/BottomSheet.types.d.ts +3 -3
  31. package/lib/{Modal → Organisms/Modals/Modal}/Modal.types.d.ts +2 -2
  32. package/lib/{Sheet → Organisms/Modals/Sheet}/Sheet.types.d.ts +2 -2
  33. package/package.json +1 -1
  34. package/style.css +1 -1
  35. /package/lib/{Badge → Atoms/Badges/Badge}/Badge.d.ts +0 -0
  36. /package/lib/{Badge → Atoms/Badges/Badge}/Badge.types.d.ts +0 -0
  37. /package/lib/{BadgeIcon → Atoms/Badges/BadgeIcon}/BadgeIcon.d.ts +0 -0
  38. /package/lib/{BadgeIcon → Atoms/Badges/BadgeIcon}/BadgeIcon.types.d.ts +0 -0
  39. /package/lib/{BadgeLabel → Atoms/Badges/BadgeLabel}/BadgeLabel.d.ts +0 -0
  40. /package/lib/{FeedItemCategory → Atoms/Badges/FeedItemCategory}/FeedItemCategory.d.ts +0 -0
  41. /package/lib/{FeedItemCategory → Atoms/Badges/FeedItemCategory}/FeedItemCategory.types.d.ts +0 -0
  42. /package/lib/{LabelPill → Atoms/Badges/LabelPill}/LabelPill.d.ts +0 -0
  43. /package/lib/{LabelPill → Atoms/Badges/LabelPill}/LabelPill.types.d.ts +0 -0
  44. /package/lib/{Sticker → Atoms/Badges/Sticker}/Sticker.d.ts +0 -0
  45. /package/lib/{Bookmark → Atoms/Buttons/Bookmark}/Bookmark.d.ts +0 -0
  46. /package/lib/{Bookmark → Atoms/Buttons/Bookmark}/Bookmark.types.d.ts +0 -0
  47. /package/lib/{Button → Atoms/Buttons/Button}/Button.d.ts +0 -0
  48. /package/lib/{Button → Atoms/Buttons/Button}/Button.types.d.ts +0 -0
  49. /package/lib/{ButtonPrimary → Atoms/Buttons/ButtonPrimary}/ButtonPrimary.d.ts +0 -0
  50. /package/lib/{ButtonPrimary → Atoms/Buttons/ButtonPrimary}/ButtonPrimary.types.d.ts +0 -0
  51. /package/lib/{ButtonSecondary → Atoms/Buttons/ButtonSecondary}/ButtonSecondary.d.ts +0 -0
  52. /package/lib/{ButtonSecondary → Atoms/Buttons/ButtonSecondary}/ButtonSecondary.types.d.ts +0 -0
  53. /package/lib/{ButtonTertiary → Atoms/Buttons/ButtonTertiary}/ButtonTertiary.d.ts +0 -0
  54. /package/lib/{ButtonTertiary → Atoms/Buttons/ButtonTertiary}/ButtonTertiary.types.d.ts +0 -0
  55. /package/lib/{IconButton → Atoms/Buttons/IconButton}/IconButton.d.ts +0 -0
  56. /package/lib/{IconButton → Atoms/Buttons/IconButton}/utils.d.ts +0 -0
  57. /package/lib/{TextButton → Atoms/Buttons/TextButton}/TextButton.d.ts +0 -0
  58. /package/lib/{FeedTile → Atoms/Buttons/Tiles/FeedTile}/FeedTile.d.ts +0 -0
  59. /package/lib/{MenuTile → Atoms/Buttons/Tiles/MenuTile}/MenuTile.d.ts +0 -0
  60. /package/lib/{PointOfInterestIProfileTile → Atoms/Buttons/Tiles/PointOfInterestIProfileTile}/PointOfInterestIProfileTile.d.ts +0 -0
  61. /package/lib/{BodyText → Atoms/Content/BodyText}/BodyText.d.ts +0 -0
  62. /package/lib/{BodyText → Atoms/Content/BodyText}/BodyText.types.d.ts +0 -0
  63. /package/lib/{BodyText → Atoms/Content/BodyText}/util.d.ts +0 -0
  64. /package/lib/{PlaceholderThumbnail → Atoms/Content/PlaceholderThumbnail}/PlaceholderThumbnail.d.ts +0 -0
  65. /package/lib/{Thumbnail → Atoms/Content/Thumbnail}/Thumbnail.d.ts +0 -0
  66. /package/lib/{ThumbnailWithLabel → Atoms/Content/ThumbnailWithLabel}/ThumbnailWithLabel.d.ts +0 -0
  67. /package/lib/{ThumbnailWrapper → Atoms/Content/ThumbnailWrapper}/ThumbnailWrapper.d.ts +0 -0
  68. /package/lib/{ThumbnailWrapper → Atoms/Content/ThumbnailWrapper}/ThumbnailWrapper.types.d.ts +0 -0
  69. /package/lib/{Divider → Atoms/Divider}/Divider.d.ts +0 -0
  70. /package/lib/{Divider → Atoms/Divider}/Divider.types.d.ts +0 -0
  71. /package/lib/{Select → Atoms/Dropdowns/Select}/Select.d.ts +0 -0
  72. /package/lib/{Select → Atoms/Dropdowns/Select}/Select.example.d.ts +0 -0
  73. /package/lib/{Select → Atoms/Dropdowns/Select}/Select.types.d.ts +0 -0
  74. /package/lib/{Image → Atoms/Image}/Image.d.ts +0 -0
  75. /package/lib/{Image → Atoms/Image}/Image.type.d.ts +0 -0
  76. /package/lib/{CheckboxInput → Atoms/Inputs/CheckboxInput}/CheckboxInput.d.ts +0 -0
  77. /package/lib/{CheckboxInput → Atoms/Inputs/CheckboxInput}/CheckboxInput.types.d.ts +0 -0
  78. /package/lib/{InputFieldSpecial → Atoms/Inputs/InputFieldSpecial}/InputFieldSpecial.d.ts +0 -0
  79. /package/lib/{InputFieldSpecial → Atoms/Inputs/InputFieldSpecial}/InputFieldSpecial.types.d.ts +0 -0
  80. /package/lib/{InputFieldSpecial → Atoms/Inputs/InputFieldSpecial}/InputFieldSpecial.utils.d.ts +0 -0
  81. /package/lib/{RadioButton → Atoms/Inputs/RadioButton}/RadioButton.d.ts +0 -0
  82. /package/lib/{RadioButton → Atoms/Inputs/RadioButton}/RadioButton.types.d.ts +0 -0
  83. /package/lib/{TextArea → Atoms/Inputs/TextArea}/TextArea.d.ts +0 -0
  84. /package/lib/{TextArea → Atoms/Inputs/TextArea}/TextArea.types.d.ts +0 -0
  85. /package/lib/{TextInput → Atoms/Inputs/TextInput}/TextInput.d.ts +0 -0
  86. /package/lib/{TextInput → Atoms/Inputs/TextInput}/TextInput.types.d.ts +0 -0
  87. /package/lib/{Toggle → Atoms/Inputs/Toggle}/Toggle.d.ts +0 -0
  88. /package/lib/{Toggle → Atoms/Inputs/Toggle}/Toggle.types.d.ts +0 -0
  89. /package/lib/{Loader → Atoms/Loader}/Loader.d.ts +0 -0
  90. /package/lib/{NotificationBubble → Atoms/NotificationBubble}/NotificationBubble.d.ts +0 -0
  91. /package/lib/{NotificationBubble → Atoms/NotificationBubble}/NotificationBubble.types.d.ts +0 -0
  92. /package/lib/{SelectablePill → Atoms/Selectables/SelectablePill}/SelectablePill.d.ts +0 -0
  93. /package/lib/{Icon → Base/Icon}/Icon.d.ts +0 -0
  94. /package/lib/{Icon → Base/Icon}/icons/24x24/index.d.ts +0 -0
  95. /package/lib/{Icon → Base/Icon}/icons/32x32/index.d.ts +0 -0
  96. /package/lib/{Typography → Base/Typography}/Typography.d.ts +0 -0
  97. /package/lib/{Typography → Base/Typography}/Typography.types.d.ts +0 -0
  98. /package/lib/{Typography → Base/Typography}/Typography.ui-test.d.ts +0 -0
  99. /package/lib/{Card → Molecules/Card}/Card.d.ts +0 -0
  100. /package/lib/{Card → Molecules/Card}/CardBody/CardBody.d.ts +0 -0
  101. /package/lib/{Card → Molecules/Card}/CardBody/CardBody.types.d.ts +0 -0
  102. /package/lib/{ActionBar → Molecules/Card/CardFooters/ActionBar}/ActionBar.d.ts +0 -0
  103. /package/lib/{ActionBar → Molecules/Card/CardFooters/ActionBar}/ActionBar.types.d.ts +0 -0
  104. /package/lib/{ActionBar → Molecules/Card/CardFooters/ActionBar}/ActionBarCta/ActionBarCta.d.ts +0 -0
  105. /package/lib/{ActionBar → Molecules/Card/CardFooters/ActionBar}/ActionBarList/ActionBarList.d.ts +0 -0
  106. /package/lib/{ActionBar → Molecules/Card/CardFooters/ActionBar}/ActionBarList/ActionBarList.types.d.ts +0 -0
  107. /package/lib/{ActionBar → Molecules/Card/CardFooters/ActionBar}/ActionBarList/ActionItem/ActionItem.d.ts +0 -0
  108. /package/lib/{NotificationListItem → Molecules/ListItems/NotificationListItem}/NotificationListItem.d.ts +0 -0
  109. /package/lib/{NotificationListItem → Molecules/ListItems/NotificationListItem}/NotificationListItem.types.d.ts +0 -0
  110. /package/lib/{Markdown → Molecules/Markdown}/Markdown.d.ts +0 -0
  111. /package/lib/{Markdown → Molecules/Markdown}/Markdown.types.d.ts +0 -0
  112. /package/lib/{MenuItem → Molecules/Navigation/MenuItem}/MenuItem.d.ts +0 -0
  113. /package/lib/{NavBar → Molecules/Navigation/NavBar}/NavBar.d.ts +0 -0
  114. /package/lib/{NavBar → Molecules/Navigation/NavBar}/NavBar.types.d.ts +0 -0
  115. /package/lib/{NavBar → Molecules/Navigation/NavBar}/NavItem/NavItem.d.ts +0 -0
  116. /package/lib/{EmptyState → Molecules/Notices/EmptyState}/EmptyState.d.ts +0 -0
  117. /package/lib/{Notice → Molecules/Notices/Notice}/InfoNotice/InfoNotice.d.ts +0 -0
  118. /package/lib/{Notice → Molecules/Notices/Notice}/Notice.d.ts +0 -0
  119. /package/lib/{Notice → Molecules/Notices/Notice}/WarningNotice/WarningNotice.d.ts +0 -0
  120. /package/lib/{Snackbar → Molecules/Notices/Snackbar}/Snackbar.d.ts +0 -0
  121. /package/lib/{RadioButtonCluster → Molecules/Selections/RadioButtonCluster}/RadioButtonCluster.d.ts +0 -0
  122. /package/lib/{RadioButtonCluster → Molecules/Selections/RadioButtonCluster}/RadioButtonCluster.example.d.ts +0 -0
  123. /package/lib/{RadioButtonCluster → Molecules/Selections/RadioButtonCluster}/RadioButtonCluster.types.d.ts +0 -0
  124. /package/lib/{SelectablePillGroup → Molecules/Selections/SelectablePillGroup}/SelectablePillGroup.d.ts +0 -0
  125. /package/lib/{SwitcherToggle → Molecules/Selections/SwitcherToggle}/SwitcherToggle.d.ts +0 -0
  126. /package/lib/{SwitcherToggle → Molecules/Selections/SwitcherToggle}/SwitcherToggle.types.d.ts +0 -0
  127. /package/lib/{ToggleInput → Molecules/Selections/ToggleInput}/ToggleInput.d.ts +0 -0
  128. /package/lib/{NavigationTab → Molecules/TabBar/NavigationTab}/NavigationTab.d.ts +0 -0
  129. /package/lib/{NavigationTab → Molecules/TabBar/NavigationTab}/NavigationTab.types.d.ts +0 -0
  130. /package/lib/{MarketplaceItemCardless → Organisms/Cards/MarketplaceItemCardless}/MarketplaceItemCardless.d.ts +0 -0
  131. /package/lib/{MarketplaceItemCardless → Organisms/Cards/MarketplaceItemCardless}/MarketplaceItemCardless.types.d.ts +0 -0
  132. /package/lib/{Fieldset → Organisms/Forms/Fieldset}/Fieldset.d.ts +0 -0
  133. /package/lib/{Fieldset → Organisms/Forms/Fieldset}/Fieldset.types.d.ts +0 -0
  134. /package/lib/{Form → Organisms/Forms/Form}/Form.d.ts +0 -0
  135. /package/lib/{Form → Organisms/Forms/Form}/Form.types.d.ts +0 -0
  136. /package/lib/{Legend → Organisms/Forms/Legend}/Legend.d.ts +0 -0
  137. /package/lib/{Legend → Organisms/Forms/Legend}/Legend.types.d.ts +0 -0
  138. /package/lib/{BottomSheet → Organisms/Modals/BottomSheet}/BottomSheet.d.ts +0 -0
  139. /package/lib/{Modal → Organisms/Modals/Modal}/Backdrop/Backdrop.d.ts +0 -0
  140. /package/lib/{Modal → Organisms/Modals/Modal}/Backdrop/Backdrop.types.d.ts +0 -0
  141. /package/lib/{Modal → Organisms/Modals/Modal}/Modal.d.ts +0 -0
  142. /package/lib/{Popup → Organisms/Modals/Popup}/Popup.d.ts +0 -0
  143. /package/lib/{Popup → Organisms/Modals/Popup}/Popup.types.d.ts +0 -0
  144. /package/lib/{Sheet → Organisms/Modals/Sheet}/Backdrop/Backdrop.d.ts +0 -0
  145. /package/lib/{Sheet → Organisms/Modals/Sheet}/Backdrop/Backdrop.types.d.ts +0 -0
  146. /package/lib/{Sheet → Organisms/Modals/Sheet}/Sheet.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.