@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.
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ baseStyle: {
3
+ container: {
4
+ borderRadius: string;
5
+ fontSize: string;
6
+ };
7
+ };
8
+ };
9
+ export default _default;
@@ -1,3 +1,4 @@
1
+ export { default as Alert } from './alert';
1
2
  export { default as Badge } from './badge';
2
3
  export { default as Button } from './button';
3
4
  export { default as Checkbox } from './checkbox';
@@ -2,6 +2,7 @@ declare const _default: {
2
2
  baseStyle: {
3
3
  list: {
4
4
  overflow: string;
5
+ fontSize: string;
5
6
  };
6
7
  };
7
8
  };
package/dist/esm/index.js CHANGED
@@ -55928,6 +55928,15 @@ var TopBarBackAction = function (_a) {
55928
55928
  rightInformation));
55929
55929
  };
55930
55930
 
55931
+ var alert = {
55932
+ baseStyle: {
55933
+ container: {
55934
+ borderRadius: 'md',
55935
+ fontSize: 'md'
55936
+ }
55937
+ }
55938
+ };
55939
+
55931
55940
  var badge = {
55932
55941
  baseStyle: {
55933
55942
  borderRadius: 'md',
@@ -56347,7 +56356,8 @@ var Input = {
56347
56356
  var menu = {
56348
56357
  baseStyle: {
56349
56358
  list: {
56350
- overflow: 'hidden'
56359
+ overflow: 'hidden',
56360
+ fontSize: 'md'
56351
56361
  }
56352
56362
  }
56353
56363
  };
@@ -56472,6 +56482,7 @@ var textarea = {
56472
56482
 
56473
56483
  var components = /*#__PURE__*/Object.freeze({
56474
56484
  __proto__: null,
56485
+ Alert: alert,
56475
56486
  Badge: badge,
56476
56487
  Button: button,
56477
56488
  Checkbox: checkbox,
@@ -56528,7 +56539,7 @@ var colors = {
56528
56539
  800: '#430F0F',
56529
56540
  900: '#210707'
56530
56541
  },
56531
- background: '#F4FDFF',
56542
+ background: '#FBFBFB',
56532
56543
  gray: {
56533
56544
  50: '#F8FAFC',
56534
56545
  100: '#F1F5F9',