@papillonbits/components 1.13.1 → 1.14.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.
Files changed (80) hide show
  1. package/build/index.js +1 -12
  2. package/build/primer/Alert/Alert.js +82 -94
  3. package/build/primer/Alert/Alert.prop.js +19 -25
  4. package/build/primer/Alert/index.js +2 -19
  5. package/build/primer/Blankslate/Blankslate.js +22 -26
  6. package/build/primer/Blankslate/Blankslate.prop.js +11 -17
  7. package/build/primer/Blankslate/index.js +2 -19
  8. package/build/primer/Breadcrumb/Breadcrumb.js +59 -61
  9. package/build/primer/Breadcrumb/Breadcrumb.prop.js +14 -20
  10. package/build/primer/Breadcrumb/index.js +2 -19
  11. package/build/primer/Button/Button.js +63 -72
  12. package/build/primer/Button/Button.prop.js +27 -33
  13. package/build/primer/Button/index.js +2 -49
  14. package/build/primer/Dropdown/Dropdown.js +79 -85
  15. package/build/primer/Dropdown/Dropdown.prop.js +15 -21
  16. package/build/primer/Dropdown/index.js +2 -19
  17. package/build/primer/ErrorBoundary/ErrorBoundary.js +35 -55
  18. package/build/primer/ErrorBoundary/ErrorBoundary.prop.js +4 -10
  19. package/build/primer/ErrorBoundary/index.js +1 -12
  20. package/build/primer/Form/Checkbox/Checkbox.js +29 -39
  21. package/build/primer/Form/Checkbox/Checkbox.prop.js +15 -21
  22. package/build/primer/Form/Checkbox/index.js +2 -19
  23. package/build/primer/Form/Input/Input.js +29 -43
  24. package/build/primer/Form/Input/Input.prop.js +19 -25
  25. package/build/primer/Form/Input/index.js +2 -25
  26. package/build/primer/Form/Radio/Radio.js +26 -38
  27. package/build/primer/Form/Radio/Radio.prop.js +14 -20
  28. package/build/primer/Form/Radio/index.js +2 -19
  29. package/build/primer/Form/index.js +11 -17
  30. package/build/primer/Grid/DisplayTable/DisplayTable.js +44 -54
  31. package/build/primer/Grid/DisplayTable/DisplayTable.prop.js +7 -13
  32. package/build/primer/Grid/DisplayTable/index.js +1 -12
  33. package/build/primer/Grid/FlexGrid/FlexGrid.js +186 -207
  34. package/build/primer/Grid/FlexGrid/FlexGrid.prop.js +24 -30
  35. package/build/primer/Grid/FlexGrid/index.js +2 -25
  36. package/build/primer/Grid/index.js +7 -13
  37. package/build/primer/Icon/Icon.js +35 -52
  38. package/build/primer/Icon/Icon.part.js +1287 -1294
  39. package/build/primer/Icon/Icon.prop.js +20 -26
  40. package/build/primer/Icon/index.js +2 -25
  41. package/build/primer/Label/Label.js +22 -28
  42. package/build/primer/Label/Label.prop.js +11 -17
  43. package/build/primer/Label/index.js +1 -12
  44. package/build/primer/Loader/Loader.js +38 -45
  45. package/build/primer/Loader/Loader.prop.js +7 -13
  46. package/build/primer/Loader/index.js +2 -19
  47. package/build/primer/Navigation/Menu/Menu.js +52 -59
  48. package/build/primer/Navigation/Menu/Menu.prop.js +16 -22
  49. package/build/primer/Navigation/Menu/index.js +1 -12
  50. package/build/primer/Navigation/TabNav/TabNav.js +89 -94
  51. package/build/primer/Navigation/TabNav/TabNav.prop.js +19 -25
  52. package/build/primer/Navigation/TabNav/index.js +2 -19
  53. package/build/primer/Navigation/UnderlineNav/UnderlineNav.js +82 -86
  54. package/build/primer/Navigation/UnderlineNav/UnderlineNav.prop.js +21 -27
  55. package/build/primer/Navigation/UnderlineNav/index.js +2 -25
  56. package/build/primer/Navigation/index.js +10 -16
  57. package/build/primer/Pagination/PreviousNext/PreviousNext.js +53 -54
  58. package/build/primer/Pagination/PreviousNext/PreviousNext.prop.js +22 -28
  59. package/build/primer/Pagination/PreviousNext/index.js +2 -19
  60. package/build/primer/Pagination/index.js +4 -10
  61. package/build/primer/Popover/Popover.js +59 -50
  62. package/build/primer/Popover/Popover.prop.js +16 -22
  63. package/build/primer/Popover/index.js +2 -25
  64. package/build/primer/Progress/Progress.js +20 -26
  65. package/build/primer/Progress/Progress.prop.js +7 -13
  66. package/build/primer/Progress/index.js +2 -19
  67. package/build/primer/Select/Select.js +43 -51
  68. package/build/primer/Select/Select.prop.js +12 -18
  69. package/build/primer/Select/index.js +2 -19
  70. package/build/primer/SelectMenu/SelectMenu.js +65 -74
  71. package/build/primer/SelectMenu/SelectMenu.prop.js +14 -20
  72. package/build/primer/SelectMenu/index.js +1 -12
  73. package/build/primer/Subhead/Subhead.js +16 -23
  74. package/build/primer/Subhead/Subhead.prop.js +6 -12
  75. package/build/primer/Subhead/index.js +1 -12
  76. package/build/primer/Toast/Toast.js +39 -46
  77. package/build/primer/Toast/Toast.prop.js +10 -16
  78. package/build/primer/Toast/index.js +2 -19
  79. package/build/primer/index.js +58 -64
  80. package/package.json +4 -4
@@ -1,87 +1,81 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.primer = void 0;
7
- var _Alert = require("./Alert");
8
- var _Breadcrumb = require("./Breadcrumb");
9
- var _Blankslate = require("./Blankslate");
10
- var _Button = require("./Button");
11
- var _Dropdown = require("./Dropdown");
12
- var _ErrorBoundary = require("./ErrorBoundary");
13
- var _Form = require("./Form");
14
- var _Grid = require("./Grid");
15
- var _Icon = require("./Icon");
16
- var _Label = require("./Label");
17
- var _Loader = require("./Loader");
18
- var _Navigation = require("./Navigation");
19
- var _Pagination = require("./Pagination");
20
- var _Popover = require("./Popover");
21
- var _Progress = require("./Progress");
22
- var _Select = require("./Select");
23
- var _SelectMenu = require("./SelectMenu");
24
- var _Subhead = require("./Subhead");
25
- var _Toast = require("./Toast");
26
- require("@papillonbits/css/build/primer/index.scss");
27
- var primer = exports.primer = {
1
+ import { Alert, alertVariant } from './Alert';
2
+ import { Breadcrumb, breadcrumbState } from './Breadcrumb';
3
+ import { Blankslate, blankslateVariant } from './Blankslate';
4
+ import { Button, buttonElement, buttonVariant, buttonSize, buttonState, iconAlignment, buttonInputType } from './Button';
5
+ import { Dropdown, dropdownState } from './Dropdown';
6
+ import { ErrorBoundary } from './ErrorBoundary';
7
+ import { Form } from './Form';
8
+ import { Grid } from './Grid';
9
+ import { Icon, iconName, iconSize } from './Icon';
10
+ import { Label } from './Label';
11
+ import { Loader, loaderVariant } from './Loader';
12
+ import { Navigation } from './Navigation';
13
+ import { Pagination } from './Pagination';
14
+ import { Popover, popoverVariant, popoverSize } from './Popover';
15
+ import { Progress, progressVariant } from './Progress';
16
+ import { Select, selectState } from './Select';
17
+ import { SelectMenu } from './SelectMenu';
18
+ import { Subhead } from './Subhead';
19
+ import { Toast, toastVariant } from './Toast';
20
+ import '@papillonbits/css/build/primer/index.scss';
21
+ export const primer = {
28
22
  Alert: {
29
- Alert: _Alert.Alert,
30
- alertVariant: _Alert.alertVariant
23
+ Alert,
24
+ alertVariant
31
25
  },
32
26
  Breadcrumb: {
33
- Breadcrumb: _Breadcrumb.Breadcrumb,
34
- breadcrumbState: _Breadcrumb.breadcrumbState
27
+ Breadcrumb,
28
+ breadcrumbState
35
29
  },
36
30
  Blankslate: {
37
- Blankslate: _Blankslate.Blankslate,
38
- blankslateVariant: _Blankslate.blankslateVariant
31
+ Blankslate,
32
+ blankslateVariant
39
33
  },
40
34
  Button: {
41
- Button: _Button.Button,
42
- buttonElement: _Button.buttonElement,
43
- buttonVariant: _Button.buttonVariant,
44
- buttonSize: _Button.buttonSize,
45
- buttonState: _Button.buttonState,
46
- iconAlignment: _Button.iconAlignment,
47
- buttonInputType: _Button.buttonInputType
35
+ Button,
36
+ buttonElement,
37
+ buttonVariant,
38
+ buttonSize,
39
+ buttonState,
40
+ iconAlignment,
41
+ buttonInputType
48
42
  },
49
43
  Dropdown: {
50
- Dropdown: _Dropdown.Dropdown,
51
- dropdownState: _Dropdown.dropdownState
44
+ Dropdown,
45
+ dropdownState
52
46
  },
53
- ErrorBoundary: _ErrorBoundary.ErrorBoundary,
54
- Form: _Form.Form,
55
- Grid: _Grid.Grid,
47
+ ErrorBoundary,
48
+ Form,
49
+ Grid,
56
50
  Icon: {
57
- Icon: _Icon.Icon,
58
- iconName: _Icon.iconName,
59
- iconSize: _Icon.iconSize
51
+ Icon,
52
+ iconName,
53
+ iconSize
60
54
  },
61
- Label: _Label.Label,
55
+ Label,
62
56
  Loader: {
63
- Loader: _Loader.Loader,
64
- loaderVariant: _Loader.loaderVariant
57
+ Loader,
58
+ loaderVariant
65
59
  },
66
- Navigation: _Navigation.Navigation,
67
- Pagination: _Pagination.Pagination,
60
+ Navigation,
61
+ Pagination,
68
62
  Popover: {
69
- Popover: _Popover.Popover,
70
- popoverVariant: _Popover.popoverVariant,
71
- popoverSize: _Popover.popoverSize
63
+ Popover,
64
+ popoverVariant,
65
+ popoverSize
72
66
  },
73
67
  Progress: {
74
- Progress: _Progress.Progress,
75
- progressVariant: _Progress.progressVariant
68
+ Progress,
69
+ progressVariant
76
70
  },
77
71
  Select: {
78
- Select: _Select.Select,
79
- selectState: _Select.selectState
72
+ Select,
73
+ selectState
80
74
  },
81
- SelectMenu: _SelectMenu.SelectMenu,
82
- Subhead: _Subhead.Subhead,
75
+ SelectMenu,
76
+ Subhead,
83
77
  Toast: {
84
- Toast: _Toast.Toast,
85
- toastVariant: _Toast.toastVariant
78
+ Toast,
79
+ toastVariant
86
80
  }
87
81
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papillonbits/components",
3
- "version": "1.13.1",
3
+ "version": "1.14.1",
4
4
  "description": "Papillon Bits Components",
5
5
  "homepage": "https://github.com/papillonbits/papillonbits/tree/master/packages/components",
6
6
  "repository": {
@@ -29,8 +29,8 @@
29
29
  "build-release": "npm run build"
30
30
  },
31
31
  "dependencies": {
32
- "@papillonbits/css": "^1.13.1",
33
- "@papillonbits/library": "^1.13.1"
32
+ "@papillonbits/css": "^1.14.1",
33
+ "@papillonbits/library": "^1.14.1"
34
34
  },
35
- "gitHead": "29a6510770ba115a8b30bb8305c40896ebd600a2"
35
+ "gitHead": "edee89d268ab8d1f7abac56df60f6a64fa086692"
36
36
  }