@transferwise/components 0.0.0-experimental-9e19bae → 0.0.0-experimental-b762045

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 (148) hide show
  1. package/build/avatarLayout/AvatarLayout.js +2 -9
  2. package/build/avatarLayout/AvatarLayout.js.map +1 -1
  3. package/build/avatarLayout/AvatarLayout.mjs +2 -9
  4. package/build/avatarLayout/AvatarLayout.mjs.map +1 -1
  5. package/build/button/Button.js +97 -76
  6. package/build/button/Button.js.map +1 -1
  7. package/build/button/Button.mjs +97 -76
  8. package/build/button/Button.mjs.map +1 -1
  9. package/build/circularButton/CircularButton.js +19 -24
  10. package/build/circularButton/CircularButton.js.map +1 -1
  11. package/build/circularButton/CircularButton.mjs +20 -25
  12. package/build/circularButton/CircularButton.mjs.map +1 -1
  13. package/build/criticalBanner/CriticalCommsBanner.js +2 -2
  14. package/build/criticalBanner/CriticalCommsBanner.js.map +1 -1
  15. package/build/criticalBanner/CriticalCommsBanner.mjs +1 -1
  16. package/build/definitionList/DefinitionList.js.map +1 -1
  17. package/build/definitionList/DefinitionList.mjs.map +1 -1
  18. package/build/header/Header.js +2 -2
  19. package/build/header/Header.js.map +1 -1
  20. package/build/header/Header.mjs +1 -1
  21. package/build/i18n/de.json +1 -0
  22. package/build/i18n/de.json.js +1 -0
  23. package/build/i18n/de.json.js.map +1 -1
  24. package/build/i18n/de.json.mjs +1 -0
  25. package/build/i18n/de.json.mjs.map +1 -1
  26. package/build/i18n/it.json +1 -0
  27. package/build/i18n/it.json.js +1 -0
  28. package/build/i18n/it.json.js.map +1 -1
  29. package/build/i18n/it.json.mjs +1 -0
  30. package/build/i18n/it.json.mjs.map +1 -1
  31. package/build/i18n/th.json +1 -0
  32. package/build/i18n/th.json.js +1 -0
  33. package/build/i18n/th.json.js.map +1 -1
  34. package/build/i18n/th.json.mjs +1 -0
  35. package/build/i18n/th.json.mjs.map +1 -1
  36. package/build/index.js +2 -2
  37. package/build/index.mjs +1 -1
  38. package/build/link/Link.js +3 -8
  39. package/build/link/Link.js.map +1 -1
  40. package/build/link/Link.mjs +3 -8
  41. package/build/link/Link.mjs.map +1 -1
  42. package/build/main.css +17 -431
  43. package/build/primitives/PrimitiveAnchor/src/PrimitiveAnchor.js +3 -1
  44. package/build/primitives/PrimitiveAnchor/src/PrimitiveAnchor.js.map +1 -1
  45. package/build/primitives/PrimitiveAnchor/src/PrimitiveAnchor.mjs +3 -1
  46. package/build/primitives/PrimitiveAnchor/src/PrimitiveAnchor.mjs.map +1 -1
  47. package/build/primitives/PrimitiveButton/src/PrimitiveButton.js +4 -1
  48. package/build/primitives/PrimitiveButton/src/PrimitiveButton.js.map +1 -1
  49. package/build/primitives/PrimitiveButton/src/PrimitiveButton.mjs +4 -1
  50. package/build/primitives/PrimitiveButton/src/PrimitiveButton.mjs.map +1 -1
  51. package/build/select/Select.js +3 -5
  52. package/build/select/Select.js.map +1 -1
  53. package/build/select/Select.mjs +2 -4
  54. package/build/select/Select.mjs.map +1 -1
  55. package/build/styles/avatarLayout/AvatarLayout.css +0 -11
  56. package/build/styles/button/Button.css +16 -255
  57. package/build/styles/circularButton/CircularButton.css +17 -158
  58. package/build/styles/main.css +17 -431
  59. package/build/types/avatarLayout/AvatarLayout.d.ts +2 -1
  60. package/build/types/avatarLayout/AvatarLayout.d.ts.map +1 -1
  61. package/build/types/avatarLayout/index.d.ts +0 -1
  62. package/build/types/avatarLayout/index.d.ts.map +1 -1
  63. package/build/types/button/Button.d.ts +23 -1
  64. package/build/types/button/Button.d.ts.map +1 -1
  65. package/build/types/button/index.d.ts +2 -2
  66. package/build/types/button/index.d.ts.map +1 -1
  67. package/build/types/circularButton/CircularButton.d.ts +11 -4
  68. package/build/types/circularButton/CircularButton.d.ts.map +1 -1
  69. package/build/types/definitionList/DefinitionList.d.ts +1 -2
  70. package/build/types/definitionList/DefinitionList.d.ts.map +1 -1
  71. package/build/types/link/Link.d.ts +2 -2
  72. package/build/types/link/Link.d.ts.map +1 -1
  73. package/build/types/primitives/PrimitiveAnchor/src/PrimitiveAnchor.d.ts.map +1 -1
  74. package/build/types/primitives/PrimitiveAnchor/src/PrimitiveAnchor.types.d.ts +1 -1
  75. package/build/types/primitives/PrimitiveAnchor/src/PrimitiveAnchor.types.d.ts.map +1 -1
  76. package/build/types/primitives/PrimitiveButton/src/PrimitiveButton.d.ts.map +1 -1
  77. package/build/types/select/Select.d.ts.map +1 -1
  78. package/build/upload/steps/completeStep/completeStep.js +2 -2
  79. package/build/upload/steps/completeStep/completeStep.js.map +1 -1
  80. package/build/upload/steps/completeStep/completeStep.mjs +1 -1
  81. package/build/upload/steps/processingStep/processingStep.js +2 -2
  82. package/build/upload/steps/processingStep/processingStep.js.map +1 -1
  83. package/build/upload/steps/processingStep/processingStep.mjs +1 -1
  84. package/build/uploadInput/UploadInput.js +3 -3
  85. package/build/uploadInput/UploadInput.js.map +1 -1
  86. package/build/uploadInput/UploadInput.mjs +1 -1
  87. package/package.json +3 -3
  88. package/src/avatarLayout/AvatarLayout.css +0 -11
  89. package/src/avatarLayout/AvatarLayout.less +1 -18
  90. package/src/avatarLayout/AvatarLayout.tsx +3 -11
  91. package/src/avatarLayout/index.ts +0 -1
  92. package/src/button/Button.css +16 -255
  93. package/src/button/Button.less +14 -215
  94. package/src/button/Button.spec.tsx +231 -54
  95. package/src/button/Button.story.tsx +136 -287
  96. package/src/button/Button.tsx +131 -84
  97. package/src/button/__snapshots__/{LegacyButton.spec.tsx.snap → Button.spec.tsx.snap} +22 -22
  98. package/src/button/index.ts +3 -2
  99. package/src/circularButton/CircularButton.css +17 -158
  100. package/src/circularButton/CircularButton.less +22 -91
  101. package/src/circularButton/CircularButton.story.tsx +45 -24
  102. package/src/circularButton/CircularButton.tsx +39 -28
  103. package/src/definitionList/DefinitionList.story.tsx +57 -57
  104. package/src/definitionList/DefinitionList.tsx +1 -1
  105. package/src/flowNavigation/__snapshots__/FlowNavigation.spec.js.snap +1 -1
  106. package/src/i18n/de.json +1 -0
  107. package/src/i18n/it.json +1 -0
  108. package/src/i18n/th.json +1 -0
  109. package/src/iconButton/IconButton.story.tsx +6 -6
  110. package/src/inputs/SelectInput.story.tsx +1 -1
  111. package/src/link/Link.tsx +6 -15
  112. package/src/main.css +17 -431
  113. package/src/main.less +0 -1
  114. package/src/primitives/PrimitiveAnchor/src/PrimitiveAnchor.tsx +7 -1
  115. package/src/primitives/PrimitiveAnchor/src/PrimitiveAnchor.types.ts +1 -1
  116. package/src/primitives/PrimitiveAnchor/test/PrimitiveAnchor.spec.tsx +3 -1
  117. package/src/primitives/PrimitiveButton/src/PrimitiveButton.tsx +8 -1
  118. package/src/primitives/PrimitiveButton/test/PrimitiveButton.spec.tsx +5 -2
  119. package/src/select/Select.tsx +0 -1
  120. package/src/slidingPanel/SlidingPanel.spec.tsx +69 -0
  121. package/build/button/Button.resolver.js +0 -78
  122. package/build/button/Button.resolver.js.map +0 -1
  123. package/build/button/Button.resolver.mjs +0 -76
  124. package/build/button/Button.resolver.mjs.map +0 -1
  125. package/build/button/LegacyButton.js +0 -114
  126. package/build/button/LegacyButton.js.map +0 -1
  127. package/build/button/LegacyButton.mjs +0 -112
  128. package/build/button/LegacyButton.mjs.map +0 -1
  129. package/build/styles/button/Button.vars.css +0 -59
  130. package/build/styles/button/LegacyButton.css +0 -23
  131. package/build/types/button/Button.resolver.d.ts +0 -31
  132. package/build/types/button/Button.resolver.d.ts.map +0 -1
  133. package/build/types/button/Button.types.d.ts +0 -58
  134. package/build/types/button/Button.types.d.ts.map +0 -1
  135. package/build/types/button/LegacyButton.d.ts +0 -30
  136. package/build/types/button/LegacyButton.d.ts.map +0 -1
  137. package/src/button/Button.resolver.tsx +0 -120
  138. package/src/button/Button.types.ts +0 -79
  139. package/src/button/Button.vars.css +0 -59
  140. package/src/button/Button.vars.less +0 -73
  141. package/src/button/LegacyButton.css +0 -23
  142. package/src/button/LegacyButton.less +0 -24
  143. package/src/button/LegacyButton.spec.tsx +0 -245
  144. package/src/button/LegacyButton.story.tsx +0 -224
  145. package/src/button/LegacyButton.tsx +0 -161
  146. package/src/circularButton/_button-label-states.less +0 -34
  147. package/src/definitionList/DefinitionList.spec.js +0 -91
  148. package/src/slidingPanel/SlidingPanel.spec.js +0 -56
@@ -518,18 +518,10 @@ div.critical-comms .critical-comms-body {
518
518
  -webkit-mask-image: radial-gradient(circle at bottom calc(100% - var(--np-avatar-size) - var(--np-avatar-offset)) right calc(100% - var(--np-avatar-size) - var(--np-avatar-offset)), transparent 0, transparent calc(var(--np-avatar-size) / 2 + 2px), black 0);
519
519
  mask-image: radial-gradient(circle at bottom calc(100% - var(--np-avatar-size) - var(--np-avatar-offset)) right calc(100% - var(--np-avatar-size) - var(--np-avatar-offset)), transparent 0, transparent calc(var(--np-avatar-size) / 2 + 2px), black 0);
520
520
  }
521
- [dir="rtl"] .np-avatar-layout-diagonal-mask {
522
- -webkit-mask-image: radial-gradient(circle at bottom calc(100% - var(--np-avatar-size) - var(--np-avatar-offset)) left calc(100% - var(--np-avatar-size) - var(--np-avatar-offset)), transparent 0, transparent calc(var(--np-avatar-size) / 2 + 2px), black 0);
523
- mask-image: radial-gradient(circle at bottom calc(100% - var(--np-avatar-size) - var(--np-avatar-offset)) left calc(100% - var(--np-avatar-size) - var(--np-avatar-offset)), transparent 0, transparent calc(var(--np-avatar-size) / 2 + 2px), black 0);
524
- }
525
521
  .np-avatar-layout-diagonal-child {
526
522
  margin-left: calc(var(--np-avatar-layout-size) - var(--np-avatar-size) * 2);
527
523
  margin-top: calc(var(--np-avatar-layout-size) - var(--np-avatar-size));
528
524
  }
529
- [dir="rtl"] .np-avatar-layout-diagonal-child {
530
- margin-left: 0;
531
- margin-right: calc(var(--np-avatar-layout-size) - var(--np-avatar-size) * 2);
532
- }
533
525
  .np-avatar-layout-horizontal {
534
526
  width: calc(var(--np-avatar-size) * 2 - var(--np-avatar-offset) - 2px);
535
527
  height: var(--np-avatar-layout-size);
@@ -543,9 +535,6 @@ div.critical-comms .critical-comms-body {
543
535
  .np-avatar-layout-horizontal-child {
544
536
  margin-left: calc(var(--np-avatar-offset) * -1);
545
537
  }
546
- [dir="rtl"] .np-avatar-layout-horizontal-child {
547
- margin-right: calc(var(--np-avatar-offset) * -1);
548
- }
549
538
  .np-icon-button {
550
539
  border: none;
551
540
  }
@@ -716,268 +705,6 @@ div.critical-comms .critical-comms-body {
716
705
  .np-btn.disabled[class] {
717
706
  pointer-events: auto;
718
707
  }
719
- :root {
720
- --Button-background: var(--color-interactive-accent);
721
- --Button-background-hover: var(--color-interactive-accent-hover);
722
- --Button-background-active: var(--color-interactive-accent-active);
723
- --Button-color: var(--color-interactive-control);
724
- --Button-padding: var(--size-8) var(--size-12);
725
- --Button-border-radius: var(--radius-full);
726
- --Button-font-size: var(--font-size-16);
727
- --Button-line-height: var(--size-24);
728
- --Button-font-weight: var(--font-weight-semi-bold);
729
- --Button-letter-spacing: -0.011em;
730
- --Button-size-small-padding: 5px var(--size-12);
731
- --Button-size-medium-padding: var(--size-8) var(--size-12);
732
- --Button-size-large-padding: var(--size-12) var(--size-16);
733
- --Button-avatar-border-color: var(--color-border-neutral);
734
- --Button-transition-duration: 150ms;
735
- --Button-transition-easing: ease-in-out;
736
- --Button-secondary-background: var(--color-interactive-neutral);
737
- --Button-secondary-background-hover: var(--color-interactive-neutral-hover);
738
- --Button-secondary-background-active: var(--color-interactive-neutral-active);
739
- --Button-secondary-color: var(--color-interactive-primary);
740
- --Button-tertiary-background: var(--color-background-neutral);
741
- --Button-tertiary-background-hover: var(--color-background-neutral-hover);
742
- --Button-tertiary-background-active: var(--color-background-neutral-active);
743
- --Button-tertiary-color: var(--color-content-primary);
744
- --Button-minimal-background: transparent;
745
- --Button-minimal-background-hover: var(--color-background-screen-hover);
746
- --Button-minimal-background-active: var(--color-background-screen-active);
747
- --Button-minimal-color: var(--color-interactive-primary);
748
- --Button-primary-negative-background: var(--color-sentiment-negative-primary);
749
- --Button-primary-negative-background-hover: var(--color-sentiment-negative-primary-hover);
750
- --Button-primary-negative-background-active: var(--color-sentiment-negative-primary-active);
751
- --Button-primary-negative-color: var(--color-contrast);
752
- --Button-primary-netative-avatar-border-color: rgba(255,255,255,0.2);
753
- --Button-secondary-negative-background: var(--color-sentiment-negative-secondary);
754
- --Button-secondary-negative-background-hover: var(--color-sentiment-negative-secondary-hover);
755
- --Button-secondary-negative-background-active: var(--color-sentiment-negative-secondary-active);
756
- --Button-secondary-negative-color: var(--color-sentiment-negative-primary);
757
- --Button-secondary-netative-avatar-border-color: rgba(168,32,13,0.12157);
758
- }
759
- .np-theme-personal--dark .wds-Button {
760
- --Button-primary-netative-avatar-border-color: rgba(14,15,12,0.12157);
761
- }
762
- .np-theme-personal--forest-green .wds-Button {
763
- --color-interactive-neutral: rgba(159,232,112,0.2);
764
- --color-interactive-neutral-hover: rgba(205,255,173,0.2);
765
- --color-interactive-neutral-active: rgba(236,255,224,0.2);
766
- --color-sentiment-negative-secondary: rgba(255,196,194,0.2);
767
- --color-sentiment-negative-secondary-hover: rgba(255,220,219,0.2);
768
- --color-sentiment-negative-secondary-active: rgba(255,235,235,0.2);
769
- --Button-primary-netative-avatar-border-color: rgba(14,15,12,0.12157);
770
- --Button-secondary-netative-avatar-border-color: rgba(14,15,12,0.12157);
771
- }
772
- .np-theme-personal--bright-green .wds-Button {
773
- --color-contrast: #FFFFFF;
774
- --Button-secondary-color: var(--color-interactive-control);
775
- --Button-secondary-negative-color: var(--color-contrast);
776
- --Button-secondary-netative-avatar-border-color: var(--Button-primary-netative-avatar-border-color);
777
- }
778
- /* Button Styles */
779
- .wds-Button {
780
- display: inline-flex;
781
- flex: none;
782
- width: auto;
783
- align-items: center;
784
- justify-content: center;
785
- vertical-align: middle;
786
- font-weight: 600;
787
- font-weight: var(--Button-font-weight);
788
- font-size: 1rem;
789
- font-size: var(--Button-font-size);
790
- letter-spacing: -0.011em;
791
- letter-spacing: var(--Button-letter-spacing);
792
- line-height: 24px;
793
- line-height: var(--Button-line-height);
794
- text-align: center;
795
- -webkit-text-decoration: none;
796
- text-decoration: none;
797
- white-space: nowrap;
798
- word-wrap: break-word;
799
- -webkit-appearance: none;
800
- -moz-appearance: none;
801
- appearance: none;
802
- background-color: #00a2dd;
803
- background-color: var(--Button-background);
804
- border: none;
805
- border-radius: 9999px;
806
- border-radius: var(--Button-border-radius);
807
- color: var(--Button-color);
808
- cursor: pointer;
809
- padding: 8px 12px;
810
- padding: var(--Button-padding);
811
- transition: color, background-color 150ms ease-in-out;
812
- transition: color, background-color var(--Button-transition-duration) var(--Button-transition-easing);
813
- }
814
- .wds-Button:focus {
815
- -webkit-text-decoration: none;
816
- text-decoration: none;
817
- }
818
- .wds-Button:hover {
819
- background-color: #008fc9;
820
- background-color: var(--Button-background-hover);
821
- -webkit-text-decoration: none;
822
- text-decoration: none;
823
- }
824
- .wds-Button:active {
825
- background-color: #0081ba;
826
- background-color: var(--Button-background-active);
827
- -webkit-text-decoration: none;
828
- text-decoration: none;
829
- }
830
- .wds-Button.wds-Button--disabled,
831
- .wds-Button:disabled {
832
- mix-blend-mode: luminosity;
833
- opacity: 0.45;
834
- cursor: not-allowed;
835
- }
836
- .wds-Button.wds-Button--disabled:hover,
837
- .wds-Button:disabled:hover,
838
- .wds-Button.wds-Button--disabled:active,
839
- .wds-Button:disabled:active {
840
- background-color: #00a2dd;
841
- background-color: var(--Button-background);
842
- }
843
- .wds-Button--secondary {
844
- --Button-background: var(--Button-secondary-background);
845
- --Button-background-hover: var(--Button-secondary-background-hover);
846
- --Button-background-active: var(--Button-secondary-background-active);
847
- --Button-color: var(--Button-secondary-color);
848
- }
849
- .wds-Button--tertiary {
850
- --Button-background: var(--Button-tertiary-background);
851
- --Button-background-hover: var(--Button-tertiary-background-hover);
852
- --Button-background-active: var(--Button-tertiary-background-active);
853
- --Button-color: var(--Button-tertiary-color);
854
- }
855
- .wds-Button--tertiary .wds-Button-icon--end {
856
- color: var(--color-interactive-primary);
857
- }
858
- .wds-Button--minimal {
859
- --Button-background: var(--Button-minimal-background);
860
- --Button-background-hover: var(--Button-minimal-background-hover);
861
- --Button-background-active: var(--Button-minimal-background-active);
862
- --Button-color: var(--Button-minimal-color);
863
- -webkit-text-decoration: underline;
864
- text-decoration: underline;
865
- text-underline-offset: 3px;
866
- text-decoration-thickness: 1px;
867
- }
868
- .wds-Button--minimal:hover,
869
- .wds-Button--minimal:hover:active {
870
- -webkit-text-decoration: underline;
871
- text-decoration: underline;
872
- }
873
- .wds-Button--negative.wds-Button--primary {
874
- --Button-background: var(--Button-primary-negative-background);
875
- --Button-background-hover: var(--Button-primary-negative-background-hover);
876
- --Button-background-active: var(--Button-primary-negative-background-active);
877
- --Button-color: var(--Button-primary-negative-color);
878
- --Button-avatar-border-color: var(--Button-primary-netative-avatar-border-color);
879
- }
880
- .wds-Button--negative.wds-Button--secondary {
881
- --Button-background: var(--Button-secondary-negative-background);
882
- --Button-background-hover: var(--Button-secondary-negative-background-hover);
883
- --Button-background-active: var(--Button-secondary-negative-background-active);
884
- --Button-color: var(--Button-secondary-negative-color);
885
- --Button-avatar-border-color: var(--Button-secondary-netative-avatar-border-color);
886
- }
887
- .wds-Button--small {
888
- --Button-padding: var(--Button-size-small-padding);
889
- --Button-line-height: 22px;
890
- --Button-font-size: var(--font-size-14);
891
- --Button-letter-spacing: -0.006em;
892
- }
893
- .wds-Button--small .wds-Button-icon--start {
894
- margin-right: 4px;
895
- margin-right: var(--size-4);
896
- }
897
- [dir="rtl"] .wds-Button--small .wds-Button-icon--start {
898
- margin-right: 0;
899
- margin-left: 4px;
900
- margin-left: var(--size-4);
901
- }
902
- .wds-Button--medium {
903
- --Button-padding: var(--Button-size-medium-padding);
904
- }
905
- .wds-Button--large {
906
- --Button-padding: var(--Button-size-large-padding);
907
- }
908
- .wds-Button--block {
909
- width: 100%;
910
- }
911
- .wds-Button-avatars {
912
- display: inline-flex;
913
- margin-right: 5px;
914
- margin-left: calc(4px * -1);
915
- margin-left: calc(var(--size-4) * -1);
916
- }
917
- [dir="rtl"] .wds-Button-avatars {
918
- margin-right: 0;
919
- margin-left: 5px;
920
- }
921
- .wds-Button-avatars .np-circle {
922
- --circle-border-color: var(--Button-avatar-border-color);
923
- }
924
- .wds-Button-avatars .np-avatar-view .np-avatar-view-content {
925
- color: var(--Button-color);
926
- }
927
- .wds-Button-icon {
928
- display: inline-block;
929
- }
930
- .wds-Button-icon--start {
931
- margin-right: 8px;
932
- margin-right: var(--size-8);
933
- }
934
- [dir="rtl"] .wds-Button-icon--start {
935
- margin-right: 0;
936
- margin-left: 8px;
937
- margin-left: var(--size-8);
938
- }
939
- .wds-Button-icon--end {
940
- margin-left: 4px;
941
- margin-left: var(--size-4);
942
- }
943
- [dir="rtl"] .wds-Button-icon--end {
944
- margin-left: 0;
945
- margin-right: 4px;
946
- margin-right: var(--size-4);
947
- }
948
- .wds-Button-content {
949
- position: relative;
950
- }
951
- .wds-Button-content--loading .wds-Button-label,
952
- .wds-Button-content--loading .wds-Button-media,
953
- .wds-Button-content--loading .wds-Button-icon {
954
- visibility: hidden;
955
- opacity: 0;
956
- }
957
- .wds-Button-label {
958
- display: flex;
959
- justify-content: center;
960
- align-items: center;
961
- position: relative;
962
- }
963
- .wds-Button-loader {
964
- position: absolute;
965
- display: flex;
966
- justify-content: center;
967
- align-items: center;
968
- width: 100%;
969
- height: 100%;
970
- }
971
- .wds-Button-loader .process-circle {
972
- stroke: var(--Button-color);
973
- }
974
- /* RTL Styles */
975
- [dir="rtl"] .wds-Button .tw-icon-chevron-right,[dir="rtl"] .wds-Button .tw-icon-arrow-right {
976
- transform: rotate(180deg);
977
- }
978
- [dir="rtl"] .wds-Button .tw-icon-chevron-left,[dir="rtl"] .wds-Button .tw-icon-arrow-left {
979
- transform: rotate(180deg);
980
- }
981
708
  .np-card {
982
709
  overflow: hidden;
983
710
  transition-property: transform, box-shadow;
@@ -1457,175 +1184,34 @@ div.critical-comms .critical-comms-body {
1457
1184
  display: inline-flex;
1458
1185
  flex-direction: column;
1459
1186
  align-items: center;
1460
- text-align: center;
1461
1187
  cursor: pointer;
1462
- position: relative;
1463
- }
1464
- .np-circular-btn .tw-icon {
1465
- position: absolute;
1466
- top: 16px;
1467
- top: var(--size-16);
1468
- pointer-events: none;
1469
- color: white;
1470
- transition: color 0.15s ease-in-out;
1471
- width: 100%;
1472
- left: 0;
1473
- }
1474
- [dir="rtl"] .np-circular-btn .tw-icon {
1475
- right: 0;
1476
- left: auto;
1477
- left: initial;
1478
- }
1479
- @media (max-width: 320px) {
1480
- .np-circular-btn .tw-icon {
1481
- top: 12px;
1482
- top: var(--size-12);
1483
- }
1484
- }
1485
- .np-circular-btn .tw-icon > svg {
1486
- margin: 0 auto;
1487
- }
1488
- .np-theme-personal .np-circular-btn {
1489
- /* stylelint-disable-next-line no-duplicate-selectors */
1490
- }
1491
- .np-theme-personal .np-circular-btn .tw-icon,
1492
- .np-theme-personal .np-circular-btn .tw-icon:hover,
1493
- .np-theme-personal .np-circular-btn .tw-icon:active {
1494
- color: var(--color-interactive-control);
1495
- }
1496
- .np-theme-personal .np-circular-btn.negative .tw-icon,
1497
- .np-theme-personal .np-circular-btn.negative.secondary:not(.disabled):not(:disabled):hover .tw-icon,
1498
- .np-theme-personal .np-circular-btn.negative.secondary:not(.disabled):not(:disabled):active .tw-icon {
1499
- color: var(--color-contrast) !important;
1500
- }
1501
- .np-theme-personal .np-circular-btn.negative.secondary:not(.disabled):not(:disabled) .tw-icon {
1502
- color: var(--color-sentiment-negative) !important;
1503
- }
1504
- .np-circular-btn.accent .np-circular-btn__label {
1505
- color: #00a2dd;
1506
- color: var(--color-interactive-accent);
1507
- }
1508
- .np-circular-btn.accent:not(.disabled):not(:disabled):hover .np-circular-btn__label {
1509
- color: #008fc9;
1510
- color: var(--color-interactive-accent-hover);
1511
- }
1512
- .np-circular-btn.accent:active .np-circular-btn__label,
1513
- .np-circular-btn.accent input[type="button"]:active ~ .np-circular-btn__label {
1514
- color: #0081ba;
1515
- color: var(--color-interactive-accent-active);
1516
- }
1517
- .np-circular-btn.accent.secondary .tw-icon {
1518
- color: #00a2dd;
1519
- color: var(--color-interactive-accent);
1520
1188
  }
1521
- .np-circular-btn.accent.secondary:not(.disabled):not(:disabled):hover .tw-icon,
1522
- .np-circular-btn.accent.secondary input[type="button"]:active + .tw-icon {
1523
- color: white;
1524
- }
1525
- .np-circular-btn.positive .np-circular-btn__label {
1526
- color: #2ead4b;
1527
- color: var(--color-interactive-positive);
1528
- }
1529
- .np-circular-btn.positive:not(.disabled):not(:disabled):hover .np-circular-btn__label {
1530
- color: #069939;
1531
- color: var(--color-interactive-positive-hover);
1532
- }
1533
- .np-circular-btn.positive:active .np-circular-btn__label,
1534
- .np-circular-btn.positive input[type="button"]:active ~ .np-circular-btn__label {
1535
- color: #008b2b;
1536
- color: var(--color-interactive-positive-active);
1537
- }
1538
- .np-circular-btn.positive.secondary .tw-icon {
1539
- color: #2ead4b;
1540
- color: var(--color-interactive-positive);
1541
- }
1542
- .np-circular-btn.positive.secondary:not(.disabled):not(:disabled):hover .tw-icon,
1543
- .np-circular-btn.positive.secondary input[type="button"]:active + .tw-icon {
1544
- color: white;
1545
- }
1546
- .np-circular-btn.negative .np-circular-btn__label {
1547
- color: #e74848;
1548
- color: var(--color-interactive-negative);
1549
- }
1550
- .np-circular-btn.negative:not(.disabled):not(:disabled):hover .np-circular-btn__label {
1551
- color: #d03238;
1552
- color: var(--color-interactive-negative-hover);
1553
- }
1554
- .np-circular-btn.negative:active .np-circular-btn__label,
1555
- .np-circular-btn.negative input[type="button"]:active ~ .np-circular-btn__label {
1556
- color: #bf1e2c;
1557
- color: var(--color-interactive-negative-active);
1558
- }
1559
- .np-circular-btn.negative.secondary .tw-icon {
1560
- color: #e74848;
1561
- color: var(--color-interactive-negative);
1562
- }
1563
- .np-circular-btn.negative.secondary:not(.disabled):not(:disabled):hover .tw-icon,
1564
- .np-circular-btn.negative.secondary input[type="button"]:active + .tw-icon {
1565
- color: white;
1566
- }
1567
- .np-theme-personal .np-circular-btn.accent .np-circular-btn__label {
1189
+ .np-circular-btn-primary-default .np-circular-btn-label,
1190
+ .np-circular-btn-secondary-default .np-circular-btn-label {
1568
1191
  color: var(--color-interactive-primary);
1569
1192
  }
1570
- .np-theme-personal .np-circular-btn.accent:not(.disabled):not(:disabled):hover .np-circular-btn__label {
1193
+ .np-circular-btn-primary-default .np-circular-btn-label:not(.disabled):not(:disabled):hover,
1194
+ .np-circular-btn-secondary-default .np-circular-btn-label:not(.disabled):not(:disabled):hover {
1571
1195
  color: var(--color-interactive-primary-hover);
1572
1196
  }
1573
- .np-theme-personal .np-circular-btn.accent:active .np-circular-btn__label,
1574
- .np-theme-personal .np-circular-btn.accent input[type="button"]:active ~ .np-circular-btn__label {
1197
+ .np-circular-btn-primary-default .np-circular-btn-label:not(.disabled):not(:disabled):active,
1198
+ .np-circular-btn-secondary-default .np-circular-btn-label:not(.disabled):not(:disabled):active {
1575
1199
  color: var(--color-interactive-primary-active);
1576
1200
  }
1577
- .np-theme-personal .np-circular-btn.accent.secondary .tw-icon {
1578
- color: var(--color-interactive-primary);
1579
- }
1580
- .np-theme-personal .np-circular-btn.accent.secondary:not(.disabled):not(:disabled):hover .tw-icon,
1581
- .np-theme-personal .np-circular-btn.accent.secondary input[type="button"]:active + .tw-icon {
1582
- color: white;
1583
- color: var(--color-interactive-control);
1584
- }
1585
- .np-theme-personal .np-circular-btn.accent.secondary:active input[type="button"] + .tw-icon {
1586
- color: var(--color-interactive-control);
1587
- }
1588
- .np-theme-personal .np-circular-btn.positive .np-circular-btn__label {
1589
- color: var(--color-interactive-primary);
1590
- }
1591
- .np-theme-personal .np-circular-btn.positive:not(.disabled):not(:disabled):hover .np-circular-btn__label {
1592
- color: var(--color-interactive-primary-hover);
1593
- }
1594
- .np-theme-personal .np-circular-btn.positive:active .np-circular-btn__label,
1595
- .np-theme-personal .np-circular-btn.positive input[type="button"]:active ~ .np-circular-btn__label {
1596
- color: var(--color-interactive-primary-active);
1597
- }
1598
- .np-theme-personal .np-circular-btn.positive.secondary .tw-icon {
1599
- color: var(--color-interactive-primary);
1600
- }
1601
- .np-theme-personal .np-circular-btn.positive.secondary:not(.disabled):not(:disabled):hover .tw-icon,
1602
- .np-theme-personal .np-circular-btn.positive.secondary input[type="button"]:active + .tw-icon {
1603
- color: white;
1604
- color: var(--color-interactive-control);
1605
- }
1606
- .np-theme-personal .np-circular-btn.positive.secondary:active input[type="button"] + .tw-icon {
1607
- color: var(--color-interactive-control);
1608
- }
1609
- .np-theme-personal .np-circular-btn.negative .np-circular-btn__label {
1610
- color: var(--color-sentiment-negative);
1611
- }
1612
- .np-theme-personal .np-circular-btn.negative:not(.disabled):not(:disabled):hover .np-circular-btn__label {
1613
- color: var(--color-sentiment-negative-hover);
1201
+ .np-circular-btn-primary-negative .np-circular-btn-label,
1202
+ .np-circular-btn-secondary-negative .np-circular-btn-label {
1203
+ color: var(--color-sentiment-negative-primary);
1614
1204
  }
1615
- .np-theme-personal .np-circular-btn.negative:active .np-circular-btn__label,
1616
- .np-theme-personal .np-circular-btn.negative input[type="button"]:active ~ .np-circular-btn__label {
1617
- color: var(--color-sentiment-negative-active);
1205
+ .np-circular-btn-primary-negative .np-circular-btn-label:not(.disabled):not(:disabled):hover,
1206
+ .np-circular-btn-secondary-negative .np-circular-btn-label:not(.disabled):not(:disabled):hover {
1207
+ color: var(--color-sentiment-negative-primary-hover);
1618
1208
  }
1619
- .np-theme-personal .np-circular-btn.negative.secondary .tw-icon {
1620
- color: var(--color-sentiment-negative);
1209
+ .np-circular-btn-primary-negative .np-circular-btn-label:not(.disabled):not(:disabled):active,
1210
+ .np-circular-btn-secondary-negative .np-circular-btn-label:not(.disabled):not(:disabled):active {
1211
+ color: var(--color-sentiment-negative-primary-active);
1621
1212
  }
1622
- .np-theme-personal .np-circular-btn.negative.secondary:not(.disabled):not(:disabled):hover .tw-icon,
1623
- .np-theme-personal .np-circular-btn.negative.secondary input[type="button"]:active + .tw-icon {
1624
- color: white;
1625
- color: var(--color-interactive-control);
1626
- }
1627
- .np-theme-personal .np-circular-btn.negative.secondary:active input[type="button"] + .tw-icon {
1628
- color: var(--color-interactive-control);
1213
+ .np-circular-btn-disabled {
1214
+ cursor: not-allowed;
1629
1215
  }
1630
1216
  .np-circle {
1631
1217
  border-radius: 9999px;
@@ -1,5 +1,5 @@
1
1
  import { AvatarViewProps } from '../avatarView';
2
- export type SingleAvatarType = {
2
+ type SingleAvatarType = {
3
3
  asset?: AvatarViewProps['children'];
4
4
  } & Omit<AvatarViewProps, 'notification' | 'selected' | 'size' | 'badge' | 'children' | 'interactive'>;
5
5
  export type Props = {
@@ -7,4 +7,5 @@ export type Props = {
7
7
  orientation?: 'horizontal' | 'diagonal';
8
8
  } & Pick<AvatarViewProps, 'size' | 'interactive' | 'className' | 'role' | 'aria-label' | 'aria-labelledby' | 'aria-hidden'>;
9
9
  export default function AvatarLayout({ avatars, orientation: orientationProp, size, className, interactive, ...restProps }: Props): import("react").JSX.Element | null;
10
+ export {};
10
11
  //# sourceMappingURL=AvatarLayout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AvatarLayout.d.ts","sourceRoot":"","sources":["../../../src/avatarLayout/AvatarLayout.tsx"],"names":[],"mappings":"AACA,OAAmB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAG5D,MAAM,MAAM,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAA;CAAE,GAAG,IAAI,CAC3E,eAAe,EACf,cAAc,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,CAC5E,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG;IAClB,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACzC,GAAG,IAAI,CACN,eAAe,EACf,MAAM,GAAG,aAAa,GAAG,WAAW,GAAG,MAAM,GAAG,YAAY,GAAG,iBAAiB,GAAG,aAAa,CACjG,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,OAAY,EACZ,WAAW,EAAE,eAA8B,EAC3C,IAAS,EACT,SAAS,EACT,WAAW,EACX,GAAG,SAAS,EACb,EAAE,KAAK,sCAuDP"}
1
+ {"version":3,"file":"AvatarLayout.d.ts","sourceRoot":"","sources":["../../../src/avatarLayout/AvatarLayout.tsx"],"names":[],"mappings":"AACA,OAAmB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE5D,KAAK,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAA;CAAE,GAAG,IAAI,CACpE,eAAe,EACf,cAAc,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,CAC5E,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG;IAClB,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACzC,GAAG,IAAI,CACN,eAAe,EACf,MAAM,GAAG,aAAa,GAAG,WAAW,GAAG,MAAM,GAAG,YAAY,GAAG,iBAAiB,GAAG,aAAa,CACjG,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,OAAY,EACZ,WAAW,EAAE,eAA8B,EAC3C,IAAS,EACT,SAAS,EACT,WAAW,EACX,GAAG,SAAS,EACb,EAAE,KAAK,sCAgDP"}
@@ -1,4 +1,3 @@
1
1
  export type { Props as AvatarLayoutProps } from './AvatarLayout';
2
- export type { SingleAvatarType } from './AvatarLayout';
3
2
  export { default } from './AvatarLayout';
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/avatarLayout/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,KAAK,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjE,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/avatarLayout/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,KAAK,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,3 +1,25 @@
1
- declare const Button: import("react").ForwardRefExoticComponent<(Omit<import("./Button.types").ButtonElementProps, "ref"> | Omit<import("./Button.types").AnchorElementProps, "ref">) & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
1
+ import { ControlTypeAccent, ControlTypeNegative, ControlTypePositive, PriorityPrimary, PrioritySecondary, PriorityTertiary, SizeExtraSmall, SizeSmall, SizeMedium, SizeLarge } from '../common';
2
+ /** @deprecated */
3
+ type DeprecatedTypes = 'primary' | 'pay' | 'secondary' | 'danger' | 'link';
4
+ /** @deprecated */
5
+ type DeprecatedSizes = SizeExtraSmall;
6
+ type CommonProps = {
7
+ block?: boolean;
8
+ disabled?: boolean;
9
+ loading?: boolean;
10
+ type?: ControlTypeAccent | ControlTypeNegative | ControlTypePositive | DeprecatedTypes | null;
11
+ priority?: PriorityPrimary | PrioritySecondary | PriorityTertiary | null;
12
+ size?: SizeSmall | SizeMedium | SizeLarge | DeprecatedSizes;
13
+ };
14
+ type ButtonProps = CommonProps & Omit<React.ComponentPropsWithRef<'button'>, 'type'> & {
15
+ as?: 'button';
16
+ htmlType?: 'submit' | 'reset' | 'button';
17
+ };
18
+ type AnchorProps = CommonProps & Omit<React.ComponentPropsWithRef<'a'>, 'type'> & {
19
+ as?: 'a';
20
+ };
21
+ export type Props = ButtonProps | AnchorProps;
22
+ export type ButtonReferenceType = HTMLButtonElement | HTMLAnchorElement;
23
+ declare const Button: import("react").ForwardRefExoticComponent<(Omit<ButtonProps, "ref"> | Omit<AnchorProps, "ref">) & import("react").RefAttributes<ButtonReferenceType>>;
2
24
  export default Button;
3
25
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/button/Button.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,MAAM,yOAkGX,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/button/Button.tsx"],"names":[],"mappings":"AAIA,OAAO,EAIL,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,eAAe,EACf,iBAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,SAAS,EACT,UAAU,EACV,SAAS,EACV,MAAM,WAAW,CAAC;AAOnB,kBAAkB;AAClB,KAAK,eAAe,GAAG,SAAS,GAAG,KAAK,GAAG,WAAW,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE3E,kBAAkB;AAClB,KAAK,eAAe,GAAG,cAAc,CAAC;AAEtC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,iBAAiB,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,eAAe,GAAG,IAAI,CAAC;IAC9F,QAAQ,CAAC,EAAE,eAAe,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,IAAI,CAAC;IACzE,IAAI,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,GAAG,eAAe,CAAC;CAC7D,CAAC;AAEF,KAAK,WAAW,GAAG,WAAW,GAC5B,IAAI,CAAC,KAAK,CAAC,qBAAqB,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG;IACpD,EAAE,CAAC,EAAE,QAAQ,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;CAC1C,CAAC;AAEJ,KAAK,WAAW,GAAG,WAAW,GAC5B,IAAI,CAAC,KAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,GAAG;IAC/C,EAAE,CAAC,EAAE,GAAG,CAAC;CACV,CAAC;AAEJ,MAAM,MAAM,KAAK,GAAG,WAAW,GAAG,WAAW,CAAC;AAE9C,MAAM,MAAM,mBAAmB,GAAG,iBAAiB,GAAG,iBAAiB,CAAC;AAExE,QAAA,MAAM,MAAM,uJAkGX,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,3 +1,3 @@
1
- export { default } from './Button.resolver';
2
- export type { ButtonProps } from './Button.resolver';
1
+ export { default } from './Button';
2
+ export type { Props as ButtonProps } from './Button';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,YAAY,EAAE,KAAK,IAAI,WAAW,EAAE,MAAM,UAAU,CAAC"}
@@ -1,15 +1,22 @@
1
1
  import { ControlType, Priority } from '../common';
2
+ /**
3
+ * @deprecated use `'default'` instead
4
+ */
5
+ type DeprecatedTypes = `${ControlType.ACCENT | ControlType.POSITIVE}`;
2
6
  export interface CircularButtonProps {
3
7
  className?: string;
4
8
  children: string;
5
9
  disabled?: boolean;
6
10
  icon: React.ReactElement<{
7
11
  size?: unknown;
8
- }>;
9
- onClick?: React.MouseEventHandler<HTMLInputElement>;
12
+ }> | React.ReactNode;
13
+ onClick?: React.MouseEventHandler<HTMLInputElement> & React.MouseEventHandler<HTMLButtonElement> & React.MouseEventHandler<HTMLAnchorElement>;
10
14
  priority?: `${Priority.PRIMARY | Priority.SECONDARY}`;
11
- type?: `${ControlType.ACCENT | ControlType.POSITIVE | ControlType.NEGATIVE}`;
15
+ /**
16
+ * `"accent"` and `"positive"` values are **deprecated**, please use `"default"` instead
17
+ */
18
+ type?: DeprecatedTypes | 'default' | `${ControlType.NEGATIVE}`;
12
19
  }
13
- declare const CircularButton: ({ className, children, disabled, icon, priority, type, ...rest }: CircularButtonProps) => import("react").JSX.Element;
20
+ declare const CircularButton: ({ className, children, disabled, icon, onClick, priority, type, }: CircularButtonProps) => import("react").JSX.Element;
14
21
  export default CircularButton;
15
22
  //# sourceMappingURL=CircularButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CircularButton.d.ts","sourceRoot":"","sources":["../../../src/circularButton/CircularButton.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAc,WAAW,EAAE,QAAQ,EAAc,MAAM,WAAW,CAAC;AAI1E,MAAM,WAAW,mBAAmB;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC;QAAE,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IAC7C,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACpD,QAAQ,CAAC,EAAE,GAAG,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC,SAAS,EAAE,CAAC;IACtD,IAAI,CAAC,EAAE,GAAG,WAAW,CAAC,MAAM,GAAG,WAAW,CAAC,QAAQ,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC;CAC9E;AAED,QAAA,MAAM,cAAc,qEAQjB,mBAAmB,gCAyBrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"CircularButton.d.ts","sourceRoot":"","sources":["../../../src/circularButton/CircularButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,WAAW,CAAC;AAG9D;;GAEG;AACH,KAAK,eAAe,GAAG,GAAG,WAAW,CAAC,MAAM,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC;AAEtE,MAAM,WAAW,mBAAmB;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC;QAAE,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;IAC/D,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,GACjD,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,GAC1C,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC7C,QAAQ,CAAC,EAAE,GAAG,QAAQ,CAAC,OAAO,GAAG,QAAQ,CAAC,SAAS,EAAE,CAAC;IACtD;;OAEG;IACH,IAAI,CAAC,EAAE,eAAe,GAAG,SAAS,GAAG,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC;CAChE;AAED,QAAA,MAAM,cAAc,sEAQjB,mBAAmB,gCA6BrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -8,12 +8,11 @@ export interface DefinitionListDefinition {
8
8
  value: React.ReactNode;
9
9
  key: string;
10
10
  }
11
- type DefinitionListLayout = `${Layout.VERTICAL_TWO_COLUMN | Layout.VERTICAL_ONE_COLUMN | Layout.HORIZONTAL_JUSTIFIED | Layout.HORIZONTAL_LEFT_ALIGNED | Layout.HORIZONTAL_RIGHT_ALIGNED}`;
11
+ export type DefinitionListLayout = `${Layout.VERTICAL_TWO_COLUMN | Layout.VERTICAL_ONE_COLUMN | Layout.HORIZONTAL_JUSTIFIED | Layout.HORIZONTAL_LEFT_ALIGNED | Layout.HORIZONTAL_RIGHT_ALIGNED}`;
12
12
  export interface DefinitionListProps {
13
13
  definitions?: DefinitionListDefinition[];
14
14
  layout?: DefinitionListLayout;
15
15
  muted?: boolean;
16
16
  }
17
17
  export default function DefinitionList({ definitions, layout, muted, }: DefinitionListProps): import("react").JSX.Element;
18
- export {};
19
18
  //# sourceMappingURL=DefinitionList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DefinitionList.d.ts","sourceRoot":"","sources":["../../../src/definitionList/DefinitionList.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,MAAM,WAAW,wBAAwB;IACvC,MAAM,CAAC,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;KACtD,CAAC;IACF,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,KAAK,oBAAoB,GACvB,GAAG,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,oBAAoB,GAAG,MAAM,CAAC,uBAAuB,GAAG,MAAM,CAAC,wBAAwB,EAAE,CAAC;AAEhK,MAAM,WAAW,mBAAmB;IAClC,WAAW,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACzC,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAoCD,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,WAAgC,EAChC,MAA8B,EAC9B,KAAK,GACN,EAAE,mBAAmB,+BAmCrB"}
1
+ {"version":3,"file":"DefinitionList.d.ts","sourceRoot":"","sources":["../../../src/definitionList/DefinitionList.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,MAAM,WAAW,wBAAwB;IACvC,MAAM,CAAC,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;KACtD,CAAC;IACF,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,MAAM,oBAAoB,GAC9B,GAAG,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,oBAAoB,GAAG,MAAM,CAAC,uBAAuB,GAAG,MAAM,CAAC,wBAAwB,EAAE,CAAC;AAEhK,MAAM,WAAW,mBAAmB;IAClC,WAAW,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACzC,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAoCD,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,WAAgC,EAChC,MAA8B,EAC9B,KAAK,GACN,EAAE,mBAAmB,+BAmCrB"}
@@ -1,6 +1,6 @@
1
- import type { PrimitiveAnchorProps } from '../primitives';
1
+ import { AnchorHTMLAttributes } from 'react';
2
2
  import { LinkLarge, LinkDefault } from '../common';
3
- export type Props = PrimitiveAnchorProps & {
3
+ export type Props = AnchorHTMLAttributes<HTMLAnchorElement> & {
4
4
  type?: LinkLarge | LinkDefault;
5
5
  };
6
6
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/link/Link.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAInD,MAAM,MAAM,KAAK,GAAG,oBAAoB,GAAG;IAAE,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAA;CAAE,CAAC;AAE9E;;;;GAIG;AACH,QAAA,MAAM,IAAI,4FASP,KAAK,gCA0BP,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/link/Link.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAG7C,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAInD,MAAM,MAAM,KAAK,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IAAE,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAA;CAAE,CAAC;AAEjG;;;;GAIG;AACH,QAAA,MAAM,IAAI,4FASP,KAAK,gCAkBP,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PrimitiveAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/primitives/PrimitiveAnchor/src/PrimitiveAnchor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkC,MAAM,OAAO,CAAC;AAEvD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,IAAI,CAAC;AAE/C;;;;;;;;GAQG;AACH,QAAA,MAAM,eAAe,6GAkGpB,CAAC;AAIF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"PrimitiveAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/primitives/PrimitiveAnchor/src/PrimitiveAnchor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkC,MAAM,OAAO,CAAC;AAEvD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,IAAI,CAAC;AAE/C;;;;;;;;GAQG;AACH,QAAA,MAAM,eAAe,6GAwGpB,CAAC;AAIF,eAAe,eAAe,CAAC"}
@@ -12,7 +12,7 @@ export interface PrimitiveAnchorProps extends BasePrimitiveProps, StyleProp, Omi
12
12
  /** Content of the anchor */
13
13
  children?: ReactNode;
14
14
  /** The URL to navigate to when the anchor is clicked */
15
- href?: string | undefined;
15
+ href: string;
16
16
  /** Disable the anchor */
17
17
  disabled?: boolean;
18
18
  /** Reference to the anchor element */