@genesislcap/foundation-ui 14.180.2 → 14.180.4
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.
|
@@ -1044,37 +1044,6 @@
|
|
|
1044
1044
|
}
|
|
1045
1045
|
]
|
|
1046
1046
|
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "javascript-module",
|
|
1049
|
-
"path": "src/_config/index.ts",
|
|
1050
|
-
"declarations": [],
|
|
1051
|
-
"exports": [
|
|
1052
|
-
{
|
|
1053
|
-
"kind": "js",
|
|
1054
|
-
"name": "*",
|
|
1055
|
-
"declaration": {
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"package": "./styles"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "js",
|
|
1062
|
-
"name": "*",
|
|
1063
|
-
"declaration": {
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"package": "./tokens"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "js",
|
|
1070
|
-
"name": "*",
|
|
1071
|
-
"declaration": {
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"package": "./values"
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
]
|
|
1077
|
-
},
|
|
1078
1047
|
{
|
|
1079
1048
|
"kind": "javascript-module",
|
|
1080
1049
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -2028,6 +1997,37 @@
|
|
|
2028
1997
|
}
|
|
2029
1998
|
]
|
|
2030
1999
|
},
|
|
2000
|
+
{
|
|
2001
|
+
"kind": "javascript-module",
|
|
2002
|
+
"path": "src/_config/index.ts",
|
|
2003
|
+
"declarations": [],
|
|
2004
|
+
"exports": [
|
|
2005
|
+
{
|
|
2006
|
+
"kind": "js",
|
|
2007
|
+
"name": "*",
|
|
2008
|
+
"declaration": {
|
|
2009
|
+
"name": "*",
|
|
2010
|
+
"package": "./styles"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"kind": "js",
|
|
2015
|
+
"name": "*",
|
|
2016
|
+
"declaration": {
|
|
2017
|
+
"name": "*",
|
|
2018
|
+
"package": "./tokens"
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"kind": "js",
|
|
2023
|
+
"name": "*",
|
|
2024
|
+
"declaration": {
|
|
2025
|
+
"name": "*",
|
|
2026
|
+
"package": "./values"
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
]
|
|
2030
|
+
},
|
|
2031
2031
|
{
|
|
2032
2032
|
"kind": "javascript-module",
|
|
2033
2033
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -27422,6 +27422,106 @@
|
|
|
27422
27422
|
}
|
|
27423
27423
|
]
|
|
27424
27424
|
},
|
|
27425
|
+
{
|
|
27426
|
+
"kind": "javascript-module",
|
|
27427
|
+
"path": "src/patterns/define.ts",
|
|
27428
|
+
"declarations": [
|
|
27429
|
+
{
|
|
27430
|
+
"kind": "function",
|
|
27431
|
+
"name": "defineFactory",
|
|
27432
|
+
"return": {
|
|
27433
|
+
"type": {
|
|
27434
|
+
"text": ""
|
|
27435
|
+
}
|
|
27436
|
+
},
|
|
27437
|
+
"parameters": [
|
|
27438
|
+
{
|
|
27439
|
+
"name": "Type",
|
|
27440
|
+
"type": {
|
|
27441
|
+
"text": "TType"
|
|
27442
|
+
},
|
|
27443
|
+
"description": "The custom element Type / Class to define."
|
|
27444
|
+
},
|
|
27445
|
+
{
|
|
27446
|
+
"name": "overriderOrBase",
|
|
27447
|
+
"type": {
|
|
27448
|
+
"text": "DefinitionOverrider | PartialFASTElementDefinition"
|
|
27449
|
+
},
|
|
27450
|
+
"description": "A function that merges definitions, or the base definition if custom merging is not needed."
|
|
27451
|
+
}
|
|
27452
|
+
],
|
|
27453
|
+
"description": "Defines a platform custom element based on the provided type and definition."
|
|
27454
|
+
}
|
|
27455
|
+
],
|
|
27456
|
+
"exports": [
|
|
27457
|
+
{
|
|
27458
|
+
"kind": "js",
|
|
27459
|
+
"name": "defineFactory",
|
|
27460
|
+
"declaration": {
|
|
27461
|
+
"name": "defineFactory",
|
|
27462
|
+
"module": "src/patterns/define.ts"
|
|
27463
|
+
}
|
|
27464
|
+
}
|
|
27465
|
+
]
|
|
27466
|
+
},
|
|
27467
|
+
{
|
|
27468
|
+
"kind": "javascript-module",
|
|
27469
|
+
"path": "src/patterns/index.ts",
|
|
27470
|
+
"declarations": [],
|
|
27471
|
+
"exports": [
|
|
27472
|
+
{
|
|
27473
|
+
"kind": "js",
|
|
27474
|
+
"name": "*",
|
|
27475
|
+
"declaration": {
|
|
27476
|
+
"name": "*",
|
|
27477
|
+
"package": "./define"
|
|
27478
|
+
}
|
|
27479
|
+
},
|
|
27480
|
+
{
|
|
27481
|
+
"kind": "js",
|
|
27482
|
+
"name": "*",
|
|
27483
|
+
"declaration": {
|
|
27484
|
+
"name": "*",
|
|
27485
|
+
"package": "./tag-for"
|
|
27486
|
+
}
|
|
27487
|
+
}
|
|
27488
|
+
]
|
|
27489
|
+
},
|
|
27490
|
+
{
|
|
27491
|
+
"kind": "javascript-module",
|
|
27492
|
+
"path": "src/patterns/tag-for.ts",
|
|
27493
|
+
"declarations": [
|
|
27494
|
+
{
|
|
27495
|
+
"kind": "function",
|
|
27496
|
+
"name": "tagFor",
|
|
27497
|
+
"return": {
|
|
27498
|
+
"type": {
|
|
27499
|
+
"text": ""
|
|
27500
|
+
}
|
|
27501
|
+
},
|
|
27502
|
+
"parameters": [
|
|
27503
|
+
{
|
|
27504
|
+
"name": "dependency",
|
|
27505
|
+
"type": {
|
|
27506
|
+
"text": "TemplateElementDependency"
|
|
27507
|
+
},
|
|
27508
|
+
"description": "The dependency the template is dependent on."
|
|
27509
|
+
}
|
|
27510
|
+
],
|
|
27511
|
+
"description": "Determines what HTML tag name to use for the dependency."
|
|
27512
|
+
}
|
|
27513
|
+
],
|
|
27514
|
+
"exports": [
|
|
27515
|
+
{
|
|
27516
|
+
"kind": "js",
|
|
27517
|
+
"name": "tagFor",
|
|
27518
|
+
"declaration": {
|
|
27519
|
+
"name": "tagFor",
|
|
27520
|
+
"module": "src/patterns/tag-for.ts"
|
|
27521
|
+
}
|
|
27522
|
+
}
|
|
27523
|
+
]
|
|
27524
|
+
},
|
|
27425
27525
|
{
|
|
27426
27526
|
"kind": "javascript-module",
|
|
27427
27527
|
"path": "src/popper/index.ts",
|
|
@@ -27778,106 +27878,6 @@
|
|
|
27778
27878
|
}
|
|
27779
27879
|
]
|
|
27780
27880
|
},
|
|
27781
|
-
{
|
|
27782
|
-
"kind": "javascript-module",
|
|
27783
|
-
"path": "src/patterns/define.ts",
|
|
27784
|
-
"declarations": [
|
|
27785
|
-
{
|
|
27786
|
-
"kind": "function",
|
|
27787
|
-
"name": "defineFactory",
|
|
27788
|
-
"return": {
|
|
27789
|
-
"type": {
|
|
27790
|
-
"text": ""
|
|
27791
|
-
}
|
|
27792
|
-
},
|
|
27793
|
-
"parameters": [
|
|
27794
|
-
{
|
|
27795
|
-
"name": "Type",
|
|
27796
|
-
"type": {
|
|
27797
|
-
"text": "TType"
|
|
27798
|
-
},
|
|
27799
|
-
"description": "The custom element Type / Class to define."
|
|
27800
|
-
},
|
|
27801
|
-
{
|
|
27802
|
-
"name": "overriderOrBase",
|
|
27803
|
-
"type": {
|
|
27804
|
-
"text": "DefinitionOverrider | PartialFASTElementDefinition"
|
|
27805
|
-
},
|
|
27806
|
-
"description": "A function that merges definitions, or the base definition if custom merging is not needed."
|
|
27807
|
-
}
|
|
27808
|
-
],
|
|
27809
|
-
"description": "Defines a platform custom element based on the provided type and definition."
|
|
27810
|
-
}
|
|
27811
|
-
],
|
|
27812
|
-
"exports": [
|
|
27813
|
-
{
|
|
27814
|
-
"kind": "js",
|
|
27815
|
-
"name": "defineFactory",
|
|
27816
|
-
"declaration": {
|
|
27817
|
-
"name": "defineFactory",
|
|
27818
|
-
"module": "src/patterns/define.ts"
|
|
27819
|
-
}
|
|
27820
|
-
}
|
|
27821
|
-
]
|
|
27822
|
-
},
|
|
27823
|
-
{
|
|
27824
|
-
"kind": "javascript-module",
|
|
27825
|
-
"path": "src/patterns/index.ts",
|
|
27826
|
-
"declarations": [],
|
|
27827
|
-
"exports": [
|
|
27828
|
-
{
|
|
27829
|
-
"kind": "js",
|
|
27830
|
-
"name": "*",
|
|
27831
|
-
"declaration": {
|
|
27832
|
-
"name": "*",
|
|
27833
|
-
"package": "./define"
|
|
27834
|
-
}
|
|
27835
|
-
},
|
|
27836
|
-
{
|
|
27837
|
-
"kind": "js",
|
|
27838
|
-
"name": "*",
|
|
27839
|
-
"declaration": {
|
|
27840
|
-
"name": "*",
|
|
27841
|
-
"package": "./tag-for"
|
|
27842
|
-
}
|
|
27843
|
-
}
|
|
27844
|
-
]
|
|
27845
|
-
},
|
|
27846
|
-
{
|
|
27847
|
-
"kind": "javascript-module",
|
|
27848
|
-
"path": "src/patterns/tag-for.ts",
|
|
27849
|
-
"declarations": [
|
|
27850
|
-
{
|
|
27851
|
-
"kind": "function",
|
|
27852
|
-
"name": "tagFor",
|
|
27853
|
-
"return": {
|
|
27854
|
-
"type": {
|
|
27855
|
-
"text": ""
|
|
27856
|
-
}
|
|
27857
|
-
},
|
|
27858
|
-
"parameters": [
|
|
27859
|
-
{
|
|
27860
|
-
"name": "dependency",
|
|
27861
|
-
"type": {
|
|
27862
|
-
"text": "TemplateElementDependency"
|
|
27863
|
-
},
|
|
27864
|
-
"description": "The dependency the template is dependent on."
|
|
27865
|
-
}
|
|
27866
|
-
],
|
|
27867
|
-
"description": "Determines what HTML tag name to use for the dependency."
|
|
27868
|
-
}
|
|
27869
|
-
],
|
|
27870
|
-
"exports": [
|
|
27871
|
-
{
|
|
27872
|
-
"kind": "js",
|
|
27873
|
-
"name": "tagFor",
|
|
27874
|
-
"declaration": {
|
|
27875
|
-
"name": "tagFor",
|
|
27876
|
-
"module": "src/patterns/tag-for.ts"
|
|
27877
|
-
}
|
|
27878
|
-
}
|
|
27879
|
-
]
|
|
27880
|
-
},
|
|
27881
27881
|
{
|
|
27882
27882
|
"kind": "javascript-module",
|
|
27883
27883
|
"path": "src/progress/index.ts",
|
|
@@ -33826,7 +33826,7 @@
|
|
|
33826
33826
|
"type": {
|
|
33827
33827
|
"text": "ElementStyles"
|
|
33828
33828
|
},
|
|
33829
|
-
"default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height:
|
|
33829
|
+
"default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
|
|
33830
33830
|
}
|
|
33831
33831
|
],
|
|
33832
33832
|
"exports": [
|
|
@@ -33949,7 +33949,11 @@
|
|
|
33949
33949
|
"type": {
|
|
33950
33950
|
"text": "boolean"
|
|
33951
33951
|
},
|
|
33952
|
-
"default": "
|
|
33952
|
+
"default": "true"
|
|
33953
|
+
},
|
|
33954
|
+
{
|
|
33955
|
+
"kind": "method",
|
|
33956
|
+
"name": "autoCloseChanged"
|
|
33953
33957
|
},
|
|
33954
33958
|
{
|
|
33955
33959
|
"kind": "field",
|
|
@@ -34172,7 +34176,7 @@
|
|
|
34172
34176
|
"type": {
|
|
34173
34177
|
"text": "boolean"
|
|
34174
34178
|
},
|
|
34175
|
-
"default": "
|
|
34179
|
+
"default": "true",
|
|
34176
34180
|
"fieldName": "autoClose"
|
|
34177
34181
|
},
|
|
34178
34182
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snackbar.d.ts","sourceRoot":"","sources":["../../../src/snackbar/snackbar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAE9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAQ/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,eAAO,MAAM,+BAA+B,EAAE,cAG7C,CAAC;AAEF;;GAEG;AACH,qBAAa,QAAS,SAAQ,iBAAiB;IACtC,QAAQ,EAAE,WAAW,CAAC;IACjB,KAAK,EAAG,cAAc,CAAC;IACvB,YAAY,EAAG,qBAAqB,CAAC;IACrC,eAAe,SAAM;IACE,UAAU,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAA0B;IAChC,SAAS,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"snackbar.d.ts","sourceRoot":"","sources":["../../../src/snackbar/snackbar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAE9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAQ/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,eAAO,MAAM,+BAA+B,EAAE,cAG7C,CAAC;AAEF;;GAEG;AACH,qBAAa,QAAS,SAAQ,iBAAiB;IACtC,QAAQ,EAAE,WAAW,CAAC;IACjB,KAAK,EAAG,cAAc,CAAC;IACvB,YAAY,EAAG,qBAAqB,CAAC;IACrC,eAAe,SAAM;IACE,UAAU,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAA0B;IAChC,SAAS,EAAE,OAAO,CAAQ;IAC9E,gBAAgB;IAWa,IAAI,EAAE,YAAY,CAAyB;IAExE,OAAO,CAAC,UAAU,CAAgC;IAClD,OAAO,CAAC,oBAAoB,CAAiC;IAE7D,iBAAiB;IAMjB,YAAY,CAAC,QAAQ,EAAE,cAAc,EAAE,QAAQ,EAAE,cAAc;IAI/D,mBAAmB,CAAC,QAAQ,EAAE,qBAAqB,EAAE,QAAQ,EAAE,qBAAqB;IAMpF;;OAEG;IACI,aAAa,CAAC,WAAW,GAAE,OAAe;IAgBjD;;OAEG;IACI,OAAO;IAQd,oBAAoB,IAAI,IAAI;CAS7B;AAED;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;mBAK7B,CAAC"}
|
|
@@ -16,17 +16,22 @@ export class Snackbar extends FoundationElement {
|
|
|
16
16
|
super(...arguments);
|
|
17
17
|
this.deleteAnimation = '';
|
|
18
18
|
this.closeTimeout = SNACKBAR_CLOSE_TIMEOUT;
|
|
19
|
-
this.autoClose =
|
|
19
|
+
this.autoClose = true;
|
|
20
20
|
this.type = SNACKBAR_TYPE_DEFAULT;
|
|
21
21
|
this.dismissEventListener = this.handleDissmis.bind(this);
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
super.connectedCallback();
|
|
23
|
+
autoCloseChanged() {
|
|
25
24
|
if (this.autoClose) {
|
|
26
25
|
this.timeoutRef = setTimeout(() => {
|
|
27
26
|
this.handleDissmis(true);
|
|
28
27
|
}, this.closeTimeout);
|
|
29
28
|
}
|
|
29
|
+
if (!this.autoClose && this.timeoutRef) {
|
|
30
|
+
clearTimeout(this.timeoutRef);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
connectedCallback() {
|
|
34
|
+
super.connectedCallback();
|
|
30
35
|
this.addEventListener(SNACKBAR_EVENTS_NAMES.DISMISS, this.dismissEventListener);
|
|
31
36
|
}
|
|
32
37
|
errorChanged(oldValue, newValue) {
|
|
@@ -34,8 +39,10 @@ export class Snackbar extends FoundationElement {
|
|
|
34
39
|
this.type = (_c = (_b = (_a = newValue === null || newValue === void 0 ? void 0 : newValue.config) === null || _a === void 0 ? void 0 : _a.snackbar) === null || _b === void 0 ? void 0 : _b.type) !== null && _c !== void 0 ? _c : SNACKBAR_TYPE_DEFAULT;
|
|
35
40
|
}
|
|
36
41
|
notificationChanged(oldValue, newValue) {
|
|
37
|
-
var _a, _b, _c;
|
|
42
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
38
43
|
this.type = (_c = (_b = (_a = newValue === null || newValue === void 0 ? void 0 : newValue.config) === null || _a === void 0 ? void 0 : _a.snackbar) === null || _b === void 0 ? void 0 : _b.type) !== null && _c !== void 0 ? _c : SNACKBAR_TYPE_DEFAULT;
|
|
44
|
+
this.autoClose = (_f = (_e = (_d = newValue === null || newValue === void 0 ? void 0 : newValue.config) === null || _d === void 0 ? void 0 : _d.snackbar) === null || _e === void 0 ? void 0 : _e.autoClose) !== null && _f !== void 0 ? _f : true;
|
|
45
|
+
this.closeTimeout = (_j = (_h = (_g = newValue === null || newValue === void 0 ? void 0 : newValue.config) === null || _g === void 0 ? void 0 : _g.snackbar) === null || _h === void 0 ? void 0 : _h.closeTimeout) !== null && _j !== void 0 ? _j : SNACKBAR_CLOSE_TIMEOUT;
|
|
39
46
|
}
|
|
40
47
|
/**
|
|
41
48
|
* Helper for remove snackbar from display with animation
|
|
@@ -62,7 +62,7 @@ export const foundationSnackbarStyles = css `
|
|
|
62
62
|
--snackbar-min-width: 356px;
|
|
63
63
|
--snackbar-min-height: 55px;
|
|
64
64
|
--snackbar-max-width: 496px;
|
|
65
|
-
--snackbar-max-height:
|
|
65
|
+
--snackbar-max-height: auto;
|
|
66
66
|
--snackbar-animation-name: append-from-left-animate;
|
|
67
67
|
--snackbar-animation-delete-name: delete-from-left-animate;
|
|
68
68
|
}
|
|
@@ -79,7 +79,7 @@ export const foundationSnackbarStyles = css `
|
|
|
79
79
|
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);
|
|
80
80
|
box-sizing: border-box;
|
|
81
81
|
display: flex;
|
|
82
|
-
position:
|
|
82
|
+
position: relative;
|
|
83
83
|
bottom: 5px;
|
|
84
84
|
flex-direction: row;
|
|
85
85
|
padding: 2px 16px;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.180.
|
|
4
|
+
"version": "14.180.4",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"test:debug": "genx test --debug"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@genesislcap/foundation-testing": "14.180.
|
|
78
|
-
"@genesislcap/genx": "14.180.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.180.
|
|
80
|
-
"@genesislcap/ts-builder": "14.180.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.180.
|
|
82
|
-
"@genesislcap/vite-builder": "14.180.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.180.
|
|
77
|
+
"@genesislcap/foundation-testing": "14.180.4",
|
|
78
|
+
"@genesislcap/genx": "14.180.4",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.180.4",
|
|
80
|
+
"@genesislcap/ts-builder": "14.180.4",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.180.4",
|
|
82
|
+
"@genesislcap/vite-builder": "14.180.4",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.180.4",
|
|
84
84
|
"copyfiles": "^2.4.1",
|
|
85
85
|
"rimraf": "^3.0.2",
|
|
86
86
|
"rxjs": "^7.5.4"
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
92
92
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
93
93
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
94
|
-
"@genesislcap/foundation-comms": "14.180.
|
|
95
|
-
"@genesislcap/foundation-criteria": "14.180.
|
|
96
|
-
"@genesislcap/foundation-errors": "14.180.
|
|
97
|
-
"@genesislcap/foundation-logger": "14.180.
|
|
98
|
-
"@genesislcap/foundation-notifications": "14.180.
|
|
99
|
-
"@genesislcap/foundation-user": "14.180.
|
|
100
|
-
"@genesislcap/foundation-utils": "14.180.
|
|
94
|
+
"@genesislcap/foundation-comms": "14.180.4",
|
|
95
|
+
"@genesislcap/foundation-criteria": "14.180.4",
|
|
96
|
+
"@genesislcap/foundation-errors": "14.180.4",
|
|
97
|
+
"@genesislcap/foundation-logger": "14.180.4",
|
|
98
|
+
"@genesislcap/foundation-notifications": "14.180.4",
|
|
99
|
+
"@genesislcap/foundation-user": "14.180.4",
|
|
100
|
+
"@genesislcap/foundation-utils": "14.180.4",
|
|
101
101
|
"@microsoft/fast-colors": "^5.3.1",
|
|
102
102
|
"@microsoft/fast-components": "^2.30.6",
|
|
103
103
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
121
|
"customElements": "dist/custom-elements.json",
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "dc94e00acfd326762a5567d00bf4af3bf3959910"
|
|
123
123
|
}
|