@pingux/astro 2.30.0-alpha.0 → 2.30.0-alpha.1

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.
@@ -57,12 +57,7 @@ exports.hintButton = hintButton;
57
57
  var popoverContainer = _objectSpread(_objectSpread({}, _TooltipStyles.container), {}, {
58
58
  p: '10px',
59
59
  fontSize: 'sm',
60
- fontWeight: 1,
61
- maxWidth: '300px',
62
- overflow: 'visible',
63
- textOverflow: '',
64
- maxHeight: 'unset',
65
- display: 'flex'
60
+ fontWeight: 1
66
61
  });
67
62
  var _default = {
68
63
  hintButton: hintButton,
@@ -19,14 +19,10 @@ var _Buttons = require("../Button/Buttons.styles");
19
19
  function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
20
20
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(source), !0)).call(_context, function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
21
21
  var container = {
22
- maxWidth: '11.3em',
23
- maxHeight: '15em',
24
- overflow: 'hidden',
25
- textOverflow: 'ellipsis',
26
- WebkitLineClamp: '10',
27
- WebkitBoxOrient: 'vertical',
28
- display: '-webkit-box !important',
22
+ maxWidth: '300px',
23
+ overflow: 'visible',
29
24
  wordBreak: 'break-word',
25
+ display: 'flex',
30
26
  '.is-right > * > &, .is-left > * > &': {
31
27
  maxWidth: '24em',
32
28
  maxHeight: '6.5em',
@@ -49,12 +49,7 @@ export var hintButton = {
49
49
  var popoverContainer = _objectSpread(_objectSpread({}, container), {}, {
50
50
  p: '10px',
51
51
  fontSize: 'sm',
52
- fontWeight: 1,
53
- maxWidth: '300px',
54
- overflow: 'visible',
55
- textOverflow: '',
56
- maxHeight: 'unset',
57
- display: 'flex'
52
+ fontWeight: 1
58
53
  });
59
54
  export default {
60
55
  hintButton: hintButton,
@@ -12,14 +12,10 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
12
12
  import { baseBadge } from '../Badge/Badge.styles';
13
13
  import { text } from '../Button/Buttons.styles';
14
14
  export var container = {
15
- maxWidth: '11.3em',
16
- maxHeight: '15em',
17
- overflow: 'hidden',
18
- textOverflow: 'ellipsis',
19
- WebkitLineClamp: '10',
20
- WebkitBoxOrient: 'vertical',
21
- display: '-webkit-box !important',
15
+ maxWidth: '300px',
16
+ overflow: 'visible',
22
17
  wordBreak: 'break-word',
18
+ display: 'flex',
23
19
  '.is-right > * > &, .is-left > * > &': {
24
20
  maxWidth: '24em',
25
21
  maxHeight: '6.5em',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.30.0-alpha.0",
3
+ "version": "2.30.0-alpha.1",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",