@genesislcap/foundation-zero 14.155.0 → 14.155.2-alpha-d9bfff1.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.
@@ -824,225 +824,6 @@
824
824
  }
825
825
  ]
826
826
  },
827
- {
828
- "kind": "javascript-module",
829
- "path": "src/_config/index.ts",
830
- "declarations": [],
831
- "exports": [
832
- {
833
- "kind": "js",
834
- "name": "*",
835
- "declaration": {
836
- "name": "*",
837
- "package": "./styles"
838
- }
839
- },
840
- {
841
- "kind": "js",
842
- "name": "*",
843
- "declaration": {
844
- "name": "*",
845
- "package": "./tokens"
846
- }
847
- },
848
- {
849
- "kind": "js",
850
- "name": "*",
851
- "declaration": {
852
- "name": "*",
853
- "package": "./values"
854
- }
855
- }
856
- ]
857
- },
858
- {
859
- "kind": "javascript-module",
860
- "path": "src/accordion/accordion.stories.ts",
861
- "declarations": [
862
- {
863
- "kind": "variable",
864
- "name": "meta",
865
- "type": {
866
- "text": "Meta"
867
- },
868
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
869
- },
870
- {
871
- "kind": "variable",
872
- "name": "Primary",
873
- "type": {
874
- "text": "StoryObj"
875
- },
876
- "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}"
877
- }
878
- ],
879
- "exports": [
880
- {
881
- "kind": "js",
882
- "name": "default",
883
- "declaration": {
884
- "name": "meta",
885
- "module": "src/accordion/accordion.stories.ts"
886
- }
887
- },
888
- {
889
- "kind": "js",
890
- "name": "Primary",
891
- "declaration": {
892
- "name": "Primary",
893
- "module": "src/accordion/accordion.stories.ts"
894
- }
895
- }
896
- ]
897
- },
898
- {
899
- "kind": "javascript-module",
900
- "path": "src/accordion/accordion.styles.ts",
901
- "declarations": [
902
- {
903
- "kind": "function",
904
- "name": "zeroAccordionStyles",
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": "zeroAccordionStyles",
930
- "declaration": {
931
- "name": "zeroAccordionStyles",
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": "zeroAccordionTemplate",
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": "zeroAccordionTemplate",
969
- "declaration": {
970
- "name": "zeroAccordionTemplate",
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": "FoundationAccordion",
986
- "package": "@genesislcap/foundation-ui"
987
- },
988
- "tagName": "%%prefix%%-card",
989
- "customElement": true
990
- },
991
- {
992
- "kind": "variable",
993
- "name": "zeroAccordion"
994
- }
995
- ],
996
- "exports": [
997
- {
998
- "kind": "js",
999
- "name": "Accordion",
1000
- "declaration": {
1001
- "name": "Accordion",
1002
- "module": "src/accordion/accordion.ts"
1003
- }
1004
- },
1005
- {
1006
- "kind": "js",
1007
- "name": "zeroAccordion",
1008
- "declaration": {
1009
- "name": "zeroAccordion",
1010
- "module": "src/accordion/accordion.ts"
1011
- }
1012
- }
1013
- ]
1014
- },
1015
- {
1016
- "kind": "javascript-module",
1017
- "path": "src/accordion/index.ts",
1018
- "declarations": [],
1019
- "exports": [
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./accordion"
1026
- }
1027
- },
1028
- {
1029
- "kind": "js",
1030
- "name": "*",
1031
- "declaration": {
1032
- "name": "*",
1033
- "package": "./accordion.styles"
1034
- }
1035
- },
1036
- {
1037
- "kind": "js",
1038
- "name": "*",
1039
- "declaration": {
1040
- "name": "*",
1041
- "package": "./accordion.template"
1042
- }
1043
- }
1044
- ]
1045
- },
1046
827
  {
1047
828
  "kind": "javascript-module",
1048
829
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2557,6 +2338,37 @@
2557
2338
  }
2558
2339
  ]
2559
2340
  },
2341
+ {
2342
+ "kind": "javascript-module",
2343
+ "path": "src/_config/index.ts",
2344
+ "declarations": [],
2345
+ "exports": [
2346
+ {
2347
+ "kind": "js",
2348
+ "name": "*",
2349
+ "declaration": {
2350
+ "name": "*",
2351
+ "package": "./styles"
2352
+ }
2353
+ },
2354
+ {
2355
+ "kind": "js",
2356
+ "name": "*",
2357
+ "declaration": {
2358
+ "name": "*",
2359
+ "package": "./tokens"
2360
+ }
2361
+ },
2362
+ {
2363
+ "kind": "js",
2364
+ "name": "*",
2365
+ "declaration": {
2366
+ "name": "*",
2367
+ "package": "./values"
2368
+ }
2369
+ }
2370
+ ]
2371
+ },
2560
2372
  {
2561
2373
  "kind": "javascript-module",
2562
2374
  "path": "src/anchored-region/anchored-region.stories.ts",
@@ -4155,7 +3967,7 @@
4155
3967
  },
4156
3968
  {
4157
3969
  "kind": "javascript-module",
4158
- "path": "src/avatar/avatar.stories.ts",
3970
+ "path": "src/accordion/accordion.stories.ts",
4159
3971
  "declarations": [
4160
3972
  {
4161
3973
  "kind": "variable",
@@ -4163,7 +3975,7 @@
4163
3975
  "type": {
4164
3976
  "text": "Meta"
4165
3977
  },
4166
- "default": "{\n title: 'Avatar',\n component: 'zero-avatar',\n}"
3978
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
4167
3979
  },
4168
3980
  {
4169
3981
  "kind": "variable",
@@ -4171,7 +3983,195 @@
4171
3983
  "type": {
4172
3984
  "text": "StoryObj"
4173
3985
  },
4174
- "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
3986
+ "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}"
3987
+ }
3988
+ ],
3989
+ "exports": [
3990
+ {
3991
+ "kind": "js",
3992
+ "name": "default",
3993
+ "declaration": {
3994
+ "name": "meta",
3995
+ "module": "src/accordion/accordion.stories.ts"
3996
+ }
3997
+ },
3998
+ {
3999
+ "kind": "js",
4000
+ "name": "Primary",
4001
+ "declaration": {
4002
+ "name": "Primary",
4003
+ "module": "src/accordion/accordion.stories.ts"
4004
+ }
4005
+ }
4006
+ ]
4007
+ },
4008
+ {
4009
+ "kind": "javascript-module",
4010
+ "path": "src/accordion/accordion.styles.ts",
4011
+ "declarations": [
4012
+ {
4013
+ "kind": "function",
4014
+ "name": "zeroAccordionStyles",
4015
+ "return": {
4016
+ "type": {
4017
+ "text": "ElementStyles"
4018
+ }
4019
+ },
4020
+ "parameters": [
4021
+ {
4022
+ "name": "context",
4023
+ "type": {
4024
+ "text": "ElementDefinitionContext"
4025
+ }
4026
+ },
4027
+ {
4028
+ "name": "definition",
4029
+ "type": {
4030
+ "text": "FoundationElementDefinition"
4031
+ }
4032
+ }
4033
+ ]
4034
+ }
4035
+ ],
4036
+ "exports": [
4037
+ {
4038
+ "kind": "js",
4039
+ "name": "zeroAccordionStyles",
4040
+ "declaration": {
4041
+ "name": "zeroAccordionStyles",
4042
+ "module": "src/accordion/accordion.styles.ts"
4043
+ }
4044
+ }
4045
+ ]
4046
+ },
4047
+ {
4048
+ "kind": "javascript-module",
4049
+ "path": "src/accordion/accordion.template.ts",
4050
+ "declarations": [
4051
+ {
4052
+ "kind": "function",
4053
+ "name": "zeroAccordionTemplate",
4054
+ "return": {
4055
+ "type": {
4056
+ "text": "ViewTemplate<Accordion>"
4057
+ }
4058
+ },
4059
+ "parameters": [
4060
+ {
4061
+ "name": "context",
4062
+ "type": {
4063
+ "text": "ElementDefinitionContext"
4064
+ }
4065
+ },
4066
+ {
4067
+ "name": "definition",
4068
+ "type": {
4069
+ "text": "FoundationElementDefinition"
4070
+ }
4071
+ }
4072
+ ]
4073
+ }
4074
+ ],
4075
+ "exports": [
4076
+ {
4077
+ "kind": "js",
4078
+ "name": "zeroAccordionTemplate",
4079
+ "declaration": {
4080
+ "name": "zeroAccordionTemplate",
4081
+ "module": "src/accordion/accordion.template.ts"
4082
+ }
4083
+ }
4084
+ ]
4085
+ },
4086
+ {
4087
+ "kind": "javascript-module",
4088
+ "path": "src/accordion/accordion.ts",
4089
+ "declarations": [
4090
+ {
4091
+ "kind": "class",
4092
+ "description": "",
4093
+ "name": "Accordion",
4094
+ "superclass": {
4095
+ "name": "FoundationAccordion",
4096
+ "package": "@genesislcap/foundation-ui"
4097
+ },
4098
+ "tagName": "%%prefix%%-card",
4099
+ "customElement": true
4100
+ },
4101
+ {
4102
+ "kind": "variable",
4103
+ "name": "zeroAccordion"
4104
+ }
4105
+ ],
4106
+ "exports": [
4107
+ {
4108
+ "kind": "js",
4109
+ "name": "Accordion",
4110
+ "declaration": {
4111
+ "name": "Accordion",
4112
+ "module": "src/accordion/accordion.ts"
4113
+ }
4114
+ },
4115
+ {
4116
+ "kind": "js",
4117
+ "name": "zeroAccordion",
4118
+ "declaration": {
4119
+ "name": "zeroAccordion",
4120
+ "module": "src/accordion/accordion.ts"
4121
+ }
4122
+ }
4123
+ ]
4124
+ },
4125
+ {
4126
+ "kind": "javascript-module",
4127
+ "path": "src/accordion/index.ts",
4128
+ "declarations": [],
4129
+ "exports": [
4130
+ {
4131
+ "kind": "js",
4132
+ "name": "*",
4133
+ "declaration": {
4134
+ "name": "*",
4135
+ "package": "./accordion"
4136
+ }
4137
+ },
4138
+ {
4139
+ "kind": "js",
4140
+ "name": "*",
4141
+ "declaration": {
4142
+ "name": "*",
4143
+ "package": "./accordion.styles"
4144
+ }
4145
+ },
4146
+ {
4147
+ "kind": "js",
4148
+ "name": "*",
4149
+ "declaration": {
4150
+ "name": "*",
4151
+ "package": "./accordion.template"
4152
+ }
4153
+ }
4154
+ ]
4155
+ },
4156
+ {
4157
+ "kind": "javascript-module",
4158
+ "path": "src/avatar/avatar.stories.ts",
4159
+ "declarations": [
4160
+ {
4161
+ "kind": "variable",
4162
+ "name": "meta",
4163
+ "type": {
4164
+ "text": "Meta"
4165
+ },
4166
+ "default": "{\n title: 'Avatar',\n component: 'zero-avatar',\n}"
4167
+ },
4168
+ {
4169
+ "kind": "variable",
4170
+ "name": "Primary",
4171
+ "type": {
4172
+ "text": "StoryObj"
4173
+ },
4174
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
4175
4175
  }
4176
4176
  ],
4177
4177
  "exports": [
@@ -11811,7 +11811,7 @@
11811
11811
  "type": {
11812
11812
  "text": "StoryObj"
11813
11813
  },
11814
- "default": "{\n args: {\n notifyText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n dialogMaxWidth: '557px',\n dialogTitle: 'Dialog title',\n dialogInitialText: 'Some text in a Zero Dialog',\n dialogMainText: `Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis similique iste ab sed\n voluptatem ut suscipit tenetur distinctio? Quo est debitis pariatur qui quisquam repudiandae\n at atque et quibusdam rerum, reprehenderit sed laborum officiis distinctio dolorum\n temporibus aperiam dolor consequatur perferendis aspernatur fugit repellendus asperiores,\n voluptas illo? Voluptatum, atque quidem?`,\n dialogCloseButtonText: 'Close this dialog',\n },\n render: ({\n notifyText,\n dialogMaxWidth,\n dialogTitle,\n dialogInitialText,\n dialogMainText,\n dialogCloseButtonText,\n }) => html`\n <zero-button @click=\"${showDialog}\">Show Zero Dialog</zero-button>\n <zero-button @click=\"${showEmptyDialog}\">Show Empty Dialog</zero-button>\n <zero-button @click=\"${() => showDialogNotify(notifyText)}\">\n Show Zero Dialog - Notification Structure\n </zero-button>\n <div id=\"dialog-container\"></div>\n <zero-dialog style=\"--dialog-max-width: ${dialogMaxWidth};\">\n <h5 slot=\"top\">${dialogTitle}</h5>\n <p>${dialogInitialText}</p>\n <p>${dialogMainText}</p>\n <zero-divider slot=\"bottom\"></zero-divider>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\" @click=\"${closeDialog}\">\n ${dialogCloseButtonText}\n </zero-button>\n </zero-dialog>\n <zero-dialog id=\"empty-dialog\"></zero-dialog>\n `,\n}"
11814
+ "default": "{\n argTypes: {\n dialogType: {\n control: 'select',\n options: ['default', 'error', 'success'],\n },\n },\n args: {\n notifyText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n dialogMaxWidth: '557px',\n dialogTitle: 'Dialog title',\n dialogInitialText: 'Some text in a Zero Dialog',\n dialogMainText: `Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis similique iste ab sed\n voluptatem ut suscipit tenetur distinctio? Quo est debitis pariatur qui quisquam repudiandae\n at atque et quibusdam rerum, reprehenderit sed laborum officiis distinctio dolorum\n temporibus aperiam dolor consequatur perferendis aspernatur fugit repellendus asperiores,\n voluptas illo? Voluptatum, atque quidem?`,\n dialogCloseButtonText: 'Close this dialog',\n dialogType: 'default',\n },\n render: ({\n notifyText,\n dialogMaxWidth,\n dialogTitle,\n dialogInitialText,\n dialogMainText,\n dialogCloseButtonText,\n dialogType,\n }) => {\n document.getElementById(dialogNotifyId)?.remove();\n\n return html`\n <zero-button @click=\"${showDialog}\">Show Zero Dialog</zero-button>\n <zero-button @click=\"${showEmptyDialog}\">Show Empty Dialog</zero-button>\n <zero-button @click=\"${() => showDialogNotify(notifyText, dialogType)}\">\n Show Zero Dialog - Notification Structure ${dialogType}\n </zero-button>\n <div id=\"dialog-container\"></div>\n <zero-dialog style=\"--dialog-max-width: ${dialogMaxWidth};\" type=${dialogType}>\n <h5 slot=\"top\">${dialogTitle}</h5>\n <p>${dialogInitialText}</p>\n <p>${dialogMainText}</p>\n <zero-divider slot=\"bottom\"></zero-divider>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\" @click=\"${closeDialog}\">\n ${dialogCloseButtonText}\n </zero-button>\n </zero-dialog>\n <zero-dialog id=\"empty-dialog\"></zero-dialog>\n `;\n },\n}"
11815
11815
  }
11816
11816
  ],
11817
11817
  "exports": [
@@ -11840,7 +11840,7 @@
11840
11840
  {
11841
11841
  "kind": "variable",
11842
11842
  "name": "zeroDialogStyles",
11843
- "default": "css`\n ${foundationDialogStyles}\n :host {\n --dialog-background: ${neutralLayer2};\n }\n\n dialog {\n position: fixed;\n top: 0;\n bottom: 0;\n color: rgb(255 255 255 / 30%);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border: 1px solid ${ColorHEX.lightGrey};\n text-align: left;\n line-height: normal;\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n }\n\n .top {\n display: flex;\n align-items: center;\n justify-content: space-between;\n color: ${ColorHEX.almostWhite};\n margin-bottom: calc(var(--design-unit) * 2px);\n }\n\n .bottom {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-end;\n color: ${ColorHEX.almostWhite};\n }\n\n :host slot:first-of-type {\n color: ${neutralForegroundRest};\n }\n\n ::slotted(zero-button) {\n margin-top: calc(var(--design-unit) * 4px - 1px);\n }\n\n .content-wrapper {\n min-width: var(--dialog-min-width);\n min-height: var(--dialog-min-height);\n height: fit-content;\n width: fit-content;\n max-width: var(--dialog-max-width);\n max-height: var(--dialog-max-height);\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .close-icon:hover svg {\n background-color: ${whiteWebRGBA(0.05)};\n }\n\n .close-icon:hover svg g path {\n fill: ${whiteWebRGBA(1)};\n }\n\n .close-icon:active svg {\n background-color: ${defaultDialogActiveBGColor};\n }\n\n .close-icon:active svg g path {\n fill: ${whiteWebRGBA(0.33)};\n }\n`"
11843
+ "default": "css`\n ${foundationDialogStyles}\n :host {\n --color-error: ${ColorHEX.error};\n --color-success: ${ColorHEX.success};\n --dialog-background: ${neutralLayer2};\n }\n\n dialog {\n position: fixed;\n top: 0;\n bottom: 0;\n color: rgb(255 255 255 / 30%);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border: 1px solid ${ColorHEX.lightGrey};\n text-align: left;\n line-height: normal;\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n }\n\n .top {\n display: flex;\n align-items: center;\n justify-content: space-between;\n color: ${ColorHEX.almostWhite};\n margin-bottom: calc(var(--design-unit) * 2px);\n }\n\n .bottom {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-end;\n color: ${ColorHEX.almostWhite};\n }\n\n :host slot:first-of-type {\n color: ${neutralForegroundRest};\n }\n\n ::slotted(zero-button) {\n margin-top: calc(var(--design-unit) * 4px - 1px);\n }\n\n .content-wrapper {\n min-width: var(--dialog-min-width);\n min-height: var(--dialog-min-height);\n height: fit-content;\n width: fit-content;\n max-width: var(--dialog-max-width);\n max-height: var(--dialog-max-height);\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .close-icon:hover svg {\n background-color: ${whiteWebRGBA(0.05)};\n }\n\n .close-icon:hover svg g path {\n fill: ${whiteWebRGBA(1)};\n }\n\n .close-icon:active svg {\n background-color: ${defaultDialogActiveBGColor};\n }\n\n .close-icon:active svg g path {\n fill: ${whiteWebRGBA(0.33)};\n }\n`"
11844
11844
  }
11845
11845
  ],
11846
11846
  "exports": [
@@ -11884,12 +11884,24 @@
11884
11884
  "tagName": "%%prefix%%-dialog",
11885
11885
  "customElement": true,
11886
11886
  "attributes": [
11887
+ {
11888
+ "name": "type",
11889
+ "type": {
11890
+ "text": "DialogType"
11891
+ },
11892
+ "default": "'default'",
11893
+ "fieldName": "type",
11894
+ "inheritedFrom": {
11895
+ "name": "DialogElement",
11896
+ "module": "src/dialog/dialog.ts"
11897
+ }
11898
+ },
11887
11899
  {
11888
11900
  "name": "position",
11889
11901
  "type": {
11890
- "text": "'centre' | 'left' | 'right'"
11902
+ "text": "DialogPosition"
11891
11903
  },
11892
- "default": "'centre'",
11904
+ "default": "'center'",
11893
11905
  "fieldName": "position",
11894
11906
  "inheritedFrom": {
11895
11907
  "name": "DialogElement",
@@ -11956,13 +11968,25 @@
11956
11968
  "module": "src/dialog/dialog.ts"
11957
11969
  }
11958
11970
  },
11971
+ {
11972
+ "kind": "field",
11973
+ "name": "type",
11974
+ "type": {
11975
+ "text": "DialogType"
11976
+ },
11977
+ "default": "'default'",
11978
+ "inheritedFrom": {
11979
+ "name": "DialogElement",
11980
+ "module": "src/dialog/dialog.ts"
11981
+ }
11982
+ },
11959
11983
  {
11960
11984
  "kind": "field",
11961
11985
  "name": "position",
11962
11986
  "type": {
11963
- "text": "'centre' | 'left' | 'right'"
11987
+ "text": "DialogPosition"
11964
11988
  },
11965
- "default": "'centre'",
11989
+ "default": "'center'",
11966
11990
  "inheritedFrom": {
11967
11991
  "name": "DialogElement",
11968
11992
  "module": "src/dialog/dialog.ts"
@@ -21401,12 +21425,24 @@
21401
21425
  "tagName": "%%prefix%%-modal",
21402
21426
  "customElement": true,
21403
21427
  "attributes": [
21428
+ {
21429
+ "name": "type",
21430
+ "type": {
21431
+ "text": "DialogType"
21432
+ },
21433
+ "default": "'default'",
21434
+ "fieldName": "type",
21435
+ "inheritedFrom": {
21436
+ "name": "DialogElement",
21437
+ "module": "src/dialog/dialog.ts"
21438
+ }
21439
+ },
21404
21440
  {
21405
21441
  "name": "position",
21406
21442
  "type": {
21407
- "text": "'centre' | 'left' | 'right'"
21443
+ "text": "DialogPosition"
21408
21444
  },
21409
- "default": "'centre'",
21445
+ "default": "'center'",
21410
21446
  "fieldName": "position",
21411
21447
  "inheritedFrom": {
21412
21448
  "name": "DialogElement",
@@ -21473,13 +21509,25 @@
21473
21509
  "module": "src/dialog/dialog.ts"
21474
21510
  }
21475
21511
  },
21512
+ {
21513
+ "kind": "field",
21514
+ "name": "type",
21515
+ "type": {
21516
+ "text": "DialogType"
21517
+ },
21518
+ "default": "'default'",
21519
+ "inheritedFrom": {
21520
+ "name": "DialogElement",
21521
+ "module": "src/dialog/dialog.ts"
21522
+ }
21523
+ },
21476
21524
  {
21477
21525
  "kind": "field",
21478
21526
  "name": "position",
21479
21527
  "type": {
21480
- "text": "'centre' | 'left' | 'right'"
21528
+ "text": "DialogPosition"
21481
21529
  },
21482
- "default": "'centre'",
21530
+ "default": "'center'",
21483
21531
  "inheritedFrom": {
21484
21532
  "name": "DialogElement",
21485
21533
  "module": "src/dialog/dialog.ts"
@@ -31008,7 +31056,7 @@
31008
31056
  },
31009
31057
  {
31010
31058
  "kind": "javascript-module",
31011
- "path": "src/stepper-tab-panel/index.ts",
31059
+ "path": "src/switch/index.ts",
31012
31060
  "declarations": [],
31013
31061
  "exports": [
31014
31062
  {
@@ -31016,7 +31064,7 @@
31016
31064
  "name": "*",
31017
31065
  "declaration": {
31018
31066
  "name": "*",
31019
- "package": "./stepper-tab-panel"
31067
+ "package": "./switch"
31020
31068
  }
31021
31069
  },
31022
31070
  {
@@ -31024,25 +31072,73 @@
31024
31072
  "name": "*",
31025
31073
  "declaration": {
31026
31074
  "name": "*",
31027
- "package": "./stepper-tab-panel.template"
31075
+ "package": "./switch.styles"
31076
+ }
31077
+ },
31078
+ {
31079
+ "kind": "js",
31080
+ "name": "*",
31081
+ "declaration": {
31082
+ "name": "*",
31083
+ "package": "./switch.template"
31028
31084
  }
31029
31085
  }
31030
31086
  ]
31031
31087
  },
31032
31088
  {
31033
31089
  "kind": "javascript-module",
31034
- "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
31090
+ "path": "src/switch/switch.stories.ts",
31035
31091
  "declarations": [
31036
31092
  {
31037
- "kind": "function",
31038
- "name": "zeroStepperTabPanelTemplate",
31039
- "return": {
31040
- "type": {
31041
- "text": "ViewTemplate<StepperTabPanel>"
31042
- }
31093
+ "kind": "variable",
31094
+ "name": "meta",
31095
+ "type": {
31096
+ "text": "Meta"
31043
31097
  },
31044
- "parameters": [
31045
- {
31098
+ "default": "{\n title: 'Switch',\n component: 'zero-switch',\n}"
31099
+ },
31100
+ {
31101
+ "kind": "variable",
31102
+ "name": "Primary",
31103
+ "type": {
31104
+ "text": "StoryObj"
31105
+ },
31106
+ "default": "{\n render: () => html`\n <zero-switch checked></zero-switch>\n `,\n}"
31107
+ }
31108
+ ],
31109
+ "exports": [
31110
+ {
31111
+ "kind": "js",
31112
+ "name": "default",
31113
+ "declaration": {
31114
+ "name": "meta",
31115
+ "module": "src/switch/switch.stories.ts"
31116
+ }
31117
+ },
31118
+ {
31119
+ "kind": "js",
31120
+ "name": "Primary",
31121
+ "declaration": {
31122
+ "name": "Primary",
31123
+ "module": "src/switch/switch.stories.ts"
31124
+ }
31125
+ }
31126
+ ]
31127
+ },
31128
+ {
31129
+ "kind": "javascript-module",
31130
+ "path": "src/switch/switch.styles.ts",
31131
+ "declarations": [
31132
+ {
31133
+ "kind": "function",
31134
+ "name": "zeroSwitchStyles",
31135
+ "return": {
31136
+ "type": {
31137
+ "text": "ElementStyles"
31138
+ }
31139
+ },
31140
+ "parameters": [
31141
+ {
31046
31142
  "name": "context",
31047
31143
  "type": {
31048
31144
  "text": "ElementDefinitionContext"
@@ -31051,7 +31147,7 @@
31051
31147
  {
31052
31148
  "name": "definition",
31053
31149
  "type": {
31054
- "text": "FoundationElementDefinition"
31150
+ "text": "SwitchOptions"
31055
31151
  }
31056
31152
  }
31057
31153
  ]
@@ -31060,29 +31156,117 @@
31060
31156
  "exports": [
31061
31157
  {
31062
31158
  "kind": "js",
31063
- "name": "zeroStepperTabPanelTemplate",
31159
+ "name": "zeroSwitchStyles",
31064
31160
  "declaration": {
31065
- "name": "zeroStepperTabPanelTemplate",
31066
- "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
31161
+ "name": "zeroSwitchStyles",
31162
+ "module": "src/switch/switch.styles.ts"
31067
31163
  }
31068
31164
  }
31069
31165
  ]
31070
31166
  },
31071
31167
  {
31072
31168
  "kind": "javascript-module",
31073
- "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
31169
+ "path": "src/switch/switch.template.ts",
31170
+ "declarations": [
31171
+ {
31172
+ "kind": "function",
31173
+ "name": "zeroSwitchTemplate",
31174
+ "return": {
31175
+ "type": {
31176
+ "text": "ViewTemplate<Switch>"
31177
+ }
31178
+ },
31179
+ "parameters": [
31180
+ {
31181
+ "name": "context",
31182
+ "type": {
31183
+ "text": "ElementDefinitionContext"
31184
+ }
31185
+ },
31186
+ {
31187
+ "name": "definition",
31188
+ "type": {
31189
+ "text": "SwitchOptions"
31190
+ }
31191
+ }
31192
+ ]
31193
+ }
31194
+ ],
31195
+ "exports": [
31196
+ {
31197
+ "kind": "js",
31198
+ "name": "zeroSwitchTemplate",
31199
+ "declaration": {
31200
+ "name": "zeroSwitchTemplate",
31201
+ "module": "src/switch/switch.template.ts"
31202
+ }
31203
+ }
31204
+ ]
31205
+ },
31206
+ {
31207
+ "kind": "javascript-module",
31208
+ "path": "src/switch/switch.ts",
31074
31209
  "declarations": [
31075
31210
  {
31076
31211
  "kind": "class",
31077
31212
  "description": "",
31078
- "name": "StepperTabPanel",
31213
+ "name": "Switch",
31079
31214
  "superclass": {
31080
- "name": "FoundationStepperTabPanel",
31215
+ "name": "FoundationSwitch",
31081
31216
  "package": "@genesislcap/foundation-ui"
31082
31217
  },
31083
- "tagName": "%%prefix%%-stepper-tab-panel",
31218
+ "tagName": "%%prefix%%-switch",
31084
31219
  "customElement": true,
31220
+ "attributes": [
31221
+ {
31222
+ "name": "readonly",
31223
+ "type": {
31224
+ "text": "boolean"
31225
+ },
31226
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
31227
+ "fieldName": "readOnly",
31228
+ "inheritedFrom": {
31229
+ "name": "Switch",
31230
+ "module": "src/switch/switch.ts"
31231
+ }
31232
+ }
31233
+ ],
31085
31234
  "members": [
31235
+ {
31236
+ "kind": "field",
31237
+ "name": "readOnly",
31238
+ "type": {
31239
+ "text": "boolean"
31240
+ },
31241
+ "privacy": "public",
31242
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
31243
+ "inheritedFrom": {
31244
+ "name": "Switch",
31245
+ "module": "src/switch/switch.ts"
31246
+ }
31247
+ },
31248
+ {
31249
+ "kind": "method",
31250
+ "name": "readOnlyChanged",
31251
+ "privacy": "private",
31252
+ "return": {
31253
+ "type": {
31254
+ "text": "void"
31255
+ }
31256
+ },
31257
+ "inheritedFrom": {
31258
+ "name": "Switch",
31259
+ "module": "src/switch/switch.ts"
31260
+ }
31261
+ },
31262
+ {
31263
+ "kind": "field",
31264
+ "name": "proxy",
31265
+ "inheritedFrom": {
31266
+ "name": "Switch",
31267
+ "module": "src/switch/switch.ts"
31268
+ }
31269
+ },
31086
31270
  {
31087
31271
  "kind": "field",
31088
31272
  "name": "_presentation",
@@ -31092,8 +31276,8 @@
31092
31276
  "privacy": "private",
31093
31277
  "default": "void 0",
31094
31278
  "inheritedFrom": {
31095
- "name": "FoundationElement",
31096
- "module": "src/foundation-element/foundation-element.ts"
31279
+ "name": "Switch",
31280
+ "module": "src/switch/switch.ts"
31097
31281
  }
31098
31282
  },
31099
31283
  {
@@ -31105,8 +31289,8 @@
31105
31289
  "privacy": "public",
31106
31290
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
31107
31291
  "inheritedFrom": {
31108
- "name": "FoundationElement",
31109
- "module": "src/foundation-element/foundation-element.ts"
31292
+ "name": "Switch",
31293
+ "module": "src/switch/switch.ts"
31110
31294
  }
31111
31295
  },
31112
31296
  {
@@ -31118,8 +31302,8 @@
31118
31302
  "privacy": "public",
31119
31303
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
31120
31304
  "inheritedFrom": {
31121
- "name": "FoundationElement",
31122
- "module": "src/foundation-element/foundation-element.ts"
31305
+ "name": "Switch",
31306
+ "module": "src/switch/switch.ts"
31123
31307
  }
31124
31308
  },
31125
31309
  {
@@ -31132,8 +31316,8 @@
31132
31316
  }
31133
31317
  },
31134
31318
  "inheritedFrom": {
31135
- "name": "FoundationElement",
31136
- "module": "src/foundation-element/foundation-element.ts"
31319
+ "name": "Switch",
31320
+ "module": "src/switch/switch.ts"
31137
31321
  }
31138
31322
  },
31139
31323
  {
@@ -31145,8 +31329,8 @@
31145
31329
  "privacy": "public",
31146
31330
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
31147
31331
  "inheritedFrom": {
31148
- "name": "FoundationElement",
31149
- "module": "src/foundation-element/foundation-element.ts"
31332
+ "name": "Switch",
31333
+ "module": "src/switch/switch.ts"
31150
31334
  }
31151
31335
  },
31152
31336
  {
@@ -31159,8 +31343,8 @@
31159
31343
  }
31160
31344
  },
31161
31345
  "inheritedFrom": {
31162
- "name": "FoundationElement",
31163
- "module": "src/foundation-element/foundation-element.ts"
31346
+ "name": "Switch",
31347
+ "module": "src/switch/switch.ts"
31164
31348
  }
31165
31349
  },
31166
31350
  {
@@ -31190,39 +31374,49 @@
31190
31374
  ],
31191
31375
  "description": "Defines an element registry function with a set of element definition defaults.",
31192
31376
  "inheritedFrom": {
31193
- "name": "FoundationElement",
31194
- "module": "src/foundation-element/foundation-element.ts"
31377
+ "name": "Switch",
31378
+ "module": "src/switch/switch.ts"
31379
+ }
31380
+ }
31381
+ ],
31382
+ "events": [
31383
+ {
31384
+ "description": "Emits a custom change event when the checked state changes",
31385
+ "name": "change",
31386
+ "inheritedFrom": {
31387
+ "name": "Switch",
31388
+ "module": "src/switch/switch.ts"
31195
31389
  }
31196
31390
  }
31197
31391
  ]
31198
31392
  },
31199
31393
  {
31200
31394
  "kind": "variable",
31201
- "name": "zeroStepperTabPanel"
31395
+ "name": "zeroSwitch"
31202
31396
  }
31203
31397
  ],
31204
31398
  "exports": [
31205
31399
  {
31206
31400
  "kind": "js",
31207
- "name": "StepperTabPanel",
31401
+ "name": "Switch",
31208
31402
  "declaration": {
31209
- "name": "StepperTabPanel",
31210
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
31403
+ "name": "Switch",
31404
+ "module": "src/switch/switch.ts"
31211
31405
  }
31212
31406
  },
31213
31407
  {
31214
31408
  "kind": "js",
31215
- "name": "zeroStepperTabPanel",
31409
+ "name": "zeroSwitch",
31216
31410
  "declaration": {
31217
- "name": "zeroStepperTabPanel",
31218
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
31411
+ "name": "zeroSwitch",
31412
+ "module": "src/switch/switch.ts"
31219
31413
  }
31220
31414
  }
31221
31415
  ]
31222
31416
  },
31223
31417
  {
31224
31418
  "kind": "javascript-module",
31225
- "path": "src/switch/index.ts",
31419
+ "path": "src/stepper-tab-panel/index.ts",
31226
31420
  "declarations": [],
31227
31421
  "exports": [
31228
31422
  {
@@ -31230,15 +31424,7 @@
31230
31424
  "name": "*",
31231
31425
  "declaration": {
31232
31426
  "name": "*",
31233
- "package": "./switch"
31234
- }
31235
- },
31236
- {
31237
- "kind": "js",
31238
- "name": "*",
31239
- "declaration": {
31240
- "name": "*",
31241
- "package": "./switch.styles"
31427
+ "package": "./stepper-tab-panel"
31242
31428
  }
31243
31429
  },
31244
31430
  {
@@ -31246,100 +31432,21 @@
31246
31432
  "name": "*",
31247
31433
  "declaration": {
31248
31434
  "name": "*",
31249
- "package": "./switch.template"
31250
- }
31251
- }
31252
- ]
31253
- },
31254
- {
31255
- "kind": "javascript-module",
31256
- "path": "src/switch/switch.stories.ts",
31257
- "declarations": [
31258
- {
31259
- "kind": "variable",
31260
- "name": "meta",
31261
- "type": {
31262
- "text": "Meta"
31263
- },
31264
- "default": "{\n title: 'Switch',\n component: 'zero-switch',\n}"
31265
- },
31266
- {
31267
- "kind": "variable",
31268
- "name": "Primary",
31269
- "type": {
31270
- "text": "StoryObj"
31271
- },
31272
- "default": "{\n render: () => html`\n <zero-switch checked></zero-switch>\n `,\n}"
31273
- }
31274
- ],
31275
- "exports": [
31276
- {
31277
- "kind": "js",
31278
- "name": "default",
31279
- "declaration": {
31280
- "name": "meta",
31281
- "module": "src/switch/switch.stories.ts"
31282
- }
31283
- },
31284
- {
31285
- "kind": "js",
31286
- "name": "Primary",
31287
- "declaration": {
31288
- "name": "Primary",
31289
- "module": "src/switch/switch.stories.ts"
31290
- }
31291
- }
31292
- ]
31293
- },
31294
- {
31295
- "kind": "javascript-module",
31296
- "path": "src/switch/switch.styles.ts",
31297
- "declarations": [
31298
- {
31299
- "kind": "function",
31300
- "name": "zeroSwitchStyles",
31301
- "return": {
31302
- "type": {
31303
- "text": "ElementStyles"
31304
- }
31305
- },
31306
- "parameters": [
31307
- {
31308
- "name": "context",
31309
- "type": {
31310
- "text": "ElementDefinitionContext"
31311
- }
31312
- },
31313
- {
31314
- "name": "definition",
31315
- "type": {
31316
- "text": "SwitchOptions"
31317
- }
31318
- }
31319
- ]
31320
- }
31321
- ],
31322
- "exports": [
31323
- {
31324
- "kind": "js",
31325
- "name": "zeroSwitchStyles",
31326
- "declaration": {
31327
- "name": "zeroSwitchStyles",
31328
- "module": "src/switch/switch.styles.ts"
31435
+ "package": "./stepper-tab-panel.template"
31329
31436
  }
31330
31437
  }
31331
31438
  ]
31332
31439
  },
31333
31440
  {
31334
31441
  "kind": "javascript-module",
31335
- "path": "src/switch/switch.template.ts",
31442
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
31336
31443
  "declarations": [
31337
31444
  {
31338
31445
  "kind": "function",
31339
- "name": "zeroSwitchTemplate",
31446
+ "name": "zeroStepperTabPanelTemplate",
31340
31447
  "return": {
31341
31448
  "type": {
31342
- "text": "ViewTemplate<Switch>"
31449
+ "text": "ViewTemplate<StepperTabPanel>"
31343
31450
  }
31344
31451
  },
31345
31452
  "parameters": [
@@ -31352,7 +31459,7 @@
31352
31459
  {
31353
31460
  "name": "definition",
31354
31461
  "type": {
31355
- "text": "SwitchOptions"
31462
+ "text": "FoundationElementDefinition"
31356
31463
  }
31357
31464
  }
31358
31465
  ]
@@ -31361,78 +31468,29 @@
31361
31468
  "exports": [
31362
31469
  {
31363
31470
  "kind": "js",
31364
- "name": "zeroSwitchTemplate",
31471
+ "name": "zeroStepperTabPanelTemplate",
31365
31472
  "declaration": {
31366
- "name": "zeroSwitchTemplate",
31367
- "module": "src/switch/switch.template.ts"
31473
+ "name": "zeroStepperTabPanelTemplate",
31474
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
31368
31475
  }
31369
31476
  }
31370
31477
  ]
31371
31478
  },
31372
31479
  {
31373
31480
  "kind": "javascript-module",
31374
- "path": "src/switch/switch.ts",
31481
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
31375
31482
  "declarations": [
31376
31483
  {
31377
31484
  "kind": "class",
31378
31485
  "description": "",
31379
- "name": "Switch",
31486
+ "name": "StepperTabPanel",
31380
31487
  "superclass": {
31381
- "name": "FoundationSwitch",
31488
+ "name": "FoundationStepperTabPanel",
31382
31489
  "package": "@genesislcap/foundation-ui"
31383
31490
  },
31384
- "tagName": "%%prefix%%-switch",
31491
+ "tagName": "%%prefix%%-stepper-tab-panel",
31385
31492
  "customElement": true,
31386
- "attributes": [
31387
- {
31388
- "name": "readonly",
31389
- "type": {
31390
- "text": "boolean"
31391
- },
31392
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
31393
- "fieldName": "readOnly",
31394
- "inheritedFrom": {
31395
- "name": "Switch",
31396
- "module": "src/switch/switch.ts"
31397
- }
31398
- }
31399
- ],
31400
31493
  "members": [
31401
- {
31402
- "kind": "field",
31403
- "name": "readOnly",
31404
- "type": {
31405
- "text": "boolean"
31406
- },
31407
- "privacy": "public",
31408
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
31409
- "inheritedFrom": {
31410
- "name": "Switch",
31411
- "module": "src/switch/switch.ts"
31412
- }
31413
- },
31414
- {
31415
- "kind": "method",
31416
- "name": "readOnlyChanged",
31417
- "privacy": "private",
31418
- "return": {
31419
- "type": {
31420
- "text": "void"
31421
- }
31422
- },
31423
- "inheritedFrom": {
31424
- "name": "Switch",
31425
- "module": "src/switch/switch.ts"
31426
- }
31427
- },
31428
- {
31429
- "kind": "field",
31430
- "name": "proxy",
31431
- "inheritedFrom": {
31432
- "name": "Switch",
31433
- "module": "src/switch/switch.ts"
31434
- }
31435
- },
31436
31494
  {
31437
31495
  "kind": "field",
31438
31496
  "name": "_presentation",
@@ -31442,8 +31500,8 @@
31442
31500
  "privacy": "private",
31443
31501
  "default": "void 0",
31444
31502
  "inheritedFrom": {
31445
- "name": "Switch",
31446
- "module": "src/switch/switch.ts"
31503
+ "name": "FoundationElement",
31504
+ "module": "src/foundation-element/foundation-element.ts"
31447
31505
  }
31448
31506
  },
31449
31507
  {
@@ -31455,8 +31513,8 @@
31455
31513
  "privacy": "public",
31456
31514
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
31457
31515
  "inheritedFrom": {
31458
- "name": "Switch",
31459
- "module": "src/switch/switch.ts"
31516
+ "name": "FoundationElement",
31517
+ "module": "src/foundation-element/foundation-element.ts"
31460
31518
  }
31461
31519
  },
31462
31520
  {
@@ -31468,8 +31526,8 @@
31468
31526
  "privacy": "public",
31469
31527
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
31470
31528
  "inheritedFrom": {
31471
- "name": "Switch",
31472
- "module": "src/switch/switch.ts"
31529
+ "name": "FoundationElement",
31530
+ "module": "src/foundation-element/foundation-element.ts"
31473
31531
  }
31474
31532
  },
31475
31533
  {
@@ -31482,8 +31540,8 @@
31482
31540
  }
31483
31541
  },
31484
31542
  "inheritedFrom": {
31485
- "name": "Switch",
31486
- "module": "src/switch/switch.ts"
31543
+ "name": "FoundationElement",
31544
+ "module": "src/foundation-element/foundation-element.ts"
31487
31545
  }
31488
31546
  },
31489
31547
  {
@@ -31495,8 +31553,8 @@
31495
31553
  "privacy": "public",
31496
31554
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
31497
31555
  "inheritedFrom": {
31498
- "name": "Switch",
31499
- "module": "src/switch/switch.ts"
31556
+ "name": "FoundationElement",
31557
+ "module": "src/foundation-element/foundation-element.ts"
31500
31558
  }
31501
31559
  },
31502
31560
  {
@@ -31509,8 +31567,8 @@
31509
31567
  }
31510
31568
  },
31511
31569
  "inheritedFrom": {
31512
- "name": "Switch",
31513
- "module": "src/switch/switch.ts"
31570
+ "name": "FoundationElement",
31571
+ "module": "src/foundation-element/foundation-element.ts"
31514
31572
  }
31515
31573
  },
31516
31574
  {
@@ -31540,42 +31598,32 @@
31540
31598
  ],
31541
31599
  "description": "Defines an element registry function with a set of element definition defaults.",
31542
31600
  "inheritedFrom": {
31543
- "name": "Switch",
31544
- "module": "src/switch/switch.ts"
31545
- }
31546
- }
31547
- ],
31548
- "events": [
31549
- {
31550
- "description": "Emits a custom change event when the checked state changes",
31551
- "name": "change",
31552
- "inheritedFrom": {
31553
- "name": "Switch",
31554
- "module": "src/switch/switch.ts"
31601
+ "name": "FoundationElement",
31602
+ "module": "src/foundation-element/foundation-element.ts"
31555
31603
  }
31556
31604
  }
31557
31605
  ]
31558
31606
  },
31559
31607
  {
31560
31608
  "kind": "variable",
31561
- "name": "zeroSwitch"
31609
+ "name": "zeroStepperTabPanel"
31562
31610
  }
31563
31611
  ],
31564
31612
  "exports": [
31565
31613
  {
31566
31614
  "kind": "js",
31567
- "name": "Switch",
31615
+ "name": "StepperTabPanel",
31568
31616
  "declaration": {
31569
- "name": "Switch",
31570
- "module": "src/switch/switch.ts"
31617
+ "name": "StepperTabPanel",
31618
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
31571
31619
  }
31572
31620
  },
31573
31621
  {
31574
31622
  "kind": "js",
31575
- "name": "zeroSwitch",
31623
+ "name": "zeroStepperTabPanel",
31576
31624
  "declaration": {
31577
- "name": "zeroSwitch",
31578
- "module": "src/switch/switch.ts"
31625
+ "name": "zeroStepperTabPanel",
31626
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
31579
31627
  }
31580
31628
  }
31581
31629
  ]