@pingux/astro 1.0.0-alpha.17 → 1.0.0-alpha.20
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/CHANGELOG.md +30 -0
- package/lib/cjs/components/Button/Button.js +5 -24
- package/lib/cjs/components/Button/Button.test.js +0 -24
- package/lib/cjs/components/IconButton/IconButton.js +7 -7
- package/lib/cjs/components/IconButton/IconButton.test.js +0 -1
- package/lib/cjs/components/ListItem/ListItem.stories.js +0 -2
- package/lib/cjs/components/Stepper/Stepper.js +1 -0
- package/lib/cjs/components/Tab/Tab.js +4 -2
- package/lib/cjs/index.js +48 -136
- package/lib/cjs/layouts/SchemaFormLayout.stories.js +2 -21
- package/lib/cjs/recipes/ArrayField.stories.js +3 -3
- package/lib/cjs/styles/theme.js +0 -3
- package/lib/cjs/styles/variants/boxes.js +0 -15
- package/lib/cjs/styles/variants/buttons.js +1 -27
- package/lib/cjs/styles/variants/variants.js +0 -3
- package/lib/components/Button/Button.js +7 -24
- package/lib/components/Button/Button.test.js +0 -20
- package/lib/components/IconButton/IconButton.js +7 -8
- package/lib/components/IconButton/IconButton.test.js +0 -1
- package/lib/components/ListItem/ListItem.stories.js +0 -2
- package/lib/components/Stepper/Stepper.js +1 -0
- package/lib/components/Tab/Tab.js +4 -2
- package/lib/index.js +0 -8
- package/lib/layouts/SchemaFormLayout.stories.js +2 -19
- package/lib/recipes/ArrayField.stories.js +3 -3
- package/lib/styles/theme.js +0 -3
- package/lib/styles/variants/boxes.js +0 -15
- package/lib/styles/variants/buttons.js +1 -27
- package/lib/styles/variants/variants.js +0 -2
- package/package.json +1 -1
- package/lib/cjs/components/Dropdown/Dropdown.js +0 -112
- package/lib/cjs/components/Dropdown/Dropdown.test.js +0 -80
- package/lib/cjs/components/Dropdown/index.js +0 -18
- package/lib/cjs/components/DropdownField/DropdownField.js +0 -187
- package/lib/cjs/components/DropdownField/DropdownField.stories.js +0 -278
- package/lib/cjs/components/DropdownField/DropdownField.test.js +0 -80
- package/lib/cjs/components/DropdownField/index.js +0 -18
- package/lib/cjs/components/Panel/Panel.js +0 -101
- package/lib/cjs/components/Panel/Panel.stories.js +0 -57
- package/lib/cjs/components/Panel/Panel.test.js +0 -72
- package/lib/cjs/components/Panel/index.js +0 -18
- package/lib/cjs/components/Popover/Popover.js +0 -87
- package/lib/cjs/components/Popover/Popover.stories.js +0 -80
- package/lib/cjs/components/Popover/Popover.test.js +0 -91
- package/lib/cjs/components/Popover/index.js +0 -18
- package/lib/cjs/recipes/InputBoxWithLinkedChip.stories.js +0 -67
- package/lib/cjs/styles/variants/popover.js +0 -86
- package/lib/components/Dropdown/Dropdown.js +0 -90
- package/lib/components/Dropdown/Dropdown.test.js +0 -62
- package/lib/components/Dropdown/index.js +0 -1
- package/lib/components/DropdownField/DropdownField.js +0 -155
- package/lib/components/DropdownField/DropdownField.stories.js +0 -222
- package/lib/components/DropdownField/DropdownField.test.js +0 -60
- package/lib/components/DropdownField/index.js +0 -1
- package/lib/components/Panel/Panel.js +0 -71
- package/lib/components/Panel/Panel.stories.js +0 -35
- package/lib/components/Panel/Panel.test.js +0 -52
- package/lib/components/Panel/index.js +0 -1
- package/lib/components/Popover/Popover.js +0 -65
- package/lib/components/Popover/Popover.stories.js +0 -52
- package/lib/components/Popover/Popover.test.js +0 -75
- package/lib/components/Popover/index.js +0 -2
- package/lib/recipes/InputBoxWithLinkedChip.stories.js +0 -43
- package/lib/styles/variants/popover.js +0 -76
package/lib/cjs/index.js
CHANGED
@@ -4,7 +4,7 @@ var _Object$keys = require("@babel/runtime-corejs3/core-js-stable/object/keys");
|
|
4
4
|
|
5
5
|
var _forEachInstanceProperty = require("@babel/runtime-corejs3/core-js-stable/instance/for-each");
|
6
6
|
|
7
|
-
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12, _context13, _context14, _context15, _context16, _context17, _context18, _context19, _context20, _context21, _context22, _context23, _context24, _context25, _context26, _context27, _context28, _context29, _context30, _context31, _context32, _context33, _context34, _context35, _context36, _context37, _context38, _context39, _context40, _context41, _context42, _context43, _context44, _context45, _context46, _context47, _context48, _context49, _context50, _context51, _context52, _context53, _context54, _context55, _context56, _context57, _context58, _context59, _context60
|
7
|
+
var _context, _context2, _context3, _context4, _context5, _context6, _context7, _context8, _context9, _context10, _context11, _context12, _context13, _context14, _context15, _context16, _context17, _context18, _context19, _context20, _context21, _context22, _context23, _context24, _context25, _context26, _context27, _context28, _context29, _context30, _context31, _context32, _context33, _context34, _context35, _context36, _context37, _context38, _context39, _context40, _context41, _context42, _context43, _context44, _context45, _context46, _context47, _context48, _context49, _context50, _context51, _context52, _context53, _context54, _context55, _context56, _context57, _context58, _context59, _context60;
|
8
8
|
|
9
9
|
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
10
10
|
|
@@ -33,8 +33,6 @@ var _exportNames = {
|
|
33
33
|
ComboBoxField: true,
|
34
34
|
CopyText: true,
|
35
35
|
ColorField: true,
|
36
|
-
Dropdown: true,
|
37
|
-
DropdownField: true,
|
38
36
|
FieldHelperText: true,
|
39
37
|
FileInputField: true,
|
40
38
|
HelpHint: true,
|
@@ -58,9 +56,7 @@ var _exportNames = {
|
|
58
56
|
MultivaluesField: true,
|
59
57
|
OverlayPanel: true,
|
60
58
|
PageHeader: true,
|
61
|
-
Panel: true,
|
62
59
|
PasswordField: true,
|
63
|
-
Popover: true,
|
64
60
|
PopoverContainer: true,
|
65
61
|
PopoverMenu: true,
|
66
62
|
Radio: true,
|
@@ -208,20 +204,6 @@ _Object$defineProperty(exports, "ColorField", {
|
|
208
204
|
}
|
209
205
|
});
|
210
206
|
|
211
|
-
_Object$defineProperty(exports, "Dropdown", {
|
212
|
-
enumerable: true,
|
213
|
-
get: function get() {
|
214
|
-
return _Dropdown["default"];
|
215
|
-
}
|
216
|
-
});
|
217
|
-
|
218
|
-
_Object$defineProperty(exports, "DropdownField", {
|
219
|
-
enumerable: true,
|
220
|
-
get: function get() {
|
221
|
-
return _DropdownField["default"];
|
222
|
-
}
|
223
|
-
});
|
224
|
-
|
225
207
|
_Object$defineProperty(exports, "FieldHelperText", {
|
226
208
|
enumerable: true,
|
227
209
|
get: function get() {
|
@@ -383,13 +365,6 @@ _Object$defineProperty(exports, "PageHeader", {
|
|
383
365
|
}
|
384
366
|
});
|
385
367
|
|
386
|
-
_Object$defineProperty(exports, "Panel", {
|
387
|
-
enumerable: true,
|
388
|
-
get: function get() {
|
389
|
-
return _Panel["default"];
|
390
|
-
}
|
391
|
-
});
|
392
|
-
|
393
368
|
_Object$defineProperty(exports, "PasswordField", {
|
394
369
|
enumerable: true,
|
395
370
|
get: function get() {
|
@@ -397,13 +372,6 @@ _Object$defineProperty(exports, "PasswordField", {
|
|
397
372
|
}
|
398
373
|
});
|
399
374
|
|
400
|
-
_Object$defineProperty(exports, "Popover", {
|
401
|
-
enumerable: true,
|
402
|
-
get: function get() {
|
403
|
-
return _Popover["default"];
|
404
|
-
}
|
405
|
-
});
|
406
|
-
|
407
375
|
_Object$defineProperty(exports, "PopoverContainer", {
|
408
376
|
enumerable: true,
|
409
377
|
get: function get() {
|
@@ -823,37 +791,9 @@ var _CopyText = _interopRequireDefault(require("./components/CopyText"));
|
|
823
791
|
|
824
792
|
var _ColorField = _interopRequireDefault(require("./components/ColorField"));
|
825
793
|
|
826
|
-
var _Dropdown = _interopRequireWildcard(require("./components/Dropdown"));
|
827
|
-
|
828
|
-
_forEachInstanceProperty(_context14 = _Object$keys(_Dropdown)).call(_context14, function (key) {
|
829
|
-
if (key === "default" || key === "__esModule") return;
|
830
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
831
|
-
|
832
|
-
_Object$defineProperty(exports, key, {
|
833
|
-
enumerable: true,
|
834
|
-
get: function get() {
|
835
|
-
return _Dropdown[key];
|
836
|
-
}
|
837
|
-
});
|
838
|
-
});
|
839
|
-
|
840
|
-
var _DropdownField = _interopRequireWildcard(require("./components/DropdownField"));
|
841
|
-
|
842
|
-
_forEachInstanceProperty(_context15 = _Object$keys(_DropdownField)).call(_context15, function (key) {
|
843
|
-
if (key === "default" || key === "__esModule") return;
|
844
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
845
|
-
|
846
|
-
_Object$defineProperty(exports, key, {
|
847
|
-
enumerable: true,
|
848
|
-
get: function get() {
|
849
|
-
return _DropdownField[key];
|
850
|
-
}
|
851
|
-
});
|
852
|
-
});
|
853
|
-
|
854
794
|
var _FieldHelperText = _interopRequireWildcard(require("./components/FieldHelperText"));
|
855
795
|
|
856
|
-
_forEachInstanceProperty(
|
796
|
+
_forEachInstanceProperty(_context14 = _Object$keys(_FieldHelperText)).call(_context14, function (key) {
|
857
797
|
if (key === "default" || key === "__esModule") return;
|
858
798
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
859
799
|
|
@@ -869,7 +809,7 @@ var _FileInputField = _interopRequireDefault(require("./components/FileInputFiel
|
|
869
809
|
|
870
810
|
var _HelpHint = _interopRequireWildcard(require("./components/HelpHint"));
|
871
811
|
|
872
|
-
_forEachInstanceProperty(
|
812
|
+
_forEachInstanceProperty(_context15 = _Object$keys(_HelpHint)).call(_context15, function (key) {
|
873
813
|
if (key === "default" || key === "__esModule") return;
|
874
814
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
875
815
|
|
@@ -883,7 +823,7 @@ _forEachInstanceProperty(_context17 = _Object$keys(_HelpHint)).call(_context17,
|
|
883
823
|
|
884
824
|
var _Icon = _interopRequireWildcard(require("./components/Icon"));
|
885
825
|
|
886
|
-
_forEachInstanceProperty(
|
826
|
+
_forEachInstanceProperty(_context16 = _Object$keys(_Icon)).call(_context16, function (key) {
|
887
827
|
if (key === "default" || key === "__esModule") return;
|
888
828
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
889
829
|
|
@@ -897,7 +837,7 @@ _forEachInstanceProperty(_context18 = _Object$keys(_Icon)).call(_context18, func
|
|
897
837
|
|
898
838
|
var _IconButton = _interopRequireWildcard(require("./components/IconButton"));
|
899
839
|
|
900
|
-
_forEachInstanceProperty(
|
840
|
+
_forEachInstanceProperty(_context17 = _Object$keys(_IconButton)).call(_context17, function (key) {
|
901
841
|
if (key === "default" || key === "__esModule") return;
|
902
842
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
903
843
|
|
@@ -911,7 +851,7 @@ _forEachInstanceProperty(_context19 = _Object$keys(_IconButton)).call(_context19
|
|
911
851
|
|
912
852
|
var _Image = _interopRequireWildcard(require("./components/Image"));
|
913
853
|
|
914
|
-
_forEachInstanceProperty(
|
854
|
+
_forEachInstanceProperty(_context18 = _Object$keys(_Image)).call(_context18, function (key) {
|
915
855
|
if (key === "default" || key === "__esModule") return;
|
916
856
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
917
857
|
|
@@ -925,7 +865,7 @@ _forEachInstanceProperty(_context20 = _Object$keys(_Image)).call(_context20, fun
|
|
925
865
|
|
926
866
|
var _ImageUploadField = _interopRequireWildcard(require("./components/ImageUploadField"));
|
927
867
|
|
928
|
-
_forEachInstanceProperty(
|
868
|
+
_forEachInstanceProperty(_context19 = _Object$keys(_ImageUploadField)).call(_context19, function (key) {
|
929
869
|
if (key === "default" || key === "__esModule") return;
|
930
870
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
931
871
|
|
@@ -939,7 +879,7 @@ _forEachInstanceProperty(_context21 = _Object$keys(_ImageUploadField)).call(_con
|
|
939
879
|
|
940
880
|
var _Input = _interopRequireWildcard(require("./components/Input"));
|
941
881
|
|
942
|
-
_forEachInstanceProperty(
|
882
|
+
_forEachInstanceProperty(_context20 = _Object$keys(_Input)).call(_context20, function (key) {
|
943
883
|
if (key === "default" || key === "__esModule") return;
|
944
884
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
945
885
|
|
@@ -953,7 +893,7 @@ _forEachInstanceProperty(_context22 = _Object$keys(_Input)).call(_context22, fun
|
|
953
893
|
|
954
894
|
var _NumberField = _interopRequireWildcard(require("./components/NumberField"));
|
955
895
|
|
956
|
-
_forEachInstanceProperty(
|
896
|
+
_forEachInstanceProperty(_context21 = _Object$keys(_NumberField)).call(_context21, function (key) {
|
957
897
|
if (key === "default" || key === "__esModule") return;
|
958
898
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
959
899
|
|
@@ -967,7 +907,7 @@ _forEachInstanceProperty(_context23 = _Object$keys(_NumberField)).call(_context2
|
|
967
907
|
|
968
908
|
var _Label = _interopRequireWildcard(require("./components/Label"));
|
969
909
|
|
970
|
-
_forEachInstanceProperty(
|
910
|
+
_forEachInstanceProperty(_context22 = _Object$keys(_Label)).call(_context22, function (key) {
|
971
911
|
if (key === "default" || key === "__esModule") return;
|
972
912
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
973
913
|
|
@@ -981,7 +921,7 @@ _forEachInstanceProperty(_context24 = _Object$keys(_Label)).call(_context24, fun
|
|
981
921
|
|
982
922
|
var _Link = _interopRequireWildcard(require("./components/Link"));
|
983
923
|
|
984
|
-
_forEachInstanceProperty(
|
924
|
+
_forEachInstanceProperty(_context23 = _Object$keys(_Link)).call(_context23, function (key) {
|
985
925
|
if (key === "default" || key === "__esModule") return;
|
986
926
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
987
927
|
|
@@ -995,7 +935,7 @@ _forEachInstanceProperty(_context25 = _Object$keys(_Link)).call(_context25, func
|
|
995
935
|
|
996
936
|
var _LinkSelectField = _interopRequireWildcard(require("./components/LinkSelectField"));
|
997
937
|
|
998
|
-
_forEachInstanceProperty(
|
938
|
+
_forEachInstanceProperty(_context24 = _Object$keys(_LinkSelectField)).call(_context24, function (key) {
|
999
939
|
if (key === "default" || key === "__esModule") return;
|
1000
940
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1001
941
|
|
@@ -1009,7 +949,7 @@ _forEachInstanceProperty(_context26 = _Object$keys(_LinkSelectField)).call(_cont
|
|
1009
949
|
|
1010
950
|
var _List = _interopRequireWildcard(require("./components/List"));
|
1011
951
|
|
1012
|
-
_forEachInstanceProperty(
|
952
|
+
_forEachInstanceProperty(_context25 = _Object$keys(_List)).call(_context25, function (key) {
|
1013
953
|
if (key === "default" || key === "__esModule") return;
|
1014
954
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1015
955
|
|
@@ -1023,7 +963,7 @@ _forEachInstanceProperty(_context27 = _Object$keys(_List)).call(_context27, func
|
|
1023
963
|
|
1024
964
|
var _ListItem = _interopRequireWildcard(require("./components/ListItem"));
|
1025
965
|
|
1026
|
-
_forEachInstanceProperty(
|
966
|
+
_forEachInstanceProperty(_context26 = _Object$keys(_ListItem)).call(_context26, function (key) {
|
1027
967
|
if (key === "default" || key === "__esModule") return;
|
1028
968
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1029
969
|
|
@@ -1037,7 +977,7 @@ _forEachInstanceProperty(_context28 = _Object$keys(_ListItem)).call(_context28,
|
|
1037
977
|
|
1038
978
|
var _ListView = _interopRequireWildcard(require("./components/ListView"));
|
1039
979
|
|
1040
|
-
_forEachInstanceProperty(
|
980
|
+
_forEachInstanceProperty(_context27 = _Object$keys(_ListView)).call(_context27, function (key) {
|
1041
981
|
if (key === "default" || key === "__esModule") return;
|
1042
982
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1043
983
|
|
@@ -1051,7 +991,7 @@ _forEachInstanceProperty(_context29 = _Object$keys(_ListView)).call(_context29,
|
|
1051
991
|
|
1052
992
|
var _ListViewItem = _interopRequireWildcard(require("./components/ListViewItem"));
|
1053
993
|
|
1054
|
-
_forEachInstanceProperty(
|
994
|
+
_forEachInstanceProperty(_context28 = _Object$keys(_ListViewItem)).call(_context28, function (key) {
|
1055
995
|
if (key === "default" || key === "__esModule") return;
|
1056
996
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1057
997
|
|
@@ -1065,7 +1005,7 @@ _forEachInstanceProperty(_context30 = _Object$keys(_ListViewItem)).call(_context
|
|
1065
1005
|
|
1066
1006
|
var _Loader = _interopRequireWildcard(require("./components/Loader"));
|
1067
1007
|
|
1068
|
-
_forEachInstanceProperty(
|
1008
|
+
_forEachInstanceProperty(_context29 = _Object$keys(_Loader)).call(_context29, function (key) {
|
1069
1009
|
if (key === "default" || key === "__esModule") return;
|
1070
1010
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1071
1011
|
|
@@ -1081,7 +1021,7 @@ var _Menu = _interopRequireDefault(require("./components/Menu"));
|
|
1081
1021
|
|
1082
1022
|
var _Messages = _interopRequireWildcard(require("./components/Messages"));
|
1083
1023
|
|
1084
|
-
_forEachInstanceProperty(
|
1024
|
+
_forEachInstanceProperty(_context30 = _Object$keys(_Messages)).call(_context30, function (key) {
|
1085
1025
|
if (key === "default" || key === "__esModule") return;
|
1086
1026
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1087
1027
|
|
@@ -1095,7 +1035,7 @@ _forEachInstanceProperty(_context32 = _Object$keys(_Messages)).call(_context32,
|
|
1095
1035
|
|
1096
1036
|
var _Modal = _interopRequireWildcard(require("./components/Modal"));
|
1097
1037
|
|
1098
|
-
_forEachInstanceProperty(
|
1038
|
+
_forEachInstanceProperty(_context31 = _Object$keys(_Modal)).call(_context31, function (key) {
|
1099
1039
|
if (key === "default" || key === "__esModule") return;
|
1100
1040
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1101
1041
|
|
@@ -1111,7 +1051,7 @@ var _MultivaluesField = _interopRequireDefault(require("./components/Multivalues
|
|
1111
1051
|
|
1112
1052
|
var _OverlayPanel = _interopRequireWildcard(require("./components/OverlayPanel"));
|
1113
1053
|
|
1114
|
-
_forEachInstanceProperty(
|
1054
|
+
_forEachInstanceProperty(_context32 = _Object$keys(_OverlayPanel)).call(_context32, function (key) {
|
1115
1055
|
if (key === "default" || key === "__esModule") return;
|
1116
1056
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1117
1057
|
|
@@ -1125,7 +1065,7 @@ _forEachInstanceProperty(_context34 = _Object$keys(_OverlayPanel)).call(_context
|
|
1125
1065
|
|
1126
1066
|
var _PageHeader = _interopRequireWildcard(require("./components/PageHeader"));
|
1127
1067
|
|
1128
|
-
_forEachInstanceProperty(
|
1068
|
+
_forEachInstanceProperty(_context33 = _Object$keys(_PageHeader)).call(_context33, function (key) {
|
1129
1069
|
if (key === "default" || key === "__esModule") return;
|
1130
1070
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1131
1071
|
|
@@ -1137,23 +1077,9 @@ _forEachInstanceProperty(_context35 = _Object$keys(_PageHeader)).call(_context35
|
|
1137
1077
|
});
|
1138
1078
|
});
|
1139
1079
|
|
1140
|
-
var _Panel = _interopRequireWildcard(require("./components/Panel"));
|
1141
|
-
|
1142
|
-
_forEachInstanceProperty(_context36 = _Object$keys(_Panel)).call(_context36, function (key) {
|
1143
|
-
if (key === "default" || key === "__esModule") return;
|
1144
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1145
|
-
|
1146
|
-
_Object$defineProperty(exports, key, {
|
1147
|
-
enumerable: true,
|
1148
|
-
get: function get() {
|
1149
|
-
return _Panel[key];
|
1150
|
-
}
|
1151
|
-
});
|
1152
|
-
});
|
1153
|
-
|
1154
1080
|
var _PasswordField = _interopRequireWildcard(require("./components/PasswordField"));
|
1155
1081
|
|
1156
|
-
_forEachInstanceProperty(
|
1082
|
+
_forEachInstanceProperty(_context34 = _Object$keys(_PasswordField)).call(_context34, function (key) {
|
1157
1083
|
if (key === "default" || key === "__esModule") return;
|
1158
1084
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1159
1085
|
|
@@ -1165,23 +1091,9 @@ _forEachInstanceProperty(_context37 = _Object$keys(_PasswordField)).call(_contex
|
|
1165
1091
|
});
|
1166
1092
|
});
|
1167
1093
|
|
1168
|
-
var _Popover = _interopRequireWildcard(require("./components/Popover"));
|
1169
|
-
|
1170
|
-
_forEachInstanceProperty(_context38 = _Object$keys(_Popover)).call(_context38, function (key) {
|
1171
|
-
if (key === "default" || key === "__esModule") return;
|
1172
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1173
|
-
|
1174
|
-
_Object$defineProperty(exports, key, {
|
1175
|
-
enumerable: true,
|
1176
|
-
get: function get() {
|
1177
|
-
return _Popover[key];
|
1178
|
-
}
|
1179
|
-
});
|
1180
|
-
});
|
1181
|
-
|
1182
1094
|
var _PopoverContainer = _interopRequireWildcard(require("./components/PopoverContainer"));
|
1183
1095
|
|
1184
|
-
_forEachInstanceProperty(
|
1096
|
+
_forEachInstanceProperty(_context35 = _Object$keys(_PopoverContainer)).call(_context35, function (key) {
|
1185
1097
|
if (key === "default" || key === "__esModule") return;
|
1186
1098
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1187
1099
|
|
@@ -1197,7 +1109,7 @@ var _PopoverMenu = _interopRequireDefault(require("./components/PopoverMenu"));
|
|
1197
1109
|
|
1198
1110
|
var _Radio = _interopRequireWildcard(require("./components/Radio"));
|
1199
1111
|
|
1200
|
-
_forEachInstanceProperty(
|
1112
|
+
_forEachInstanceProperty(_context36 = _Object$keys(_Radio)).call(_context36, function (key) {
|
1201
1113
|
if (key === "default" || key === "__esModule") return;
|
1202
1114
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1203
1115
|
|
@@ -1211,7 +1123,7 @@ _forEachInstanceProperty(_context40 = _Object$keys(_Radio)).call(_context40, fun
|
|
1211
1123
|
|
1212
1124
|
var _RadioField = _interopRequireWildcard(require("./components/RadioField"));
|
1213
1125
|
|
1214
|
-
_forEachInstanceProperty(
|
1126
|
+
_forEachInstanceProperty(_context37 = _Object$keys(_RadioField)).call(_context37, function (key) {
|
1215
1127
|
if (key === "default" || key === "__esModule") return;
|
1216
1128
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1217
1129
|
|
@@ -1225,7 +1137,7 @@ _forEachInstanceProperty(_context41 = _Object$keys(_RadioField)).call(_context41
|
|
1225
1137
|
|
1226
1138
|
var _RadioGroupField = _interopRequireWildcard(require("./components/RadioGroupField"));
|
1227
1139
|
|
1228
|
-
_forEachInstanceProperty(
|
1140
|
+
_forEachInstanceProperty(_context38 = _Object$keys(_RadioGroupField)).call(_context38, function (key) {
|
1229
1141
|
if (key === "default" || key === "__esModule") return;
|
1230
1142
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1231
1143
|
|
@@ -1239,7 +1151,7 @@ _forEachInstanceProperty(_context42 = _Object$keys(_RadioGroupField)).call(_cont
|
|
1239
1151
|
|
1240
1152
|
var _RequirementsList = _interopRequireWildcard(require("./components/RequirementsList"));
|
1241
1153
|
|
1242
|
-
_forEachInstanceProperty(
|
1154
|
+
_forEachInstanceProperty(_context39 = _Object$keys(_RequirementsList)).call(_context39, function (key) {
|
1243
1155
|
if (key === "default" || key === "__esModule") return;
|
1244
1156
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1245
1157
|
|
@@ -1253,7 +1165,7 @@ _forEachInstanceProperty(_context43 = _Object$keys(_RequirementsList)).call(_con
|
|
1253
1165
|
|
1254
1166
|
var _RockerButton = _interopRequireWildcard(require("./components/RockerButton"));
|
1255
1167
|
|
1256
|
-
_forEachInstanceProperty(
|
1168
|
+
_forEachInstanceProperty(_context40 = _Object$keys(_RockerButton)).call(_context40, function (key) {
|
1257
1169
|
if (key === "default" || key === "__esModule") return;
|
1258
1170
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1259
1171
|
|
@@ -1267,7 +1179,7 @@ _forEachInstanceProperty(_context44 = _Object$keys(_RockerButton)).call(_context
|
|
1267
1179
|
|
1268
1180
|
var _RockerButtonGroup = _interopRequireWildcard(require("./components/RockerButtonGroup"));
|
1269
1181
|
|
1270
|
-
_forEachInstanceProperty(
|
1182
|
+
_forEachInstanceProperty(_context41 = _Object$keys(_RockerButtonGroup)).call(_context41, function (key) {
|
1271
1183
|
if (key === "default" || key === "__esModule") return;
|
1272
1184
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1273
1185
|
|
@@ -1281,7 +1193,7 @@ _forEachInstanceProperty(_context45 = _Object$keys(_RockerButtonGroup)).call(_co
|
|
1281
1193
|
|
1282
1194
|
var _ScrollBox = _interopRequireWildcard(require("./components/ScrollBox"));
|
1283
1195
|
|
1284
|
-
_forEachInstanceProperty(
|
1196
|
+
_forEachInstanceProperty(_context42 = _Object$keys(_ScrollBox)).call(_context42, function (key) {
|
1285
1197
|
if (key === "default" || key === "__esModule") return;
|
1286
1198
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1287
1199
|
|
@@ -1295,7 +1207,7 @@ _forEachInstanceProperty(_context46 = _Object$keys(_ScrollBox)).call(_context46,
|
|
1295
1207
|
|
1296
1208
|
var _SearchField = _interopRequireWildcard(require("./components/SearchField"));
|
1297
1209
|
|
1298
|
-
_forEachInstanceProperty(
|
1210
|
+
_forEachInstanceProperty(_context43 = _Object$keys(_SearchField)).call(_context43, function (key) {
|
1299
1211
|
if (key === "default" || key === "__esModule") return;
|
1300
1212
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1301
1213
|
|
@@ -1309,7 +1221,7 @@ _forEachInstanceProperty(_context47 = _Object$keys(_SearchField)).call(_context4
|
|
1309
1221
|
|
1310
1222
|
var _SelectField = _interopRequireWildcard(require("./components/SelectField"));
|
1311
1223
|
|
1312
|
-
_forEachInstanceProperty(
|
1224
|
+
_forEachInstanceProperty(_context44 = _Object$keys(_SelectField)).call(_context44, function (key) {
|
1313
1225
|
if (key === "default" || key === "__esModule") return;
|
1314
1226
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1315
1227
|
|
@@ -1323,7 +1235,7 @@ _forEachInstanceProperty(_context48 = _Object$keys(_SelectField)).call(_context4
|
|
1323
1235
|
|
1324
1236
|
var _Separator = _interopRequireWildcard(require("./components/Separator"));
|
1325
1237
|
|
1326
|
-
_forEachInstanceProperty(
|
1238
|
+
_forEachInstanceProperty(_context45 = _Object$keys(_Separator)).call(_context45, function (key) {
|
1327
1239
|
if (key === "default" || key === "__esModule") return;
|
1328
1240
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1329
1241
|
|
@@ -1337,7 +1249,7 @@ _forEachInstanceProperty(_context49 = _Object$keys(_Separator)).call(_context49,
|
|
1337
1249
|
|
1338
1250
|
var _Stepper = _interopRequireWildcard(require("./components/Stepper"));
|
1339
1251
|
|
1340
|
-
_forEachInstanceProperty(
|
1252
|
+
_forEachInstanceProperty(_context46 = _Object$keys(_Stepper)).call(_context46, function (key) {
|
1341
1253
|
if (key === "default" || key === "__esModule") return;
|
1342
1254
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1343
1255
|
|
@@ -1351,7 +1263,7 @@ _forEachInstanceProperty(_context50 = _Object$keys(_Stepper)).call(_context50, f
|
|
1351
1263
|
|
1352
1264
|
var _Switch = _interopRequireWildcard(require("./components/Switch"));
|
1353
1265
|
|
1354
|
-
_forEachInstanceProperty(
|
1266
|
+
_forEachInstanceProperty(_context47 = _Object$keys(_Switch)).call(_context47, function (key) {
|
1355
1267
|
if (key === "default" || key === "__esModule") return;
|
1356
1268
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1357
1269
|
|
@@ -1365,7 +1277,7 @@ _forEachInstanceProperty(_context51 = _Object$keys(_Switch)).call(_context51, fu
|
|
1365
1277
|
|
1366
1278
|
var _SwitchField = _interopRequireWildcard(require("./components/SwitchField"));
|
1367
1279
|
|
1368
|
-
_forEachInstanceProperty(
|
1280
|
+
_forEachInstanceProperty(_context48 = _Object$keys(_SwitchField)).call(_context48, function (key) {
|
1369
1281
|
if (key === "default" || key === "__esModule") return;
|
1370
1282
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1371
1283
|
|
@@ -1379,7 +1291,7 @@ _forEachInstanceProperty(_context52 = _Object$keys(_SwitchField)).call(_context5
|
|
1379
1291
|
|
1380
1292
|
var _Tab = _interopRequireWildcard(require("./components/Tab"));
|
1381
1293
|
|
1382
|
-
_forEachInstanceProperty(
|
1294
|
+
_forEachInstanceProperty(_context49 = _Object$keys(_Tab)).call(_context49, function (key) {
|
1383
1295
|
if (key === "default" || key === "__esModule") return;
|
1384
1296
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1385
1297
|
|
@@ -1393,7 +1305,7 @@ _forEachInstanceProperty(_context53 = _Object$keys(_Tab)).call(_context53, funct
|
|
1393
1305
|
|
1394
1306
|
var _Table = _interopRequireWildcard(require("./components/Table"));
|
1395
1307
|
|
1396
|
-
_forEachInstanceProperty(
|
1308
|
+
_forEachInstanceProperty(_context50 = _Object$keys(_Table)).call(_context50, function (key) {
|
1397
1309
|
if (key === "default" || key === "__esModule") return;
|
1398
1310
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1399
1311
|
|
@@ -1407,7 +1319,7 @@ _forEachInstanceProperty(_context54 = _Object$keys(_Table)).call(_context54, fun
|
|
1407
1319
|
|
1408
1320
|
var _TableBody = _interopRequireWildcard(require("./components/TableBody"));
|
1409
1321
|
|
1410
|
-
_forEachInstanceProperty(
|
1322
|
+
_forEachInstanceProperty(_context51 = _Object$keys(_TableBody)).call(_context51, function (key) {
|
1411
1323
|
if (key === "default" || key === "__esModule") return;
|
1412
1324
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1413
1325
|
|
@@ -1421,7 +1333,7 @@ _forEachInstanceProperty(_context55 = _Object$keys(_TableBody)).call(_context55,
|
|
1421
1333
|
|
1422
1334
|
var _TableCell = _interopRequireWildcard(require("./components/TableCell"));
|
1423
1335
|
|
1424
|
-
_forEachInstanceProperty(
|
1336
|
+
_forEachInstanceProperty(_context52 = _Object$keys(_TableCell)).call(_context52, function (key) {
|
1425
1337
|
if (key === "default" || key === "__esModule") return;
|
1426
1338
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1427
1339
|
|
@@ -1435,7 +1347,7 @@ _forEachInstanceProperty(_context56 = _Object$keys(_TableCell)).call(_context56,
|
|
1435
1347
|
|
1436
1348
|
var _TableHead = _interopRequireWildcard(require("./components/TableHead"));
|
1437
1349
|
|
1438
|
-
_forEachInstanceProperty(
|
1350
|
+
_forEachInstanceProperty(_context53 = _Object$keys(_TableHead)).call(_context53, function (key) {
|
1439
1351
|
if (key === "default" || key === "__esModule") return;
|
1440
1352
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1441
1353
|
|
@@ -1449,7 +1361,7 @@ _forEachInstanceProperty(_context57 = _Object$keys(_TableHead)).call(_context57,
|
|
1449
1361
|
|
1450
1362
|
var _TableRow = _interopRequireWildcard(require("./components/TableRow"));
|
1451
1363
|
|
1452
|
-
_forEachInstanceProperty(
|
1364
|
+
_forEachInstanceProperty(_context54 = _Object$keys(_TableRow)).call(_context54, function (key) {
|
1453
1365
|
if (key === "default" || key === "__esModule") return;
|
1454
1366
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1455
1367
|
|
@@ -1463,7 +1375,7 @@ _forEachInstanceProperty(_context58 = _Object$keys(_TableRow)).call(_context58,
|
|
1463
1375
|
|
1464
1376
|
var _Tabs = _interopRequireWildcard(require("./components/Tabs"));
|
1465
1377
|
|
1466
|
-
_forEachInstanceProperty(
|
1378
|
+
_forEachInstanceProperty(_context55 = _Object$keys(_Tabs)).call(_context55, function (key) {
|
1467
1379
|
if (key === "default" || key === "__esModule") return;
|
1468
1380
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1469
1381
|
|
@@ -1477,7 +1389,7 @@ _forEachInstanceProperty(_context59 = _Object$keys(_Tabs)).call(_context59, func
|
|
1477
1389
|
|
1478
1390
|
var _Text = _interopRequireWildcard(require("./components/Text"));
|
1479
1391
|
|
1480
|
-
_forEachInstanceProperty(
|
1392
|
+
_forEachInstanceProperty(_context56 = _Object$keys(_Text)).call(_context56, function (key) {
|
1481
1393
|
if (key === "default" || key === "__esModule") return;
|
1482
1394
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1483
1395
|
|
@@ -1491,7 +1403,7 @@ _forEachInstanceProperty(_context60 = _Object$keys(_Text)).call(_context60, func
|
|
1491
1403
|
|
1492
1404
|
var _TextField = _interopRequireWildcard(require("./components/TextField"));
|
1493
1405
|
|
1494
|
-
_forEachInstanceProperty(
|
1406
|
+
_forEachInstanceProperty(_context57 = _Object$keys(_TextField)).call(_context57, function (key) {
|
1495
1407
|
if (key === "default" || key === "__esModule") return;
|
1496
1408
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1497
1409
|
|
@@ -1505,7 +1417,7 @@ _forEachInstanceProperty(_context61 = _Object$keys(_TextField)).call(_context61,
|
|
1505
1417
|
|
1506
1418
|
var _TextArea = _interopRequireWildcard(require("./components/TextArea"));
|
1507
1419
|
|
1508
|
-
_forEachInstanceProperty(
|
1420
|
+
_forEachInstanceProperty(_context58 = _Object$keys(_TextArea)).call(_context58, function (key) {
|
1509
1421
|
if (key === "default" || key === "__esModule") return;
|
1510
1422
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1511
1423
|
|
@@ -1519,7 +1431,7 @@ _forEachInstanceProperty(_context62 = _Object$keys(_TextArea)).call(_context62,
|
|
1519
1431
|
|
1520
1432
|
var _TextAreaField = _interopRequireWildcard(require("./components/TextAreaField"));
|
1521
1433
|
|
1522
|
-
_forEachInstanceProperty(
|
1434
|
+
_forEachInstanceProperty(_context59 = _Object$keys(_TextAreaField)).call(_context59, function (key) {
|
1523
1435
|
if (key === "default" || key === "__esModule") return;
|
1524
1436
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1525
1437
|
|
@@ -1533,7 +1445,7 @@ _forEachInstanceProperty(_context63 = _Object$keys(_TextAreaField)).call(_contex
|
|
1533
1445
|
|
1534
1446
|
var _TooltipTrigger = _interopRequireWildcard(require("./components/TooltipTrigger"));
|
1535
1447
|
|
1536
|
-
_forEachInstanceProperty(
|
1448
|
+
_forEachInstanceProperty(_context60 = _Object$keys(_TooltipTrigger)).call(_context60, function (key) {
|
1537
1449
|
if (key === "default" || key === "__esModule") return;
|
1538
1450
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1539
1451
|
|
@@ -20,8 +20,6 @@ var _CogOutlineIcon = _interopRequireDefault(require("mdi-react/CogOutlineIcon")
|
|
20
20
|
|
21
21
|
var _Button = _interopRequireDefault(require("../components/Button/Button"));
|
22
22
|
|
23
|
-
var _Panel = _interopRequireDefault(require("../components/Panel/Panel"));
|
24
|
-
|
25
23
|
var _Box = _interopRequireDefault(require("../components/Box/Box"));
|
26
24
|
|
27
25
|
var _Icon = _interopRequireDefault(require("../components/Icon/Icon"));
|
@@ -34,8 +32,6 @@ var _TextField = _interopRequireDefault(require("../components/TextField/TextFie
|
|
34
32
|
|
35
33
|
var _TextAreaField = _interopRequireDefault(require("../components/TextAreaField/TextAreaField"));
|
36
34
|
|
37
|
-
var _DropdownField = _interopRequireDefault(require("../components/DropdownField/DropdownField"));
|
38
|
-
|
39
35
|
var _RadioGroupField = _interopRequireDefault(require("../components/RadioGroupField/RadioGroupField"));
|
40
36
|
|
41
37
|
var _RadioField = _interopRequireDefault(require("../components/RadioField/RadioField"));
|
@@ -128,10 +124,7 @@ var Default = function Default() {
|
|
128
124
|
}), (0, _react2.jsx)(_TextAreaField["default"], {
|
129
125
|
mb: "lg",
|
130
126
|
label: "Description"
|
131
|
-
}), (0, _react2.jsx)(
|
132
|
-
label: "Category",
|
133
|
-
mb: "lg"
|
134
|
-
}, (0, _react2.jsx)("option", null, "Option 1"), (0, _react2.jsx)("option", null, "Option 2"), (0, _react2.jsx)("option", null, "Option 3")), (0, _react2.jsx)(_RadioGroupField["default"], {
|
127
|
+
}), (0, _react2.jsx)(_RadioGroupField["default"], {
|
135
128
|
label: "Required Fields",
|
136
129
|
variant: "radioGroupBasic"
|
137
130
|
}, (0, _react2.jsx)(_RadioField["default"], {
|
@@ -140,19 +133,7 @@ var Default = function Default() {
|
|
140
133
|
}), (0, _react2.jsx)(_RadioField["default"], {
|
141
134
|
value: "B",
|
142
135
|
label: "Option B"
|
143
|
-
}))))
|
144
|
-
isVisible: visible,
|
145
|
-
width: "70%",
|
146
|
-
bg: "accent.99"
|
147
|
-
}, (0, _react2.jsx)(_Box["default"], {
|
148
|
-
p: "lg",
|
149
|
-
onClick: function onClick() {
|
150
|
-
return setVisible(!visible);
|
151
|
-
}
|
152
|
-
}, (0, _react2.jsx)(_Box["default"], {
|
153
|
-
p: "lg",
|
154
|
-
bg: "white"
|
155
|
-
}, (0, _react2.jsx)(_Text["default"], null, "Your content here."))))));
|
136
|
+
}))))));
|
156
137
|
};
|
157
138
|
|
158
139
|
exports.Default = Default;
|
@@ -116,11 +116,11 @@ var Default = function Default() {
|
|
116
116
|
sx: {
|
117
117
|
position: 'absolute',
|
118
118
|
right: -30,
|
119
|
-
top: 5
|
119
|
+
top: 5,
|
120
|
+
width: 'auto'
|
120
121
|
},
|
121
122
|
type: "delete",
|
122
|
-
title: "Delete Field"
|
123
|
-
variant: "icon"
|
123
|
+
title: "Delete Field"
|
124
124
|
}, (0, _react2.jsx)(_index.Icon, {
|
125
125
|
icon: _TrashIcon["default"],
|
126
126
|
size: 20,
|
package/lib/cjs/styles/theme.js
CHANGED
@@ -37,20 +37,6 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
37
37
|
var base = {
|
38
38
|
display: 'flex'
|
39
39
|
};
|
40
|
-
var panel = {
|
41
|
-
outline: 'none',
|
42
|
-
position: 'relative',
|
43
|
-
bg: 'white',
|
44
|
-
borderLeft: 'separator',
|
45
|
-
transition: 'margin 0.25s ease-in',
|
46
|
-
visibility: 'hidden',
|
47
|
-
'&.is-focused': {
|
48
|
-
boxShadow: 'focus'
|
49
|
-
},
|
50
|
-
'&.is-visible': {
|
51
|
-
visibility: 'visible'
|
52
|
-
}
|
53
|
-
};
|
54
40
|
var card = {
|
55
41
|
boxShadow: 'standard',
|
56
42
|
p: 'lg',
|
@@ -301,7 +287,6 @@ var _default = {
|
|
301
287
|
listItem: listItem,
|
302
288
|
listBoxSectionTitle: listBoxSectionTitle,
|
303
289
|
listViewItem: listViewItem,
|
304
|
-
panel: panel,
|
305
290
|
radioCheckedContent: radioCheckedContent,
|
306
291
|
radioContainer: radioContainer,
|
307
292
|
scrollbox: scrollbox,
|