@dreamcommerce/aurora 3.0.0-73 → 3.0.0-75

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.
@@ -13,7 +13,7 @@ var AccordionContent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
13
13
  props = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
14
14
  return /*#__PURE__*/React.createElement(AccordionPrimitive.Content, _rollupPluginBabelHelpers.objectSpread2({
15
15
  ref: ref,
16
- className: "aurora-overflow-hidden data-[state=closed]:aurora-animate-accordion-up data-[state=open]:aurora-animate-accordion-down"
16
+ className: "aurora-pb-3 aurora-pl-3 aurora-pr-3 aurora-overflow-hidden data-[state=closed]:aurora-animate-accordion-up data-[state=open]:aurora-animate-accordion-down"
17
17
  }, props), children);
18
18
  });
19
19
  AccordionContent.displayName = AccordionPrimitive.Content.displayName;
@@ -5,8 +5,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var React = require('react');
6
6
  var _rollupPluginBabelHelpers = require('../../../../../../_virtual/_rollupPluginBabelHelpers.js');
7
7
  var AccordionPrimitive = require('@radix-ui/react-accordion');
8
- var css_icon_color_tokens = require('../../../constants/css_tokens/css_icon_color_tokens.js');
9
8
  var accordion_constants = require('../accordion_constants.js');
9
+ var css_icon_color_tokens = require('../../../constants/css_tokens/css_icon_color_tokens.js');
10
10
  var accordion_context = require('../context/accordion_context.js');
11
11
  var cn = require('../../../utilities/cn.js');
12
12
  var arrow_right = require('../../../assets/icons/arrow_right.js');
@@ -22,11 +22,12 @@ var AccordionTrigger = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
22
22
  iconColor = _ref$iconColor === void 0 ? css_icon_color_tokens.CSS_ICON_COLOR_TOKENS_VALUES.base : _ref$iconColor,
23
23
  props = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
24
24
  var accordionContext = React.useContext(accordion_context.AccordionContext);
25
+ var hasBorderStyles = !!borderStyle;
25
26
  return /*#__PURE__*/React.createElement(AccordionPrimitive.Header, {
26
- className: cn.cn('aurora-border-t aurora-border-b data-[state=open]:aurora-border-b-0 group-[&:not(:first-of-type)]:aurora-border-t-0', _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "aurora-bg-".concat(backgroundColor), !!backgroundColor), "aurora-border-".concat(borderStyle), !!borderStyle))
27
+ className: cn.cn('aurora-border-t aurora-border-b data-[state=open]:aurora-border-b-0', _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, "aurora-bg-".concat(backgroundColor), !!backgroundColor), "aurora-border-".concat(borderStyle), hasBorderStyles), '-aurora-mt-[1px]', !hasBorderStyles))
27
28
  }, /*#__PURE__*/React.createElement(AccordionPrimitive.Trigger, _rollupPluginBabelHelpers.objectSpread2({
28
29
  ref: ref,
29
- className: cn.cn('aurora-flex aurora-items-center aurora-gap-2 aurora-py-2 aurora-pl-1.5 aurora-pr-4 aurora-text aurora-font-semibold aurora-transition-all [&[data-state=open]>svg]:aurora-rotate-90', _rollupPluginBabelHelpers.defineProperty({}, 'aurora-bg', !backgroundColor), className)
30
+ className: cn.cn('aurora-flex aurora-items-center aurora-gap-2 aurora-w-full aurora-py-2 aurora-pl-1.5 aurora-pr-4 aurora-text aurora-font-semibold aurora-transition-all [&[data-state=open]>svg]:aurora-rotate-90', _rollupPluginBabelHelpers.defineProperty({}, 'aurora-bg', !backgroundColor), className)
30
31
  }, props), icon ? icon : (/*#__PURE__*/React.createElement(arrow_right.ArrowRightIcon, {
31
32
  color: css_icon_color_tokens.CSS_ICON_COLOR_TOKENS_VALUES[iconColor],
32
33
  size: accordionContext.size === accordion_constants.ACCORDION_SIZES.default ? 24 : 20,
@@ -1 +1 @@
1
- {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -10,7 +10,7 @@ var css_line_height_tokens = require('../../constants/css_tokens/css_line_height
10
10
 
11
11
  var typographyVariants = index.cva('', {
12
12
  variants: {
13
- variant: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h1, 'aurora-text-6xl aurora-font-bold aurora-tracking-4xs'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h2, 'aurora-text-5xl aurora-font-bold aurora-tracking-3xs'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h3, 'aurora-text-4xl aurora-font-bold aurora-tracking-2xs'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h4, 'aurora-text-3xl aurora-font-bold aurora-tracking-xs'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h5, 'aurora-text-2xl aurora-font-bold aurora-tracking-s'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h6, 'aurora-text-xl aurora-font-bold'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.p, 'aurora-text-xs'),
13
+ variant: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h1, 'aurora-text-6xl aurora-font-bold aurora-tracking-4xs'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h2, 'aurora-text-5xl aurora-font-bold aurora-tracking-3xs'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h3, 'aurora-text-4xl aurora-font-bold aurora-tracking-2xs'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h4, 'aurora-text-3xl aurora-font-bold aurora-tracking-xs'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h5, 'aurora-text-2xl aurora-font-bold aurora-tracking-s'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.h6, 'aurora-text-xl aurora-font-bold'), typography_constants.TYPOGRAPHY_COMPONENT_TYPES.p, 'aurora-text-xs'), "caption", 'aurora-font-extrabold aurora-tracking-md aurora-uppercase'),
14
14
  transform: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, typography_constants.TYPOGRAPHY_TRANSFORM_TYPES.uppercase, 'aurora-uppercase'), typography_constants.TYPOGRAPHY_TRANSFORM_TYPES.lowercase, 'aurora-lowercase'), typography_constants.TYPOGRAPHY_TRANSFORM_TYPES.capitalize, 'aurora-capitalize'),
15
15
  weight: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, typography_constants.TYPOGRAPHY_WEIGHT_TYPES.normal, 'aurora-font-normal'), typography_constants.TYPOGRAPHY_WEIGHT_TYPES.medium, 'aurora-font-medium'), typography_constants.TYPOGRAPHY_WEIGHT_TYPES.semibold, 'aurora-font-semibold'), typography_constants.TYPOGRAPHY_WEIGHT_TYPES.bold, 'aurora-font-bold'), typography_constants.TYPOGRAPHY_WEIGHT_TYPES.extrabold, 'aurora-font-extrabold'),
16
16
  size: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, css_font_size_tokens.CSS_FONT_SIZE_TOKENS.xs, 'aurora-text-xs'), css_font_size_tokens.CSS_FONT_SIZE_TOKENS.s, 'aurora-text-s'), css_font_size_tokens.CSS_FONT_SIZE_TOKENS.md, 'aurora-text'), css_font_size_tokens.CSS_FONT_SIZE_TOKENS.lg, 'aurora-text-lg'), css_font_size_tokens.CSS_FONT_SIZE_TOKENS.xl, 'aurora-text-xl'), css_font_size_tokens.CSS_FONT_SIZE_TOKENS['2xl'], 'aurora-text-2xl'), css_font_size_tokens.CSS_FONT_SIZE_TOKENS['3xl'], 'aurora-text-3xl'), css_font_size_tokens.CSS_FONT_SIZE_TOKENS['4xl'], 'aurora-text-4xl'), css_font_size_tokens.CSS_FONT_SIZE_TOKENS['5xl'], 'aurora-text-5xl'), css_font_size_tokens.CSS_FONT_SIZE_TOKENS['6xl'], 'aurora-text-6xl'),
@@ -2,6 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
+ var accordion_constants = require('./components/accordion/accordion_constants.js');
5
6
  var css_background_tokens = require('./constants/css_tokens/css_background_tokens.js');
6
7
  var css_border_color_tokens = require('./constants/css_tokens/css_border_color_tokens.js');
7
8
  var css_border_radius_tokens = require('./constants/css_tokens/css_border_radius_tokens.js');
@@ -17,7 +18,6 @@ var css_border_style_tokens = require('./constants/css_tokens/css_border_style_t
17
18
  var css_position_tokens = require('./constants/css_tokens/css_position_tokens.js');
18
19
  var css_border_width_tokens = require('./constants/css_tokens/css_border_width_tokens.js');
19
20
  var css_icon_color_tokens = require('./constants/css_tokens/css_icon_color_tokens.js');
20
- var accordion_constants = require('./components/accordion/accordion_constants.js');
21
21
  var accordion = require('./components/accordion/accordion.js');
22
22
  var accordion_content = require('./components/accordion/components/accordion_content.js');
23
23
  var accordion_item = require('./components/accordion/components/accordion_item.js');
@@ -102,6 +102,7 @@ var controls_group = require('./components/controls/controls_group/controls_grou
102
102
 
103
103
 
104
104
 
105
+ exports.ACCORDION_SIZES = accordion_constants.ACCORDION_SIZES;
105
106
  exports.CSS_BACKGROUND_TOKENS = css_background_tokens.CSS_BACKGROUND_TOKENS;
106
107
  exports.CSS_BORDER_COLOR_TOKENS = css_border_color_tokens.CSS_BORDER_COLOR_TOKENS;
107
108
  exports.CSS_BORDER_RADIUS_SIDE_TOKENS = css_border_radius_tokens.CSS_BORDER_RADIUS_SIDE_TOKENS;
@@ -119,7 +120,6 @@ exports.CSS_POSITION_TOKENS = css_position_tokens.CSS_POSITION_TOKENS;
119
120
  exports.CSS_BORDER_WIDTH_SIDE_TOKENS = css_border_width_tokens.CSS_BORDER_WIDTH_SIDE_TOKENS;
120
121
  exports.CSS_BORDER_WIDTH_TOKENS = css_border_width_tokens.CSS_BORDER_WIDTH_TOKENS;
121
122
  exports.CSS_ICON_COLOR_TOKENS_VALUES = css_icon_color_tokens.CSS_ICON_COLOR_TOKENS_VALUES;
122
- exports.ACCORDION_SIZES = accordion_constants.ACCORDION_SIZES;
123
123
  exports.Accordion = accordion.Accordion;
124
124
  exports.AccordionContent = accordion_content.AccordionContent;
125
125
  exports.AccordionItem = accordion_item.AccordionItem;
@@ -9,7 +9,7 @@ var AccordionContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
9
9
  props = _objectWithoutProperties(_ref, _excluded);
10
10
  return /*#__PURE__*/createElement(Content, _objectSpread2({
11
11
  ref: ref,
12
- className: "aurora-overflow-hidden data-[state=closed]:aurora-animate-accordion-up data-[state=open]:aurora-animate-accordion-down"
12
+ className: "aurora-pb-3 aurora-pl-3 aurora-pr-3 aurora-overflow-hidden data-[state=closed]:aurora-animate-accordion-up data-[state=open]:aurora-animate-accordion-down"
13
13
  }, props), children);
14
14
  });
15
15
  AccordionContent.displayName = Content.displayName;
@@ -1,8 +1,8 @@
1
1
  import { forwardRef, useContext, createElement } from 'react';
2
2
  import { objectWithoutProperties as _objectWithoutProperties, defineProperty as _defineProperty, objectSpread2 as _objectSpread2 } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
3
3
  import { Header, Trigger } from '@radix-ui/react-accordion';
4
- import { CSS_ICON_COLOR_TOKENS_VALUES } from '../../../constants/css_tokens/css_icon_color_tokens.js';
5
4
  import { ACCORDION_SIZES } from '../accordion_constants.js';
5
+ import { CSS_ICON_COLOR_TOKENS_VALUES } from '../../../constants/css_tokens/css_icon_color_tokens.js';
6
6
  import { AccordionContext } from '../context/accordion_context.js';
7
7
  import { cn } from '../../../utilities/cn.js';
8
8
  import { ArrowRightIcon } from '../../../assets/icons/arrow_right.js';
@@ -18,11 +18,12 @@ var AccordionTrigger = /*#__PURE__*/forwardRef(function (_ref, ref) {
18
18
  iconColor = _ref$iconColor === void 0 ? CSS_ICON_COLOR_TOKENS_VALUES.base : _ref$iconColor,
19
19
  props = _objectWithoutProperties(_ref, _excluded);
20
20
  var accordionContext = useContext(AccordionContext);
21
+ var hasBorderStyles = !!borderStyle;
21
22
  return /*#__PURE__*/createElement(Header, {
22
- className: cn('aurora-border-t aurora-border-b data-[state=open]:aurora-border-b-0 group-[&:not(:first-of-type)]:aurora-border-t-0', _defineProperty(_defineProperty({}, "aurora-bg-".concat(backgroundColor), !!backgroundColor), "aurora-border-".concat(borderStyle), !!borderStyle))
23
+ className: cn('aurora-border-t aurora-border-b data-[state=open]:aurora-border-b-0', _defineProperty(_defineProperty(_defineProperty({}, "aurora-bg-".concat(backgroundColor), !!backgroundColor), "aurora-border-".concat(borderStyle), hasBorderStyles), '-aurora-mt-[1px]', !hasBorderStyles))
23
24
  }, /*#__PURE__*/createElement(Trigger, _objectSpread2({
24
25
  ref: ref,
25
- className: cn('aurora-flex aurora-items-center aurora-gap-2 aurora-py-2 aurora-pl-1.5 aurora-pr-4 aurora-text aurora-font-semibold aurora-transition-all [&[data-state=open]>svg]:aurora-rotate-90', _defineProperty({}, 'aurora-bg', !backgroundColor), className)
26
+ className: cn('aurora-flex aurora-items-center aurora-gap-2 aurora-w-full aurora-py-2 aurora-pl-1.5 aurora-pr-4 aurora-text aurora-font-semibold aurora-transition-all [&[data-state=open]>svg]:aurora-rotate-90', _defineProperty({}, 'aurora-bg', !backgroundColor), className)
26
27
  }, props), icon ? icon : (/*#__PURE__*/createElement(ArrowRightIcon, {
27
28
  color: CSS_ICON_COLOR_TOKENS_VALUES[iconColor],
28
29
  size: accordionContext.size === ACCORDION_SIZES.default ? 24 : 20,
@@ -1 +1 @@
1
- {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -1,5 +1,5 @@
1
1
  export declare const typographyVariants: (props?: ({
2
- variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | null | undefined;
2
+ variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "caption" | null | undefined;
3
3
  transform?: "uppercase" | "lowercase" | "capitalize" | null | undefined;
4
4
  weight?: "normal" | "medium" | "semibold" | "bold" | "extrabold" | null | undefined;
5
5
  size?: "xs" | "s" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | null | undefined;
@@ -6,7 +6,7 @@ import { CSS_LINE_HEIGHT_TOKENS } from '../../constants/css_tokens/css_line_heig
6
6
 
7
7
  var typographyVariants = cva('', {
8
8
  variants: {
9
- variant: _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TYPOGRAPHY_COMPONENT_TYPES.h1, 'aurora-text-6xl aurora-font-bold aurora-tracking-4xs'), TYPOGRAPHY_COMPONENT_TYPES.h2, 'aurora-text-5xl aurora-font-bold aurora-tracking-3xs'), TYPOGRAPHY_COMPONENT_TYPES.h3, 'aurora-text-4xl aurora-font-bold aurora-tracking-2xs'), TYPOGRAPHY_COMPONENT_TYPES.h4, 'aurora-text-3xl aurora-font-bold aurora-tracking-xs'), TYPOGRAPHY_COMPONENT_TYPES.h5, 'aurora-text-2xl aurora-font-bold aurora-tracking-s'), TYPOGRAPHY_COMPONENT_TYPES.h6, 'aurora-text-xl aurora-font-bold'), TYPOGRAPHY_COMPONENT_TYPES.p, 'aurora-text-xs'),
9
+ variant: _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TYPOGRAPHY_COMPONENT_TYPES.h1, 'aurora-text-6xl aurora-font-bold aurora-tracking-4xs'), TYPOGRAPHY_COMPONENT_TYPES.h2, 'aurora-text-5xl aurora-font-bold aurora-tracking-3xs'), TYPOGRAPHY_COMPONENT_TYPES.h3, 'aurora-text-4xl aurora-font-bold aurora-tracking-2xs'), TYPOGRAPHY_COMPONENT_TYPES.h4, 'aurora-text-3xl aurora-font-bold aurora-tracking-xs'), TYPOGRAPHY_COMPONENT_TYPES.h5, 'aurora-text-2xl aurora-font-bold aurora-tracking-s'), TYPOGRAPHY_COMPONENT_TYPES.h6, 'aurora-text-xl aurora-font-bold'), TYPOGRAPHY_COMPONENT_TYPES.p, 'aurora-text-xs'), "caption", 'aurora-font-extrabold aurora-tracking-md aurora-uppercase'),
10
10
  transform: _defineProperty(_defineProperty(_defineProperty({}, TYPOGRAPHY_TRANSFORM_TYPES.uppercase, 'aurora-uppercase'), TYPOGRAPHY_TRANSFORM_TYPES.lowercase, 'aurora-lowercase'), TYPOGRAPHY_TRANSFORM_TYPES.capitalize, 'aurora-capitalize'),
11
11
  weight: _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TYPOGRAPHY_WEIGHT_TYPES.normal, 'aurora-font-normal'), TYPOGRAPHY_WEIGHT_TYPES.medium, 'aurora-font-medium'), TYPOGRAPHY_WEIGHT_TYPES.semibold, 'aurora-font-semibold'), TYPOGRAPHY_WEIGHT_TYPES.bold, 'aurora-font-bold'), TYPOGRAPHY_WEIGHT_TYPES.extrabold, 'aurora-font-extrabold'),
12
12
  size: _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, CSS_FONT_SIZE_TOKENS.xs, 'aurora-text-xs'), CSS_FONT_SIZE_TOKENS.s, 'aurora-text-s'), CSS_FONT_SIZE_TOKENS.md, 'aurora-text'), CSS_FONT_SIZE_TOKENS.lg, 'aurora-text-lg'), CSS_FONT_SIZE_TOKENS.xl, 'aurora-text-xl'), CSS_FONT_SIZE_TOKENS['2xl'], 'aurora-text-2xl'), CSS_FONT_SIZE_TOKENS['3xl'], 'aurora-text-3xl'), CSS_FONT_SIZE_TOKENS['4xl'], 'aurora-text-4xl'), CSS_FONT_SIZE_TOKENS['5xl'], 'aurora-text-5xl'), CSS_FONT_SIZE_TOKENS['6xl'], 'aurora-text-6xl'),
@@ -1,3 +1,4 @@
1
+ export { ACCORDION_SIZES } from './components/accordion/accordion_constants.js';
1
2
  export { CSS_BACKGROUND_TOKENS } from './constants/css_tokens/css_background_tokens.js';
2
3
  export { CSS_BORDER_COLOR_TOKENS } from './constants/css_tokens/css_border_color_tokens.js';
3
4
  export { CSS_BORDER_RADIUS_SIDE_TOKENS, CSS_BORDER_RADIUS_TOKENS } from './constants/css_tokens/css_border_radius_tokens.js';
@@ -13,7 +14,6 @@ export { CSS_BORDER_STYLE_TOKENS } from './constants/css_tokens/css_border_style
13
14
  export { CSS_POSITION_TOKENS } from './constants/css_tokens/css_position_tokens.js';
14
15
  export { CSS_BORDER_WIDTH_SIDE_TOKENS, CSS_BORDER_WIDTH_TOKENS } from './constants/css_tokens/css_border_width_tokens.js';
15
16
  export { CSS_ICON_COLOR_TOKENS_VALUES } from './constants/css_tokens/css_icon_color_tokens.js';
16
- export { ACCORDION_SIZES } from './components/accordion/accordion_constants.js';
17
17
  export { Accordion } from './components/accordion/accordion.js';
18
18
  export { AccordionContent } from './components/accordion/components/accordion_content.js';
19
19
  export { AccordionItem } from './components/accordion/components/accordion_item.js';