@pingux/astro 2.129.0-alpha.4 → 2.129.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/lib/cjs/components/Card/Card.styles.d.ts +0 -11
- package/lib/cjs/components/Card/Card.styles.js +1 -6
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.mdx +1 -1
- package/lib/cjs/components/Table/Table.stories.js +5 -4
- package/lib/cjs/components/Table/Table.styles.d.ts +3 -5
- package/lib/cjs/components/Table/Table.styles.js +6 -8
- package/lib/cjs/index.d.ts +2 -3
- package/lib/cjs/index.js +20 -74
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.d.ts +0 -22
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.js +0 -22
- package/lib/cjs/styles/themes/next-gen/colors/colors.d.ts +0 -1
- package/lib/cjs/styles/themes/next-gen/colors/colors.js +1 -2
- package/lib/cjs/styles/themes/next-gen/convertedComponentList.js +1 -1
- package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +1 -146
- package/lib/cjs/styles/themes/next-gen/variants/cards.d.ts +1 -14
- package/lib/cjs/styles/themes/next-gen/variants/cards.js +2 -7
- package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +0 -131
- package/lib/cjs/styles/themes/next-gen/variants/variants.js +1 -5
- package/lib/cjs/styles/variants/variants.js +2 -5
- package/lib/components/Card/Card.styles.js +1 -6
- package/lib/components/RockerButtonGroup/RockerButtonGroup.mdx +1 -1
- package/lib/components/Table/Table.stories.js +6 -5
- package/lib/components/Table/Table.styles.js +6 -8
- package/lib/index.js +2 -3
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/variants.js +0 -22
- package/lib/styles/themes/next-gen/colors/colors.js +1 -2
- package/lib/styles/themes/next-gen/convertedComponentList.js +1 -1
- package/lib/styles/themes/next-gen/variants/cards.js +2 -7
- package/lib/styles/themes/next-gen/variants/variants.js +1 -5
- package/lib/styles/variants/variants.js +2 -5
- package/package.json +1 -1
- package/lib/cjs/components/TableBase/TableBase.d.ts +0 -9
- package/lib/cjs/components/TableBase/TableBase.js +0 -238
- package/lib/cjs/components/TableBase/TableBase.mdx +0 -30
- package/lib/cjs/components/TableBase/TableBase.stories.d.ts +0 -6
- package/lib/cjs/components/TableBase/TableBase.stories.js +0 -111
- package/lib/cjs/components/TableBase/TableBase.styles.d.ts +0 -76
- package/lib/cjs/components/TableBase/TableBase.styles.js +0 -80
- package/lib/cjs/components/TableBase/TableBase.test.d.ts +0 -1
- package/lib/cjs/components/TableBase/TableBase.test.js +0 -122
- package/lib/cjs/components/TableBase/index.d.ts +0 -1
- package/lib/cjs/components/TableBase/index.js +0 -14
- package/lib/cjs/components/TableBase/stories/NextGenDarkTableBase.chromatic.stories.d.ts +0 -6
- package/lib/cjs/components/TableBase/stories/NextGenDarkTableBase.chromatic.stories.js +0 -22
- package/lib/cjs/components/TableBase/stories/NextGenTableBase.chromatic.stories.d.ts +0 -6
- package/lib/cjs/components/TableBase/stories/NextGenTableBase.chromatic.stories.js +0 -22
- package/lib/cjs/components/TableBase/stories/NextGenTableBase.d.ts +0 -3
- package/lib/cjs/components/TableBase/stories/NextGenTableBase.js +0 -67
- package/lib/cjs/styles/themes/next-gen/variants/table.d.ts +0 -45
- package/lib/cjs/styles/themes/next-gen/variants/table.js +0 -65
- package/lib/cjs/styles/themes/next-gen/variants/tableBase.d.ts +0 -86
- package/lib/cjs/styles/themes/next-gen/variants/tableBase.js +0 -99
- package/lib/cjs/types/cell.d.ts +0 -12
- package/lib/cjs/types/cell.js +0 -6
- package/lib/cjs/types/tableBase.d.ts +0 -45
- package/lib/cjs/types/tableBase.js +0 -6
- package/lib/cjs/utils/devUtils/constants/items.d.ts +0 -10
- package/lib/cjs/utils/devUtils/constants/items.js +0 -87
- package/lib/components/TableBase/TableBase.js +0 -221
- package/lib/components/TableBase/TableBase.mdx +0 -30
- package/lib/components/TableBase/TableBase.stories.js +0 -100
- package/lib/components/TableBase/TableBase.styles.js +0 -72
- package/lib/components/TableBase/TableBase.test.js +0 -119
- package/lib/components/TableBase/index.js +0 -1
- package/lib/components/TableBase/stories/NextGenDarkTableBase.chromatic.stories.js +0 -12
- package/lib/components/TableBase/stories/NextGenTableBase.chromatic.stories.js +0 -12
- package/lib/components/TableBase/stories/NextGenTableBase.js +0 -58
- package/lib/styles/themes/next-gen/variants/table.js +0 -57
- package/lib/styles/themes/next-gen/variants/tableBase.js +0 -91
- package/lib/types/cell.js +0 -1
- package/lib/types/tableBase.js +0 -1
- package/lib/utils/devUtils/constants/items.js +0 -79
@@ -129,16 +129,5 @@ declare const _default: {
|
|
129
129
|
flex: string;
|
130
130
|
p: string;
|
131
131
|
};
|
132
|
-
tableWrapper: {
|
133
|
-
padding: number;
|
134
|
-
boxShadow: string;
|
135
|
-
display: string;
|
136
|
-
borderRadius: string;
|
137
|
-
color: string;
|
138
|
-
fontSize: string;
|
139
|
-
fontWeight: number;
|
140
|
-
flex: string;
|
141
|
-
p: string;
|
142
|
-
};
|
143
132
|
};
|
144
133
|
export default _default;
|
@@ -93,10 +93,6 @@ var activeCard = _objectSpread(_objectSpread({}, interactive), {}, {
|
|
93
93
|
}
|
94
94
|
}
|
95
95
|
});
|
96
|
-
var tableWrapper = _objectSpread(_objectSpread({}, container), {}, {
|
97
|
-
padding: 0,
|
98
|
-
boxShadow: 'none'
|
99
|
-
});
|
100
96
|
var _default = {
|
101
97
|
container: container,
|
102
98
|
interactive: interactive,
|
@@ -104,7 +100,6 @@ var _default = {
|
|
104
100
|
footer: footer,
|
105
101
|
flat: flat,
|
106
102
|
body: body,
|
107
|
-
activeCard: activeCard
|
108
|
-
tableWrapper: tableWrapper
|
103
|
+
activeCard: activeCard
|
109
104
|
};
|
110
105
|
exports["default"] = _default;
|
@@ -55,9 +55,10 @@ var objects = [{
|
|
55
55
|
total_grant: '75,000'
|
56
56
|
}];
|
57
57
|
var Default = function Default(args) {
|
58
|
-
return (0, _react2.jsx)(_index.
|
59
|
-
|
60
|
-
|
58
|
+
return (0, _react2.jsx)(_index.Table, args, (0, _react2.jsx)(_index.TableCaption, null, (0, _react2.jsx)(_index.Text, {
|
59
|
+
fontWeight: 3,
|
60
|
+
fontSize: "lg"
|
61
|
+
}, caption)), (0, _react2.jsx)(_index.TableHead, null, (0, _react2.jsx)(_index.TableRow, {
|
61
62
|
key: "head"
|
62
63
|
}, (0, _map["default"])(headers).call(headers, function (head) {
|
63
64
|
return (0, _react2.jsx)(_index.TableCell, {
|
@@ -73,6 +74,6 @@ var Default = function Default(args) {
|
|
73
74
|
key: value
|
74
75
|
}, value);
|
75
76
|
}));
|
76
|
-
})))
|
77
|
+
})));
|
77
78
|
};
|
78
79
|
exports.Default = Default;
|
@@ -4,16 +4,14 @@ declare const _default: {
|
|
4
4
|
borderTopColor: string;
|
5
5
|
borderBottom: string;
|
6
6
|
borderBottomColor: string;
|
7
|
-
'
|
7
|
+
'&& > tr:nth-of-type(odd) ': {
|
8
8
|
backgroundColor: string;
|
9
9
|
};
|
10
10
|
};
|
11
11
|
caption: {
|
12
|
-
fontFamily: string;
|
13
|
-
fontSize: string;
|
14
|
-
fontWeight: string;
|
15
|
-
p: string;
|
16
12
|
textAlign: string;
|
13
|
+
marginBottom: string;
|
14
|
+
lineHeight: string;
|
17
15
|
};
|
18
16
|
container: {
|
19
17
|
width: string;
|
@@ -21,18 +21,18 @@ var head = _objectSpread(_objectSpread({}, _Text.text.label), {}, {
|
|
21
21
|
fontWeight: 500,
|
22
22
|
width: '100%',
|
23
23
|
flexDirection: 'row !important',
|
24
|
-
p: '
|
24
|
+
p: '10px'
|
25
25
|
});
|
26
26
|
var data = _objectSpread(_objectSpread({}, _Text.text.tableData), {}, {
|
27
27
|
width: '100%',
|
28
|
-
p: '
|
28
|
+
p: '10px'
|
29
29
|
});
|
30
30
|
var body = {
|
31
31
|
borderTop: '1px solid',
|
32
32
|
borderTopColor: 'neutral.40',
|
33
33
|
borderBottom: '1px solid',
|
34
34
|
borderBottomColor: 'neutral.80',
|
35
|
-
'
|
35
|
+
'&& > tr:nth-of-type(odd) ': {
|
36
36
|
backgroundColor: 'neutral.95'
|
37
37
|
}
|
38
38
|
};
|
@@ -44,11 +44,9 @@ var container = {
|
|
44
44
|
width: '100%'
|
45
45
|
};
|
46
46
|
var caption = {
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
p: 'sm',
|
51
|
-
textAlign: 'left'
|
47
|
+
textAlign: 'left',
|
48
|
+
marginBottom: 'xs',
|
49
|
+
lineHeight: '21px'
|
52
50
|
};
|
53
51
|
var _default = {
|
54
52
|
body: body,
|
package/lib/cjs/index.d.ts
CHANGED
@@ -184,8 +184,6 @@ export { default as Tab } from './components/Tab';
|
|
184
184
|
export * from './components/Tab';
|
185
185
|
export { default as Table } from './components/Table';
|
186
186
|
export * from './components/Table';
|
187
|
-
export * from './components/TableBase';
|
188
|
-
export { default as TableBase } from './components/TableBase';
|
189
187
|
export { default as TableBody } from './components/TableBody';
|
190
188
|
export * from './components/TableBody';
|
191
189
|
export { default as TableCaption } from './components/TableCaption';
|
@@ -220,4 +218,5 @@ export { default as NextGenTheme } from './styles/themes/next-gen';
|
|
220
218
|
export { default as OnyxTheme } from './styles/themes/next-gen';
|
221
219
|
export * from './types';
|
222
220
|
export { OverlayProvider, useOverlayPosition, useOverlayTrigger } from 'react-aria';
|
223
|
-
export {
|
221
|
+
export { Item, Section, useOverlayTriggerState, useTreeData } from 'react-stately';
|
222
|
+
export { TableBody as DataTableBody, Cell as DataTableCell, Column as DataTableColumn, TableHeader as DataTableHeader, Row as DataTableRow, } from 'react-stately';
|
package/lib/cjs/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
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, _context61, _context62, _context63, _context64, _context65, _context66, _context67, _context68, _context69, _context70, _context71, _context72, _context73, _context74, _context75, _context76, _context77, _context78, _context79, _context80, _context81
|
3
|
+
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, _context61, _context62, _context63, _context64, _context65, _context66, _context67, _context68, _context69, _context70, _context71, _context72, _context73, _context74, _context75, _context76, _context77, _context78, _context79, _context80, _context81;
|
4
4
|
var _typeof = require("@babel/runtime-corejs3/helpers/typeof");
|
5
5
|
var _WeakMap = require("@babel/runtime-corejs3/core-js-stable/weak-map");
|
6
6
|
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
@@ -132,7 +132,6 @@ var _exportNames = {
|
|
132
132
|
SwitchField: true,
|
133
133
|
Tab: true,
|
134
134
|
Table: true,
|
135
|
-
TableBase: true,
|
136
135
|
TableBody: true,
|
137
136
|
TableCaption: true,
|
138
137
|
TableCell: true,
|
@@ -155,20 +154,15 @@ var _exportNames = {
|
|
155
154
|
OverlayProvider: true,
|
156
155
|
useOverlayPosition: true,
|
157
156
|
useOverlayTrigger: true,
|
158
|
-
|
159
|
-
|
157
|
+
Item: true,
|
158
|
+
Section: true,
|
159
|
+
useOverlayTriggerState: true,
|
160
|
+
useTreeData: true,
|
160
161
|
DataTableBody: true,
|
161
162
|
DataTableCell: true,
|
162
163
|
DataTableColumn: true,
|
163
164
|
DataTableHeader: true,
|
164
|
-
DataTableRow: true
|
165
|
-
Item: true,
|
166
|
-
Row: true,
|
167
|
-
Section: true,
|
168
|
-
TBody: true,
|
169
|
-
THead: true,
|
170
|
-
useOverlayTriggerState: true,
|
171
|
-
useTreeData: true
|
165
|
+
DataTableRow: true
|
172
166
|
};
|
173
167
|
_Object$defineProperty(exports, "AIPanel", {
|
174
168
|
enumerable: true,
|
@@ -308,12 +302,6 @@ _Object$defineProperty(exports, "Card", {
|
|
308
302
|
return _Card["default"];
|
309
303
|
}
|
310
304
|
});
|
311
|
-
_Object$defineProperty(exports, "Cell", {
|
312
|
-
enumerable: true,
|
313
|
-
get: function get() {
|
314
|
-
return _reactStately.Cell;
|
315
|
-
}
|
316
|
-
});
|
317
305
|
_Object$defineProperty(exports, "Checkbox", {
|
318
306
|
enumerable: true,
|
319
307
|
get: function get() {
|
@@ -362,12 +350,6 @@ _Object$defineProperty(exports, "ColorField", {
|
|
362
350
|
return _ColorField["default"];
|
363
351
|
}
|
364
352
|
});
|
365
|
-
_Object$defineProperty(exports, "Column", {
|
366
|
-
enumerable: true,
|
367
|
-
get: function get() {
|
368
|
-
return _reactStately.Column;
|
369
|
-
}
|
370
|
-
});
|
371
353
|
_Object$defineProperty(exports, "ComboBoxField", {
|
372
354
|
enumerable: true,
|
373
355
|
get: function get() {
|
@@ -878,12 +860,6 @@ _Object$defineProperty(exports, "RockerButtonGroup", {
|
|
878
860
|
return _RockerButtonGroup["default"];
|
879
861
|
}
|
880
862
|
});
|
881
|
-
_Object$defineProperty(exports, "Row", {
|
882
|
-
enumerable: true,
|
883
|
-
get: function get() {
|
884
|
-
return _reactStately.Row;
|
885
|
-
}
|
886
|
-
});
|
887
863
|
_Object$defineProperty(exports, "ScrollBox", {
|
888
864
|
enumerable: true,
|
889
865
|
get: function get() {
|
@@ -968,18 +944,6 @@ _Object$defineProperty(exports, "SwitchField", {
|
|
968
944
|
return _SwitchField["default"];
|
969
945
|
}
|
970
946
|
});
|
971
|
-
_Object$defineProperty(exports, "TBody", {
|
972
|
-
enumerable: true,
|
973
|
-
get: function get() {
|
974
|
-
return _reactStately.TableBody;
|
975
|
-
}
|
976
|
-
});
|
977
|
-
_Object$defineProperty(exports, "THead", {
|
978
|
-
enumerable: true,
|
979
|
-
get: function get() {
|
980
|
-
return _reactStately.TableHeader;
|
981
|
-
}
|
982
|
-
});
|
983
947
|
_Object$defineProperty(exports, "Tab", {
|
984
948
|
enumerable: true,
|
985
949
|
get: function get() {
|
@@ -992,12 +956,6 @@ _Object$defineProperty(exports, "Table", {
|
|
992
956
|
return _Table["default"];
|
993
957
|
}
|
994
958
|
});
|
995
|
-
_Object$defineProperty(exports, "TableBase", {
|
996
|
-
enumerable: true,
|
997
|
-
get: function get() {
|
998
|
-
return _TableBase["default"];
|
999
|
-
}
|
1000
|
-
});
|
1001
959
|
_Object$defineProperty(exports, "TableBody", {
|
1002
960
|
enumerable: true,
|
1003
961
|
get: function get() {
|
@@ -1966,20 +1924,8 @@ _forEachInstanceProperty(_context67 = _Object$keys(_Table)).call(_context67, fun
|
|
1966
1924
|
}
|
1967
1925
|
});
|
1968
1926
|
});
|
1969
|
-
var _TableBase = _interopRequireWildcard(require("./components/TableBase"));
|
1970
|
-
_forEachInstanceProperty(_context68 = _Object$keys(_TableBase)).call(_context68, function (key) {
|
1971
|
-
if (key === "default" || key === "__esModule") return;
|
1972
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1973
|
-
if (key in exports && exports[key] === _TableBase[key]) return;
|
1974
|
-
_Object$defineProperty(exports, key, {
|
1975
|
-
enumerable: true,
|
1976
|
-
get: function get() {
|
1977
|
-
return _TableBase[key];
|
1978
|
-
}
|
1979
|
-
});
|
1980
|
-
});
|
1981
1927
|
var _TableBody = _interopRequireWildcard(require("./components/TableBody"));
|
1982
|
-
_forEachInstanceProperty(
|
1928
|
+
_forEachInstanceProperty(_context68 = _Object$keys(_TableBody)).call(_context68, function (key) {
|
1983
1929
|
if (key === "default" || key === "__esModule") return;
|
1984
1930
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1985
1931
|
if (key in exports && exports[key] === _TableBody[key]) return;
|
@@ -1991,7 +1937,7 @@ _forEachInstanceProperty(_context69 = _Object$keys(_TableBody)).call(_context69,
|
|
1991
1937
|
});
|
1992
1938
|
});
|
1993
1939
|
var _TableCaption = _interopRequireWildcard(require("./components/TableCaption"));
|
1994
|
-
_forEachInstanceProperty(
|
1940
|
+
_forEachInstanceProperty(_context69 = _Object$keys(_TableCaption)).call(_context69, function (key) {
|
1995
1941
|
if (key === "default" || key === "__esModule") return;
|
1996
1942
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
1997
1943
|
if (key in exports && exports[key] === _TableCaption[key]) return;
|
@@ -2003,7 +1949,7 @@ _forEachInstanceProperty(_context70 = _Object$keys(_TableCaption)).call(_context
|
|
2003
1949
|
});
|
2004
1950
|
});
|
2005
1951
|
var _TableCell = _interopRequireWildcard(require("./components/TableCell"));
|
2006
|
-
_forEachInstanceProperty(
|
1952
|
+
_forEachInstanceProperty(_context70 = _Object$keys(_TableCell)).call(_context70, function (key) {
|
2007
1953
|
if (key === "default" || key === "__esModule") return;
|
2008
1954
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2009
1955
|
if (key in exports && exports[key] === _TableCell[key]) return;
|
@@ -2015,7 +1961,7 @@ _forEachInstanceProperty(_context71 = _Object$keys(_TableCell)).call(_context71,
|
|
2015
1961
|
});
|
2016
1962
|
});
|
2017
1963
|
var _TableHead = _interopRequireWildcard(require("./components/TableHead"));
|
2018
|
-
_forEachInstanceProperty(
|
1964
|
+
_forEachInstanceProperty(_context71 = _Object$keys(_TableHead)).call(_context71, function (key) {
|
2019
1965
|
if (key === "default" || key === "__esModule") return;
|
2020
1966
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2021
1967
|
if (key in exports && exports[key] === _TableHead[key]) return;
|
@@ -2027,7 +1973,7 @@ _forEachInstanceProperty(_context72 = _Object$keys(_TableHead)).call(_context72,
|
|
2027
1973
|
});
|
2028
1974
|
});
|
2029
1975
|
var _TableRow = _interopRequireWildcard(require("./components/TableRow"));
|
2030
|
-
_forEachInstanceProperty(
|
1976
|
+
_forEachInstanceProperty(_context72 = _Object$keys(_TableRow)).call(_context72, function (key) {
|
2031
1977
|
if (key === "default" || key === "__esModule") return;
|
2032
1978
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2033
1979
|
if (key in exports && exports[key] === _TableRow[key]) return;
|
@@ -2039,7 +1985,7 @@ _forEachInstanceProperty(_context73 = _Object$keys(_TableRow)).call(_context73,
|
|
2039
1985
|
});
|
2040
1986
|
});
|
2041
1987
|
var _Tabs = _interopRequireWildcard(require("./components/Tabs"));
|
2042
|
-
_forEachInstanceProperty(
|
1988
|
+
_forEachInstanceProperty(_context73 = _Object$keys(_Tabs)).call(_context73, function (key) {
|
2043
1989
|
if (key === "default" || key === "__esModule") return;
|
2044
1990
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2045
1991
|
if (key in exports && exports[key] === _Tabs[key]) return;
|
@@ -2051,7 +1997,7 @@ _forEachInstanceProperty(_context74 = _Object$keys(_Tabs)).call(_context74, func
|
|
2051
1997
|
});
|
2052
1998
|
});
|
2053
1999
|
var _Text = _interopRequireWildcard(require("./components/Text"));
|
2054
|
-
_forEachInstanceProperty(
|
2000
|
+
_forEachInstanceProperty(_context74 = _Object$keys(_Text)).call(_context74, function (key) {
|
2055
2001
|
if (key === "default" || key === "__esModule") return;
|
2056
2002
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2057
2003
|
if (key in exports && exports[key] === _Text[key]) return;
|
@@ -2063,7 +2009,7 @@ _forEachInstanceProperty(_context75 = _Object$keys(_Text)).call(_context75, func
|
|
2063
2009
|
});
|
2064
2010
|
});
|
2065
2011
|
var _TextArea = _interopRequireWildcard(require("./components/TextArea"));
|
2066
|
-
_forEachInstanceProperty(
|
2012
|
+
_forEachInstanceProperty(_context75 = _Object$keys(_TextArea)).call(_context75, function (key) {
|
2067
2013
|
if (key === "default" || key === "__esModule") return;
|
2068
2014
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2069
2015
|
if (key in exports && exports[key] === _TextArea[key]) return;
|
@@ -2075,7 +2021,7 @@ _forEachInstanceProperty(_context76 = _Object$keys(_TextArea)).call(_context76,
|
|
2075
2021
|
});
|
2076
2022
|
});
|
2077
2023
|
var _TextAreaField = _interopRequireWildcard(require("./components/TextAreaField"));
|
2078
|
-
_forEachInstanceProperty(
|
2024
|
+
_forEachInstanceProperty(_context76 = _Object$keys(_TextAreaField)).call(_context76, function (key) {
|
2079
2025
|
if (key === "default" || key === "__esModule") return;
|
2080
2026
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2081
2027
|
if (key in exports && exports[key] === _TextAreaField[key]) return;
|
@@ -2087,7 +2033,7 @@ _forEachInstanceProperty(_context77 = _Object$keys(_TextAreaField)).call(_contex
|
|
2087
2033
|
});
|
2088
2034
|
});
|
2089
2035
|
var _TextField = _interopRequireWildcard(require("./components/TextField"));
|
2090
|
-
_forEachInstanceProperty(
|
2036
|
+
_forEachInstanceProperty(_context77 = _Object$keys(_TextField)).call(_context77, function (key) {
|
2091
2037
|
if (key === "default" || key === "__esModule") return;
|
2092
2038
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2093
2039
|
if (key in exports && exports[key] === _TextField[key]) return;
|
@@ -2099,7 +2045,7 @@ _forEachInstanceProperty(_context78 = _Object$keys(_TextField)).call(_context78,
|
|
2099
2045
|
});
|
2100
2046
|
});
|
2101
2047
|
var _TimeField = _interopRequireWildcard(require("./components/TimeField"));
|
2102
|
-
_forEachInstanceProperty(
|
2048
|
+
_forEachInstanceProperty(_context78 = _Object$keys(_TimeField)).call(_context78, function (key) {
|
2103
2049
|
if (key === "default" || key === "__esModule") return;
|
2104
2050
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2105
2051
|
if (key in exports && exports[key] === _TimeField[key]) return;
|
@@ -2112,7 +2058,7 @@ _forEachInstanceProperty(_context79 = _Object$keys(_TimeField)).call(_context79,
|
|
2112
2058
|
});
|
2113
2059
|
var _TimeZonePicker = _interopRequireDefault(require("./components/TimeZonePicker"));
|
2114
2060
|
var _TooltipTrigger = _interopRequireWildcard(require("./components/TooltipTrigger"));
|
2115
|
-
_forEachInstanceProperty(
|
2061
|
+
_forEachInstanceProperty(_context79 = _Object$keys(_TooltipTrigger)).call(_context79, function (key) {
|
2116
2062
|
if (key === "default" || key === "__esModule") return;
|
2117
2063
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2118
2064
|
if (key in exports && exports[key] === _TooltipTrigger[key]) return;
|
@@ -2124,7 +2070,7 @@ _forEachInstanceProperty(_context80 = _Object$keys(_TooltipTrigger)).call(_conte
|
|
2124
2070
|
});
|
2125
2071
|
});
|
2126
2072
|
var _TreeView = _interopRequireWildcard(require("./components/TreeView"));
|
2127
|
-
_forEachInstanceProperty(
|
2073
|
+
_forEachInstanceProperty(_context80 = _Object$keys(_TreeView)).call(_context80, function (key) {
|
2128
2074
|
if (key === "default" || key === "__esModule") return;
|
2129
2075
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2130
2076
|
if (key in exports && exports[key] === _TreeView[key]) return;
|
@@ -2139,7 +2085,7 @@ var _PaginationContext = require("./context/PaginationContext");
|
|
2139
2085
|
var _nextGenDarkMode = _interopRequireDefault(require("./styles/themeOverrides/nextGenDarkMode"));
|
2140
2086
|
var _nextGen = _interopRequireDefault(require("./styles/themes/next-gen"));
|
2141
2087
|
var _types = require("./types");
|
2142
|
-
_forEachInstanceProperty(
|
2088
|
+
_forEachInstanceProperty(_context81 = _Object$keys(_types)).call(_context81, function (key) {
|
2143
2089
|
if (key === "default" || key === "__esModule") return;
|
2144
2090
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
2145
2091
|
if (key in exports && exports[key] === _types[key]) return;
|
@@ -474,27 +474,5 @@ declare const _default: {
|
|
474
474
|
};
|
475
475
|
};
|
476
476
|
};
|
477
|
-
table: {
|
478
|
-
caption: {
|
479
|
-
color: string;
|
480
|
-
};
|
481
|
-
head: {
|
482
|
-
color: string;
|
483
|
-
};
|
484
|
-
data: {
|
485
|
-
color: string;
|
486
|
-
};
|
487
|
-
};
|
488
|
-
tableBase: {
|
489
|
-
caption: {
|
490
|
-
color: string;
|
491
|
-
};
|
492
|
-
head: {
|
493
|
-
color: string;
|
494
|
-
};
|
495
|
-
data: {
|
496
|
-
color: string;
|
497
|
-
};
|
498
|
-
};
|
499
477
|
};
|
500
478
|
export default _default;
|
@@ -124,28 +124,6 @@ var _default = {
|
|
124
124
|
boxShadow: '0 0 0 3px inset #1a73e8'
|
125
125
|
}
|
126
126
|
}
|
127
|
-
},
|
128
|
-
table: {
|
129
|
-
caption: {
|
130
|
-
color: 'text.secondary'
|
131
|
-
},
|
132
|
-
head: {
|
133
|
-
color: 'text.secondary'
|
134
|
-
},
|
135
|
-
data: {
|
136
|
-
color: 'text.secondary'
|
137
|
-
}
|
138
|
-
},
|
139
|
-
tableBase: {
|
140
|
-
caption: {
|
141
|
-
color: 'text.secondary'
|
142
|
-
},
|
143
|
-
head: {
|
144
|
-
color: 'text.secondary'
|
145
|
-
},
|
146
|
-
data: {
|
147
|
-
color: 'text.secondary'
|
148
|
-
}
|
149
127
|
}
|
150
128
|
};
|
151
129
|
exports["default"] = _default;
|
@@ -109,8 +109,7 @@ var background = {
|
|
109
109
|
base: 'white',
|
110
110
|
secondary: _colorTokens.nextGenColors['gray-100'],
|
111
111
|
card: _colorTokens.nextGenColors['blue-100'],
|
112
|
-
suggestion: '#ecf0f5'
|
113
|
-
hover: _colorTokens.nextGenColors['gray-100']
|
112
|
+
suggestion: '#ecf0f5'
|
114
113
|
};
|
115
114
|
var card = {
|
116
115
|
blue: _colorTokens.nextGenColors['blue-100'],
|
@@ -5,7 +5,7 @@ _Object$defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
6
6
|
});
|
7
7
|
exports.nextGenOnlyComponents = exports["default"] = exports.componentSpecificNextGenBlacklist = exports.astroBlacklistStory = void 0;
|
8
|
-
var nextGenConvertedComponents = ['DataTable', 'Message', 'Button', 'Badge', 'IconButton', 'CheckboxField', 'Messages', 'PopoverMenu', 'TextField', 'PasswordField', 'SearchField', 'SelectField', 'Modal', 'RadioField', 'MultiValuesField', 'TextAreaField', 'RadioGroupField', 'RockerButtonGroup', 'Tabs', 'ProgressBar', 'NavBar', 'OverlayPanel', 'AstroProvider', 'ListView', 'NavigationHeader', 'Avatar', 'MultivaluesField', 'Text', 'Link', 'Card', 'IconWrapper', 'ComboBoxField', 'CodeView', 'Sticker Sheet', 'NextGen ListViewItem', 'Skeleton', 'TooltipTrigger', 'ListViewItem', 'Pagination'
|
8
|
+
var nextGenConvertedComponents = ['DataTable', 'Message', 'Button', 'Badge', 'IconButton', 'CheckboxField', 'Messages', 'PopoverMenu', 'TextField', 'PasswordField', 'SearchField', 'SelectField', 'Modal', 'RadioField', 'MultiValuesField', 'TextAreaField', 'RadioGroupField', 'RockerButtonGroup', 'Tabs', 'ProgressBar', 'NavBar', 'OverlayPanel', 'AstroProvider', 'ListView', 'NavigationHeader', 'Avatar', 'MultivaluesField', 'Text', 'Link', 'Card', 'IconWrapper', 'ComboBoxField', 'CodeView', 'Sticker Sheet', 'NextGen ListViewItem', 'Skeleton', 'TooltipTrigger', 'ListViewItem', 'Pagination'];
|
9
9
|
var componentSpecificNextGenBlacklist = {
|
10
10
|
AstroProvider: ['Default', 'With Custom Theme Override'],
|
11
11
|
Badge: ['Status Badge Variants', 'Badge With Left Slot And Icon', 'Callout Badges', 'Removable'],
|
@@ -43,7 +43,6 @@ declare const _default: {
|
|
43
43
|
secondary: string;
|
44
44
|
card: string;
|
45
45
|
suggestion: string;
|
46
|
-
hover: string;
|
47
46
|
};
|
48
47
|
iconWrapper: {
|
49
48
|
wrapper: {
|
@@ -2544,9 +2543,9 @@ declare const _default: {
|
|
2544
2543
|
};
|
2545
2544
|
container: {
|
2546
2545
|
p: string;
|
2547
|
-
borderColor: string;
|
2548
2546
|
boxShadow: string;
|
2549
2547
|
border: string;
|
2548
|
+
borderColor: string;
|
2550
2549
|
borderRadius: string;
|
2551
2550
|
display: string;
|
2552
2551
|
color: string;
|
@@ -2592,19 +2591,6 @@ declare const _default: {
|
|
2592
2591
|
backgroundColor: string;
|
2593
2592
|
};
|
2594
2593
|
};
|
2595
|
-
tableWrapper: {
|
2596
|
-
overflowY: string;
|
2597
|
-
p: string;
|
2598
|
-
borderColor: string;
|
2599
|
-
boxShadow: string;
|
2600
|
-
border: string;
|
2601
|
-
borderRadius: string;
|
2602
|
-
display: string;
|
2603
|
-
color: string;
|
2604
|
-
fontSize: string;
|
2605
|
-
fontWeight: number;
|
2606
|
-
flex: string;
|
2607
|
-
};
|
2608
2594
|
};
|
2609
2595
|
variants: {
|
2610
2596
|
attachment: {
|
@@ -3728,137 +3714,6 @@ declare const _default: {
|
|
3728
3714
|
color: string;
|
3729
3715
|
};
|
3730
3716
|
};
|
3731
|
-
table: {
|
3732
|
-
container: {
|
3733
|
-
overflow: string;
|
3734
|
-
};
|
3735
|
-
caption: {
|
3736
|
-
px: string;
|
3737
|
-
color: string;
|
3738
|
-
borderBottom: string;
|
3739
|
-
borderBottomColor: string;
|
3740
|
-
};
|
3741
|
-
head: {
|
3742
|
-
px: string;
|
3743
|
-
py: string;
|
3744
|
-
fontSize: string;
|
3745
|
-
fontWeight: string;
|
3746
|
-
color: string;
|
3747
|
-
lineHeight: string;
|
3748
|
-
};
|
3749
|
-
body: {
|
3750
|
-
borderTopColor: string;
|
3751
|
-
borderBottom: string;
|
3752
|
-
backgroundColor: string;
|
3753
|
-
borderBottomLeftRadius: string;
|
3754
|
-
borderBottomRightRadius: string;
|
3755
|
-
'&& > tr:not(:last-child)': {
|
3756
|
-
borderBottom: string;
|
3757
|
-
borderBottomColor: string;
|
3758
|
-
};
|
3759
|
-
'&& > tr:nth-of-type(odd) ': {
|
3760
|
-
backgroundColor: string;
|
3761
|
-
};
|
3762
|
-
'&& > tr:last-child': {
|
3763
|
-
borderBottomLeftRadius: string;
|
3764
|
-
borderBottomRightRadius: string;
|
3765
|
-
};
|
3766
|
-
};
|
3767
|
-
data: {
|
3768
|
-
py: string;
|
3769
|
-
fontWeight: string;
|
3770
|
-
px: string;
|
3771
|
-
fontSize: string;
|
3772
|
-
color: string;
|
3773
|
-
lineHeight: string;
|
3774
|
-
};
|
3775
|
-
};
|
3776
|
-
tableBase: {
|
3777
|
-
caption: {
|
3778
|
-
backgroundColor: string;
|
3779
|
-
px: string;
|
3780
|
-
color: string;
|
3781
|
-
borderBottom: string;
|
3782
|
-
borderBottomColor: string;
|
3783
|
-
borderTopLeftRadius: string;
|
3784
|
-
borderTopRightRadius: string;
|
3785
|
-
};
|
3786
|
-
row: {
|
3787
|
-
borderBottom: string;
|
3788
|
-
borderBottomColor: string;
|
3789
|
-
'&.is-focused': {
|
3790
|
-
outlineOffset: string;
|
3791
|
-
outline: string;
|
3792
|
-
outlineColor: string;
|
3793
|
-
};
|
3794
|
-
'&.is-hovered': {
|
3795
|
-
bg: string;
|
3796
|
-
};
|
3797
|
-
'&:nth-of-type(odd)': {
|
3798
|
-
bg: string;
|
3799
|
-
'&.is-hovered': {
|
3800
|
-
bg: string;
|
3801
|
-
};
|
3802
|
-
};
|
3803
|
-
};
|
3804
|
-
thead: {
|
3805
|
-
backgroundColor: string;
|
3806
|
-
'&:not(.has-caption)': {
|
3807
|
-
'& > tr:first-child': {
|
3808
|
-
borderTopLeftRadius: string;
|
3809
|
-
borderTopRightRadius: string;
|
3810
|
-
'& > th:first-of-type': {
|
3811
|
-
borderTopLeftRadius: string;
|
3812
|
-
};
|
3813
|
-
'& > th:last-of-type': {
|
3814
|
-
borderTopRightRadius: string;
|
3815
|
-
};
|
3816
|
-
};
|
3817
|
-
};
|
3818
|
-
};
|
3819
|
-
head: {
|
3820
|
-
px: string;
|
3821
|
-
py: string;
|
3822
|
-
fontSize: string;
|
3823
|
-
fontWeight: string;
|
3824
|
-
color: string;
|
3825
|
-
lineHeight: string;
|
3826
|
-
'&.is-focused': {
|
3827
|
-
outlineOffset: string;
|
3828
|
-
outline: string;
|
3829
|
-
outlineColor: string;
|
3830
|
-
};
|
3831
|
-
};
|
3832
|
-
tbody: {
|
3833
|
-
borderTopColor: string;
|
3834
|
-
borderBottom: string;
|
3835
|
-
backgroundColor: string;
|
3836
|
-
'& > tr:last-child': {
|
3837
|
-
borderBottom: string;
|
3838
|
-
borderBottomLeftRadius: string;
|
3839
|
-
borderBottomRightRadius: string;
|
3840
|
-
'& > td:first-of-type': {
|
3841
|
-
borderBottomLeftRadius: string;
|
3842
|
-
};
|
3843
|
-
'& > td:last-of-type': {
|
3844
|
-
borderBottomRightRadius: string;
|
3845
|
-
};
|
3846
|
-
};
|
3847
|
-
};
|
3848
|
-
data: {
|
3849
|
-
py: string;
|
3850
|
-
fontWeight: string;
|
3851
|
-
px: string;
|
3852
|
-
fontSize: string;
|
3853
|
-
color: string;
|
3854
|
-
lineHeight: string;
|
3855
|
-
'&.is-focused': {
|
3856
|
-
outlineOffset: string;
|
3857
|
-
outline: string;
|
3858
|
-
outlineColor: string;
|
3859
|
-
};
|
3860
|
-
};
|
3861
|
-
};
|
3862
3717
|
};
|
3863
3718
|
images: {
|
3864
3719
|
avatar: {};
|