@dreamcommerce/aurora 3.0.0-249 → 3.0.0-250

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.
@@ -45,7 +45,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
45
45
  key: index
46
46
  }, item, /*#__PURE__*/React__default['default'].createElement("li", {
47
47
  "aria-hidden": "true",
48
- className: "-aurora-mx-0.5"
48
+ className: "-aurora-mx-0.5 aurora-shrink-0"
49
49
  }, separator ? separator : /*#__PURE__*/React__default['default'].createElement(arrow_right_s_line_icon.ArrowRightSLineIcon, {
50
50
  size: 16,
51
51
  color: css_icon_color_tokens.CSS_ICON_COLOR_TOKENS_VALUES.subtle
@@ -37,7 +37,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
37
37
  key: index
38
38
  }, item, /*#__PURE__*/React.createElement("li", {
39
39
  "aria-hidden": "true",
40
- className: "-aurora-mx-0.5"
40
+ className: "-aurora-mx-0.5 aurora-shrink-0"
41
41
  }, separator ? separator : /*#__PURE__*/React.createElement(ArrowRightSLineIcon, {
42
42
  size: 16,
43
43
  color: CSS_ICON_COLOR_TOKENS_VALUES.subtle
@@ -46,7 +46,7 @@ export declare const Typography: ({ variant, as, style, color, weight, size, lin
46
46
  results?: number | undefined;
47
47
  security?: string | undefined;
48
48
  unselectable?: "off" | "on" | undefined;
49
- inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
49
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
50
50
  is?: string | undefined;
51
51
  "aria-activedescendant"?: string | undefined;
52
52
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.0.0-249",
5
+ "version": "3.0.0-250",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",