@genesislcap/foundation-zero 14.156.2 → 14.157.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 +188 -188
  2. package/package.json +12 -12
@@ -863,194 +863,6 @@
863
863
  }
864
864
  ]
865
865
  },
866
- {
867
- "kind": "javascript-module",
868
- "path": "src/accordion/accordion.stories.ts",
869
- "declarations": [
870
- {
871
- "kind": "variable",
872
- "name": "meta",
873
- "type": {
874
- "text": "Meta"
875
- },
876
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
877
- },
878
- {
879
- "kind": "variable",
880
- "name": "Primary",
881
- "type": {
882
- "text": "StoryObj"
883
- },
884
- "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
885
- }
886
- ],
887
- "exports": [
888
- {
889
- "kind": "js",
890
- "name": "default",
891
- "declaration": {
892
- "name": "meta",
893
- "module": "src/accordion/accordion.stories.ts"
894
- }
895
- },
896
- {
897
- "kind": "js",
898
- "name": "Primary",
899
- "declaration": {
900
- "name": "Primary",
901
- "module": "src/accordion/accordion.stories.ts"
902
- }
903
- }
904
- ]
905
- },
906
- {
907
- "kind": "javascript-module",
908
- "path": "src/accordion/accordion.styles.ts",
909
- "declarations": [
910
- {
911
- "kind": "function",
912
- "name": "zeroAccordionStyles",
913
- "return": {
914
- "type": {
915
- "text": "ElementStyles"
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": "zeroAccordionStyles",
938
- "declaration": {
939
- "name": "zeroAccordionStyles",
940
- "module": "src/accordion/accordion.styles.ts"
941
- }
942
- }
943
- ]
944
- },
945
- {
946
- "kind": "javascript-module",
947
- "path": "src/accordion/accordion.template.ts",
948
- "declarations": [
949
- {
950
- "kind": "function",
951
- "name": "zeroAccordionTemplate",
952
- "return": {
953
- "type": {
954
- "text": "ViewTemplate<Accordion>"
955
- }
956
- },
957
- "parameters": [
958
- {
959
- "name": "context",
960
- "type": {
961
- "text": "ElementDefinitionContext"
962
- }
963
- },
964
- {
965
- "name": "definition",
966
- "type": {
967
- "text": "FoundationElementDefinition"
968
- }
969
- }
970
- ]
971
- }
972
- ],
973
- "exports": [
974
- {
975
- "kind": "js",
976
- "name": "zeroAccordionTemplate",
977
- "declaration": {
978
- "name": "zeroAccordionTemplate",
979
- "module": "src/accordion/accordion.template.ts"
980
- }
981
- }
982
- ]
983
- },
984
- {
985
- "kind": "javascript-module",
986
- "path": "src/accordion/accordion.ts",
987
- "declarations": [
988
- {
989
- "kind": "class",
990
- "description": "",
991
- "name": "Accordion",
992
- "superclass": {
993
- "name": "FoundationAccordion",
994
- "package": "@genesislcap/foundation-ui"
995
- },
996
- "tagName": "%%prefix%%-card",
997
- "customElement": true
998
- },
999
- {
1000
- "kind": "variable",
1001
- "name": "zeroAccordion"
1002
- }
1003
- ],
1004
- "exports": [
1005
- {
1006
- "kind": "js",
1007
- "name": "Accordion",
1008
- "declaration": {
1009
- "name": "Accordion",
1010
- "module": "src/accordion/accordion.ts"
1011
- }
1012
- },
1013
- {
1014
- "kind": "js",
1015
- "name": "zeroAccordion",
1016
- "declaration": {
1017
- "name": "zeroAccordion",
1018
- "module": "src/accordion/accordion.ts"
1019
- }
1020
- }
1021
- ]
1022
- },
1023
- {
1024
- "kind": "javascript-module",
1025
- "path": "src/accordion/index.ts",
1026
- "declarations": [],
1027
- "exports": [
1028
- {
1029
- "kind": "js",
1030
- "name": "*",
1031
- "declaration": {
1032
- "name": "*",
1033
- "package": "./accordion"
1034
- }
1035
- },
1036
- {
1037
- "kind": "js",
1038
- "name": "*",
1039
- "declaration": {
1040
- "name": "*",
1041
- "package": "./accordion.styles"
1042
- }
1043
- },
1044
- {
1045
- "kind": "js",
1046
- "name": "*",
1047
- "declaration": {
1048
- "name": "*",
1049
- "package": "./accordion.template"
1050
- }
1051
- }
1052
- ]
1053
- },
1054
866
  {
1055
867
  "kind": "javascript-module",
1056
868
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -4161,6 +3973,194 @@
4161
3973
  }
4162
3974
  ]
4163
3975
  },
3976
+ {
3977
+ "kind": "javascript-module",
3978
+ "path": "src/accordion/accordion.stories.ts",
3979
+ "declarations": [
3980
+ {
3981
+ "kind": "variable",
3982
+ "name": "meta",
3983
+ "type": {
3984
+ "text": "Meta"
3985
+ },
3986
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
3987
+ },
3988
+ {
3989
+ "kind": "variable",
3990
+ "name": "Primary",
3991
+ "type": {
3992
+ "text": "StoryObj"
3993
+ },
3994
+ "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
3995
+ }
3996
+ ],
3997
+ "exports": [
3998
+ {
3999
+ "kind": "js",
4000
+ "name": "default",
4001
+ "declaration": {
4002
+ "name": "meta",
4003
+ "module": "src/accordion/accordion.stories.ts"
4004
+ }
4005
+ },
4006
+ {
4007
+ "kind": "js",
4008
+ "name": "Primary",
4009
+ "declaration": {
4010
+ "name": "Primary",
4011
+ "module": "src/accordion/accordion.stories.ts"
4012
+ }
4013
+ }
4014
+ ]
4015
+ },
4016
+ {
4017
+ "kind": "javascript-module",
4018
+ "path": "src/accordion/accordion.styles.ts",
4019
+ "declarations": [
4020
+ {
4021
+ "kind": "function",
4022
+ "name": "zeroAccordionStyles",
4023
+ "return": {
4024
+ "type": {
4025
+ "text": "ElementStyles"
4026
+ }
4027
+ },
4028
+ "parameters": [
4029
+ {
4030
+ "name": "context",
4031
+ "type": {
4032
+ "text": "ElementDefinitionContext"
4033
+ }
4034
+ },
4035
+ {
4036
+ "name": "definition",
4037
+ "type": {
4038
+ "text": "FoundationElementDefinition"
4039
+ }
4040
+ }
4041
+ ]
4042
+ }
4043
+ ],
4044
+ "exports": [
4045
+ {
4046
+ "kind": "js",
4047
+ "name": "zeroAccordionStyles",
4048
+ "declaration": {
4049
+ "name": "zeroAccordionStyles",
4050
+ "module": "src/accordion/accordion.styles.ts"
4051
+ }
4052
+ }
4053
+ ]
4054
+ },
4055
+ {
4056
+ "kind": "javascript-module",
4057
+ "path": "src/accordion/accordion.template.ts",
4058
+ "declarations": [
4059
+ {
4060
+ "kind": "function",
4061
+ "name": "zeroAccordionTemplate",
4062
+ "return": {
4063
+ "type": {
4064
+ "text": "ViewTemplate<Accordion>"
4065
+ }
4066
+ },
4067
+ "parameters": [
4068
+ {
4069
+ "name": "context",
4070
+ "type": {
4071
+ "text": "ElementDefinitionContext"
4072
+ }
4073
+ },
4074
+ {
4075
+ "name": "definition",
4076
+ "type": {
4077
+ "text": "FoundationElementDefinition"
4078
+ }
4079
+ }
4080
+ ]
4081
+ }
4082
+ ],
4083
+ "exports": [
4084
+ {
4085
+ "kind": "js",
4086
+ "name": "zeroAccordionTemplate",
4087
+ "declaration": {
4088
+ "name": "zeroAccordionTemplate",
4089
+ "module": "src/accordion/accordion.template.ts"
4090
+ }
4091
+ }
4092
+ ]
4093
+ },
4094
+ {
4095
+ "kind": "javascript-module",
4096
+ "path": "src/accordion/accordion.ts",
4097
+ "declarations": [
4098
+ {
4099
+ "kind": "class",
4100
+ "description": "",
4101
+ "name": "Accordion",
4102
+ "superclass": {
4103
+ "name": "FoundationAccordion",
4104
+ "package": "@genesislcap/foundation-ui"
4105
+ },
4106
+ "tagName": "%%prefix%%-card",
4107
+ "customElement": true
4108
+ },
4109
+ {
4110
+ "kind": "variable",
4111
+ "name": "zeroAccordion"
4112
+ }
4113
+ ],
4114
+ "exports": [
4115
+ {
4116
+ "kind": "js",
4117
+ "name": "Accordion",
4118
+ "declaration": {
4119
+ "name": "Accordion",
4120
+ "module": "src/accordion/accordion.ts"
4121
+ }
4122
+ },
4123
+ {
4124
+ "kind": "js",
4125
+ "name": "zeroAccordion",
4126
+ "declaration": {
4127
+ "name": "zeroAccordion",
4128
+ "module": "src/accordion/accordion.ts"
4129
+ }
4130
+ }
4131
+ ]
4132
+ },
4133
+ {
4134
+ "kind": "javascript-module",
4135
+ "path": "src/accordion/index.ts",
4136
+ "declarations": [],
4137
+ "exports": [
4138
+ {
4139
+ "kind": "js",
4140
+ "name": "*",
4141
+ "declaration": {
4142
+ "name": "*",
4143
+ "package": "./accordion"
4144
+ }
4145
+ },
4146
+ {
4147
+ "kind": "js",
4148
+ "name": "*",
4149
+ "declaration": {
4150
+ "name": "*",
4151
+ "package": "./accordion.styles"
4152
+ }
4153
+ },
4154
+ {
4155
+ "kind": "js",
4156
+ "name": "*",
4157
+ "declaration": {
4158
+ "name": "*",
4159
+ "package": "./accordion.template"
4160
+ }
4161
+ }
4162
+ ]
4163
+ },
4164
4164
  {
4165
4165
  "kind": "javascript-module",
4166
4166
  "path": "src/avatar/avatar.stories.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.156.2",
4
+ "version": "14.157.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,12 +67,12 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.156.2",
71
- "@genesislcap/rollup-builder": "14.156.2",
72
- "@genesislcap/ts-builder": "14.156.2",
73
- "@genesislcap/uvu-playwright-builder": "14.156.2",
74
- "@genesislcap/vite-builder": "14.156.2",
75
- "@genesislcap/webpack-builder": "14.156.2",
70
+ "@genesislcap/genx": "14.157.0",
71
+ "@genesislcap/rollup-builder": "14.157.0",
72
+ "@genesislcap/ts-builder": "14.157.0",
73
+ "@genesislcap/uvu-playwright-builder": "14.157.0",
74
+ "@genesislcap/vite-builder": "14.157.0",
75
+ "@genesislcap/webpack-builder": "14.157.0",
76
76
  "@storybook/addon-coverage": "^1.0.0",
77
77
  "@storybook/addon-essentials": "^7.6.7",
78
78
  "@storybook/addon-links": "^7.6.7",
@@ -89,10 +89,10 @@
89
89
  "storybook": "^7.6.7"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.156.2",
93
- "@genesislcap/foundation-logger": "14.156.2",
94
- "@genesislcap/foundation-ui": "14.156.2",
95
- "@genesislcap/foundation-utils": "14.156.2",
92
+ "@genesislcap/foundation-comms": "14.157.0",
93
+ "@genesislcap/foundation-logger": "14.157.0",
94
+ "@genesislcap/foundation-ui": "14.157.0",
95
+ "@genesislcap/foundation-utils": "14.157.0",
96
96
  "@microsoft/fast-colors": "^5.3.1",
97
97
  "@microsoft/fast-components": "^2.30.6",
98
98
  "@microsoft/fast-element": "^1.12.0",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "eeafe9d4d1fb3744050404a21a04120adbef3997"
112
+ "gitHead": "2b6d927af089f81821c0246501c07d5e1d856caa"
113
113
  }