@thecb/components 3.3.8 → 3.4.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/.tool-versions +1 -0
- package/dist/index.cjs.js +61 -47
- package/package.json +1 -1
- package/src/components/atoms/button-with-action/ButtonWithAction.theme.js +20 -6
- package/src/components/molecules/obligation/icons/AccountBillIcon.js +2 -2
- package/src/components/molecules/obligation/icons/AccountConstructionIcon.js +2 -2
- package/src/components/molecules/obligation/icons/AccountDentalIcon.js +2 -2
- package/src/components/molecules/obligation/icons/AccountElectricIcon.js +2 -2
- package/src/components/molecules/obligation/icons/AccountGarbageIcon.js +2 -2
- package/src/components/molecules/obligation/icons/AccountGasIcon.js +2 -2
- package/src/components/molecules/obligation/icons/AccountGenericIcon.js +2 -2
- package/src/components/molecules/obligation/icons/AccountMedicalIcon.js +2 -2
- package/src/components/molecules/obligation/icons/AccountWaterIcon.js +2 -2
- package/src/components/molecules/obligation/icons/PropertyApartmentIcon.js +2 -2
- package/src/components/molecules/obligation/icons/PropertyBusinessIcon.js +2 -2
- package/src/components/molecules/obligation/icons/PropertyCarIcon.js +2 -2
- package/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.js +2 -2
- package/src/components/molecules/obligation/icons/PropertyGarageIcon.js +2 -2
- package/src/components/molecules/obligation/icons/PropertyLandIcon.js +2 -2
- package/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.js +2 -2
- package/src/components/molecules/obligation/icons/PropertyPersonalIcon.js +2 -2
- package/src/components/molecules/obligation/icons/PropertyStorefrontIcon.js +2 -2
- package/src/deprecated/icons/IconQuit.js +5 -5
package/.tool-versions
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nodejs 10.13.0
|
package/dist/index.cjs.js
CHANGED
|
@@ -12283,6 +12283,7 @@ var padding = {
|
|
|
12283
12283
|
smallPrimary: "0.75rem 1rem",
|
|
12284
12284
|
smallSecondary: "0.75rem 1rem",
|
|
12285
12285
|
smallGhost: "0",
|
|
12286
|
+
tertiary: "1rem 1.25rem",
|
|
12286
12287
|
ghost: "0.65rem 0",
|
|
12287
12288
|
danger: "1rem 1.25rem",
|
|
12288
12289
|
whiteSecondary: "0.75rem 2rem",
|
|
@@ -12296,6 +12297,7 @@ var color$1 = {
|
|
|
12296
12297
|
smallSecondary: "#15749D",
|
|
12297
12298
|
smallGhost: "#15749D",
|
|
12298
12299
|
ghost: "#15749D",
|
|
12300
|
+
tertiary: "#15749D",
|
|
12299
12301
|
danger: "#FFFFFF",
|
|
12300
12302
|
whiteSecondary: "#FFFFFF",
|
|
12301
12303
|
whitePrimary: "#FFFFFF"
|
|
@@ -12308,6 +12310,7 @@ var fontSizeVariant = {
|
|
|
12308
12310
|
smallSecondary: "pS",
|
|
12309
12311
|
smallGhost: "p",
|
|
12310
12312
|
ghost: "pL",
|
|
12313
|
+
tertiary: "pS",
|
|
12311
12314
|
danger: "pS",
|
|
12312
12315
|
whiteSecondary: "pS",
|
|
12313
12316
|
whitePrimary: "pS"
|
|
@@ -12320,6 +12323,7 @@ var fontWeight = {
|
|
|
12320
12323
|
smallSecondary: "600",
|
|
12321
12324
|
smallGhost: "400",
|
|
12322
12325
|
ghost: "600",
|
|
12326
|
+
tertiary: "600",
|
|
12323
12327
|
danger: "600",
|
|
12324
12328
|
whiteSecondary: "600",
|
|
12325
12329
|
whitePrimary: "600"
|
|
@@ -12332,6 +12336,7 @@ var height = {
|
|
|
12332
12336
|
smallSecondary: "2.5rem",
|
|
12333
12337
|
smallGhost: "1.5rem",
|
|
12334
12338
|
ghost: "3rem",
|
|
12339
|
+
tertiary: "3rem",
|
|
12335
12340
|
danger: "3rem",
|
|
12336
12341
|
whiteSecondary: "3rem",
|
|
12337
12342
|
whitePrimary: "auto"
|
|
@@ -12344,6 +12349,7 @@ var minWidth = {
|
|
|
12344
12349
|
smallSecondary: "100px",
|
|
12345
12350
|
smallGhost: "100px",
|
|
12346
12351
|
ghost: "130px",
|
|
12352
|
+
tertiary: "130px",
|
|
12347
12353
|
danger: "130px",
|
|
12348
12354
|
whiteSecondary: "160px",
|
|
12349
12355
|
whitePrimary: "130px"
|
|
@@ -12356,6 +12362,7 @@ var backgroundColor = {
|
|
|
12356
12362
|
smallSecondary: "transparent",
|
|
12357
12363
|
smallGhost: "transparent",
|
|
12358
12364
|
ghost: "transparent",
|
|
12365
|
+
tertiary: "transparent",
|
|
12359
12366
|
danger: "#ED125F",
|
|
12360
12367
|
whiteSecondary: "transparent",
|
|
12361
12368
|
whitePrimary: "transparent"
|
|
@@ -12368,6 +12375,7 @@ var border = {
|
|
|
12368
12375
|
smallSecondary: "2px solid #15749D",
|
|
12369
12376
|
smallGhost: "none",
|
|
12370
12377
|
ghost: "none",
|
|
12378
|
+
tertiary: "none",
|
|
12371
12379
|
danger: "2px solid #ED125F",
|
|
12372
12380
|
whiteSecondary: "2px solid white",
|
|
12373
12381
|
whitePrimary: "2px solid transparent"
|
|
@@ -12378,8 +12386,9 @@ var hoverBackgroundColor = {
|
|
|
12378
12386
|
back: "transparent",
|
|
12379
12387
|
smallPrimary: "#116285",
|
|
12380
12388
|
smallSecondary: "transparent",
|
|
12381
|
-
ghost: "transparent",
|
|
12382
12389
|
smallGhost: "transparent",
|
|
12390
|
+
ghost: "transparent",
|
|
12391
|
+
tertiary: "transparent",
|
|
12383
12392
|
danger: "#BA002C",
|
|
12384
12393
|
whiteSecondary: "transparent",
|
|
12385
12394
|
whitePrimary: "transparent"
|
|
@@ -12390,8 +12399,9 @@ var hoverBorderColor = {
|
|
|
12390
12399
|
back: "#DCEAF1",
|
|
12391
12400
|
smallPrimary: "#116285",
|
|
12392
12401
|
smallSecondary: "#DCEAF1",
|
|
12393
|
-
ghost: "transparent",
|
|
12394
12402
|
smallGhost: "transparent",
|
|
12403
|
+
ghost: "transparent",
|
|
12404
|
+
tertiary: "transparent",
|
|
12395
12405
|
danger: "#BA002C",
|
|
12396
12406
|
whiteSecondary: "2px solid transparent",
|
|
12397
12407
|
whitePrimary: "2px solid transparent"
|
|
@@ -12402,8 +12412,9 @@ var hoverColor = {
|
|
|
12402
12412
|
back: "#116285",
|
|
12403
12413
|
smallPrimary: "#FFFFFF",
|
|
12404
12414
|
smallSecondary: "#116285",
|
|
12405
|
-
ghost: "#116285",
|
|
12406
12415
|
smallGhost: "#116285",
|
|
12416
|
+
ghost: "#116285",
|
|
12417
|
+
tertiary: "#116285",
|
|
12407
12418
|
danger: "#FFFFFF",
|
|
12408
12419
|
whiteSecondary: "#FFFFFF",
|
|
12409
12420
|
whitePrimary: "#FFFFFF"
|
|
@@ -12414,8 +12425,9 @@ var activeBackgroundColor = {
|
|
|
12414
12425
|
back: "transparent",
|
|
12415
12426
|
smallPrimary: "#0E506D",
|
|
12416
12427
|
smallSecondary: "transparent",
|
|
12417
|
-
ghost: "transparent",
|
|
12418
12428
|
smallGhost: "transparent",
|
|
12429
|
+
ghost: "transparent",
|
|
12430
|
+
tertiary: "transparent",
|
|
12419
12431
|
danger: "#870000",
|
|
12420
12432
|
whiteSecondary: "transparent",
|
|
12421
12433
|
whitePrimary: "transparent"
|
|
@@ -12426,8 +12438,9 @@ var activeBorderColor = {
|
|
|
12426
12438
|
back: "#0E506D",
|
|
12427
12439
|
smallPrimary: "#0E506D",
|
|
12428
12440
|
smallSecondary: "#0E506D",
|
|
12429
|
-
ghost: "transparent",
|
|
12430
12441
|
smallGhost: "transparent",
|
|
12442
|
+
ghost: "transparent",
|
|
12443
|
+
tertiary: "transparent",
|
|
12431
12444
|
danger: "#870000",
|
|
12432
12445
|
whiteSecondary: "2px solid transparent",
|
|
12433
12446
|
whitePrimary: "2px solid transparent"
|
|
@@ -12438,8 +12451,9 @@ var activeColor = {
|
|
|
12438
12451
|
back: "#0E506D",
|
|
12439
12452
|
smallPrimary: "#FFFFFF",
|
|
12440
12453
|
smallSecondary: "#0E506D",
|
|
12441
|
-
ghost: "#0E506D",
|
|
12442
12454
|
smallGhost: "#0E506D",
|
|
12455
|
+
ghost: "#0E506D",
|
|
12456
|
+
tertiary: "#0E506D",
|
|
12443
12457
|
danger: "#FFFFFF",
|
|
12444
12458
|
whiteSecondary: "#FFFFFF",
|
|
12445
12459
|
whitePrimary: "#FFFFFF"
|
|
@@ -14002,7 +14016,7 @@ var IconQuit = function IconQuit(_ref) {
|
|
|
14002
14016
|
height: height,
|
|
14003
14017
|
viewBox: "0 0 24 24"
|
|
14004
14018
|
}, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("path", {
|
|
14005
|
-
id: "
|
|
14019
|
+
id: "quit",
|
|
14006
14020
|
d: "M18.9999989 6.40999946L17.589999 4.9999997 11.9999993 10.5899995 6.40999946 4.9999997 4.9999997 6.40999946 10.5899995 11.9999993 4.9999997 17.589999 6.40999946 18.9999989 11.9999993 13.409999 17.589999 18.9999989 18.9999989 17.589999 13.409999 11.9999993z"
|
|
14007
14021
|
})), /*#__PURE__*/React__default.createElement("g", {
|
|
14008
14022
|
fill: "none",
|
|
@@ -14010,16 +14024,16 @@ var IconQuit = function IconQuit(_ref) {
|
|
|
14010
14024
|
stroke: "none",
|
|
14011
14025
|
strokeWidth: "1"
|
|
14012
14026
|
}, /*#__PURE__*/React__default.createElement("mask", {
|
|
14013
|
-
id: "
|
|
14027
|
+
id: "quitMask",
|
|
14014
14028
|
fill: "#fff"
|
|
14015
14029
|
}, /*#__PURE__*/React__default.createElement("use", {
|
|
14016
|
-
xlinkHref: "#
|
|
14030
|
+
xlinkHref: "#quit"
|
|
14017
14031
|
})), /*#__PURE__*/React__default.createElement("use", {
|
|
14018
14032
|
fill: fill,
|
|
14019
|
-
xlinkHref: "#
|
|
14033
|
+
xlinkHref: "#quit"
|
|
14020
14034
|
}), /*#__PURE__*/React__default.createElement("g", {
|
|
14021
14035
|
fill: fill,
|
|
14022
|
-
mask: "url(#
|
|
14036
|
+
mask: "url(#quitMask)"
|
|
14023
14037
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
14024
14038
|
d: "M0 0H24V24H0z"
|
|
14025
14039
|
}))));
|
|
@@ -34261,8 +34275,8 @@ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$s)
|
|
|
34261
34275
|
|
|
34262
34276
|
var AccountBillIcon = function AccountBillIcon() {
|
|
34263
34277
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34264
|
-
width: "
|
|
34265
|
-
height: "
|
|
34278
|
+
width: "51px",
|
|
34279
|
+
height: "51px",
|
|
34266
34280
|
viewBox: "0 0 81 81",
|
|
34267
34281
|
version: "1.1",
|
|
34268
34282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -34337,8 +34351,8 @@ var AccountBillIcon = function AccountBillIcon() {
|
|
|
34337
34351
|
|
|
34338
34352
|
var AccountGenericIcon = function AccountGenericIcon() {
|
|
34339
34353
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34340
|
-
width: "
|
|
34341
|
-
height: "
|
|
34354
|
+
width: "51px",
|
|
34355
|
+
height: "51px",
|
|
34342
34356
|
viewBox: "0 0 81 81",
|
|
34343
34357
|
version: "1.1",
|
|
34344
34358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -34413,8 +34427,8 @@ var AccountGenericIcon = function AccountGenericIcon() {
|
|
|
34413
34427
|
|
|
34414
34428
|
var AccountConstructionIcon = function AccountConstructionIcon() {
|
|
34415
34429
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34416
|
-
width: "
|
|
34417
|
-
height: "
|
|
34430
|
+
width: "51px",
|
|
34431
|
+
height: "51px",
|
|
34418
34432
|
viewBox: "0 0 81 81",
|
|
34419
34433
|
version: "1.1",
|
|
34420
34434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -34492,8 +34506,8 @@ var AccountConstructionIcon = function AccountConstructionIcon() {
|
|
|
34492
34506
|
|
|
34493
34507
|
var AccountDentalIcon = function AccountDentalIcon() {
|
|
34494
34508
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34495
|
-
width: "
|
|
34496
|
-
height: "
|
|
34509
|
+
width: "51px",
|
|
34510
|
+
height: "51px",
|
|
34497
34511
|
viewBox: "0 0 81 81",
|
|
34498
34512
|
version: "1.1",
|
|
34499
34513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -34571,8 +34585,8 @@ var AccountDentalIcon = function AccountDentalIcon() {
|
|
|
34571
34585
|
|
|
34572
34586
|
var AccountElectricIcon = function AccountElectricIcon() {
|
|
34573
34587
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34574
|
-
width: "
|
|
34575
|
-
height: "
|
|
34588
|
+
width: "51px",
|
|
34589
|
+
height: "51px",
|
|
34576
34590
|
viewBox: "0 0 81 81",
|
|
34577
34591
|
version: "1.1",
|
|
34578
34592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -34650,8 +34664,8 @@ var AccountElectricIcon = function AccountElectricIcon() {
|
|
|
34650
34664
|
|
|
34651
34665
|
var AccountGarbageIcon = function AccountGarbageIcon() {
|
|
34652
34666
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34653
|
-
width: "
|
|
34654
|
-
height: "
|
|
34667
|
+
width: "51px",
|
|
34668
|
+
height: "51px",
|
|
34655
34669
|
viewBox: "0 0 81 81",
|
|
34656
34670
|
version: "1.1",
|
|
34657
34671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -34729,8 +34743,8 @@ var AccountGarbageIcon = function AccountGarbageIcon() {
|
|
|
34729
34743
|
|
|
34730
34744
|
var AccountGasIcon = function AccountGasIcon() {
|
|
34731
34745
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34732
|
-
width: "
|
|
34733
|
-
height: "
|
|
34746
|
+
width: "51px",
|
|
34747
|
+
height: "51px",
|
|
34734
34748
|
viewBox: "0 0 81 81",
|
|
34735
34749
|
version: "1.1",
|
|
34736
34750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -34808,8 +34822,8 @@ var AccountGasIcon = function AccountGasIcon() {
|
|
|
34808
34822
|
|
|
34809
34823
|
var AccountMedicalIcon = function AccountMedicalIcon() {
|
|
34810
34824
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34811
|
-
width: "
|
|
34812
|
-
height: "
|
|
34825
|
+
width: "51px",
|
|
34826
|
+
height: "51px",
|
|
34813
34827
|
viewBox: "0 0 81 81",
|
|
34814
34828
|
version: "1.1",
|
|
34815
34829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -34887,8 +34901,8 @@ var AccountMedicalIcon = function AccountMedicalIcon() {
|
|
|
34887
34901
|
|
|
34888
34902
|
var AccountWaterIcon = function AccountWaterIcon() {
|
|
34889
34903
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34890
|
-
width: "
|
|
34891
|
-
height: "
|
|
34904
|
+
width: "51px",
|
|
34905
|
+
height: "51px",
|
|
34892
34906
|
viewBox: "0 0 81 81",
|
|
34893
34907
|
version: "1.1",
|
|
34894
34908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -34966,8 +34980,8 @@ var AccountWaterIcon = function AccountWaterIcon() {
|
|
|
34966
34980
|
|
|
34967
34981
|
var PropertyApartmentIcon = function PropertyApartmentIcon() {
|
|
34968
34982
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
34969
|
-
width: "
|
|
34970
|
-
height: "
|
|
34983
|
+
width: "51px",
|
|
34984
|
+
height: "51px",
|
|
34971
34985
|
viewBox: "0 0 81 81",
|
|
34972
34986
|
version: "1.1",
|
|
34973
34987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -35048,8 +35062,8 @@ var PropertyApartmentIcon = function PropertyApartmentIcon() {
|
|
|
35048
35062
|
|
|
35049
35063
|
var PropertyBusinessIcon = function PropertyBusinessIcon() {
|
|
35050
35064
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
35051
|
-
width: "
|
|
35052
|
-
height: "
|
|
35065
|
+
width: "51px",
|
|
35066
|
+
height: "51px",
|
|
35053
35067
|
viewBox: "0 0 81 81",
|
|
35054
35068
|
version: "1.1",
|
|
35055
35069
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -35124,8 +35138,8 @@ var PropertyBusinessIcon = function PropertyBusinessIcon() {
|
|
|
35124
35138
|
|
|
35125
35139
|
var PropertyCarIcon = function PropertyCarIcon() {
|
|
35126
35140
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
35127
|
-
width: "
|
|
35128
|
-
height: "
|
|
35141
|
+
width: "51px",
|
|
35142
|
+
height: "51px",
|
|
35129
35143
|
viewBox: "0 0 81 81",
|
|
35130
35144
|
version: "1.1",
|
|
35131
35145
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -35206,8 +35220,8 @@ var PropertyCarIcon = function PropertyCarIcon() {
|
|
|
35206
35220
|
|
|
35207
35221
|
var PropertyCommercialVehicleIcon = function PropertyCommercialVehicleIcon() {
|
|
35208
35222
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
35209
|
-
width: "
|
|
35210
|
-
height: "
|
|
35223
|
+
width: "51px",
|
|
35224
|
+
height: "51px",
|
|
35211
35225
|
viewBox: "0 0 81 81",
|
|
35212
35226
|
version: "1.1",
|
|
35213
35227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -35288,8 +35302,8 @@ var PropertyCommercialVehicleIcon = function PropertyCommercialVehicleIcon() {
|
|
|
35288
35302
|
|
|
35289
35303
|
var PropertyGarageIcon = function PropertyGarageIcon() {
|
|
35290
35304
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
35291
|
-
width: "
|
|
35292
|
-
height: "
|
|
35305
|
+
width: "51px",
|
|
35306
|
+
height: "51px",
|
|
35293
35307
|
viewBox: "0 0 81 81",
|
|
35294
35308
|
version: "1.1",
|
|
35295
35309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -35369,8 +35383,8 @@ var PropertyGarageIcon = function PropertyGarageIcon() {
|
|
|
35369
35383
|
|
|
35370
35384
|
var PropertyLandIcon = function PropertyLandIcon() {
|
|
35371
35385
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
35372
|
-
width: "
|
|
35373
|
-
height: "
|
|
35386
|
+
width: "51px",
|
|
35387
|
+
height: "51px",
|
|
35374
35388
|
viewBox: "0 0 81 81",
|
|
35375
35389
|
version: "1.1",
|
|
35376
35390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -35451,8 +35465,8 @@ var PropertyLandIcon = function PropertyLandIcon() {
|
|
|
35451
35465
|
|
|
35452
35466
|
var PropertyMotorcycleIcon = function PropertyMotorcycleIcon() {
|
|
35453
35467
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
35454
|
-
width: "
|
|
35455
|
-
height: "
|
|
35468
|
+
width: "51px",
|
|
35469
|
+
height: "51px",
|
|
35456
35470
|
viewBox: "0 0 81 81",
|
|
35457
35471
|
version: "1.1",
|
|
35458
35472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -35533,8 +35547,8 @@ var PropertyMotorcycleIcon = function PropertyMotorcycleIcon() {
|
|
|
35533
35547
|
|
|
35534
35548
|
var PropertyStorefrontIcon = function PropertyStorefrontIcon() {
|
|
35535
35549
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
35536
|
-
width: "
|
|
35537
|
-
height: "
|
|
35550
|
+
width: "51px",
|
|
35551
|
+
height: "51px",
|
|
35538
35552
|
viewBox: "0 0 81 81",
|
|
35539
35553
|
version: "1.1",
|
|
35540
35554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -35615,8 +35629,8 @@ var PropertyStorefrontIcon = function PropertyStorefrontIcon() {
|
|
|
35615
35629
|
|
|
35616
35630
|
var PropertyPersonalIcon = function PropertyPersonalIcon() {
|
|
35617
35631
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
35618
|
-
width: "
|
|
35619
|
-
height: "
|
|
35632
|
+
width: "51px",
|
|
35633
|
+
height: "51px",
|
|
35620
35634
|
viewBox: "0 0 81 81",
|
|
35621
35635
|
version: "1.1",
|
|
35622
35636
|
xmlns: "http://www.w3.org/2000/svg",
|
package/package.json
CHANGED
|
@@ -10,6 +10,7 @@ const padding = {
|
|
|
10
10
|
smallPrimary: "0.75rem 1rem",
|
|
11
11
|
smallSecondary: "0.75rem 1rem",
|
|
12
12
|
smallGhost: "0",
|
|
13
|
+
tertiary: "1rem 1.25rem",
|
|
13
14
|
ghost: "0.65rem 0",
|
|
14
15
|
danger: "1rem 1.25rem",
|
|
15
16
|
whiteSecondary: "0.75rem 2rem",
|
|
@@ -24,6 +25,7 @@ const color = {
|
|
|
24
25
|
smallSecondary: "#15749D",
|
|
25
26
|
smallGhost: "#15749D",
|
|
26
27
|
ghost: "#15749D",
|
|
28
|
+
tertiary: "#15749D",
|
|
27
29
|
danger: "#FFFFFF",
|
|
28
30
|
whiteSecondary: "#FFFFFF",
|
|
29
31
|
whitePrimary: "#FFFFFF"
|
|
@@ -37,6 +39,7 @@ const fontSizeVariant = {
|
|
|
37
39
|
smallSecondary: "pS",
|
|
38
40
|
smallGhost: "p",
|
|
39
41
|
ghost: "pL",
|
|
42
|
+
tertiary: "pS",
|
|
40
43
|
danger: "pS",
|
|
41
44
|
whiteSecondary: "pS",
|
|
42
45
|
whitePrimary: "pS"
|
|
@@ -50,6 +53,7 @@ const fontWeight = {
|
|
|
50
53
|
smallSecondary: "600",
|
|
51
54
|
smallGhost: "400",
|
|
52
55
|
ghost: "600",
|
|
56
|
+
tertiary: "600",
|
|
53
57
|
danger: "600",
|
|
54
58
|
whiteSecondary: "600",
|
|
55
59
|
whitePrimary: "600"
|
|
@@ -63,6 +67,7 @@ const height = {
|
|
|
63
67
|
smallSecondary: "2.5rem",
|
|
64
68
|
smallGhost: "1.5rem",
|
|
65
69
|
ghost: "3rem",
|
|
70
|
+
tertiary: "3rem",
|
|
66
71
|
danger: "3rem",
|
|
67
72
|
whiteSecondary: "3rem",
|
|
68
73
|
whitePrimary: "auto"
|
|
@@ -76,6 +81,7 @@ const minWidth = {
|
|
|
76
81
|
smallSecondary: "100px",
|
|
77
82
|
smallGhost: "100px",
|
|
78
83
|
ghost: "130px",
|
|
84
|
+
tertiary: "130px",
|
|
79
85
|
danger: "130px",
|
|
80
86
|
whiteSecondary: "160px",
|
|
81
87
|
whitePrimary: "130px"
|
|
@@ -89,6 +95,7 @@ const backgroundColor = {
|
|
|
89
95
|
smallSecondary: "transparent",
|
|
90
96
|
smallGhost: "transparent",
|
|
91
97
|
ghost: "transparent",
|
|
98
|
+
tertiary: "transparent",
|
|
92
99
|
danger: "#ED125F",
|
|
93
100
|
whiteSecondary: "transparent",
|
|
94
101
|
whitePrimary: "transparent"
|
|
@@ -102,6 +109,7 @@ const border = {
|
|
|
102
109
|
smallSecondary: "2px solid #15749D",
|
|
103
110
|
smallGhost: "none",
|
|
104
111
|
ghost: "none",
|
|
112
|
+
tertiary: "none",
|
|
105
113
|
danger: "2px solid #ED125F",
|
|
106
114
|
whiteSecondary: "2px solid white",
|
|
107
115
|
whitePrimary: "2px solid transparent"
|
|
@@ -113,8 +121,9 @@ const hoverBackgroundColor = {
|
|
|
113
121
|
back: "transparent",
|
|
114
122
|
smallPrimary: "#116285",
|
|
115
123
|
smallSecondary: "transparent",
|
|
116
|
-
ghost: "transparent",
|
|
117
124
|
smallGhost: "transparent",
|
|
125
|
+
ghost: "transparent",
|
|
126
|
+
tertiary: "transparent",
|
|
118
127
|
danger: "#BA002C",
|
|
119
128
|
whiteSecondary: "transparent",
|
|
120
129
|
whitePrimary: "transparent"
|
|
@@ -126,8 +135,9 @@ const hoverBorderColor = {
|
|
|
126
135
|
back: "#DCEAF1",
|
|
127
136
|
smallPrimary: "#116285",
|
|
128
137
|
smallSecondary: "#DCEAF1",
|
|
129
|
-
ghost: "transparent",
|
|
130
138
|
smallGhost: "transparent",
|
|
139
|
+
ghost: "transparent",
|
|
140
|
+
tertiary: "transparent",
|
|
131
141
|
danger: "#BA002C",
|
|
132
142
|
whiteSecondary: "2px solid transparent",
|
|
133
143
|
whitePrimary: "2px solid transparent"
|
|
@@ -139,8 +149,9 @@ const hoverColor = {
|
|
|
139
149
|
back: "#116285",
|
|
140
150
|
smallPrimary: "#FFFFFF",
|
|
141
151
|
smallSecondary: "#116285",
|
|
142
|
-
ghost: "#116285",
|
|
143
152
|
smallGhost: "#116285",
|
|
153
|
+
ghost: "#116285",
|
|
154
|
+
tertiary: "#116285",
|
|
144
155
|
danger: "#FFFFFF",
|
|
145
156
|
whiteSecondary: "#FFFFFF",
|
|
146
157
|
whitePrimary: "#FFFFFF"
|
|
@@ -152,8 +163,9 @@ const activeBackgroundColor = {
|
|
|
152
163
|
back: "transparent",
|
|
153
164
|
smallPrimary: "#0E506D",
|
|
154
165
|
smallSecondary: "transparent",
|
|
155
|
-
ghost: "transparent",
|
|
156
166
|
smallGhost: "transparent",
|
|
167
|
+
ghost: "transparent",
|
|
168
|
+
tertiary: "transparent",
|
|
157
169
|
danger: "#870000",
|
|
158
170
|
whiteSecondary: "transparent",
|
|
159
171
|
whitePrimary: "transparent"
|
|
@@ -165,8 +177,9 @@ const activeBorderColor = {
|
|
|
165
177
|
back: "#0E506D",
|
|
166
178
|
smallPrimary: "#0E506D",
|
|
167
179
|
smallSecondary: "#0E506D",
|
|
168
|
-
ghost: "transparent",
|
|
169
180
|
smallGhost: "transparent",
|
|
181
|
+
ghost: "transparent",
|
|
182
|
+
tertiary: "transparent",
|
|
170
183
|
danger: "#870000",
|
|
171
184
|
whiteSecondary: "2px solid transparent",
|
|
172
185
|
whitePrimary: "2px solid transparent"
|
|
@@ -178,8 +191,9 @@ const activeColor = {
|
|
|
178
191
|
back: "#0E506D",
|
|
179
192
|
smallPrimary: "#FFFFFF",
|
|
180
193
|
smallSecondary: "#0E506D",
|
|
181
|
-
ghost: "#0E506D",
|
|
182
194
|
smallGhost: "#0E506D",
|
|
195
|
+
ghost: "#0E506D",
|
|
196
|
+
tertiary: "#0E506D",
|
|
183
197
|
danger: "#FFFFFF",
|
|
184
198
|
whiteSecondary: "#FFFFFF",
|
|
185
199
|
whitePrimary: "#FFFFFF"
|
|
@@ -15,16 +15,16 @@ export const IconQuit = ({
|
|
|
15
15
|
>
|
|
16
16
|
<defs>
|
|
17
17
|
<path
|
|
18
|
-
id="
|
|
18
|
+
id="quit"
|
|
19
19
|
d="M18.9999989 6.40999946L17.589999 4.9999997 11.9999993 10.5899995 6.40999946 4.9999997 4.9999997 6.40999946 10.5899995 11.9999993 4.9999997 17.589999 6.40999946 18.9999989 11.9999993 13.409999 17.589999 18.9999989 18.9999989 17.589999 13.409999 11.9999993z"
|
|
20
20
|
></path>
|
|
21
21
|
</defs>
|
|
22
22
|
<g fill="none" fillRule="evenodd" stroke="none" strokeWidth="1">
|
|
23
|
-
<mask id="
|
|
24
|
-
<use xlinkHref="#
|
|
23
|
+
<mask id="quitMask" fill="#fff">
|
|
24
|
+
<use xlinkHref="#quit"></use>
|
|
25
25
|
</mask>
|
|
26
|
-
<use fill={fill} xlinkHref="#
|
|
27
|
-
<g fill={fill} mask="url(#
|
|
26
|
+
<use fill={fill} xlinkHref="#quit"></use>
|
|
27
|
+
<g fill={fill} mask="url(#quitMask)">
|
|
28
28
|
<path d="M0 0H24V24H0z"></path>
|
|
29
29
|
</g>
|
|
30
30
|
</g>
|