@papillonbits/components 1.13.0 → 1.14.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/build/index.js +1 -12
- package/build/primer/Alert/Alert.js +82 -94
- package/build/primer/Alert/Alert.prop.js +19 -25
- package/build/primer/Alert/index.js +2 -19
- package/build/primer/Blankslate/Blankslate.js +22 -26
- package/build/primer/Blankslate/Blankslate.prop.js +11 -17
- package/build/primer/Blankslate/index.js +2 -19
- package/build/primer/Breadcrumb/Breadcrumb.js +59 -61
- package/build/primer/Breadcrumb/Breadcrumb.prop.js +14 -20
- package/build/primer/Breadcrumb/index.js +2 -19
- package/build/primer/Button/Button.js +63 -72
- package/build/primer/Button/Button.prop.js +27 -33
- package/build/primer/Button/index.js +2 -49
- package/build/primer/Dropdown/Dropdown.js +79 -85
- package/build/primer/Dropdown/Dropdown.prop.js +15 -21
- package/build/primer/Dropdown/index.js +2 -19
- package/build/primer/ErrorBoundary/ErrorBoundary.js +35 -55
- package/build/primer/ErrorBoundary/ErrorBoundary.prop.js +4 -10
- package/build/primer/ErrorBoundary/index.js +1 -12
- package/build/primer/Form/Checkbox/Checkbox.js +29 -39
- package/build/primer/Form/Checkbox/Checkbox.prop.js +15 -21
- package/build/primer/Form/Checkbox/index.js +2 -19
- package/build/primer/Form/Input/Input.js +29 -43
- package/build/primer/Form/Input/Input.prop.js +19 -25
- package/build/primer/Form/Input/index.js +2 -25
- package/build/primer/Form/Radio/Radio.js +26 -38
- package/build/primer/Form/Radio/Radio.prop.js +14 -20
- package/build/primer/Form/Radio/index.js +2 -19
- package/build/primer/Form/index.js +11 -17
- package/build/primer/Grid/DisplayTable/DisplayTable.js +44 -54
- package/build/primer/Grid/DisplayTable/DisplayTable.prop.js +7 -13
- package/build/primer/Grid/DisplayTable/index.js +1 -12
- package/build/primer/Grid/FlexGrid/FlexGrid.js +186 -207
- package/build/primer/Grid/FlexGrid/FlexGrid.prop.js +24 -30
- package/build/primer/Grid/FlexGrid/index.js +2 -25
- package/build/primer/Grid/index.js +7 -13
- package/build/primer/Icon/Icon.js +35 -52
- package/build/primer/Icon/Icon.part.js +1287 -1294
- package/build/primer/Icon/Icon.prop.js +20 -26
- package/build/primer/Icon/index.js +2 -25
- package/build/primer/Label/Label.js +22 -28
- package/build/primer/Label/Label.prop.js +11 -17
- package/build/primer/Label/index.js +1 -12
- package/build/primer/Loader/Loader.js +38 -45
- package/build/primer/Loader/Loader.prop.js +7 -13
- package/build/primer/Loader/index.js +2 -19
- package/build/primer/Navigation/Menu/Menu.js +52 -59
- package/build/primer/Navigation/Menu/Menu.prop.js +16 -22
- package/build/primer/Navigation/Menu/index.js +1 -12
- package/build/primer/Navigation/TabNav/TabNav.js +89 -94
- package/build/primer/Navigation/TabNav/TabNav.prop.js +19 -25
- package/build/primer/Navigation/TabNav/index.js +2 -19
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.js +82 -86
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.prop.js +21 -27
- package/build/primer/Navigation/UnderlineNav/index.js +2 -25
- package/build/primer/Navigation/index.js +10 -16
- package/build/primer/Pagination/PreviousNext/PreviousNext.js +53 -54
- package/build/primer/Pagination/PreviousNext/PreviousNext.prop.js +22 -28
- package/build/primer/Pagination/PreviousNext/index.js +2 -19
- package/build/primer/Pagination/index.js +4 -10
- package/build/primer/Popover/Popover.js +59 -50
- package/build/primer/Popover/Popover.prop.js +16 -22
- package/build/primer/Popover/index.js +2 -25
- package/build/primer/Progress/Progress.js +20 -26
- package/build/primer/Progress/Progress.prop.js +7 -13
- package/build/primer/Progress/index.js +2 -19
- package/build/primer/Select/Select.js +43 -51
- package/build/primer/Select/Select.prop.js +12 -18
- package/build/primer/Select/index.js +2 -19
- package/build/primer/SelectMenu/SelectMenu.js +65 -74
- package/build/primer/SelectMenu/SelectMenu.prop.js +14 -20
- package/build/primer/SelectMenu/index.js +1 -12
- package/build/primer/Subhead/Subhead.js +16 -23
- package/build/primer/Subhead/Subhead.prop.js +6 -12
- package/build/primer/Subhead/index.js +1 -12
- package/build/primer/Toast/Toast.js +39 -46
- package/build/primer/Toast/Toast.prop.js +10 -16
- package/build/primer/Toast/index.js +2 -19
- package/build/primer/index.js +58 -64
- package/package.json +4 -4
package/build/primer/index.js
CHANGED
|
@@ -1,87 +1,81 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
|
30
|
-
alertVariant
|
|
23
|
+
Alert,
|
|
24
|
+
alertVariant
|
|
31
25
|
},
|
|
32
26
|
Breadcrumb: {
|
|
33
|
-
Breadcrumb
|
|
34
|
-
breadcrumbState
|
|
27
|
+
Breadcrumb,
|
|
28
|
+
breadcrumbState
|
|
35
29
|
},
|
|
36
30
|
Blankslate: {
|
|
37
|
-
Blankslate
|
|
38
|
-
blankslateVariant
|
|
31
|
+
Blankslate,
|
|
32
|
+
blankslateVariant
|
|
39
33
|
},
|
|
40
34
|
Button: {
|
|
41
|
-
Button
|
|
42
|
-
buttonElement
|
|
43
|
-
buttonVariant
|
|
44
|
-
buttonSize
|
|
45
|
-
buttonState
|
|
46
|
-
iconAlignment
|
|
47
|
-
buttonInputType
|
|
35
|
+
Button,
|
|
36
|
+
buttonElement,
|
|
37
|
+
buttonVariant,
|
|
38
|
+
buttonSize,
|
|
39
|
+
buttonState,
|
|
40
|
+
iconAlignment,
|
|
41
|
+
buttonInputType
|
|
48
42
|
},
|
|
49
43
|
Dropdown: {
|
|
50
|
-
Dropdown
|
|
51
|
-
dropdownState
|
|
44
|
+
Dropdown,
|
|
45
|
+
dropdownState
|
|
52
46
|
},
|
|
53
|
-
ErrorBoundary
|
|
54
|
-
Form
|
|
55
|
-
Grid
|
|
47
|
+
ErrorBoundary,
|
|
48
|
+
Form,
|
|
49
|
+
Grid,
|
|
56
50
|
Icon: {
|
|
57
|
-
Icon
|
|
58
|
-
iconName
|
|
59
|
-
iconSize
|
|
51
|
+
Icon,
|
|
52
|
+
iconName,
|
|
53
|
+
iconSize
|
|
60
54
|
},
|
|
61
|
-
Label
|
|
55
|
+
Label,
|
|
62
56
|
Loader: {
|
|
63
|
-
Loader
|
|
64
|
-
loaderVariant
|
|
57
|
+
Loader,
|
|
58
|
+
loaderVariant
|
|
65
59
|
},
|
|
66
|
-
Navigation
|
|
67
|
-
Pagination
|
|
60
|
+
Navigation,
|
|
61
|
+
Pagination,
|
|
68
62
|
Popover: {
|
|
69
|
-
Popover
|
|
70
|
-
popoverVariant
|
|
71
|
-
popoverSize
|
|
63
|
+
Popover,
|
|
64
|
+
popoverVariant,
|
|
65
|
+
popoverSize
|
|
72
66
|
},
|
|
73
67
|
Progress: {
|
|
74
|
-
Progress
|
|
75
|
-
progressVariant
|
|
68
|
+
Progress,
|
|
69
|
+
progressVariant
|
|
76
70
|
},
|
|
77
71
|
Select: {
|
|
78
|
-
Select
|
|
79
|
-
selectState
|
|
72
|
+
Select,
|
|
73
|
+
selectState
|
|
80
74
|
},
|
|
81
|
-
SelectMenu
|
|
82
|
-
Subhead
|
|
75
|
+
SelectMenu,
|
|
76
|
+
Subhead,
|
|
83
77
|
Toast: {
|
|
84
|
-
Toast
|
|
85
|
-
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.
|
|
3
|
+
"version": "1.14.0",
|
|
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.
|
|
33
|
-
"@papillonbits/library": "^1.
|
|
32
|
+
"@papillonbits/css": "^1.14.0",
|
|
33
|
+
"@papillonbits/library": "^1.14.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "6f65986725bffb475126136d674ef23e3c89c20c"
|
|
36
36
|
}
|