@genesislcap/foundation-ui 14.241.0 → 14.242.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +307 -307
  2. package/package.json +16 -16
@@ -819,6 +819,264 @@
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/_config/index.ts",
870
+ "declarations": [],
871
+ "exports": [
872
+ {
873
+ "kind": "js",
874
+ "name": "*",
875
+ "declaration": {
876
+ "name": "*",
877
+ "package": "./styles"
878
+ }
879
+ },
880
+ {
881
+ "kind": "js",
882
+ "name": "*",
883
+ "declaration": {
884
+ "name": "*",
885
+ "package": "./tokens"
886
+ }
887
+ },
888
+ {
889
+ "kind": "js",
890
+ "name": "*",
891
+ "declaration": {
892
+ "name": "*",
893
+ "package": "./values"
894
+ }
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "kind": "javascript-module",
900
+ "path": "src/accordion/accordion.styles.ts",
901
+ "declarations": [
902
+ {
903
+ "kind": "function",
904
+ "name": "foundationAccordionStyles",
905
+ "return": {
906
+ "type": {
907
+ "text": "ElementStyles"
908
+ }
909
+ },
910
+ "parameters": [
911
+ {
912
+ "name": "context",
913
+ "type": {
914
+ "text": "ElementDefinitionContext"
915
+ }
916
+ },
917
+ {
918
+ "name": "definition",
919
+ "type": {
920
+ "text": "FoundationElementDefinition"
921
+ }
922
+ }
923
+ ]
924
+ }
925
+ ],
926
+ "exports": [
927
+ {
928
+ "kind": "js",
929
+ "name": "foundationAccordionStyles",
930
+ "declaration": {
931
+ "name": "foundationAccordionStyles",
932
+ "module": "src/accordion/accordion.styles.ts"
933
+ }
934
+ }
935
+ ]
936
+ },
937
+ {
938
+ "kind": "javascript-module",
939
+ "path": "src/accordion/accordion.template.ts",
940
+ "declarations": [
941
+ {
942
+ "kind": "function",
943
+ "name": "foundationAccordionTemplate",
944
+ "return": {
945
+ "type": {
946
+ "text": "ViewTemplate<Accordion>"
947
+ }
948
+ },
949
+ "parameters": [
950
+ {
951
+ "name": "context",
952
+ "type": {
953
+ "text": "ElementDefinitionContext"
954
+ }
955
+ },
956
+ {
957
+ "name": "definition",
958
+ "type": {
959
+ "text": "FoundationElementDefinition"
960
+ }
961
+ }
962
+ ]
963
+ }
964
+ ],
965
+ "exports": [
966
+ {
967
+ "kind": "js",
968
+ "name": "foundationAccordionTemplate",
969
+ "declaration": {
970
+ "name": "foundationAccordionTemplate",
971
+ "module": "src/accordion/accordion.template.ts"
972
+ }
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "kind": "javascript-module",
978
+ "path": "src/accordion/accordion.ts",
979
+ "declarations": [
980
+ {
981
+ "kind": "class",
982
+ "description": "",
983
+ "name": "Accordion",
984
+ "superclass": {
985
+ "name": "FASTAccordion",
986
+ "package": "@microsoft/fast-foundation"
987
+ },
988
+ "tagName": "%%prefix%%-accordion",
989
+ "customElement": true
990
+ },
991
+ {
992
+ "kind": "variable",
993
+ "name": "foundationAccordionShadowOptions",
994
+ "type": {
995
+ "text": "ShadowRootInit"
996
+ },
997
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
998
+ },
999
+ {
1000
+ "kind": "variable",
1001
+ "name": "defaultAccordionConfig",
1002
+ "type": {
1003
+ "text": "object"
1004
+ },
1005
+ "default": "{}"
1006
+ },
1007
+ {
1008
+ "kind": "variable",
1009
+ "name": "foundationAccordion",
1010
+ "description": "The Foundation Accordion",
1011
+ "privacy": "public"
1012
+ }
1013
+ ],
1014
+ "exports": [
1015
+ {
1016
+ "kind": "js",
1017
+ "name": "Accordion",
1018
+ "declaration": {
1019
+ "name": "Accordion",
1020
+ "module": "src/accordion/accordion.ts"
1021
+ }
1022
+ },
1023
+ {
1024
+ "kind": "js",
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "declaration": {
1027
+ "name": "foundationAccordionShadowOptions",
1028
+ "module": "src/accordion/accordion.ts"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "defaultAccordionConfig",
1034
+ "declaration": {
1035
+ "name": "defaultAccordionConfig",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "foundationAccordion",
1042
+ "declaration": {
1043
+ "name": "foundationAccordion",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/accordion/index.ts",
1052
+ "declarations": [],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./accordion.template"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./accordion.styles"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion"
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
822
1080
  {
823
1081
  "kind": "javascript-module",
824
1082
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -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",
@@ -45181,6 +45181,55 @@
45181
45181
  }
45182
45182
  ]
45183
45183
  },
45184
+ {
45185
+ "kind": "javascript-module",
45186
+ "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
45187
+ "declarations": [
45188
+ {
45189
+ "kind": "function",
45190
+ "name": "flexLayoutRWDStyles",
45191
+ "return": {
45192
+ "type": {
45193
+ "text": "ElementStyles"
45194
+ }
45195
+ },
45196
+ "parameters": [
45197
+ {
45198
+ "name": "breakPoint",
45199
+ "optional": true,
45200
+ "type": {
45201
+ "text": "FlexBreakPointType"
45202
+ }
45203
+ }
45204
+ ]
45205
+ }
45206
+ ],
45207
+ "exports": [
45208
+ {
45209
+ "kind": "js",
45210
+ "name": "flexLayoutRWDStyles",
45211
+ "declaration": {
45212
+ "name": "flexLayoutRWDStyles",
45213
+ "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
45214
+ }
45215
+ }
45216
+ ]
45217
+ },
45218
+ {
45219
+ "kind": "javascript-module",
45220
+ "path": "src/flex-layout/responsiveness/index.ts",
45221
+ "declarations": [],
45222
+ "exports": [
45223
+ {
45224
+ "kind": "js",
45225
+ "name": "*",
45226
+ "declaration": {
45227
+ "name": "*",
45228
+ "package": "./flex-layout-rwd.styles"
45229
+ }
45230
+ }
45231
+ ]
45232
+ },
45184
45233
  {
45185
45234
  "kind": "javascript-module",
45186
45235
  "path": "src/_config/values/color.ts",
@@ -45330,55 +45379,6 @@
45330
45379
  "declarations": [],
45331
45380
  "exports": []
45332
45381
  },
45333
- {
45334
- "kind": "javascript-module",
45335
- "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
45336
- "declarations": [
45337
- {
45338
- "kind": "function",
45339
- "name": "flexLayoutRWDStyles",
45340
- "return": {
45341
- "type": {
45342
- "text": "ElementStyles"
45343
- }
45344
- },
45345
- "parameters": [
45346
- {
45347
- "name": "breakPoint",
45348
- "optional": true,
45349
- "type": {
45350
- "text": "FlexBreakPointType"
45351
- }
45352
- }
45353
- ]
45354
- }
45355
- ],
45356
- "exports": [
45357
- {
45358
- "kind": "js",
45359
- "name": "flexLayoutRWDStyles",
45360
- "declaration": {
45361
- "name": "flexLayoutRWDStyles",
45362
- "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
45363
- }
45364
- }
45365
- ]
45366
- },
45367
- {
45368
- "kind": "javascript-module",
45369
- "path": "src/flex-layout/responsiveness/index.ts",
45370
- "declarations": [],
45371
- "exports": [
45372
- {
45373
- "kind": "js",
45374
- "name": "*",
45375
- "declaration": {
45376
- "name": "*",
45377
- "package": "./flex-layout-rwd.styles"
45378
- }
45379
- }
45380
- ]
45381
- },
45382
45382
  {
45383
45383
  "kind": "javascript-module",
45384
45384
  "path": "src/grid-layout/responsiveness/grid-layout-rwd.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.0",
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.0",
87
+ "@genesislcap/genx": "14.242.0",
88
+ "@genesislcap/rollup-builder": "14.242.0",
89
+ "@genesislcap/ts-builder": "14.242.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.242.0",
91
+ "@genesislcap/vite-builder": "14.242.0",
92
+ "@genesislcap/webpack-builder": "14.242.0",
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.0",
104
+ "@genesislcap/foundation-criteria": "14.242.0",
105
+ "@genesislcap/foundation-errors": "14.242.0",
106
+ "@genesislcap/foundation-logger": "14.242.0",
107
+ "@genesislcap/foundation-notifications": "14.242.0",
108
+ "@genesislcap/foundation-user": "14.242.0",
109
+ "@genesislcap/foundation-utils": "14.242.0",
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": "998546fa7f8fc8da70f534d4445719bef59a2dba"
132
132
  }