@selfdecode/sd-component-library 3.1.0 → 4.0.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.
Files changed (74) hide show
  1. package/lib/2475490b1273c89fe9c25a6737e253ed.svg +26 -0
  2. package/lib/components/buttons/partials/goto-button/assets/arrow-right.svg +10 -3
  3. package/lib/components/containers/flex-center/flex-center.d.ts +1 -1
  4. package/lib/components/containers/flex-center-space-between/flex-center-space-between.d.ts +3 -0
  5. package/lib/components/containers/flex-center-space-between/index.d.ts +1 -0
  6. package/lib/components/containers/flex-items-center/flex-items-center.d.ts +3 -0
  7. package/lib/components/containers/flex-items-center/index.d.ts +1 -0
  8. package/lib/components/containers/grid-containers/grid-center/grid-center.d.ts +3 -0
  9. package/lib/components/containers/grid-containers/grid-center/index.d.ts +1 -0
  10. package/lib/components/containers/grid-containers/grid-container-v2/grid-container-v2.d.ts +1 -1
  11. package/lib/components/containers/grid-containers/grid-container-v2/interfaces.d.ts +1 -1
  12. package/lib/components/containers/grid-containers/index.d.ts +1 -0
  13. package/lib/components/containers/index.d.ts +3 -0
  14. package/lib/components/containers/max-width-container-v2/max-width-container-v2.d.ts +2 -1
  15. package/lib/components/containers/underlined-max-width-container/index.d.ts +1 -0
  16. package/lib/components/containers/underlined-max-width-container/underlined-max-width-container.d.ts +3 -0
  17. package/lib/components/icons/index.d.ts +1 -0
  18. package/lib/components/icons/thin-arrow-left.svg +26 -0
  19. package/lib/components/inputs/client-portal-input/client-portal-input.d.ts +3 -0
  20. package/lib/components/inputs/client-portal-input/index.d.ts +1 -0
  21. package/lib/components/inputs/client-portal-input/interfaces.d.ts +6 -0
  22. package/lib/components/inputs/index.d.ts +2 -0
  23. package/lib/components/inputs/input/interfaces.d.ts +3 -2
  24. package/lib/components/inputs/multi-row-secondary-text-input/utils.d.ts +5 -0
  25. package/lib/components/inputs/search-input/index.d.ts +1 -1
  26. package/lib/components/inputs/search-input/presentational/index.d.ts +1 -2
  27. package/lib/components/inputs/search-input-v2/index.d.ts +1 -0
  28. package/lib/components/inputs/search-input-v2/interfaces.d.ts +8 -0
  29. package/lib/components/inputs/search-input-v2/search-input-v2.d.ts +3 -0
  30. package/lib/components/inputs/secondary-number-input/interfaces.d.ts +3 -10
  31. package/lib/components/inputs/secondary-text-input/interfaces.d.ts +11 -8
  32. package/lib/components/inputs/secondary-text-input/partials/secondary-input-labels/interfaces.d.ts +1 -1
  33. package/lib/components/labels/base-label/interfaces.d.ts +2 -1
  34. package/lib/components/meters/common-outline-meter-partials/label-pointer/interfaces.d.ts +1 -0
  35. package/lib/components/meters/smiley-meter-v2/interfaces.d.ts +1 -1
  36. package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/interfaces.d.ts +1 -1
  37. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/interfaces.d.ts +1 -1
  38. package/lib/components/modals/modal/interfaces.d.ts +2 -0
  39. package/lib/components/modals/primary-modal/interfaces.d.ts +1 -1
  40. package/lib/components/pagination-bars/index.d.ts +1 -0
  41. package/lib/components/pagination-bars/pagination-bar/interfaces.d.ts +1 -1
  42. package/lib/components/pagination-bars/pagination-bar-mobile/index.d.ts +1 -0
  43. package/lib/components/pagination-bars/pagination-bar-mobile/interfaces.d.ts +5 -0
  44. package/lib/components/pagination-bars/pagination-bar-mobile/pagination-bar-mobile.d.ts +3 -0
  45. package/lib/components/pagination-bars/pagination-bar-mobile/partials/index.d.ts +2 -0
  46. package/lib/components/pagination-bars/pagination-bar-mobile/partials/pagination-bar-button/index.d.ts +1 -0
  47. package/lib/components/pagination-bars/pagination-bar-mobile/partials/pagination-bar-button/interfaces.d.ts +4 -0
  48. package/lib/components/pagination-bars/pagination-bar-mobile/partials/pagination-bar-button/pagination-bar-button.d.ts +3 -0
  49. package/lib/components/pagination-bars/pagination-bar-mobile/partials/pagination-bar-current-page/index.d.ts +1 -0
  50. package/lib/components/pagination-bars/pagination-bar-mobile/partials/pagination-bar-current-page/pagination-bar-current-page.d.ts +2 -0
  51. package/lib/components/tabs/tab-bar/interfaces.d.ts +8 -1
  52. package/lib/components/tabs/tab-bar/partials/arrow-button/arrow-button.d.ts +3 -0
  53. package/lib/components/tabs/tab-bar/partials/arrow-button/index.d.ts +1 -0
  54. package/lib/components/tabs/tab-bar/partials/arrow-button/interfaces.d.ts +5 -0
  55. package/lib/components/tabs/tab-bar/partials/index.d.ts +3 -0
  56. package/lib/components/tabs/tab-bar/partials/mask/index.d.ts +1 -0
  57. package/lib/components/tabs/tab-bar/partials/mask/interfaces.d.ts +5 -0
  58. package/lib/components/tabs/tab-bar/partials/mask/mask.d.ts +3 -0
  59. package/lib/components/tabs/tab-bar/partials/tab/interfaces.d.ts +3 -0
  60. package/lib/components/tabs/tab-bar/partials/tab/tab.d.ts +1 -1
  61. package/lib/components/tabs/tab-bar/tab-bar.d.ts +1 -1
  62. package/lib/components/texts/base-text-v2/interfaces.d.ts +3 -1
  63. package/lib/components/texts/responsive-text/index.d.ts +1 -1
  64. package/lib/components/texts/responsive-text/interfaces.d.ts +6 -1
  65. package/lib/components/texts/responsive-text-v2/interfaces.d.ts +1 -1
  66. package/lib/components/tooltips/tooltip-with-pointer/interfaces.d.ts +5 -0
  67. package/lib/core/custom-hooks.d.ts +1 -1
  68. package/lib/core/functions.d.ts +7 -0
  69. package/lib/core/theme.d.ts +27 -0
  70. package/lib/e986409f719ff9bf4d159ad2929c4590.svg +13 -0
  71. package/lib/index.js +1 -1
  72. package/package.json +1 -1
  73. package/lib/components/containers/max-width-container-v2/interfaces.d.ts +0 -2
  74. package/lib/e75b99f7d1b7c672b9a629cbc3ca8165.svg +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfdecode/sd-component-library",
3
- "version": "3.1.0",
3
+ "version": "4.0.0",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -1,2 +0,0 @@
1
- import { MaxWidthContainerProps } from "../max-width-container/interfaces";
2
- export declare type MaxWidthContainerV2Props = MaxWidthContainerProps;
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="15" height="16.243" viewBox="0 0 15 16.243">
2
- <g id="arrow_right" transform="translate(0.5 -9.879)">
3
- <path id="Path_86" data-name="Path 86" d="M18,24l6-6-6-6" transform="translate(-11)" fill="none" stroke="#4568f9" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/>
4
- <path id="Path_87" data-name="Path 87" d="M12,18H24" transform="translate(-11)" fill="none" stroke="#4568f9" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/>
5
- </g>
6
- </svg>