@sendoutcards/quantum-design-ui 1.8.7 → 1.8.8
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/dist/index.es.js +43 -25
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -16564,14 +16564,16 @@ var BlockQuote = function (_a) {
|
|
|
16564
16564
|
};
|
|
16565
16565
|
|
|
16566
16566
|
var GreenerStillLogo = function (_a) {
|
|
16567
|
-
var color = _a.color
|
|
16567
|
+
var color = _a.color,
|
|
16568
|
+
width = _a.width;
|
|
16568
16569
|
return jsx(React.Fragment, null, color === 'color' ? jsx("svg", {
|
|
16569
16570
|
version: "1.1",
|
|
16570
16571
|
id: "Layer_1",
|
|
16571
16572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16572
16573
|
x: "0px",
|
|
16573
16574
|
y: "0px",
|
|
16574
|
-
viewBox: "0 0 683.7 125.5"
|
|
16575
|
+
viewBox: "0 0 683.7 125.5",
|
|
16576
|
+
width: width
|
|
16575
16577
|
}, jsx("g", null, jsx("path", {
|
|
16576
16578
|
fill: "#FFFFFF",
|
|
16577
16579
|
d: "M7.4,74.4c0-0.2-0.1-0.3-0.1-0.5C7.4,74.1,7.4,74.2,7.4,74.4z"
|
|
@@ -16832,14 +16834,16 @@ var GreenerStillIcon = function (_a) {
|
|
|
16832
16834
|
};
|
|
16833
16835
|
|
|
16834
16836
|
var BellaCadeauxLogo = function (_a) {
|
|
16835
|
-
var color = _a.color
|
|
16837
|
+
var color = _a.color,
|
|
16838
|
+
width = _a.width;
|
|
16836
16839
|
return jsx("svg", {
|
|
16837
16840
|
version: "1.1",
|
|
16838
16841
|
id: "Layer_1",
|
|
16839
16842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16840
16843
|
x: "0px",
|
|
16841
16844
|
y: "0px",
|
|
16842
|
-
viewBox: "0 0 675 112.9"
|
|
16845
|
+
viewBox: "0 0 675 112.9",
|
|
16846
|
+
width: width
|
|
16843
16847
|
}, jsx("g", null, jsx("path", {
|
|
16844
16848
|
fill: color === 'white' ? '#FFFFFF' : '#000000',
|
|
16845
16849
|
d: "M16,112.4H0.1V60.3h15.2c10.4,0,15.7,4.6,15.7,13.3c0,6.6-3.6,10.8-9.6,12.1c6.1,1.1,10.2,6,10.2,12.9 C31.8,107.7,26.3,112.4,16,112.4z M15,63.4H3.4V84h12.1c7.2,0,11.8-3.9,11.8-10.2C27.3,66.5,23.3,63.4,15,63.4z M15.6,87.3H3.4 v21.8h12.2c8.2,0,12.4-3.5,12.4-10.8C28,91.3,23.3,87.3,15.6,87.3z"
|
|
@@ -16901,14 +16905,16 @@ var BellaCadeauxLogo = function (_a) {
|
|
|
16901
16905
|
};
|
|
16902
16906
|
|
|
16903
16907
|
var PromptingULogo = function (_a) {
|
|
16904
|
-
var color = _a.color
|
|
16908
|
+
var color = _a.color,
|
|
16909
|
+
width = _a.width;
|
|
16905
16910
|
return jsx("svg", {
|
|
16906
16911
|
version: "1.1",
|
|
16907
16912
|
id: "Layer_1",
|
|
16908
16913
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16909
16914
|
x: "0px",
|
|
16910
16915
|
y: "0px",
|
|
16911
|
-
viewBox: "0 0 324.7 34.2"
|
|
16916
|
+
viewBox: "0 0 324.7 34.2",
|
|
16917
|
+
width: width
|
|
16912
16918
|
}, jsx("g", null, jsx("path", {
|
|
16913
16919
|
fill: color === 'white' ? '#FFFFFF' : '#000000',
|
|
16914
16920
|
d: "M16.6,13.6c0,4.7-3.5,7.5-9.4,7.5H3.8v8.6H0V6.5h7.7C13.6,6.5,16.6,9.3,16.6,13.6z M12.7,13.6c0-2.6-1.8-4-5-4 H3.8V18h3.5C10.8,18,12.7,16.7,12.7,13.6z"
|
|
@@ -16964,14 +16970,16 @@ var PromptingUIcon = function (_a) {
|
|
|
16964
16970
|
};
|
|
16965
16971
|
|
|
16966
16972
|
var SOCLogo = function (_a) {
|
|
16967
|
-
var color = _a.color
|
|
16973
|
+
var color = _a.color,
|
|
16974
|
+
width = _a.width;
|
|
16968
16975
|
return jsx("svg", {
|
|
16969
16976
|
version: "1.1",
|
|
16970
16977
|
id: "Layer_1",
|
|
16971
16978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16972
16979
|
x: "0px",
|
|
16973
16980
|
y: "0px",
|
|
16974
|
-
viewBox: "0 0 681.6 63.7"
|
|
16981
|
+
viewBox: "0 0 681.6 63.7",
|
|
16982
|
+
width: width
|
|
16975
16983
|
}, jsx("g", null, jsx("g", null, jsx("path", {
|
|
16976
16984
|
fill: color === 'white' ? '#FFFFFF' : '#000000',
|
|
16977
16985
|
d: "M62.2,4.7c-3-2.2-14.6,1.5-19.5,3.2C32.6,11.6,21.4,16.8,13,22.2c-4.2,3-4.4,3.5-4,4l0.2,0.2h0.2 c0.2,0,0.7,0.2,4.2-2.2C28.8,16.3,53.3,6.7,59,9.4c3.2,1.5,1.7,7.4-0.2,17.3c-1.5,7.2-3.5,15.8-4.4,26.2c-0.5,6.7,0,6.7,0.5,6.9 H55c0.5,0,1,0,2.5-6.2C58.7,45.9,65.9,7.6,62.2,4.7z"
|
|
@@ -17045,14 +17053,16 @@ var SOCIcon = function (_a) {
|
|
|
17045
17053
|
};
|
|
17046
17054
|
|
|
17047
17055
|
var StreamVALogo = function (_a) {
|
|
17048
|
-
var color = _a.color
|
|
17056
|
+
var color = _a.color,
|
|
17057
|
+
width = _a.width;
|
|
17049
17058
|
return jsx("svg", {
|
|
17050
17059
|
version: "1.1",
|
|
17051
17060
|
id: "Layer_1",
|
|
17052
17061
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17053
17062
|
x: "0px",
|
|
17054
17063
|
y: "0px",
|
|
17055
|
-
viewBox: "0 0 260.1 67.5"
|
|
17064
|
+
viewBox: "0 0 260.1 67.5",
|
|
17065
|
+
width: width
|
|
17056
17066
|
}, jsx("g", null, jsx("path", {
|
|
17057
17067
|
fill: color === 'white' ? '#FFFFFF' : '#000000',
|
|
17058
17068
|
d: "M29.9,67.2c1.3,0.2,2.7,0.3,4.1,0.3c10.1,0,19.1-4.4,25.3-11.3l-4-12h-19L29.9,67.2z M53,36.6l-4.4-14.5 l-2.8-10h-0.6l-2.7,10l-3.7,12.5l-0.5,1.9H53z M2.5,21C0.9,24.9,0,29.2,0,33.7C0,45.6,6.2,56,15.5,62L2.5,21z M40.1,0.6 C38.1,0.2,36.1,0,34,0C24.2,0,15.4,4.1,9.2,10.7l11,38.2l2.9,10.7h0.5l0.5-1.9H24l1.7-6.2l0.7-2.6l0.7-2.5L40.1,0.6z M65.5,46.3 c1.6-3.9,2.5-8.1,2.5-12.6c0-11.9-6.3-22.4-15.7-28.4L65.5,46.3z"
|
|
@@ -17081,14 +17091,16 @@ var StreamVAIcon = function (_a) {
|
|
|
17081
17091
|
};
|
|
17082
17092
|
|
|
17083
17093
|
var StreamMarketingLogo = function (_a) {
|
|
17084
|
-
var color = _a.color
|
|
17094
|
+
var color = _a.color,
|
|
17095
|
+
width = _a.width;
|
|
17085
17096
|
return jsx("svg", {
|
|
17086
17097
|
version: "1.1",
|
|
17087
17098
|
id: "Layer_1",
|
|
17088
17099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17089
17100
|
x: "0px",
|
|
17090
17101
|
y: "0px",
|
|
17091
|
-
viewBox: "0 0 597.6 172.8"
|
|
17102
|
+
viewBox: "0 0 597.6 172.8",
|
|
17103
|
+
width: width
|
|
17092
17104
|
}, jsx("g", null, jsx("path", {
|
|
17093
17105
|
fill: color === 'white' ? '#FFFFFF' : '#000000',
|
|
17094
17106
|
d: "M9.1,85.7L22.2,70c8.4,6.7,17.8,10.2,27.6,10.2c6.3,0,9.7-2.2,9.7-5.8v-0.2c0-3.5-2.8-5.5-14.4-8.2 c-18.1-4.1-32.2-9.3-32.2-26.8v-0.2c0-15.8,12.5-27.3,33-27.3c14.5,0,25.8,3.9,35.1,11.3L69.4,39.7c-7.8-5.5-16.3-8.4-23.9-8.4 c-5.7,0-8.5,2.4-8.5,5.5V37c0,3.9,2.9,5.6,14.7,8.3c19.6,4.3,31.8,10.6,31.8,26.6v0.2c0,17.4-13.8,27.8-34.5,27.8 C33.9,99.8,19.5,95.1,9.1,85.7z"
|
|
@@ -17144,14 +17156,16 @@ var StreamMarketingLogo = function (_a) {
|
|
|
17144
17156
|
};
|
|
17145
17157
|
|
|
17146
17158
|
var Blue42Logo = function (_a) {
|
|
17147
|
-
var color = _a.color
|
|
17159
|
+
var color = _a.color,
|
|
17160
|
+
width = _a.width;
|
|
17148
17161
|
return jsx("svg", {
|
|
17149
17162
|
version: "1.1",
|
|
17150
17163
|
id: "Layer_1",
|
|
17151
17164
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17152
17165
|
x: "0px",
|
|
17153
17166
|
y: "0px",
|
|
17154
|
-
viewBox: "0 0 390.9 70.4"
|
|
17167
|
+
viewBox: "0 0 390.9 70.4",
|
|
17168
|
+
width: width
|
|
17155
17169
|
}, jsx("g", null, jsx("path", {
|
|
17156
17170
|
fill: color === 'white' ? '#FFFFFF' : '#000000',
|
|
17157
17171
|
d: "M390.2,31.6c-0.3,0-0.5,0.1-0.6,0.3c-0.1,0.2-0.2,0.7-0.3,1.5c-0.4,2.4-0.8,3.9-1.4,4.4 c-0.6,0.5-2,0.8-4.3,0.9c-2.8,0.1-6,0.1-9.8-0.1c-0.7,0-1.1-0.1-1.1-0.2c0-0.1,0.2-0.2,0.6-0.2c0.7-0.2,2-0.9,4.1-2 c2.1-1.1,3.5-1.9,4.3-2.5c4.1-2.7,6.1-5.7,6.1-9c0-2.4-1-4.5-3-6.4c-2-1.9-4.6-2.8-8-2.8c-2.9,0-5.4,0.8-7.4,2.3 c-2,1.5-3,3.4-3,5.6c0,1.2,0.4,2.3,1.1,3.1c0.7,0.9,1.6,1.3,2.6,1.3c0.7,0,1.3-0.3,1.9-0.8c0.5-0.5,0.8-1.1,0.8-1.9 c0-1.1-0.6-1.7-1.9-2c-1.3-0.3-2-0.5-2.2-0.6c-0.2-0.1-0.3-0.4-0.3-0.8c0-1,0.6-2,1.9-3c1.3-1.1,2.9-1.6,4.9-1.6 c2.1,0,3.9,0.7,5.2,2c1.3,1.4,2,3.1,2,5.3c0,2.4-0.9,4.9-2.8,7.3c-1.9,2.4-4.3,4.4-7.4,6c-5.1,2.6-7.7,4.1-7.7,4.4 c0,0.4,0.3,0.5,0.8,0.5h0.4c2.4-0.2,6.3-0.4,11.6-0.4c0.9,0,2.4,0,4.4,0.1c4,0.2,6.7,0.2,8.1,0.2c0-1.2,0.2-2.9,0.5-5.3 c0.4-2.3,0.5-4.1,0.5-5.2C390.9,31.8,390.7,31.6,390.2,31.6 M359.7,41.1c0,0-0.1,0-0.5,0s-0.9,0.1-1.8,0.1h-2.3V25.4H350v15.9h-7.4 c-2.3,0-4.6,0-6.8-0.1l2.1-2.7c2.3-3.1,4.5-6.1,6.6-8.9c2.7-3.7,5.1-6.9,7.3-9.5c2.5-3.1,3.8-4.8,3.8-5.1c0-0.4-0.2-0.5-0.5-0.5 c-0.3,0-0.9,0.5-1.6,1.4l-18.2,23.8c-1,1.3-1.5,2.1-1.5,2.4c0,0.6,0.4,0.9,1.2,0.9h15v13.4h5.1V42.7h4.4c0.6,0,1-0.2,1-0.7 C360.5,41.4,360.2,41.1,359.7,41.1"
|
|
@@ -17170,14 +17184,16 @@ var Blue42Logo = function (_a) {
|
|
|
17170
17184
|
};
|
|
17171
17185
|
|
|
17172
17186
|
var PromptingsAcademyLogo = function (_a) {
|
|
17173
|
-
var color = _a.color
|
|
17187
|
+
var color = _a.color,
|
|
17188
|
+
width = _a.width;
|
|
17174
17189
|
return jsx("svg", {
|
|
17175
17190
|
version: "1.1",
|
|
17176
17191
|
id: "Layer_1",
|
|
17177
17192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17178
17193
|
x: "0px",
|
|
17179
17194
|
y: "0px",
|
|
17180
|
-
viewBox: "0 0 379 118.22"
|
|
17195
|
+
viewBox: "0 0 379 118.22",
|
|
17196
|
+
width: width
|
|
17181
17197
|
}, jsx("g", null, jsx("path", {
|
|
17182
17198
|
fill: color === 'white' ? '#FFFFFF' : '#000000',
|
|
17183
17199
|
d: "M114.53,50.9h-4.43v7.96h-5.83v-26.52h10.84c6.33,0,10.15,3.75,10.15,9.17v.08c0,6.14-4.77,9.32-10.72,9.32Zm4.81-9.28c0-2.61-1.82-4.02-4.74-4.02h-4.51v8.11h4.62c2.92,0,4.62-1.74,4.62-4.02v-.08Z"
|
|
@@ -17258,13 +17274,15 @@ var PromptingsAcademyIcon = function (_a) {
|
|
|
17258
17274
|
};
|
|
17259
17275
|
|
|
17260
17276
|
var PromptingsLogo = function (_a) {
|
|
17261
|
-
var color = _a.color
|
|
17277
|
+
var color = _a.color,
|
|
17278
|
+
width = _a.width;
|
|
17262
17279
|
return jsx("svg", {
|
|
17263
17280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17264
17281
|
version: "1.1",
|
|
17265
17282
|
x: "0px",
|
|
17266
17283
|
y: "0px",
|
|
17267
|
-
viewBox: "0 0 1925.3 393"
|
|
17284
|
+
viewBox: "0 0 1925.3 393",
|
|
17285
|
+
width: width
|
|
17268
17286
|
}, jsx("g", null, jsx("g", null, jsx("g", null, jsx("path", {
|
|
17269
17287
|
fill: color === 'white' ? '#FFFFFF' : '#000000',
|
|
17270
17288
|
d: "M555.4,123.7c9.4,0,17.5,1.3,24.3,4c6.8,2.7,12.4,6.4,16.9,11.1c4.4,4.7,7.7,10.3,9.9,16.7c2.2,6.4,3.3,13.5,3.3,21.2 c0,13.3-2,26.1-6,38.5c-4,12.4-10.2,23.4-18.6,33c-8.4,9.6-18.9,17.3-31.7,23c-12.8,5.8-27.9,8.6-45.4,8.6 c-2.1,0-4.4-0.1-6.9-0.3c-2.5-0.2-4.7-0.5-6.6-0.9l-12.4,51.9h-26.8l47.2-196.8c8.1-3.3,16.9-5.8,26.4-7.5 C538.6,124.6,547.3,123.7,555.4,123.7z M500.1,256.3c1.9,0.4,4,0.6,6.2,0.7c2.2,0.1,4.4,0.1,6.5,0.1c10.9,0,20.7-2.1,29.4-6.3 c8.6-4.2,16-9.9,22-17.1c6-7.2,10.7-15.5,14-24.8c3.3-9.3,4.9-19.1,4.9-29.2c0-4.2-0.5-8.4-1.4-12.4c-1-4-2.7-7.6-5.3-10.7 c-2.6-3.1-6.1-5.5-10.5-7.3c-4.4-1.8-10.1-2.7-17-2.7c-4.8,0-9.2,0.4-13.3,1.3c-4,0.9-7.4,1.7-10.1,2.4L500.1,256.3z"
|
|
@@ -17322,7 +17340,7 @@ var Logo = function (_a) {
|
|
|
17322
17340
|
_d = _a.type,
|
|
17323
17341
|
type = _d === void 0 ? 'fullLogo' : _d,
|
|
17324
17342
|
_e = _a.width,
|
|
17325
|
-
width = _e === void 0 ? '
|
|
17343
|
+
width = _e === void 0 ? '100px' : _e,
|
|
17326
17344
|
href = _a.href,
|
|
17327
17345
|
onClick = _a.onClick,
|
|
17328
17346
|
secondaryLogo = _a.secondaryLogo;
|
|
@@ -17368,7 +17386,7 @@ var Logo = function (_a) {
|
|
|
17368
17386
|
lineHeight: 0
|
|
17369
17387
|
},
|
|
17370
17388
|
display: "inline-block",
|
|
17371
|
-
width:
|
|
17389
|
+
width: 'fit-content'
|
|
17372
17390
|
}, jsx("a", {
|
|
17373
17391
|
href: href,
|
|
17374
17392
|
onClick: onClick
|
|
@@ -17380,9 +17398,11 @@ var Logo = function (_a) {
|
|
|
17380
17398
|
color: '#000'
|
|
17381
17399
|
}
|
|
17382
17400
|
}, jsx(SelectedLogo, {
|
|
17383
|
-
color: color
|
|
17401
|
+
color: color,
|
|
17402
|
+
width: width
|
|
17384
17403
|
}), SecondaryLogo && jsx(React.Fragment, null, "|", jsx(SecondaryLogo, {
|
|
17385
|
-
color: color
|
|
17404
|
+
color: color,
|
|
17405
|
+
width: width
|
|
17386
17406
|
})))));
|
|
17387
17407
|
};
|
|
17388
17408
|
|
|
@@ -21571,9 +21591,7 @@ var StaticNavigation = function (_a) {
|
|
|
21571
21591
|
onClick: function () {
|
|
21572
21592
|
return setIsOpen(!isOpen);
|
|
21573
21593
|
}
|
|
21574
|
-
})), !links && !isMobile && jsx("div", null), jsx(Logo,
|
|
21575
|
-
width: logo.width ? logo.width : isMobile ? '130px' : '200px'
|
|
21576
|
-
})), links && !isMobile && jsx(Flex, {
|
|
21594
|
+
})), !links && !isMobile && jsx("div", null), jsx(Logo, logo), links && !isMobile && jsx(Flex, {
|
|
21577
21595
|
height: "100%",
|
|
21578
21596
|
width: "100%",
|
|
21579
21597
|
alignItems: "center",
|