solid-ui 2.4.19-c5a8888d → 2.4.19-f06af09a
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/header/styleMap.d.ts +4 -0
- package/lib/header/styleMap.d.ts.map +1 -1
- package/lib/header/styleMap.js +20 -15
- package/lib/header/styleMap.js.map +1 -1
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/lib/webpack-bundle.js +22 -17
- package/lib/webpack-bundle.js.map +1 -1
- package/package.json +1 -1
package/lib/header/styleMap.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export declare const styleMap: {
|
|
|
53
53
|
'header-user-menu__navigation-menu': {
|
|
54
54
|
background: string;
|
|
55
55
|
border: string;
|
|
56
|
+
borderRadius: string;
|
|
56
57
|
borderRight: string;
|
|
57
58
|
position: string;
|
|
58
59
|
right: string;
|
|
@@ -78,6 +79,7 @@ export declare const styleMap: {
|
|
|
78
79
|
width: string;
|
|
79
80
|
};
|
|
80
81
|
'header-banner': {
|
|
82
|
+
border: string;
|
|
81
83
|
boxShadow: string;
|
|
82
84
|
display: string;
|
|
83
85
|
justifyContent: string;
|
|
@@ -100,10 +102,12 @@ export declare const styleMap: {
|
|
|
100
102
|
'header-banner__user-menu': {
|
|
101
103
|
borderLeft: string;
|
|
102
104
|
marginLeft: string;
|
|
105
|
+
marginRight: string;
|
|
103
106
|
};
|
|
104
107
|
'header-banner__help-menu': {
|
|
105
108
|
borderLeft: string;
|
|
106
109
|
marginLeft: string;
|
|
110
|
+
marginRight: string;
|
|
107
111
|
};
|
|
108
112
|
'header-banner__icon': {
|
|
109
113
|
backgroundSize: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styleMap.d.ts","sourceRoot":"","sources":["../../src/header/styleMap.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"styleMap.d.ts","sourceRoot":"","sources":["../../src/header/styleMap.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2HpB,CAAA"}
|
package/lib/header/styleMap.js
CHANGED
|
@@ -9,17 +9,17 @@ var styleMap = {
|
|
|
9
9
|
'header-user-menu__link': {
|
|
10
10
|
background: 'none',
|
|
11
11
|
border: '0',
|
|
12
|
-
color: '
|
|
12
|
+
color: '#787878',
|
|
13
13
|
cursor: 'pointer',
|
|
14
14
|
display: 'block',
|
|
15
|
-
fontFamily: '
|
|
15
|
+
fontFamily: 'Verdana sans-serif',
|
|
16
16
|
fontSize: '1em',
|
|
17
17
|
textAlign: 'left',
|
|
18
18
|
padding: '1em',
|
|
19
19
|
width: '100%',
|
|
20
20
|
'&:focus, &:hover': {
|
|
21
|
-
backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'
|
|
22
|
-
|
|
21
|
+
// backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'
|
|
22
|
+
backgroundColor: 'rgba(48.6, 30.2, 100, 5%)'
|
|
23
23
|
},
|
|
24
24
|
a: {
|
|
25
25
|
textDecoration: 'none'
|
|
@@ -43,16 +43,17 @@ var styleMap = {
|
|
|
43
43
|
'header-user-menu__button': {
|
|
44
44
|
background: 'none',
|
|
45
45
|
border: '0',
|
|
46
|
-
color: '
|
|
46
|
+
color: '#787878',
|
|
47
47
|
cursor: 'pointer',
|
|
48
48
|
display: 'block',
|
|
49
|
-
fontFamily: '
|
|
49
|
+
fontFamily: 'Verdana sans-serif',
|
|
50
50
|
fontSize: '1em',
|
|
51
51
|
textAlign: 'left',
|
|
52
52
|
padding: '1em',
|
|
53
53
|
width: '100%',
|
|
54
54
|
'&:focus, &:hover': {
|
|
55
|
-
backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'
|
|
55
|
+
// backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'
|
|
56
|
+
backgroundColor: 'rgba(48.6, 30.2, 100, 5%)'
|
|
56
57
|
}
|
|
57
58
|
},
|
|
58
59
|
'header-user-menu__list': {
|
|
@@ -62,11 +63,12 @@ var styleMap = {
|
|
|
62
63
|
},
|
|
63
64
|
'header-user-menu__navigation-menu': {
|
|
64
65
|
background: 'white',
|
|
65
|
-
border: 'solid 1px #
|
|
66
|
+
border: 'solid 1px #C8C8C8',
|
|
66
67
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
67
|
-
|
|
68
|
+
borderRadius: '0.5rem',
|
|
69
|
+
borderRight: 'solid 1px #C8C8C8',
|
|
68
70
|
position: 'absolute',
|
|
69
|
-
right: '0',
|
|
71
|
+
right: '0.5em',
|
|
70
72
|
top: '60px',
|
|
71
73
|
// defined in mashlib as a SASS variable $icon_size
|
|
72
74
|
width: '200px',
|
|
@@ -76,7 +78,7 @@ var styleMap = {
|
|
|
76
78
|
}
|
|
77
79
|
},
|
|
78
80
|
'header-user-menu__list-item': {
|
|
79
|
-
borderBottom: 'solid 1px #
|
|
81
|
+
borderBottom: 'solid 1px #D8D8D8',
|
|
80
82
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
81
83
|
'&:last-child': {
|
|
82
84
|
border: '0'
|
|
@@ -92,7 +94,8 @@ var styleMap = {
|
|
|
92
94
|
width: '50px'
|
|
93
95
|
},
|
|
94
96
|
'header-banner': {
|
|
95
|
-
|
|
97
|
+
border: 'solid 1px #C8C8C8',
|
|
98
|
+
boxShadow: '0px 1px 4px #C8C8C8',
|
|
96
99
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
97
100
|
display: 'flex',
|
|
98
101
|
justifyContent: 'space-between',
|
|
@@ -114,14 +117,16 @@ var styleMap = {
|
|
|
114
117
|
}
|
|
115
118
|
},
|
|
116
119
|
'header-banner__user-menu': {
|
|
117
|
-
borderLeft: 'solid 1px #
|
|
120
|
+
borderLeft: 'solid 1px #C8C8C8',
|
|
118
121
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
119
|
-
marginLeft: 'auto'
|
|
122
|
+
marginLeft: 'auto',
|
|
123
|
+
marginRight: '0.5em'
|
|
120
124
|
},
|
|
121
125
|
'header-banner__help-menu': {
|
|
122
126
|
borderLeft: 'solid 1px #000000',
|
|
123
127
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
124
|
-
marginLeft: 'auto'
|
|
128
|
+
marginLeft: 'auto',
|
|
129
|
+
marginRight: '0.5em'
|
|
125
130
|
},
|
|
126
131
|
'header-banner__icon': {
|
|
127
132
|
backgroundSize: '65px 60px',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/header/styleMap.ts"],"names":["styleMap","background","border","color","cursor","display","fontFamily","fontSize","textAlign","padding","width","backgroundColor","a","textDecoration","height","img","borderRadius","listStyle","margin","borderRight","position","right","top","borderBottom","backgroundPosition","backgroundRepeat","backgroundSize","boxShadow","justifyContent","marginBottom","marginLeft","input","borderLeft"],"mappings":";;;;;;AAAO,IAAMA,QAAQ,GAAG;AACtB,sBAAoB,EADE;AAGtB,4BAA0B;AACxBC,IAAAA,UAAU,EAAE,MADY;AAExBC,IAAAA,MAAM,EAAE,GAFgB;AAGxBC,IAAAA,KAAK,EAAE,
|
|
1
|
+
{"version":3,"sources":["../../src/header/styleMap.ts"],"names":["styleMap","background","border","color","cursor","display","fontFamily","fontSize","textAlign","padding","width","backgroundColor","a","textDecoration","height","img","borderRadius","listStyle","margin","borderRight","position","right","top","borderBottom","backgroundPosition","backgroundRepeat","backgroundSize","boxShadow","justifyContent","marginBottom","marginLeft","input","borderLeft","marginRight"],"mappings":"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","sourcesContent":["export const styleMap = {\n 'header-user-menu': {\n },\n 'header-user-menu__link': {\n background: 'none',\n border: '0',\n color: '#787878',\n cursor: 'pointer',\n display: 'block',\n fontFamily: 'Verdana sans-serif',\n fontSize: '1em',\n textAlign: 'left',\n padding: '1em',\n width: '100%',\n '&:focus, &:hover': {\n // backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'\n backgroundColor: 'rgba(48.6, 30.2, 100, 5%)'\n },\n a: {\n textDecoration: 'none'\n }\n },\n 'header-user-menu__trigger': {\n background: 'none',\n border: '0',\n cursor: 'pointer',\n width: '60px', // defined in mashlib as a SASS variable $icon_size\n height: '60px', // defined in mashlib as a SASS variable $icon_size\n img: {\n borderRadius: '50%',\n height: '56px', // defined in mashlib as a SASS variable $icon_size - 4px\n width: '56px'\n }\n },\n 'header-user-menu__button': {\n background: 'none',\n border: '0',\n color: '#787878',\n cursor: 'pointer',\n display: 'block',\n fontFamily: 'Verdana sans-serif',\n fontSize: '1em',\n textAlign: 'left',\n padding: '1em',\n width: '100%',\n '&:focus, &:hover': {\n // backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'\n backgroundColor: 'rgba(48.6, 30.2, 100, 5%)'\n }\n },\n 'header-user-menu__list': {\n listStyle: 'none',\n margin: '0',\n padding: '0'\n },\n 'header-user-menu__navigation-menu': {\n background: 'white',\n border: 'solid 1px #C8C8C8', // the color was defined in mashlib as a SASS variable $divider_color\n borderRadius: '0.5rem',\n borderRight: 'solid 1px #C8C8C8',\n position: 'absolute',\n right: '0.5em',\n top: '60px', // defined in mashlib as a SASS variable $icon_size\n width: '200px',\n 'z-index': '1',\n '&[aria-hidden = true]': {\n display: 'none'\n }\n },\n 'header-user-menu__list-item': {\n borderBottom: 'solid 1px #D8D8D8', // the color was defined in mashlib as a SASS variable $divider_color\n '&:last-child': {\n border: '0'\n }\n },\n 'header-user-menu__photo': {\n borderRadius: '50%',\n backgroundPosition: 'center',\n backgroundRepeat: 'no-repeat',\n backgroundSize: 'cover',\n height: '50px', // $icon-size - $image-margin * 2 image-margin was 5px in mashlib and icon size 60px\n width: '50px'\n },\n 'header-banner': {\n border: 'solid 1px #C8C8C8',\n boxShadow: '0px 1px 4px #C8C8C8', // the color was defined in mashlib as a SASS variable $divider_color\n display: 'flex',\n justifyContent: 'space-between',\n padding: '0 1.5em',\n marginBottom: '4px'\n },\n 'header-banner__link': {\n display: 'block'\n },\n 'header-banner__right-menu': {\n display: 'flex'\n },\n 'header-banner__login': {\n marginLeft: 'auto',\n input: {\n // hacks to override the default style of login and signup button from solid-ui\n margin: '0.75em 0 0.75em 0.5em !important',\n padding: '0.5em !important'\n }\n },\n 'header-banner__user-menu': {\n borderLeft: 'solid 1px #C8C8C8', // the color was defined in mashlib as a SASS variable $divider_color\n marginLeft: 'auto',\n marginRight: '0.5em'\n },\n 'header-banner__help-menu': {\n borderLeft: 'solid 1px #000000', // the color was defined in mashlib as a SASS variable $divider_color\n marginLeft: 'auto',\n marginRight: '0.5em'\n },\n 'header-banner__icon': {\n backgroundSize: '65px 60px',\n height: '60px !important', // this is the icon size\n width: '65px !important' // may just be 65px round($icon-size * 352 / 322);\n },\n 'header-banner__help-icon': {\n width: '28px !important'\n }\n}\n"],"file":"styleMap.js"}
|
package/lib/versionInfo.js
CHANGED
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
|
-
buildTime: '2022-03-
|
|
9
|
-
commit: '
|
|
8
|
+
buildTime: '2022-03-05T20:27:41Z',
|
|
9
|
+
commit: 'f06af09aed2d6b592d4e94d37288e8a488034fed',
|
|
10
10
|
npmInfo: {
|
|
11
11
|
'solid-ui': '2.4.19',
|
|
12
12
|
npm: '6.14.16',
|
package/lib/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/versionInfo.ts"],"names":["buildTime","commit","npmInfo","npm","ares","brotli","cldr","icu","llhttp","modules","napi","nghttp2","node","openssl","tz","unicode","uv","v8","zlib"],"mappings":";;;;;;eAAe;AACbA,EAAAA,SAAS,EAAE,sBADE;AAEbC,EAAAA,MAAM,EAAE,0CAFK;AAGbC,EAAAA,OAAO,EACT;AACE,gBAAY,QADd;AAEEC,IAAAA,GAAG,EAAE,SAFP;AAGEC,IAAAA,IAAI,EAAE,QAHR;AAIEC,IAAAA,MAAM,EAAE,OAJV;AAKEC,IAAAA,IAAI,EAAE,MALR;AAMEC,IAAAA,GAAG,EAAE,MANP;AAOEC,IAAAA,MAAM,EAAE,OAPV;AAQEC,IAAAA,OAAO,EAAE,IARX;AASEC,IAAAA,IAAI,EAAE,GATR;AAUEC,IAAAA,OAAO,EAAE,QAVX;AAWEC,IAAAA,IAAI,EAAE,SAXR;AAYEC,IAAAA,OAAO,EAAE,QAZX;AAaEC,IAAAA,EAAE,EAAE,QAbN;AAcEC,IAAAA,OAAO,EAAE,MAdX;AAeEC,IAAAA,EAAE,EAAE,QAfN;AAgBEC,IAAAA,EAAE,EAAE,oBAhBN;AAiBEC,IAAAA,IAAI,EAAE;AAjBR;AAJe,C","sourcesContent":["export default {\n buildTime: '2022-03-
|
|
1
|
+
{"version":3,"sources":["../src/versionInfo.ts"],"names":["buildTime","commit","npmInfo","npm","ares","brotli","cldr","icu","llhttp","modules","napi","nghttp2","node","openssl","tz","unicode","uv","v8","zlib"],"mappings":";;;;;;eAAe;AACbA,EAAAA,SAAS,EAAE,sBADE;AAEbC,EAAAA,MAAM,EAAE,0CAFK;AAGbC,EAAAA,OAAO,EACT;AACE,gBAAY,QADd;AAEEC,IAAAA,GAAG,EAAE,SAFP;AAGEC,IAAAA,IAAI,EAAE,QAHR;AAIEC,IAAAA,MAAM,EAAE,OAJV;AAKEC,IAAAA,IAAI,EAAE,MALR;AAMEC,IAAAA,GAAG,EAAE,MANP;AAOEC,IAAAA,MAAM,EAAE,OAPV;AAQEC,IAAAA,OAAO,EAAE,IARX;AASEC,IAAAA,IAAI,EAAE,GATR;AAUEC,IAAAA,OAAO,EAAE,QAVX;AAWEC,IAAAA,IAAI,EAAE,SAXR;AAYEC,IAAAA,OAAO,EAAE,QAZX;AAaEC,IAAAA,EAAE,EAAE,QAbN;AAcEC,IAAAA,OAAO,EAAE,MAdX;AAeEC,IAAAA,EAAE,EAAE,QAfN;AAgBEC,IAAAA,EAAE,EAAE,oBAhBN;AAiBEC,IAAAA,IAAI,EAAE;AAjBR;AAJe,C","sourcesContent":["export default {\n buildTime: '2022-03-05T20:27:41Z',\n commit: 'f06af09aed2d6b592d4e94d37288e8a488034fed',\n npmInfo:\n{\n 'solid-ui': '2.4.19',\n npm: '6.14.16',\n ares: '1.18.1',\n brotli: '1.0.9',\n cldr: '40.0',\n icu: '70.1',\n llhttp: '2.1.4',\n modules: '83',\n napi: '8',\n nghttp2: '1.42.0',\n node: '14.19.0',\n openssl: '1.1.1m',\n tz: '2021a3',\n unicode: '14.0',\n uv: '1.42.0',\n v8: '8.4.371.23-node.85',\n zlib: '1.2.11'\n}\n}\n"],"file":"versionInfo.js"}
|
package/lib/webpack-bundle.js
CHANGED
|
@@ -7048,17 +7048,17 @@ var styleMap = {
|
|
|
7048
7048
|
'header-user-menu__link': {
|
|
7049
7049
|
background: 'none',
|
|
7050
7050
|
border: '0',
|
|
7051
|
-
color: '
|
|
7051
|
+
color: '#787878',
|
|
7052
7052
|
cursor: 'pointer',
|
|
7053
7053
|
display: 'block',
|
|
7054
|
-
fontFamily: '
|
|
7054
|
+
fontFamily: 'Verdana sans-serif',
|
|
7055
7055
|
fontSize: '1em',
|
|
7056
7056
|
textAlign: 'left',
|
|
7057
7057
|
padding: '1em',
|
|
7058
7058
|
width: '100%',
|
|
7059
7059
|
'&:focus, &:hover': {
|
|
7060
|
-
backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'
|
|
7061
|
-
|
|
7060
|
+
// backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'
|
|
7061
|
+
backgroundColor: 'rgba(48.6, 30.2, 100, 5%)'
|
|
7062
7062
|
},
|
|
7063
7063
|
a: {
|
|
7064
7064
|
textDecoration: 'none'
|
|
@@ -7082,16 +7082,17 @@ var styleMap = {
|
|
|
7082
7082
|
'header-user-menu__button': {
|
|
7083
7083
|
background: 'none',
|
|
7084
7084
|
border: '0',
|
|
7085
|
-
color: '
|
|
7085
|
+
color: '#787878',
|
|
7086
7086
|
cursor: 'pointer',
|
|
7087
7087
|
display: 'block',
|
|
7088
|
-
fontFamily: '
|
|
7088
|
+
fontFamily: 'Verdana sans-serif',
|
|
7089
7089
|
fontSize: '1em',
|
|
7090
7090
|
textAlign: 'left',
|
|
7091
7091
|
padding: '1em',
|
|
7092
7092
|
width: '100%',
|
|
7093
7093
|
'&:focus, &:hover': {
|
|
7094
|
-
backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'
|
|
7094
|
+
// backgroundColor: 'linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%)'
|
|
7095
|
+
backgroundColor: 'rgba(48.6, 30.2, 100, 5%)'
|
|
7095
7096
|
}
|
|
7096
7097
|
},
|
|
7097
7098
|
'header-user-menu__list': {
|
|
@@ -7101,11 +7102,12 @@ var styleMap = {
|
|
|
7101
7102
|
},
|
|
7102
7103
|
'header-user-menu__navigation-menu': {
|
|
7103
7104
|
background: 'white',
|
|
7104
|
-
border: 'solid 1px #
|
|
7105
|
+
border: 'solid 1px #C8C8C8',
|
|
7105
7106
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
7106
|
-
|
|
7107
|
+
borderRadius: '0.5rem',
|
|
7108
|
+
borderRight: 'solid 1px #C8C8C8',
|
|
7107
7109
|
position: 'absolute',
|
|
7108
|
-
right: '0',
|
|
7110
|
+
right: '0.5em',
|
|
7109
7111
|
top: '60px',
|
|
7110
7112
|
// defined in mashlib as a SASS variable $icon_size
|
|
7111
7113
|
width: '200px',
|
|
@@ -7115,7 +7117,7 @@ var styleMap = {
|
|
|
7115
7117
|
}
|
|
7116
7118
|
},
|
|
7117
7119
|
'header-user-menu__list-item': {
|
|
7118
|
-
borderBottom: 'solid 1px #
|
|
7120
|
+
borderBottom: 'solid 1px #D8D8D8',
|
|
7119
7121
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
7120
7122
|
'&:last-child': {
|
|
7121
7123
|
border: '0'
|
|
@@ -7131,7 +7133,8 @@ var styleMap = {
|
|
|
7131
7133
|
width: '50px'
|
|
7132
7134
|
},
|
|
7133
7135
|
'header-banner': {
|
|
7134
|
-
|
|
7136
|
+
border: 'solid 1px #C8C8C8',
|
|
7137
|
+
boxShadow: '0px 1px 4px #C8C8C8',
|
|
7135
7138
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
7136
7139
|
display: 'flex',
|
|
7137
7140
|
justifyContent: 'space-between',
|
|
@@ -7153,14 +7156,16 @@ var styleMap = {
|
|
|
7153
7156
|
}
|
|
7154
7157
|
},
|
|
7155
7158
|
'header-banner__user-menu': {
|
|
7156
|
-
borderLeft: 'solid 1px #
|
|
7159
|
+
borderLeft: 'solid 1px #C8C8C8',
|
|
7157
7160
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
7158
|
-
marginLeft: 'auto'
|
|
7161
|
+
marginLeft: 'auto',
|
|
7162
|
+
marginRight: '0.5em'
|
|
7159
7163
|
},
|
|
7160
7164
|
'header-banner__help-menu': {
|
|
7161
7165
|
borderLeft: 'solid 1px #000000',
|
|
7162
7166
|
// the color was defined in mashlib as a SASS variable $divider_color
|
|
7163
|
-
marginLeft: 'auto'
|
|
7167
|
+
marginLeft: 'auto',
|
|
7168
|
+
marginRight: '0.5em'
|
|
7164
7169
|
},
|
|
7165
7170
|
'header-banner__icon': {
|
|
7166
7171
|
backgroundSize: '65px 60px',
|
|
@@ -15167,8 +15172,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
15167
15172
|
});
|
|
15168
15173
|
exports["default"] = void 0;
|
|
15169
15174
|
var _default = {
|
|
15170
|
-
buildTime: '2022-03-
|
|
15171
|
-
commit: '
|
|
15175
|
+
buildTime: '2022-03-05T20:27:41Z',
|
|
15176
|
+
commit: 'f06af09aed2d6b592d4e94d37288e8a488034fed',
|
|
15172
15177
|
npmInfo: {
|
|
15173
15178
|
'solid-ui': '2.4.19',
|
|
15174
15179
|
npm: '6.14.16',
|