@paygreen/pgui 2.12.1 → 2.13.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/cjs/index.js CHANGED
@@ -55954,6 +55954,15 @@ var TopBarBackAction = function (_a) {
55954
55954
  rightInformation));
55955
55955
  };
55956
55956
 
55957
+ var alert = {
55958
+ baseStyle: {
55959
+ container: {
55960
+ borderRadius: 'md',
55961
+ fontSize: 'md'
55962
+ }
55963
+ }
55964
+ };
55965
+
55957
55966
  var badge = {
55958
55967
  baseStyle: {
55959
55968
  borderRadius: 'md',
@@ -56373,7 +56382,8 @@ var Input = {
56373
56382
  var menu = {
56374
56383
  baseStyle: {
56375
56384
  list: {
56376
- overflow: 'hidden'
56385
+ overflow: 'hidden',
56386
+ fontSize: 'md'
56377
56387
  }
56378
56388
  }
56379
56389
  };
@@ -56498,6 +56508,7 @@ var textarea = {
56498
56508
 
56499
56509
  var components = /*#__PURE__*/Object.freeze({
56500
56510
  __proto__: null,
56511
+ Alert: alert,
56501
56512
  Badge: badge,
56502
56513
  Button: button,
56503
56514
  Checkbox: checkbox,
@@ -56554,7 +56565,7 @@ var colors = {
56554
56565
  800: '#430F0F',
56555
56566
  900: '#210707'
56556
56567
  },
56557
- background: '#F4FDFF',
56568
+ background: '#FBFBFB',
56558
56569
  gray: {
56559
56570
  50: '#F8FAFC',
56560
56571
  100: '#F1F5F9',