@common-origin/design-system 1.6.0 → 1.8.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.
package/dist/index.js CHANGED
@@ -747,7 +747,7 @@ var AvatarContainer = styled.div.withConfig({
747
747
  },
748
748
  displayName: "Avatar__AvatarContainer",
749
749
  componentId: "sc-ezn4ax-0"
750
- })(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n background-color: ", ";\n overflow: hidden;\n flex-shrink: 0;\n"], ["\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n background-color: ", ";\n overflow: hidden;\n flex-shrink: 0;\n"])), function (_a) {
750
+ })(templateObject_1$m || (templateObject_1$m = __makeTemplateObject(["\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n background-color: ", ";\n overflow: hidden;\n flex-shrink: 0;\n"], ["\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n background-color: ", ";\n overflow: hidden;\n flex-shrink: 0;\n"])), function (_a) {
751
751
  var $size = _a.$size;
752
752
  return tokens.semantic.size.avatar[$size];
753
753
  }, function (_a) {
@@ -760,14 +760,14 @@ var AvatarImage = styled.img.withConfig({
760
760
  },
761
761
  displayName: "Avatar__AvatarImage",
762
762
  componentId: "sc-ezn4ax-1"
763
- })(templateObject_2$a || (templateObject_2$a = __makeTemplateObject(["\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-radius: ", ";\n /* Remove the img role since the container already has role=\"img\" */\n"], ["\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-radius: ", ";\n /* Remove the img role since the container already has role=\"img\" */\n"])), tokens.base.border.radius.circle);
763
+ })(templateObject_2$b || (templateObject_2$b = __makeTemplateObject(["\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-radius: ", ";\n /* Remove the img role since the container already has role=\"img\" */\n"], ["\n width: 100%;\n height: 100%;\n object-fit: cover;\n border-radius: ", ";\n /* Remove the img role since the container already has role=\"img\" */\n"])), tokens.base.border.radius.circle);
764
764
  var AvatarInitials = styled.span.withConfig({
765
765
  shouldForwardProp: function shouldForwardProp(prop) {
766
766
  return !prop.startsWith('$');
767
767
  },
768
768
  displayName: "Avatar__AvatarInitials",
769
769
  componentId: "sc-ezn4ax-2"
770
- })(templateObject_3$8 || (templateObject_3$8 = __makeTemplateObject(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: 1;\n text-transform: uppercase;\n user-select: none;\n"], ["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: 1;\n text-transform: uppercase;\n user-select: none;\n"
770
+ })(templateObject_3$9 || (templateObject_3$9 = __makeTemplateObject(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: 1;\n text-transform: uppercase;\n user-select: none;\n"], ["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: 1;\n text-transform: uppercase;\n user-select: none;\n"
771
771
  // Helper function to get initials from name
772
772
  ])), tokens.base.fontFamily.body, tokens.base.fontWeight[3], function (_a) {
773
773
  var $size = _a.$size;
@@ -830,7 +830,80 @@ var Avatar = function Avatar(_a) {
830
830
  "aria-hidden": "true"
831
831
  }, initials));
832
832
  };
833
- var templateObject_1$l, templateObject_2$a, templateObject_3$8;
833
+ var templateObject_1$m, templateObject_2$b, templateObject_3$9;
834
+
835
+ React.createElement;
836
+ var _a$6 = tokens.semantic,
837
+ color$4 = _a$6.color,
838
+ typography$3 = _a$6.typography,
839
+ _b$2 = tokens.base,
840
+ fontSize = _b$2.fontSize;
841
+ _b$2.shadow;
842
+ var scaleIn = styled.keyframes(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["\n from {\n transform: scale(0.8);\n opacity: 0;\n }\n to {\n transform: scale(1);\n opacity: 1;\n }\n"], ["\n from {\n transform: scale(0.8);\n opacity: 0;\n }\n to {\n transform: scale(1);\n opacity: 1;\n }\n"])));
843
+ var BadgeWrapper = styled.span.withConfig({
844
+ displayName: "Badge__BadgeWrapper",
845
+ componentId: "sc-tjz4pp-0"
846
+ })(templateObject_2$a || (templateObject_2$a = __makeTemplateObject(["\n position: relative;\n display: inline-flex;\n vertical-align: middle;\n flex-shrink: 0;\n"], ["\n position: relative;\n display: inline-flex;\n vertical-align: middle;\n flex-shrink: 0;\n"])));
847
+ var BadgeIndicator = styled.span.withConfig({
848
+ shouldForwardProp: function shouldForwardProp(prop) {
849
+ return !prop.startsWith('$');
850
+ },
851
+ displayName: "Badge__BadgeIndicator",
852
+ componentId: "sc-tjz4pp-1"
853
+ })(templateObject_3$8 || (templateObject_3$8 = __makeTemplateObject(["\n position: absolute;\n top: 0;\n right: 0;\n transform: translate(50%, -50%);\n display: ", ";\n align-items: center;\n justify-content: center;\n min-width: ", ";\n height: ", ";\n padding: ", ";\n border-radius: ", ";\n font: ", ";\n font-size: ", ";\n font-weight: 600;\n line-height: 1;\n white-space: nowrap;\n box-shadow: 0 0 0 2px ", ";\n animation: ", " 0.2s ease-out;\n \n ", "\n"], ["\n position: absolute;\n top: 0;\n right: 0;\n transform: translate(50%, -50%);\n display: ", ";\n align-items: center;\n justify-content: center;\n min-width: ", ";\n height: ", ";\n padding: ", ";\n border-radius: ", ";\n font: ", ";\n font-size: ", ";\n font-weight: 600;\n line-height: 1;\n white-space: nowrap;\n box-shadow: 0 0 0 2px ", ";\n animation: ", " 0.2s ease-out;\n \n ", "\n"])), function (props) {
854
+ return props.$isVisible ? 'flex' : 'none';
855
+ }, function (props) {
856
+ return props.$isDot ? '8px' : '20px';
857
+ }, function (props) {
858
+ return props.$isDot ? '8px' : '20px';
859
+ }, function (props) {
860
+ return props.$isDot ? '0' : '0 6px';
861
+ }, tokens.base.border.radius.circle, typography$3.caption, fontSize[1], color$4.background["default"], scaleIn, function (props) {
862
+ switch (props.$variant) {
863
+ case 'primary':
864
+ return "\n background-color: ".concat(color$4.background.interactive, ";\n color: ").concat(color$4.text.inverse, ";\n ");
865
+ case 'error':
866
+ return "\n background-color: ".concat(color$4.background.error, ";\n color: ").concat(color$4.text.inverse, ";\n ");
867
+ case 'warning':
868
+ return "\n background-color: ".concat(color$4.background.warning, ";\n color: ").concat(color$4.text.inverse, ";\n ");
869
+ case 'success':
870
+ return "\n background-color: ".concat(color$4.background.success, ";\n color: ").concat(color$4.text.inverse, ";\n ");
871
+ default:
872
+ return "\n background-color: ".concat(color$4.background.emphasis, ";\n color: ").concat(color$4.text.inverse, ";\n ");
873
+ }
874
+ });
875
+ var ScreenReaderOnly = styled.span.withConfig({
876
+ displayName: "Badge__ScreenReaderOnly",
877
+ componentId: "sc-tjz4pp-2"
878
+ })(templateObject_4$6 || (templateObject_4$6 = __makeTemplateObject(["\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n"], ["\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n"])));
879
+ var Badge = function Badge(_a) {
880
+ var children = _a.children,
881
+ _b = _a.count,
882
+ count = _b === void 0 ? 0 : _b,
883
+ _c = _a.max,
884
+ max = _c === void 0 ? 99 : _c,
885
+ _d = _a.variant,
886
+ variant = _d === void 0 ? 'default' : _d,
887
+ _e = _a.dot,
888
+ dot = _e === void 0 ? false : _e,
889
+ ariaLabel = _a["aria-label"],
890
+ className = _a.className;
891
+ var isVisible = dot || count > 0;
892
+ var displayCount = count > max ? "".concat(max, "+") : count.toString();
893
+ // Generate default aria-label if not provided
894
+ var defaultAriaLabel = dot ? 'New notification indicator' : count === 1 ? '1 notification' : "".concat(count, " notifications");
895
+ var label = ariaLabel || defaultAriaLabel;
896
+ return /*#__PURE__*/React.createElement(BadgeWrapper, {
897
+ className: className
898
+ }, children, /*#__PURE__*/React.createElement(BadgeIndicator, {
899
+ $variant: variant,
900
+ $isDot: dot,
901
+ $isVisible: isVisible,
902
+ role: "status",
903
+ "aria-live": "polite"
904
+ }, !dot && displayCount, /*#__PURE__*/React.createElement(ScreenReaderOnly, null, label)));
905
+ };
906
+ var templateObject_1$l, templateObject_2$a, templateObject_3$8, templateObject_4$6;
834
907
 
835
908
  React.createElement;
836
909
  var StyledBox = styled.div.withConfig({
@@ -1106,6 +1179,10 @@ var link = {
1106
1179
  path: "M10 7C10.5523 7 11 7.44772 11 8C11 8.55228 10.5523 9 10 9H7C5.34315 9 4 10.3431 4 12C4 13.6569 5.34315 15 7 15H10C10.5523 15 11 15.4477 11 16C11 16.5523 10.5523 17 10 17H7C4.23858 17 2 14.7614 2 12C2 9.23858 4.23858 7 7 7H10Z M17 7C19.7614 7 22 9.23858 22 12C22 14.7614 19.7614 17 17 17H14C13.4477 17 13 16.5523 13 16C13 15.4477 13.4477 15 14 15H17C18.6569 15 20 13.6569 20 12C20 10.3431 18.6569 9 17 9H14C13.4477 9 13 8.55228 13 8C13 7.44772 13.4477 7 14 7H17Z M16 11C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H16Z",
1107
1180
  name: "link"
1108
1181
  };
1182
+ var table = {
1183
+ path: "M20 10H16V19H19C19.4995 19 19.7737 18.9982 19.9639 18.9727C19.9662 18.9724 19.9685 18.971 19.9707 18.9707C19.971 18.9685 19.9724 18.9662 19.9727 18.9639C19.9982 18.7737 20 18.4995 20 18V10ZM22 18C22 18.4431 22.0018 18.876 21.9541 19.2305C21.9026 19.6137 21.7773 20.0509 21.4141 20.4141C21.0509 20.7773 20.6137 20.9026 20.2305 20.9541C19.876 21.0018 19.4431 21 19 21H14V8.00001H22V18Z M10 8.00001V21H5.00001C4.55687 21 4.12397 21.0018 3.76954 20.9541C3.38634 20.9026 2.94916 20.7773 2.58595 20.4141C2.22273 20.0509 2.09743 19.6137 2.04591 19.2305C1.99825 18.876 2.00001 18.4431 2.00001 18V8.00001H10ZM4.00001 18C4.00001 18.4995 4.00181 18.7737 4.02735 18.9639C4.02766 18.9661 4.02803 18.9685 4.02833 18.9707C4.03085 18.9711 4.03351 18.9723 4.03614 18.9727C4.22633 18.9982 4.50051 19 5.00001 19H8.00001V10H4.00001V18Z M16 8.00001V21H8.00001V8.00001H16ZM10 19H14V10H10V19Z M20 6.00001C20 5.50051 19.9982 5.22633 19.9727 5.03614C19.9723 5.03351 19.9711 5.03085 19.9707 5.02833C19.9685 5.02803 19.9661 5.02766 19.9639 5.02735C19.7737 5.00181 19.4995 5.00001 19 5.00001H5.00001C4.50051 5.00001 4.22633 5.00181 4.03614 5.02735C4.03355 5.0277 4.03081 5.02798 4.02833 5.02833C4.02798 5.03081 4.0277 5.03355 4.02735 5.03614C4.00181 5.22633 4.00001 5.50051 4.00001 6.00001V8.00001H20V6.00001ZM22 10H2.00001V6.00001C2.00001 5.55687 1.99825 5.12397 2.04591 4.76954C2.09743 4.38634 2.22273 3.94916 2.58595 3.58595C2.94916 3.22273 3.38634 3.09743 3.76954 3.04591C4.12397 2.99825 4.55687 3.00001 5.00001 3.00001H19C19.4431 3.00001 19.876 2.99825 20.2305 3.04591C20.6137 3.09743 21.0509 3.22273 21.4141 3.58595C21.7773 3.94916 21.9026 4.38634 21.9541 4.76954C22.0018 5.12397 22 5.55687 22 6.00001V10Z",
1184
+ name: "table"
1185
+ };
1109
1186
  var userBox = {
1110
1187
  path: "M12 6C14.2091 6 16 7.79086 16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10C8 7.79086 9.79086 6 12 6ZM12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8Z M14 2C17.7712 2 19.6566 2.0003 20.8281 3.17188C21.9997 4.34345 22 6.22876 22 10V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.803 21.8533 18.2315 21.982 15.3281 21.998L14 22H10L8.67188 21.998C5.8719 21.9826 4.31033 21.8625 3.2832 20.9346L3.17188 20.8281C2.14675 19.803 2.01797 18.2315 2.00195 15.3281L2 14V10C2 6.34627 2 4.46248 3.06543 3.2832L3.17188 3.17188C4.34345 2.0003 6.22876 2 10 2H14ZM12 18C10.8577 18 9.76263 18.3153 8.88574 18.876C8.39459 19.1901 7.99492 19.5688 7.69043 19.9834C8.33459 19.9972 9.09233 20 10 20H14C14.9072 20 15.6646 19.9971 16.3086 19.9834C16.0041 19.5689 15.6052 19.19 15.1143 18.876C14.2374 18.3153 13.1423 18 12 18ZM10 4C8.05784 4 6.80197 4.00454 5.87695 4.12891C5.00986 4.24554 4.73816 4.43372 4.58594 4.58594C4.43372 4.73816 4.24554 5.00986 4.12891 5.87695C4.00454 6.80197 4 8.05784 4 10V14C4 15.9422 4.00454 17.198 4.12891 18.123C4.24554 18.9901 4.43372 19.2618 4.58594 19.4141C4.71234 19.5405 4.92163 19.6893 5.48535 19.8037C5.96679 18.7505 6.77822 17.8493 7.80859 17.1904C9.02742 16.4111 10.5007 16 12 16C13.4993 16 14.9726 16.4111 16.1914 17.1904C17.2217 17.8492 18.0322 18.7507 18.5137 19.8037C19.0781 19.6893 19.2876 19.5405 19.4141 19.4141C19.5663 19.2618 19.7545 18.9901 19.8711 18.123C19.9955 17.198 20 15.9422 20 14V10C20 8.05784 19.9955 6.80197 19.8711 5.87695C19.7545 5.00986 19.5663 4.73816 19.4141 4.58594C19.2618 4.43372 18.9901 4.24554 18.123 4.12891C17.198 4.00454 15.9422 4 14 4H10Z",
1111
1188
  name: "userBox"
@@ -1121,6 +1198,10 @@ var iconsData = {
1121
1198
  check: check,
1122
1199
  close: close,
1123
1200
  directionRight: directionRight,
1201
+ "export": {
1202
+ path: "M7.70703 10.707L11 7.41406L11 14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V7.41406L16.293 10.707L17.707 9.29297L12 3.58594L6.29297 9.29297L7.70703 10.707Z M4 17V16H6V17C6 17.5523 6.44772 18 7 18H17C17.5523 18 18 17.5523 18 17V16H20V17C20 18.6051 18.7394 19.9158 17.1543 19.9961L17 20H7C5.34315 20 4 18.6569 4 17Z",
1203
+ name: "export"
1204
+ },
1124
1205
  menu: menu,
1125
1206
  pause: pause,
1126
1207
  play: play,
@@ -1129,6 +1210,7 @@ var iconsData = {
1129
1210
  message: message,
1130
1211
  copy: copy,
1131
1212
  link: link,
1213
+ table: table,
1132
1214
  userBox: userBox
1133
1215
  };
1134
1216
 
@@ -1396,9 +1478,9 @@ var BaseChipStyled = styled.span.withConfig({
1396
1478
  },
1397
1479
  displayName: "ChipBase__BaseChipStyled",
1398
1480
  componentId: "sc-moa6zc-0"
1399
- })(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n height: max-content;\n border-radius: ", ";\n box-sizing: border-box;\n user-select: none;\n white-space: nowrap;\n transition: ", ";\n \n /* Use CSS custom properties set by wrapper */\n background-color: var(--chip-bg-color);\n color: var(--chip-text-color);\n font: var(--chip-font);\n padding: var(--chip-padding);\n opacity: var(--chip-opacity, 1);\n cursor: var(--chip-cursor, default);\n \n &:hover {\n opacity: var(--chip-hover-opacity, var(--chip-opacity, 1));\n }\n \n &:active {\n opacity: var(--chip-active-opacity, var(--chip-opacity, 1));\n }\n \n &:focus-visible {\n outline: 2px solid ", ";\n outline-offset: 2px;\n }\n"], ["\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n height: max-content;\n border-radius: ", ";\n box-sizing: border-box;\n user-select: none;\n white-space: nowrap;\n transition: ", ";\n \n /* Use CSS custom properties set by wrapper */\n background-color: var(--chip-bg-color);\n color: var(--chip-text-color);\n font: var(--chip-font);\n padding: var(--chip-padding);\n opacity: var(--chip-opacity, 1);\n cursor: var(--chip-cursor, default);\n \n &:hover {\n opacity: var(--chip-hover-opacity, var(--chip-opacity, 1));\n }\n \n &:active {\n opacity: var(--chip-active-opacity, var(--chip-opacity, 1));\n }\n \n &:focus-visible {\n outline: 2px solid ", ";\n outline-offset: 2px;\n }\n"
1481
+ })(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n height: max-content;\n border-radius: 12px;\n box-sizing: border-box;\n user-select: none;\n white-space: nowrap;\n transition: width ", ";\n \n /* Use CSS custom properties set by wrapper */\n background-color: var(--chip-bg-color);\n color: var(--chip-text-color);\n font: var(--chip-font);\n padding: var(--chip-padding);\n opacity: var(--chip-opacity, 1);\n cursor: var(--chip-cursor, default);\n \n &:hover {\n opacity: var(--chip-hover-opacity, var(--chip-opacity, 1));\n }\n \n &:active {\n opacity: var(--chip-active-opacity, var(--chip-opacity, 1));\n }\n \n &:focus-visible {\n outline: 2px solid ", ";\n outline-offset: 2px;\n }\n"], ["\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: fit-content;\n height: max-content;\n border-radius: 12px;\n box-sizing: border-box;\n user-select: none;\n white-space: nowrap;\n transition: width ", ";\n \n /* Use CSS custom properties set by wrapper */\n background-color: var(--chip-bg-color);\n color: var(--chip-text-color);\n font: var(--chip-font);\n padding: var(--chip-padding);\n opacity: var(--chip-opacity, 1);\n cursor: var(--chip-cursor, default);\n \n &:hover {\n opacity: var(--chip-hover-opacity, var(--chip-opacity, 1));\n }\n \n &:active {\n opacity: var(--chip-active-opacity, var(--chip-opacity, 1));\n }\n \n &:focus-visible {\n outline: 2px solid ", ";\n outline-offset: 2px;\n }\n"
1400
1482
  // Icon container for selected indicator or leading icons
1401
- ])), chip["default"].borderRadius, tokens.semantic.motion.interactive, chip.variants.interactive.backgroundColor);
1483
+ ])), tokens.semantic.motion.interactive, chip.variants.interactive.backgroundColor);
1402
1484
  // Icon container for selected indicator or leading icons
1403
1485
  var IconContainer = styled.span.withConfig({
1404
1486
  displayName: "ChipBase__IconContainer",
@@ -1954,49 +2036,78 @@ var ProgressBar = function ProgressBar(_a) {
1954
2036
  var templateObject_1$c, templateObject_2$5, templateObject_3$4, templateObject_4$3, templateObject_5$3, templateObject_6$1, templateObject_7$1;
1955
2037
 
1956
2038
  React.createElement;
1957
- var StyledSeparator = styled.div.withConfig({
2039
+ var StyledDivider = styled.div.withConfig({
1958
2040
  shouldForwardProp: function shouldForwardProp(prop) {
1959
2041
  return !prop.startsWith('$');
1960
2042
  },
1961
- displayName: "SectionSeparator__StyledSeparator",
1962
- componentId: "sc-ynv482-0"
1963
- })(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["\n border: none;\n border-top: 1px solid;\n \n /* Apply variant styles */\n ", "\n \n /* Apply size styles */\n ", "\n"], ["\n border: none;\n border-top: 1px solid;\n \n /* Apply variant styles */\n ", "\n \n /* Apply size styles */\n ", "\n"
2043
+ displayName: "Divider__StyledDivider",
2044
+ componentId: "sc-1l0c8ja-0"
2045
+ })(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["\n border: none;\n \n /* Apply orientation */\n ", "\n \n /* Apply variant styles */\n ", "\n \n /* Apply size styles (spacing) */\n ", "\n"], ["\n border: none;\n \n /* Apply orientation */\n ", "\n \n /* Apply variant styles */\n ", "\n \n /* Apply size styles (spacing) */\n ", "\n"
1964
2046
  /**
1965
- * SectionSeparator is an atomic component that provides visual separation between content sections.
2047
+ * Divider is an atomic component that provides visual separation between content sections.
1966
2048
  *
1967
2049
  * Features:
1968
2050
  * - Multiple variants (default, strong, minimal)
1969
2051
  * - Size variations for different spacing needs
2052
+ * - Horizontal and vertical orientations
1970
2053
  * - Semantic token usage for consistent styling
1971
2054
  * - Full accessibility support
1972
2055
  *
1973
2056
  * @example
1974
2057
  * ```tsx
1975
- * <SectionSeparator />
1976
- * <SectionSeparator variant="strong" size="xlarge" />
1977
- * <SectionSeparator variant="minimal" />
2058
+ * <Divider />
2059
+ * <Divider variant="strong" size="xlarge" />
2060
+ * <Divider variant="minimal" />
2061
+ * <Divider orientation="vertical" />
1978
2062
  * ```
1979
2063
  */])), function (_a) {
2064
+ var _b = _a.$orientation,
2065
+ $orientation = _b === void 0 ? 'horizontal' : _b;
2066
+ if ($orientation === 'vertical') {
2067
+ return "\n display: inline-block;\n height: auto;\n align-self: stretch;\n border-left: 1px solid;\n border-top: none;\n ";
2068
+ }
2069
+ return "border-top: 1px solid;";
2070
+ }, function (_a) {
1980
2071
  var _b = _a.$variant,
1981
- $variant = _b === void 0 ? 'default' : _b;
2072
+ $variant = _b === void 0 ? 'default' : _b,
2073
+ _c = _a.$orientation,
2074
+ $orientation = _c === void 0 ? 'horizontal' : _c;
2075
+ var borderProperty = $orientation === 'vertical' ? 'border-left' : 'border-top';
1982
2076
  switch ($variant) {
1983
2077
  case 'strong':
1984
- return "border-top: ".concat(tokens.component.separator.variants.strong.border, ";");
2078
+ return "".concat(borderProperty, ": ").concat(tokens.component.separator.variants.strong.border, ";");
1985
2079
  case 'minimal':
1986
- return "border-top: ".concat(tokens.component.separator.variants.minimal.border, ";");
2080
+ return "".concat(borderProperty, ": ").concat(tokens.component.separator.variants.minimal.border, ";");
1987
2081
  case 'default':
1988
2082
  default:
1989
- return "border-top: ".concat(tokens.component.separator.variants["default"].border, ";");
2083
+ return "".concat(borderProperty, ": ").concat(tokens.component.separator.variants["default"].border, ";");
1990
2084
  }
1991
2085
  }, function (_a) {
1992
2086
  var _b = _a.$size,
1993
2087
  $size = _b === void 0 ? 'large' : _b,
1994
2088
  _c = _a.$variant,
1995
- $variant = _c === void 0 ? 'default' : _c;
1996
- if ($variant === 'minimal') {
1997
- // Minimal variant always uses its predefined spacing
2089
+ $variant = _c === void 0 ? 'default' : _c,
2090
+ _d = _a.$orientation,
2091
+ $orientation = _d === void 0 ? 'horizontal' : _d;
2092
+ if ($variant === 'minimal' && $orientation === 'horizontal') {
2093
+ // Minimal variant always uses its predefined spacing for horizontal
1998
2094
  return "margin: ".concat(tokens.component.separator.variants.minimal.margin, ";");
1999
2095
  }
2096
+ if ($orientation === 'vertical') {
2097
+ // Vertical orientation uses horizontal margins (left/right)
2098
+ switch ($size) {
2099
+ case 'small':
2100
+ return "margin: 0 ".concat(tokens.semantic.spacing.separator.sm, ";");
2101
+ case 'medium':
2102
+ return "margin: 0 ".concat(tokens.semantic.spacing.separator.md, ";");
2103
+ case 'xlarge':
2104
+ return "margin: 0 ".concat(tokens.semantic.spacing.separator.xl, ";");
2105
+ case 'large':
2106
+ default:
2107
+ return "margin: 0 ".concat(tokens.semantic.spacing.separator.lg, ";");
2108
+ }
2109
+ }
2110
+ // Horizontal orientation uses vertical margins (top/bottom)
2000
2111
  switch ($size) {
2001
2112
  case 'small':
2002
2113
  return "margin: ".concat(tokens.component.separator.sizes.small.margin, ";");
@@ -2010,33 +2121,38 @@ var StyledSeparator = styled.div.withConfig({
2010
2121
  }
2011
2122
  });
2012
2123
  /**
2013
- * SectionSeparator is an atomic component that provides visual separation between content sections.
2124
+ * Divider is an atomic component that provides visual separation between content sections.
2014
2125
  *
2015
2126
  * Features:
2016
2127
  * - Multiple variants (default, strong, minimal)
2017
2128
  * - Size variations for different spacing needs
2129
+ * - Horizontal and vertical orientations
2018
2130
  * - Semantic token usage for consistent styling
2019
2131
  * - Full accessibility support
2020
2132
  *
2021
2133
  * @example
2022
2134
  * ```tsx
2023
- * <SectionSeparator />
2024
- * <SectionSeparator variant="strong" size="xlarge" />
2025
- * <SectionSeparator variant="minimal" />
2135
+ * <Divider />
2136
+ * <Divider variant="strong" size="xlarge" />
2137
+ * <Divider variant="minimal" />
2138
+ * <Divider orientation="vertical" />
2026
2139
  * ```
2027
2140
  */
2028
- var SectionSeparator = function SectionSeparator(_a) {
2141
+ var Divider = function Divider(_a) {
2029
2142
  var _b = _a.variant,
2030
2143
  variant = _b === void 0 ? 'default' : _b,
2031
2144
  _c = _a.size,
2032
2145
  size = _c === void 0 ? 'large' : _c,
2146
+ _d = _a.orientation,
2147
+ orientation = _d === void 0 ? 'horizontal' : _d,
2033
2148
  dataTestId = _a["data-testid"];
2034
- return /*#__PURE__*/React.createElement(StyledSeparator, {
2149
+ return /*#__PURE__*/React.createElement(StyledDivider, {
2035
2150
  $variant: variant,
2036
2151
  $size: size,
2152
+ $orientation: orientation,
2037
2153
  "data-testid": dataTestId,
2038
2154
  role: "separator",
2039
- "aria-orientation": "horizontal"
2155
+ "aria-orientation": orientation
2040
2156
  });
2041
2157
  };
2042
2158
  var templateObject_1$b;
@@ -2496,7 +2612,7 @@ var DesignCard = function DesignCard(_a) {
2496
2612
  url: readMoreHref
2497
2613
  }, readMoreText) : /*#__PURE__*/React.createElement(Button, {
2498
2614
  onClick: onReadMore
2499
- }, readMoreText)))))), /*#__PURE__*/React.createElement(SectionSeparator, null));
2615
+ }, readMoreText)))))), /*#__PURE__*/React.createElement(Divider, null));
2500
2616
  }
2501
2617
  return null;
2502
2618
  };
@@ -2997,6 +3113,7 @@ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, temp
2997
3113
 
2998
3114
  exports.ArtCard = ArtCard;
2999
3115
  exports.Avatar = Avatar;
3116
+ exports.Badge = Badge;
3000
3117
  exports.BooleanChip = BooleanChip;
3001
3118
  exports.Box = Box;
3002
3119
  exports.Breadcrumbs = Breadcrumbs;
@@ -3007,6 +3124,7 @@ exports.CodeBlock = CodeBlock;
3007
3124
  exports.Container = Container;
3008
3125
  exports.DateFormatter = DateFormatter;
3009
3126
  exports.DesignCard = DesignCard;
3127
+ exports.Divider = Divider;
3010
3128
  exports.Dropdown = Dropdown;
3011
3129
  exports.FilterChip = FilterChip;
3012
3130
  exports.Grid = Grid;
@@ -3019,7 +3137,6 @@ exports.Picture = Picture;
3019
3137
  exports.ProgressBar = ProgressBar;
3020
3138
  exports.ReleaseCard = ReleaseCard;
3021
3139
  exports.ResponsiveGrid = ResponsiveGrid;
3022
- exports.SectionSeparator = SectionSeparator;
3023
3140
  exports.Stack = Stack;
3024
3141
  exports.Typography = Typography;
3025
3142
  exports.iconsData = iconsData;