@genesislcap/foundation-ui 14.241.0 → 14.242.1

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +284 -284
  2. package/package.json +16 -16
@@ -819,6 +819,233 @@
819
819
  }
820
820
  ]
821
821
  },
822
+ {
823
+ "kind": "javascript-module",
824
+ "path": "src/_common/icons.ts",
825
+ "declarations": [
826
+ {
827
+ "kind": "function",
828
+ "name": "closeIcon",
829
+ "parameters": [
830
+ {
831
+ "name": "slot",
832
+ "default": "'start'"
833
+ },
834
+ {
835
+ "name": "fill",
836
+ "default": "'#879ba6'"
837
+ }
838
+ ]
839
+ }
840
+ ],
841
+ "exports": [
842
+ {
843
+ "kind": "js",
844
+ "name": "closeIcon",
845
+ "declaration": {
846
+ "name": "closeIcon",
847
+ "module": "src/_common/icons.ts"
848
+ }
849
+ }
850
+ ]
851
+ },
852
+ {
853
+ "kind": "javascript-module",
854
+ "path": "src/_common/index.ts",
855
+ "declarations": [],
856
+ "exports": [
857
+ {
858
+ "kind": "js",
859
+ "name": "*",
860
+ "declaration": {
861
+ "name": "*",
862
+ "package": "./icons"
863
+ }
864
+ }
865
+ ]
866
+ },
867
+ {
868
+ "kind": "javascript-module",
869
+ "path": "src/accordion/accordion.styles.ts",
870
+ "declarations": [
871
+ {
872
+ "kind": "function",
873
+ "name": "foundationAccordionStyles",
874
+ "return": {
875
+ "type": {
876
+ "text": "ElementStyles"
877
+ }
878
+ },
879
+ "parameters": [
880
+ {
881
+ "name": "context",
882
+ "type": {
883
+ "text": "ElementDefinitionContext"
884
+ }
885
+ },
886
+ {
887
+ "name": "definition",
888
+ "type": {
889
+ "text": "FoundationElementDefinition"
890
+ }
891
+ }
892
+ ]
893
+ }
894
+ ],
895
+ "exports": [
896
+ {
897
+ "kind": "js",
898
+ "name": "foundationAccordionStyles",
899
+ "declaration": {
900
+ "name": "foundationAccordionStyles",
901
+ "module": "src/accordion/accordion.styles.ts"
902
+ }
903
+ }
904
+ ]
905
+ },
906
+ {
907
+ "kind": "javascript-module",
908
+ "path": "src/accordion/accordion.template.ts",
909
+ "declarations": [
910
+ {
911
+ "kind": "function",
912
+ "name": "foundationAccordionTemplate",
913
+ "return": {
914
+ "type": {
915
+ "text": "ViewTemplate<Accordion>"
916
+ }
917
+ },
918
+ "parameters": [
919
+ {
920
+ "name": "context",
921
+ "type": {
922
+ "text": "ElementDefinitionContext"
923
+ }
924
+ },
925
+ {
926
+ "name": "definition",
927
+ "type": {
928
+ "text": "FoundationElementDefinition"
929
+ }
930
+ }
931
+ ]
932
+ }
933
+ ],
934
+ "exports": [
935
+ {
936
+ "kind": "js",
937
+ "name": "foundationAccordionTemplate",
938
+ "declaration": {
939
+ "name": "foundationAccordionTemplate",
940
+ "module": "src/accordion/accordion.template.ts"
941
+ }
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "kind": "javascript-module",
947
+ "path": "src/accordion/accordion.ts",
948
+ "declarations": [
949
+ {
950
+ "kind": "class",
951
+ "description": "",
952
+ "name": "Accordion",
953
+ "superclass": {
954
+ "name": "FASTAccordion",
955
+ "package": "@microsoft/fast-foundation"
956
+ },
957
+ "tagName": "%%prefix%%-accordion",
958
+ "customElement": true
959
+ },
960
+ {
961
+ "kind": "variable",
962
+ "name": "foundationAccordionShadowOptions",
963
+ "type": {
964
+ "text": "ShadowRootInit"
965
+ },
966
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
967
+ },
968
+ {
969
+ "kind": "variable",
970
+ "name": "defaultAccordionConfig",
971
+ "type": {
972
+ "text": "object"
973
+ },
974
+ "default": "{}"
975
+ },
976
+ {
977
+ "kind": "variable",
978
+ "name": "foundationAccordion",
979
+ "description": "The Foundation Accordion",
980
+ "privacy": "public"
981
+ }
982
+ ],
983
+ "exports": [
984
+ {
985
+ "kind": "js",
986
+ "name": "Accordion",
987
+ "declaration": {
988
+ "name": "Accordion",
989
+ "module": "src/accordion/accordion.ts"
990
+ }
991
+ },
992
+ {
993
+ "kind": "js",
994
+ "name": "foundationAccordionShadowOptions",
995
+ "declaration": {
996
+ "name": "foundationAccordionShadowOptions",
997
+ "module": "src/accordion/accordion.ts"
998
+ }
999
+ },
1000
+ {
1001
+ "kind": "js",
1002
+ "name": "defaultAccordionConfig",
1003
+ "declaration": {
1004
+ "name": "defaultAccordionConfig",
1005
+ "module": "src/accordion/accordion.ts"
1006
+ }
1007
+ },
1008
+ {
1009
+ "kind": "js",
1010
+ "name": "foundationAccordion",
1011
+ "declaration": {
1012
+ "name": "foundationAccordion",
1013
+ "module": "src/accordion/accordion.ts"
1014
+ }
1015
+ }
1016
+ ]
1017
+ },
1018
+ {
1019
+ "kind": "javascript-module",
1020
+ "path": "src/accordion/index.ts",
1021
+ "declarations": [],
1022
+ "exports": [
1023
+ {
1024
+ "kind": "js",
1025
+ "name": "*",
1026
+ "declaration": {
1027
+ "name": "*",
1028
+ "package": "./accordion.template"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "*",
1034
+ "declaration": {
1035
+ "name": "*",
1036
+ "package": "./accordion.styles"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "*",
1042
+ "declaration": {
1043
+ "name": "*",
1044
+ "package": "./accordion"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
822
1049
  {
823
1050
  "kind": "javascript-module",
824
1051
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1215,33 +1442,64 @@
1215
1442
  },
1216
1443
  {
1217
1444
  "kind": "javascript-module",
1218
- "path": "src/actions-menu/actions-menu.styles.ts",
1219
- "declarations": [
1220
- {
1221
- "kind": "function",
1222
- "name": "actionsMenuBaseStyles",
1223
- "return": {
1224
- "type": {
1225
- "text": "ElementStyles"
1226
- }
1227
- },
1228
- "parameters": [
1229
- {
1230
- "name": "context",
1231
- "type": {
1232
- "text": "ElementDefinitionContext"
1233
- }
1234
- },
1235
- {
1236
- "name": "definition",
1237
- "type": {
1238
- "text": "FoundationElementDefinition"
1239
- }
1240
- }
1241
- ]
1242
- },
1445
+ "path": "src/_config/index.ts",
1446
+ "declarations": [],
1447
+ "exports": [
1243
1448
  {
1244
- "kind": "function",
1449
+ "kind": "js",
1450
+ "name": "*",
1451
+ "declaration": {
1452
+ "name": "*",
1453
+ "package": "./styles"
1454
+ }
1455
+ },
1456
+ {
1457
+ "kind": "js",
1458
+ "name": "*",
1459
+ "declaration": {
1460
+ "name": "*",
1461
+ "package": "./tokens"
1462
+ }
1463
+ },
1464
+ {
1465
+ "kind": "js",
1466
+ "name": "*",
1467
+ "declaration": {
1468
+ "name": "*",
1469
+ "package": "./values"
1470
+ }
1471
+ }
1472
+ ]
1473
+ },
1474
+ {
1475
+ "kind": "javascript-module",
1476
+ "path": "src/actions-menu/actions-menu.styles.ts",
1477
+ "declarations": [
1478
+ {
1479
+ "kind": "function",
1480
+ "name": "actionsMenuBaseStyles",
1481
+ "return": {
1482
+ "type": {
1483
+ "text": "ElementStyles"
1484
+ }
1485
+ },
1486
+ "parameters": [
1487
+ {
1488
+ "name": "context",
1489
+ "type": {
1490
+ "text": "ElementDefinitionContext"
1491
+ }
1492
+ },
1493
+ {
1494
+ "name": "definition",
1495
+ "type": {
1496
+ "text": "FoundationElementDefinition"
1497
+ }
1498
+ }
1499
+ ]
1500
+ },
1501
+ {
1502
+ "kind": "function",
1245
1503
  "name": "foundationActionsMenuStyles",
1246
1504
  "return": {
1247
1505
  "type": {
@@ -3882,264 +4140,6 @@
3882
4140
  }
3883
4141
  ]
3884
4142
  },
3885
- {
3886
- "kind": "javascript-module",
3887
- "path": "src/_common/icons.ts",
3888
- "declarations": [
3889
- {
3890
- "kind": "function",
3891
- "name": "closeIcon",
3892
- "parameters": [
3893
- {
3894
- "name": "slot",
3895
- "default": "'start'"
3896
- },
3897
- {
3898
- "name": "fill",
3899
- "default": "'#879ba6'"
3900
- }
3901
- ]
3902
- }
3903
- ],
3904
- "exports": [
3905
- {
3906
- "kind": "js",
3907
- "name": "closeIcon",
3908
- "declaration": {
3909
- "name": "closeIcon",
3910
- "module": "src/_common/icons.ts"
3911
- }
3912
- }
3913
- ]
3914
- },
3915
- {
3916
- "kind": "javascript-module",
3917
- "path": "src/_common/index.ts",
3918
- "declarations": [],
3919
- "exports": [
3920
- {
3921
- "kind": "js",
3922
- "name": "*",
3923
- "declaration": {
3924
- "name": "*",
3925
- "package": "./icons"
3926
- }
3927
- }
3928
- ]
3929
- },
3930
- {
3931
- "kind": "javascript-module",
3932
- "path": "src/accordion/accordion.styles.ts",
3933
- "declarations": [
3934
- {
3935
- "kind": "function",
3936
- "name": "foundationAccordionStyles",
3937
- "return": {
3938
- "type": {
3939
- "text": "ElementStyles"
3940
- }
3941
- },
3942
- "parameters": [
3943
- {
3944
- "name": "context",
3945
- "type": {
3946
- "text": "ElementDefinitionContext"
3947
- }
3948
- },
3949
- {
3950
- "name": "definition",
3951
- "type": {
3952
- "text": "FoundationElementDefinition"
3953
- }
3954
- }
3955
- ]
3956
- }
3957
- ],
3958
- "exports": [
3959
- {
3960
- "kind": "js",
3961
- "name": "foundationAccordionStyles",
3962
- "declaration": {
3963
- "name": "foundationAccordionStyles",
3964
- "module": "src/accordion/accordion.styles.ts"
3965
- }
3966
- }
3967
- ]
3968
- },
3969
- {
3970
- "kind": "javascript-module",
3971
- "path": "src/accordion/accordion.template.ts",
3972
- "declarations": [
3973
- {
3974
- "kind": "function",
3975
- "name": "foundationAccordionTemplate",
3976
- "return": {
3977
- "type": {
3978
- "text": "ViewTemplate<Accordion>"
3979
- }
3980
- },
3981
- "parameters": [
3982
- {
3983
- "name": "context",
3984
- "type": {
3985
- "text": "ElementDefinitionContext"
3986
- }
3987
- },
3988
- {
3989
- "name": "definition",
3990
- "type": {
3991
- "text": "FoundationElementDefinition"
3992
- }
3993
- }
3994
- ]
3995
- }
3996
- ],
3997
- "exports": [
3998
- {
3999
- "kind": "js",
4000
- "name": "foundationAccordionTemplate",
4001
- "declaration": {
4002
- "name": "foundationAccordionTemplate",
4003
- "module": "src/accordion/accordion.template.ts"
4004
- }
4005
- }
4006
- ]
4007
- },
4008
- {
4009
- "kind": "javascript-module",
4010
- "path": "src/accordion/accordion.ts",
4011
- "declarations": [
4012
- {
4013
- "kind": "class",
4014
- "description": "",
4015
- "name": "Accordion",
4016
- "superclass": {
4017
- "name": "FASTAccordion",
4018
- "package": "@microsoft/fast-foundation"
4019
- },
4020
- "tagName": "%%prefix%%-accordion",
4021
- "customElement": true
4022
- },
4023
- {
4024
- "kind": "variable",
4025
- "name": "foundationAccordionShadowOptions",
4026
- "type": {
4027
- "text": "ShadowRootInit"
4028
- },
4029
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4030
- },
4031
- {
4032
- "kind": "variable",
4033
- "name": "defaultAccordionConfig",
4034
- "type": {
4035
- "text": "object"
4036
- },
4037
- "default": "{}"
4038
- },
4039
- {
4040
- "kind": "variable",
4041
- "name": "foundationAccordion",
4042
- "description": "The Foundation Accordion",
4043
- "privacy": "public"
4044
- }
4045
- ],
4046
- "exports": [
4047
- {
4048
- "kind": "js",
4049
- "name": "Accordion",
4050
- "declaration": {
4051
- "name": "Accordion",
4052
- "module": "src/accordion/accordion.ts"
4053
- }
4054
- },
4055
- {
4056
- "kind": "js",
4057
- "name": "foundationAccordionShadowOptions",
4058
- "declaration": {
4059
- "name": "foundationAccordionShadowOptions",
4060
- "module": "src/accordion/accordion.ts"
4061
- }
4062
- },
4063
- {
4064
- "kind": "js",
4065
- "name": "defaultAccordionConfig",
4066
- "declaration": {
4067
- "name": "defaultAccordionConfig",
4068
- "module": "src/accordion/accordion.ts"
4069
- }
4070
- },
4071
- {
4072
- "kind": "js",
4073
- "name": "foundationAccordion",
4074
- "declaration": {
4075
- "name": "foundationAccordion",
4076
- "module": "src/accordion/accordion.ts"
4077
- }
4078
- }
4079
- ]
4080
- },
4081
- {
4082
- "kind": "javascript-module",
4083
- "path": "src/accordion/index.ts",
4084
- "declarations": [],
4085
- "exports": [
4086
- {
4087
- "kind": "js",
4088
- "name": "*",
4089
- "declaration": {
4090
- "name": "*",
4091
- "package": "./accordion.template"
4092
- }
4093
- },
4094
- {
4095
- "kind": "js",
4096
- "name": "*",
4097
- "declaration": {
4098
- "name": "*",
4099
- "package": "./accordion.styles"
4100
- }
4101
- },
4102
- {
4103
- "kind": "js",
4104
- "name": "*",
4105
- "declaration": {
4106
- "name": "*",
4107
- "package": "./accordion"
4108
- }
4109
- }
4110
- ]
4111
- },
4112
- {
4113
- "kind": "javascript-module",
4114
- "path": "src/_config/index.ts",
4115
- "declarations": [],
4116
- "exports": [
4117
- {
4118
- "kind": "js",
4119
- "name": "*",
4120
- "declaration": {
4121
- "name": "*",
4122
- "package": "./styles"
4123
- }
4124
- },
4125
- {
4126
- "kind": "js",
4127
- "name": "*",
4128
- "declaration": {
4129
- "name": "*",
4130
- "package": "./tokens"
4131
- }
4132
- },
4133
- {
4134
- "kind": "js",
4135
- "name": "*",
4136
- "declaration": {
4137
- "name": "*",
4138
- "package": "./values"
4139
- }
4140
- }
4141
- ]
4142
- },
4143
4143
  {
4144
4144
  "kind": "javascript-module",
4145
4145
  "path": "src/avatar/avatar.styles.ts",
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.241.0",
4
+ "version": "14.242.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.241.0",
87
- "@genesislcap/genx": "14.241.0",
88
- "@genesislcap/rollup-builder": "14.241.0",
89
- "@genesislcap/ts-builder": "14.241.0",
90
- "@genesislcap/uvu-playwright-builder": "14.241.0",
91
- "@genesislcap/vite-builder": "14.241.0",
92
- "@genesislcap/webpack-builder": "14.241.0",
86
+ "@genesislcap/foundation-testing": "14.242.1",
87
+ "@genesislcap/genx": "14.242.1",
88
+ "@genesislcap/rollup-builder": "14.242.1",
89
+ "@genesislcap/ts-builder": "14.242.1",
90
+ "@genesislcap/uvu-playwright-builder": "14.242.1",
91
+ "@genesislcap/vite-builder": "14.242.1",
92
+ "@genesislcap/webpack-builder": "14.242.1",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,13 +100,13 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/foundation-comms": "14.241.0",
104
- "@genesislcap/foundation-criteria": "14.241.0",
105
- "@genesislcap/foundation-errors": "14.241.0",
106
- "@genesislcap/foundation-logger": "14.241.0",
107
- "@genesislcap/foundation-notifications": "14.241.0",
108
- "@genesislcap/foundation-user": "14.241.0",
109
- "@genesislcap/foundation-utils": "14.241.0",
103
+ "@genesislcap/foundation-comms": "14.242.1",
104
+ "@genesislcap/foundation-criteria": "14.242.1",
105
+ "@genesislcap/foundation-errors": "14.242.1",
106
+ "@genesislcap/foundation-logger": "14.242.1",
107
+ "@genesislcap/foundation-notifications": "14.242.1",
108
+ "@genesislcap/foundation-user": "14.242.1",
109
+ "@genesislcap/foundation-utils": "14.242.1",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "6837efcb9fe40e7044bb23d89368ecdcb20a4f3f"
131
+ "gitHead": "417b74d0261f996ec21224795760d76ea1d02816"
132
132
  }