@genesislcap/rapid-design-system 14.210.0 → 14.210.1-alpha-2ea9194.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 +411 -411
  2. package/package.json +10 -10
@@ -3875,7 +3875,7 @@
3875
3875
  },
3876
3876
  {
3877
3877
  "kind": "javascript-module",
3878
- "path": "src/badge/badge.stories.ts",
3878
+ "path": "src/avatar/avatar.stories.ts",
3879
3879
  "declarations": [
3880
3880
  {
3881
3881
  "kind": "variable",
@@ -3883,31 +3883,23 @@
3883
3883
  "type": {
3884
3884
  "text": "Meta"
3885
3885
  },
3886
- "default": "{\n title: 'Badge',\n component: 'rapid-badge',\n}"
3887
- },
3888
- {
3889
- "kind": "variable",
3890
- "name": "All",
3891
- "type": {
3892
- "text": "StoryObj"
3893
- },
3894
- "default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n ${repeat(\n badges,\n (item) => item,\n (item) => html`\n <rapid-badge fill=\"${item}\" color=\"text\">Rapid Badge</rapid-badge>\n `,\n )}\n </div>\n `,\n}"
3886
+ "default": "{\n title: 'Avatar',\n component: 'rapid-avatar',\n}"
3895
3887
  },
3896
3888
  {
3897
3889
  "kind": "variable",
3898
- "name": "Primary",
3890
+ "name": "Default",
3899
3891
  "type": {
3900
3892
  "text": "StoryObj"
3901
3893
  },
3902
- "default": "{\n args: {\n fill: 'primary',\n badgeText: 'Rapid Badge',\n badgeText2: '12',\n },\n argTypes: {\n fill: {\n control: 'select',\n options: badges,\n },\n },\n render: ({ fill, badgeText, badgeText2 }) => html`\n <div style=\"${wrapperStyle}\">\n <rapid-badge fill=\"${fill}\" color=\"text\">${badgeText}</rapid-badge>\n <rapid-badge fill=\"${fill}\" color=\"text\">${badgeText2}</rapid-badge>\n </div>\n `,\n}"
3894
+ "default": "{\n args: {\n src: 'https://avataaars.io/?avatarStyle=Circle&topType=LongHairStraight&accessoriesType=Blank&hairColor=BrownDark&facialHairType=Blank&clotheType=BlazerShirt&eyeType=Default&eyebrowType=Default&mouthType=Default&skinColor=Light',\n link: '#',\n alt: \"Annie's profile image\",\n shape: 'circle',\n initials: 'AJ',\n name: 'Annie James',\n fill: 'accent-primary',\n fillColor: '#196fe6',\n },\n argTypes: {\n shape: {\n control: 'select',\n options: ['circle', 'square'],\n },\n fillColor: {\n control: 'color',\n },\n },\n render: ({ initials, link, alt, shape, fill, name, fillColor }) => html`\n <div style=\"${wrapperStyle} --avatar-fill-${fill}: ${fillColor}\">\n <rapid-avatar alt=\"${alt}\" link=\"${link}\" shape=\"${shape}\" fill=\"${fill}\" name=\"${name}\">\n ${initials}\n </rapid-avatar>\n </div>\n `,\n}"
3903
3895
  },
3904
3896
  {
3905
3897
  "kind": "variable",
3906
- "name": "Neutral",
3898
+ "name": "WithImage",
3907
3899
  "type": {
3908
3900
  "text": "StoryObj"
3909
3901
  },
3910
- "default": "{\n args: {\n fill: 'neutral',\n badgeText: 'Rapid Badge',\n badgeText2: '12',\n },\n argTypes: {\n fill: {\n control: 'select',\n options: badges,\n },\n },\n render: ({ fill, badgeText, badgeText2 }) => html`\n <div style=\"${wrapperStyle}\">\n <rapid-badge fill=\"${fill}\" color=\"text\">${badgeText}</rapid-badge>\n <rapid-badge fill=\"${fill}\" color=\"text\">${badgeText2}</rapid-badge>\n </div>\n `,\n}"
3902
+ "default": "{\n args: {\n avatarSource:\n 'https://avataaars.io/?avatarStyle=Circle&topType=LongHairStraight&accessoriesType=Blank&hairColor=BrownDark&facialHairType=Blank&clotheType=BlazerShirt&eyeType=Default&eyebrowType=Default&mouthType=Default&skinColor=Light',\n link: '#',\n alt: \"Annie's profile image\",\n shape: 'circle',\n initials: 'AJ',\n name: 'Annie James',\n fill: 'accent-primary',\n fillColor: '#196fe6',\n },\n argTypes: {\n shape: {\n control: 'select',\n options: ['circle', 'square'],\n },\n fillColor: {\n control: 'color',\n },\n },\n render: ({ avatarSource, link, alt, shape, fill, fillColor }) => html`\n <div style=\"${wrapperStyle} --avatar-fill-${fill}: ${fillColor}\">\n <rapid-avatar\n src=\"${avatarSource}\"\n alt=\"${alt}\"\n link=\"${link}\"\n shape=\"${shape}\"\n fill=\"${fill}\"\n ></rapid-avatar>\n </div>\n `,\n}"
3911
3903
  }
3912
3904
  ],
3913
3905
  "exports": [
@@ -3916,42 +3908,34 @@
3916
3908
  "name": "default",
3917
3909
  "declaration": {
3918
3910
  "name": "meta",
3919
- "module": "src/badge/badge.stories.ts"
3920
- }
3921
- },
3922
- {
3923
- "kind": "js",
3924
- "name": "All",
3925
- "declaration": {
3926
- "name": "All",
3927
- "module": "src/badge/badge.stories.ts"
3911
+ "module": "src/avatar/avatar.stories.ts"
3928
3912
  }
3929
3913
  },
3930
3914
  {
3931
3915
  "kind": "js",
3932
- "name": "Primary",
3916
+ "name": "Default",
3933
3917
  "declaration": {
3934
- "name": "Primary",
3935
- "module": "src/badge/badge.stories.ts"
3918
+ "name": "Default",
3919
+ "module": "src/avatar/avatar.stories.ts"
3936
3920
  }
3937
3921
  },
3938
3922
  {
3939
3923
  "kind": "js",
3940
- "name": "Neutral",
3924
+ "name": "WithImage",
3941
3925
  "declaration": {
3942
- "name": "Neutral",
3943
- "module": "src/badge/badge.stories.ts"
3926
+ "name": "WithImage",
3927
+ "module": "src/avatar/avatar.stories.ts"
3944
3928
  }
3945
3929
  }
3946
3930
  ]
3947
3931
  },
3948
3932
  {
3949
3933
  "kind": "javascript-module",
3950
- "path": "src/badge/badge.styles.ts",
3934
+ "path": "src/avatar/avatar.styles.ts",
3951
3935
  "declarations": [
3952
3936
  {
3953
3937
  "kind": "function",
3954
- "name": "rapidBadgeStyles",
3938
+ "name": "rapidAvatarStyles",
3955
3939
  "return": {
3956
3940
  "type": {
3957
3941
  "text": "ElementStyles"
@@ -3976,24 +3960,24 @@
3976
3960
  "exports": [
3977
3961
  {
3978
3962
  "kind": "js",
3979
- "name": "rapidBadgeStyles",
3963
+ "name": "rapidAvatarStyles",
3980
3964
  "declaration": {
3981
- "name": "rapidBadgeStyles",
3982
- "module": "src/badge/badge.styles.ts"
3965
+ "name": "rapidAvatarStyles",
3966
+ "module": "src/avatar/avatar.styles.ts"
3983
3967
  }
3984
3968
  }
3985
3969
  ]
3986
3970
  },
3987
3971
  {
3988
3972
  "kind": "javascript-module",
3989
- "path": "src/badge/badge.template.ts",
3973
+ "path": "src/avatar/avatar.template.ts",
3990
3974
  "declarations": [
3991
3975
  {
3992
3976
  "kind": "function",
3993
- "name": "rapidBadgeTemplate",
3977
+ "name": "rapidAvatarTemplate",
3994
3978
  "return": {
3995
3979
  "type": {
3996
- "text": "ViewTemplate<Badge>"
3980
+ "text": "ViewTemplate<Avatar>"
3997
3981
  }
3998
3982
  },
3999
3983
  "parameters": [
@@ -4015,27 +3999,27 @@
4015
3999
  "exports": [
4016
4000
  {
4017
4001
  "kind": "js",
4018
- "name": "rapidBadgeTemplate",
4002
+ "name": "rapidAvatarTemplate",
4019
4003
  "declaration": {
4020
- "name": "rapidBadgeTemplate",
4021
- "module": "src/badge/badge.template.ts"
4004
+ "name": "rapidAvatarTemplate",
4005
+ "module": "src/avatar/avatar.template.ts"
4022
4006
  }
4023
4007
  }
4024
4008
  ]
4025
4009
  },
4026
4010
  {
4027
4011
  "kind": "javascript-module",
4028
- "path": "src/badge/badge.ts",
4012
+ "path": "src/avatar/avatar.ts",
4029
4013
  "declarations": [
4030
4014
  {
4031
4015
  "kind": "class",
4032
4016
  "description": "",
4033
- "name": "Badge",
4017
+ "name": "Avatar",
4034
4018
  "superclass": {
4035
- "name": "FoundationBadge",
4019
+ "name": "FoundationAvatar",
4036
4020
  "package": "@genesislcap/foundation-ui"
4037
4021
  },
4038
- "tagName": "%%prefix%%-badge",
4022
+ "tagName": "%%prefix%%-avatar",
4039
4023
  "customElement": true,
4040
4024
  "attributes": [
4041
4025
  {
@@ -4043,11 +4027,11 @@
4043
4027
  "type": {
4044
4028
  "text": "string"
4045
4029
  },
4046
- "description": "Indicates the badge should have a filled style.",
4030
+ "description": "Indicates the Avatar should have a color fill.",
4047
4031
  "fieldName": "fill",
4048
4032
  "inheritedFrom": {
4049
- "name": "Badge",
4050
- "module": "src/badge/badge.ts"
4033
+ "name": "Avatar",
4034
+ "module": "src/avatar/avatar.ts"
4051
4035
  }
4052
4036
  },
4053
4037
  {
@@ -4055,22 +4039,35 @@
4055
4039
  "type": {
4056
4040
  "text": "string"
4057
4041
  },
4058
- "description": "Indicates the badge should have a filled style.",
4042
+ "description": "Indicates the Avatar should have a text color.",
4059
4043
  "fieldName": "color",
4060
4044
  "inheritedFrom": {
4061
- "name": "Badge",
4062
- "module": "src/badge/badge.ts"
4045
+ "name": "Avatar",
4046
+ "module": "src/avatar/avatar.ts"
4063
4047
  }
4064
4048
  },
4065
4049
  {
4050
+ "name": "link",
4066
4051
  "type": {
4067
- "text": "boolean"
4052
+ "text": "string"
4068
4053
  },
4069
- "description": "Indicates the element should be circular",
4070
- "fieldName": "circular",
4054
+ "description": "Indicates the Avatar should have url link",
4055
+ "fieldName": "link",
4071
4056
  "inheritedFrom": {
4072
- "name": "Badge",
4073
- "module": "src/badge/badge.ts"
4057
+ "name": "Avatar",
4058
+ "module": "src/avatar/avatar.ts"
4059
+ }
4060
+ },
4061
+ {
4062
+ "name": "shape",
4063
+ "type": {
4064
+ "text": "AvatarShape"
4065
+ },
4066
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4067
+ "fieldName": "shape",
4068
+ "inheritedFrom": {
4069
+ "name": "Avatar",
4070
+ "module": "src/avatar/avatar.ts"
4074
4071
  }
4075
4072
  }
4076
4073
  ],
@@ -4082,10 +4079,10 @@
4082
4079
  "text": "string"
4083
4080
  },
4084
4081
  "privacy": "public",
4085
- "description": "Indicates the badge should have a filled style.",
4082
+ "description": "Indicates the Avatar should have a color fill.",
4086
4083
  "inheritedFrom": {
4087
- "name": "Badge",
4088
- "module": "src/badge/badge.ts"
4084
+ "name": "Avatar",
4085
+ "module": "src/avatar/avatar.ts"
4089
4086
  }
4090
4087
  },
4091
4088
  {
@@ -4095,32 +4092,36 @@
4095
4092
  "text": "string"
4096
4093
  },
4097
4094
  "privacy": "public",
4098
- "description": "Indicates the badge should have a filled style.",
4095
+ "description": "Indicates the Avatar should have a text color.",
4099
4096
  "inheritedFrom": {
4100
- "name": "Badge",
4101
- "module": "src/badge/badge.ts"
4097
+ "name": "Avatar",
4098
+ "module": "src/avatar/avatar.ts"
4102
4099
  }
4103
4100
  },
4104
4101
  {
4105
4102
  "kind": "field",
4106
- "name": "circular",
4103
+ "name": "link",
4107
4104
  "type": {
4108
- "text": "boolean"
4105
+ "text": "string"
4109
4106
  },
4110
4107
  "privacy": "public",
4111
- "description": "Indicates the element should be circular",
4108
+ "description": "Indicates the Avatar should have url link",
4112
4109
  "inheritedFrom": {
4113
- "name": "Badge",
4114
- "module": "src/badge/badge.ts"
4110
+ "name": "Avatar",
4111
+ "module": "src/avatar/avatar.ts"
4115
4112
  }
4116
4113
  },
4117
4114
  {
4118
4115
  "kind": "field",
4119
- "name": "generateBadgeStyle",
4116
+ "name": "shape",
4117
+ "type": {
4118
+ "text": "AvatarShape"
4119
+ },
4120
4120
  "privacy": "public",
4121
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4121
4122
  "inheritedFrom": {
4122
- "name": "Badge",
4123
- "module": "src/badge/badge.ts"
4123
+ "name": "Avatar",
4124
+ "module": "src/avatar/avatar.ts"
4124
4125
  }
4125
4126
  },
4126
4127
  {
@@ -4132,8 +4133,8 @@
4132
4133
  "privacy": "private",
4133
4134
  "default": "void 0",
4134
4135
  "inheritedFrom": {
4135
- "name": "Badge",
4136
- "module": "src/badge/badge.ts"
4136
+ "name": "Avatar",
4137
+ "module": "src/avatar/avatar.ts"
4137
4138
  }
4138
4139
  },
4139
4140
  {
@@ -4145,8 +4146,8 @@
4145
4146
  "privacy": "public",
4146
4147
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4147
4148
  "inheritedFrom": {
4148
- "name": "Badge",
4149
- "module": "src/badge/badge.ts"
4149
+ "name": "Avatar",
4150
+ "module": "src/avatar/avatar.ts"
4150
4151
  }
4151
4152
  },
4152
4153
  {
@@ -4158,8 +4159,8 @@
4158
4159
  "privacy": "public",
4159
4160
  "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.",
4160
4161
  "inheritedFrom": {
4161
- "name": "Badge",
4162
- "module": "src/badge/badge.ts"
4162
+ "name": "Avatar",
4163
+ "module": "src/avatar/avatar.ts"
4163
4164
  }
4164
4165
  },
4165
4166
  {
@@ -4172,8 +4173,8 @@
4172
4173
  }
4173
4174
  },
4174
4175
  "inheritedFrom": {
4175
- "name": "Badge",
4176
- "module": "src/badge/badge.ts"
4176
+ "name": "Avatar",
4177
+ "module": "src/avatar/avatar.ts"
4177
4178
  }
4178
4179
  },
4179
4180
  {
@@ -4185,8 +4186,8 @@
4185
4186
  "privacy": "public",
4186
4187
  "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.",
4187
4188
  "inheritedFrom": {
4188
- "name": "Badge",
4189
- "module": "src/badge/badge.ts"
4189
+ "name": "Avatar",
4190
+ "module": "src/avatar/avatar.ts"
4190
4191
  }
4191
4192
  },
4192
4193
  {
@@ -4199,8 +4200,8 @@
4199
4200
  }
4200
4201
  },
4201
4202
  "inheritedFrom": {
4202
- "name": "Badge",
4203
- "module": "src/badge/badge.ts"
4203
+ "name": "Avatar",
4204
+ "module": "src/avatar/avatar.ts"
4204
4205
  }
4205
4206
  },
4206
4207
  {
@@ -4230,39 +4231,39 @@
4230
4231
  ],
4231
4232
  "description": "Defines an element registry function with a set of element definition defaults.",
4232
4233
  "inheritedFrom": {
4233
- "name": "Badge",
4234
- "module": "src/badge/badge.ts"
4234
+ "name": "Avatar",
4235
+ "module": "src/avatar/avatar.ts"
4235
4236
  }
4236
4237
  }
4237
4238
  ]
4238
4239
  },
4239
4240
  {
4240
4241
  "kind": "variable",
4241
- "name": "rapidBadge"
4242
+ "name": "rapidAvatar"
4242
4243
  }
4243
4244
  ],
4244
4245
  "exports": [
4245
4246
  {
4246
4247
  "kind": "js",
4247
- "name": "Badge",
4248
+ "name": "Avatar",
4248
4249
  "declaration": {
4249
- "name": "Badge",
4250
- "module": "src/badge/badge.ts"
4250
+ "name": "Avatar",
4251
+ "module": "src/avatar/avatar.ts"
4251
4252
  }
4252
4253
  },
4253
4254
  {
4254
4255
  "kind": "js",
4255
- "name": "rapidBadge",
4256
+ "name": "rapidAvatar",
4256
4257
  "declaration": {
4257
- "name": "rapidBadge",
4258
- "module": "src/badge/badge.ts"
4258
+ "name": "rapidAvatar",
4259
+ "module": "src/avatar/avatar.ts"
4259
4260
  }
4260
4261
  }
4261
4262
  ]
4262
4263
  },
4263
4264
  {
4264
4265
  "kind": "javascript-module",
4265
- "path": "src/badge/index.ts",
4266
+ "path": "src/avatar/index.ts",
4266
4267
  "declarations": [],
4267
4268
  "exports": [
4268
4269
  {
@@ -4270,7 +4271,7 @@
4270
4271
  "name": "*",
4271
4272
  "declaration": {
4272
4273
  "name": "*",
4273
- "package": "./badge"
4274
+ "package": "./avatar"
4274
4275
  }
4275
4276
  },
4276
4277
  {
@@ -4278,7 +4279,7 @@
4278
4279
  "name": "*",
4279
4280
  "declaration": {
4280
4281
  "name": "*",
4281
- "package": "./badge.styles"
4282
+ "package": "./avatar.styles"
4282
4283
  }
4283
4284
  },
4284
4285
  {
@@ -4286,14 +4287,14 @@
4286
4287
  "name": "*",
4287
4288
  "declaration": {
4288
4289
  "name": "*",
4289
- "package": "./badge.template"
4290
+ "package": "./avatar.template"
4290
4291
  }
4291
4292
  }
4292
4293
  ]
4293
4294
  },
4294
4295
  {
4295
4296
  "kind": "javascript-module",
4296
- "path": "src/avatar/avatar.stories.ts",
4297
+ "path": "src/badge/badge.stories.ts",
4297
4298
  "declarations": [
4298
4299
  {
4299
4300
  "kind": "variable",
@@ -4301,23 +4302,31 @@
4301
4302
  "type": {
4302
4303
  "text": "Meta"
4303
4304
  },
4304
- "default": "{\n title: 'Avatar',\n component: 'rapid-avatar',\n}"
4305
+ "default": "{\n title: 'Badge',\n component: 'rapid-badge',\n}"
4305
4306
  },
4306
4307
  {
4307
4308
  "kind": "variable",
4308
- "name": "Default",
4309
+ "name": "All",
4309
4310
  "type": {
4310
4311
  "text": "StoryObj"
4311
4312
  },
4312
- "default": "{\n args: {\n src: 'https://avataaars.io/?avatarStyle=Circle&topType=LongHairStraight&accessoriesType=Blank&hairColor=BrownDark&facialHairType=Blank&clotheType=BlazerShirt&eyeType=Default&eyebrowType=Default&mouthType=Default&skinColor=Light',\n link: '#',\n alt: \"Annie's profile image\",\n shape: 'circle',\n initials: 'AJ',\n name: 'Annie James',\n fill: 'accent-primary',\n fillColor: '#196fe6',\n },\n argTypes: {\n shape: {\n control: 'select',\n options: ['circle', 'square'],\n },\n fillColor: {\n control: 'color',\n },\n },\n render: ({ initials, link, alt, shape, fill, name, fillColor }) => html`\n <div style=\"${wrapperStyle} --avatar-fill-${fill}: ${fillColor}\">\n <rapid-avatar alt=\"${alt}\" link=\"${link}\" shape=\"${shape}\" fill=\"${fill}\" name=\"${name}\">\n ${initials}\n </rapid-avatar>\n </div>\n `,\n}"
4313
+ "default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n ${repeat(\n badges,\n (item) => item,\n (item) => html`\n <rapid-badge fill=\"${item}\" color=\"text\">Rapid Badge</rapid-badge>\n `,\n )}\n </div>\n `,\n}"
4313
4314
  },
4314
4315
  {
4315
4316
  "kind": "variable",
4316
- "name": "WithImage",
4317
+ "name": "Primary",
4317
4318
  "type": {
4318
4319
  "text": "StoryObj"
4319
4320
  },
4320
- "default": "{\n args: {\n avatarSource:\n 'https://avataaars.io/?avatarStyle=Circle&topType=LongHairStraight&accessoriesType=Blank&hairColor=BrownDark&facialHairType=Blank&clotheType=BlazerShirt&eyeType=Default&eyebrowType=Default&mouthType=Default&skinColor=Light',\n link: '#',\n alt: \"Annie's profile image\",\n shape: 'circle',\n initials: 'AJ',\n name: 'Annie James',\n fill: 'accent-primary',\n fillColor: '#196fe6',\n },\n argTypes: {\n shape: {\n control: 'select',\n options: ['circle', 'square'],\n },\n fillColor: {\n control: 'color',\n },\n },\n render: ({ avatarSource, link, alt, shape, fill, fillColor }) => html`\n <div style=\"${wrapperStyle} --avatar-fill-${fill}: ${fillColor}\">\n <rapid-avatar\n src=\"${avatarSource}\"\n alt=\"${alt}\"\n link=\"${link}\"\n shape=\"${shape}\"\n fill=\"${fill}\"\n ></rapid-avatar>\n </div>\n `,\n}"
4321
+ "default": "{\n args: {\n fill: 'primary',\n badgeText: 'Rapid Badge',\n badgeText2: '12',\n },\n argTypes: {\n fill: {\n control: 'select',\n options: badges,\n },\n },\n render: ({ fill, badgeText, badgeText2 }) => html`\n <div style=\"${wrapperStyle}\">\n <rapid-badge fill=\"${fill}\" color=\"text\">${badgeText}</rapid-badge>\n <rapid-badge fill=\"${fill}\" color=\"text\">${badgeText2}</rapid-badge>\n </div>\n `,\n}"
4322
+ },
4323
+ {
4324
+ "kind": "variable",
4325
+ "name": "Neutral",
4326
+ "type": {
4327
+ "text": "StoryObj"
4328
+ },
4329
+ "default": "{\n args: {\n fill: 'neutral',\n badgeText: 'Rapid Badge',\n badgeText2: '12',\n },\n argTypes: {\n fill: {\n control: 'select',\n options: badges,\n },\n },\n render: ({ fill, badgeText, badgeText2 }) => html`\n <div style=\"${wrapperStyle}\">\n <rapid-badge fill=\"${fill}\" color=\"text\">${badgeText}</rapid-badge>\n <rapid-badge fill=\"${fill}\" color=\"text\">${badgeText2}</rapid-badge>\n </div>\n `,\n}"
4321
4330
  }
4322
4331
  ],
4323
4332
  "exports": [
@@ -4326,34 +4335,42 @@
4326
4335
  "name": "default",
4327
4336
  "declaration": {
4328
4337
  "name": "meta",
4329
- "module": "src/avatar/avatar.stories.ts"
4338
+ "module": "src/badge/badge.stories.ts"
4330
4339
  }
4331
4340
  },
4332
4341
  {
4333
4342
  "kind": "js",
4334
- "name": "Default",
4343
+ "name": "All",
4335
4344
  "declaration": {
4336
- "name": "Default",
4337
- "module": "src/avatar/avatar.stories.ts"
4345
+ "name": "All",
4346
+ "module": "src/badge/badge.stories.ts"
4338
4347
  }
4339
4348
  },
4340
4349
  {
4341
4350
  "kind": "js",
4342
- "name": "WithImage",
4351
+ "name": "Primary",
4343
4352
  "declaration": {
4344
- "name": "WithImage",
4345
- "module": "src/avatar/avatar.stories.ts"
4353
+ "name": "Primary",
4354
+ "module": "src/badge/badge.stories.ts"
4355
+ }
4356
+ },
4357
+ {
4358
+ "kind": "js",
4359
+ "name": "Neutral",
4360
+ "declaration": {
4361
+ "name": "Neutral",
4362
+ "module": "src/badge/badge.stories.ts"
4346
4363
  }
4347
4364
  }
4348
4365
  ]
4349
4366
  },
4350
4367
  {
4351
4368
  "kind": "javascript-module",
4352
- "path": "src/avatar/avatar.styles.ts",
4369
+ "path": "src/badge/badge.styles.ts",
4353
4370
  "declarations": [
4354
4371
  {
4355
4372
  "kind": "function",
4356
- "name": "rapidAvatarStyles",
4373
+ "name": "rapidBadgeStyles",
4357
4374
  "return": {
4358
4375
  "type": {
4359
4376
  "text": "ElementStyles"
@@ -4378,24 +4395,24 @@
4378
4395
  "exports": [
4379
4396
  {
4380
4397
  "kind": "js",
4381
- "name": "rapidAvatarStyles",
4398
+ "name": "rapidBadgeStyles",
4382
4399
  "declaration": {
4383
- "name": "rapidAvatarStyles",
4384
- "module": "src/avatar/avatar.styles.ts"
4400
+ "name": "rapidBadgeStyles",
4401
+ "module": "src/badge/badge.styles.ts"
4385
4402
  }
4386
4403
  }
4387
4404
  ]
4388
4405
  },
4389
4406
  {
4390
4407
  "kind": "javascript-module",
4391
- "path": "src/avatar/avatar.template.ts",
4408
+ "path": "src/badge/badge.template.ts",
4392
4409
  "declarations": [
4393
4410
  {
4394
4411
  "kind": "function",
4395
- "name": "rapidAvatarTemplate",
4412
+ "name": "rapidBadgeTemplate",
4396
4413
  "return": {
4397
4414
  "type": {
4398
- "text": "ViewTemplate<Avatar>"
4415
+ "text": "ViewTemplate<Badge>"
4399
4416
  }
4400
4417
  },
4401
4418
  "parameters": [
@@ -4417,27 +4434,27 @@
4417
4434
  "exports": [
4418
4435
  {
4419
4436
  "kind": "js",
4420
- "name": "rapidAvatarTemplate",
4437
+ "name": "rapidBadgeTemplate",
4421
4438
  "declaration": {
4422
- "name": "rapidAvatarTemplate",
4423
- "module": "src/avatar/avatar.template.ts"
4439
+ "name": "rapidBadgeTemplate",
4440
+ "module": "src/badge/badge.template.ts"
4424
4441
  }
4425
4442
  }
4426
4443
  ]
4427
4444
  },
4428
4445
  {
4429
4446
  "kind": "javascript-module",
4430
- "path": "src/avatar/avatar.ts",
4447
+ "path": "src/badge/badge.ts",
4431
4448
  "declarations": [
4432
4449
  {
4433
4450
  "kind": "class",
4434
4451
  "description": "",
4435
- "name": "Avatar",
4452
+ "name": "Badge",
4436
4453
  "superclass": {
4437
- "name": "FoundationAvatar",
4454
+ "name": "FoundationBadge",
4438
4455
  "package": "@genesislcap/foundation-ui"
4439
4456
  },
4440
- "tagName": "%%prefix%%-avatar",
4457
+ "tagName": "%%prefix%%-badge",
4441
4458
  "customElement": true,
4442
4459
  "attributes": [
4443
4460
  {
@@ -4445,11 +4462,11 @@
4445
4462
  "type": {
4446
4463
  "text": "string"
4447
4464
  },
4448
- "description": "Indicates the Avatar should have a color fill.",
4465
+ "description": "Indicates the badge should have a filled style.",
4449
4466
  "fieldName": "fill",
4450
4467
  "inheritedFrom": {
4451
- "name": "Avatar",
4452
- "module": "src/avatar/avatar.ts"
4468
+ "name": "Badge",
4469
+ "module": "src/badge/badge.ts"
4453
4470
  }
4454
4471
  },
4455
4472
  {
@@ -4457,35 +4474,22 @@
4457
4474
  "type": {
4458
4475
  "text": "string"
4459
4476
  },
4460
- "description": "Indicates the Avatar should have a text color.",
4477
+ "description": "Indicates the badge should have a filled style.",
4461
4478
  "fieldName": "color",
4462
4479
  "inheritedFrom": {
4463
- "name": "Avatar",
4464
- "module": "src/avatar/avatar.ts"
4465
- }
4466
- },
4467
- {
4468
- "name": "link",
4469
- "type": {
4470
- "text": "string"
4471
- },
4472
- "description": "Indicates the Avatar should have url link",
4473
- "fieldName": "link",
4474
- "inheritedFrom": {
4475
- "name": "Avatar",
4476
- "module": "src/avatar/avatar.ts"
4480
+ "name": "Badge",
4481
+ "module": "src/badge/badge.ts"
4477
4482
  }
4478
4483
  },
4479
4484
  {
4480
- "name": "shape",
4481
4485
  "type": {
4482
- "text": "AvatarShape"
4486
+ "text": "boolean"
4483
4487
  },
4484
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4485
- "fieldName": "shape",
4488
+ "description": "Indicates the element should be circular",
4489
+ "fieldName": "circular",
4486
4490
  "inheritedFrom": {
4487
- "name": "Avatar",
4488
- "module": "src/avatar/avatar.ts"
4491
+ "name": "Badge",
4492
+ "module": "src/badge/badge.ts"
4489
4493
  }
4490
4494
  }
4491
4495
  ],
@@ -4497,10 +4501,10 @@
4497
4501
  "text": "string"
4498
4502
  },
4499
4503
  "privacy": "public",
4500
- "description": "Indicates the Avatar should have a color fill.",
4504
+ "description": "Indicates the badge should have a filled style.",
4501
4505
  "inheritedFrom": {
4502
- "name": "Avatar",
4503
- "module": "src/avatar/avatar.ts"
4506
+ "name": "Badge",
4507
+ "module": "src/badge/badge.ts"
4504
4508
  }
4505
4509
  },
4506
4510
  {
@@ -4510,36 +4514,32 @@
4510
4514
  "text": "string"
4511
4515
  },
4512
4516
  "privacy": "public",
4513
- "description": "Indicates the Avatar should have a text color.",
4517
+ "description": "Indicates the badge should have a filled style.",
4514
4518
  "inheritedFrom": {
4515
- "name": "Avatar",
4516
- "module": "src/avatar/avatar.ts"
4519
+ "name": "Badge",
4520
+ "module": "src/badge/badge.ts"
4517
4521
  }
4518
4522
  },
4519
4523
  {
4520
4524
  "kind": "field",
4521
- "name": "link",
4525
+ "name": "circular",
4522
4526
  "type": {
4523
- "text": "string"
4527
+ "text": "boolean"
4524
4528
  },
4525
4529
  "privacy": "public",
4526
- "description": "Indicates the Avatar should have url link",
4530
+ "description": "Indicates the element should be circular",
4527
4531
  "inheritedFrom": {
4528
- "name": "Avatar",
4529
- "module": "src/avatar/avatar.ts"
4532
+ "name": "Badge",
4533
+ "module": "src/badge/badge.ts"
4530
4534
  }
4531
4535
  },
4532
4536
  {
4533
4537
  "kind": "field",
4534
- "name": "shape",
4535
- "type": {
4536
- "text": "AvatarShape"
4537
- },
4538
+ "name": "generateBadgeStyle",
4538
4539
  "privacy": "public",
4539
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
4540
4540
  "inheritedFrom": {
4541
- "name": "Avatar",
4542
- "module": "src/avatar/avatar.ts"
4541
+ "name": "Badge",
4542
+ "module": "src/badge/badge.ts"
4543
4543
  }
4544
4544
  },
4545
4545
  {
@@ -4551,8 +4551,8 @@
4551
4551
  "privacy": "private",
4552
4552
  "default": "void 0",
4553
4553
  "inheritedFrom": {
4554
- "name": "Avatar",
4555
- "module": "src/avatar/avatar.ts"
4554
+ "name": "Badge",
4555
+ "module": "src/badge/badge.ts"
4556
4556
  }
4557
4557
  },
4558
4558
  {
@@ -4564,8 +4564,8 @@
4564
4564
  "privacy": "public",
4565
4565
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4566
4566
  "inheritedFrom": {
4567
- "name": "Avatar",
4568
- "module": "src/avatar/avatar.ts"
4567
+ "name": "Badge",
4568
+ "module": "src/badge/badge.ts"
4569
4569
  }
4570
4570
  },
4571
4571
  {
@@ -4577,8 +4577,8 @@
4577
4577
  "privacy": "public",
4578
4578
  "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.",
4579
4579
  "inheritedFrom": {
4580
- "name": "Avatar",
4581
- "module": "src/avatar/avatar.ts"
4580
+ "name": "Badge",
4581
+ "module": "src/badge/badge.ts"
4582
4582
  }
4583
4583
  },
4584
4584
  {
@@ -4591,8 +4591,8 @@
4591
4591
  }
4592
4592
  },
4593
4593
  "inheritedFrom": {
4594
- "name": "Avatar",
4595
- "module": "src/avatar/avatar.ts"
4594
+ "name": "Badge",
4595
+ "module": "src/badge/badge.ts"
4596
4596
  }
4597
4597
  },
4598
4598
  {
@@ -4604,8 +4604,8 @@
4604
4604
  "privacy": "public",
4605
4605
  "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.",
4606
4606
  "inheritedFrom": {
4607
- "name": "Avatar",
4608
- "module": "src/avatar/avatar.ts"
4607
+ "name": "Badge",
4608
+ "module": "src/badge/badge.ts"
4609
4609
  }
4610
4610
  },
4611
4611
  {
@@ -4618,8 +4618,8 @@
4618
4618
  }
4619
4619
  },
4620
4620
  "inheritedFrom": {
4621
- "name": "Avatar",
4622
- "module": "src/avatar/avatar.ts"
4621
+ "name": "Badge",
4622
+ "module": "src/badge/badge.ts"
4623
4623
  }
4624
4624
  },
4625
4625
  {
@@ -4649,39 +4649,39 @@
4649
4649
  ],
4650
4650
  "description": "Defines an element registry function with a set of element definition defaults.",
4651
4651
  "inheritedFrom": {
4652
- "name": "Avatar",
4653
- "module": "src/avatar/avatar.ts"
4652
+ "name": "Badge",
4653
+ "module": "src/badge/badge.ts"
4654
4654
  }
4655
4655
  }
4656
4656
  ]
4657
4657
  },
4658
4658
  {
4659
4659
  "kind": "variable",
4660
- "name": "rapidAvatar"
4660
+ "name": "rapidBadge"
4661
4661
  }
4662
4662
  ],
4663
4663
  "exports": [
4664
4664
  {
4665
4665
  "kind": "js",
4666
- "name": "Avatar",
4666
+ "name": "Badge",
4667
4667
  "declaration": {
4668
- "name": "Avatar",
4669
- "module": "src/avatar/avatar.ts"
4668
+ "name": "Badge",
4669
+ "module": "src/badge/badge.ts"
4670
4670
  }
4671
4671
  },
4672
4672
  {
4673
4673
  "kind": "js",
4674
- "name": "rapidAvatar",
4674
+ "name": "rapidBadge",
4675
4675
  "declaration": {
4676
- "name": "rapidAvatar",
4677
- "module": "src/avatar/avatar.ts"
4676
+ "name": "rapidBadge",
4677
+ "module": "src/badge/badge.ts"
4678
4678
  }
4679
4679
  }
4680
4680
  ]
4681
4681
  },
4682
4682
  {
4683
4683
  "kind": "javascript-module",
4684
- "path": "src/avatar/index.ts",
4684
+ "path": "src/badge/index.ts",
4685
4685
  "declarations": [],
4686
4686
  "exports": [
4687
4687
  {
@@ -4689,7 +4689,7 @@
4689
4689
  "name": "*",
4690
4690
  "declaration": {
4691
4691
  "name": "*",
4692
- "package": "./avatar"
4692
+ "package": "./badge"
4693
4693
  }
4694
4694
  },
4695
4695
  {
@@ -4697,7 +4697,7 @@
4697
4697
  "name": "*",
4698
4698
  "declaration": {
4699
4699
  "name": "*",
4700
- "package": "./avatar.styles"
4700
+ "package": "./badge.styles"
4701
4701
  }
4702
4702
  },
4703
4703
  {
@@ -4705,7 +4705,7 @@
4705
4705
  "name": "*",
4706
4706
  "declaration": {
4707
4707
  "name": "*",
4708
- "package": "./avatar.template"
4708
+ "package": "./badge.template"
4709
4709
  }
4710
4710
  }
4711
4711
  ]
@@ -20979,24 +20979,207 @@
20979
20979
  "kind": "js",
20980
20980
  "name": "rapidProgressStyles",
20981
20981
  "declaration": {
20982
- "name": "rapidProgressStyles",
20983
- "module": "src/progress/progress.styles.ts"
20982
+ "name": "rapidProgressStyles",
20983
+ "module": "src/progress/progress.styles.ts"
20984
+ }
20985
+ }
20986
+ ]
20987
+ },
20988
+ {
20989
+ "kind": "javascript-module",
20990
+ "path": "src/progress/progress.template.ts",
20991
+ "declarations": [
20992
+ {
20993
+ "kind": "function",
20994
+ "name": "rapidProgressTemplate",
20995
+ "return": {
20996
+ "type": {
20997
+ "text": "ViewTemplate<Progress>"
20998
+ }
20999
+ },
21000
+ "parameters": [
21001
+ {
21002
+ "name": "context",
21003
+ "type": {
21004
+ "text": "ElementDefinitionContext"
21005
+ }
21006
+ },
21007
+ {
21008
+ "name": "definition",
21009
+ "type": {
21010
+ "text": "ProgressOptions"
21011
+ }
21012
+ }
21013
+ ]
21014
+ }
21015
+ ],
21016
+ "exports": [
21017
+ {
21018
+ "kind": "js",
21019
+ "name": "rapidProgressTemplate",
21020
+ "declaration": {
21021
+ "name": "rapidProgressTemplate",
21022
+ "module": "src/progress/progress.template.ts"
21023
+ }
21024
+ }
21025
+ ]
21026
+ },
21027
+ {
21028
+ "kind": "javascript-module",
21029
+ "path": "src/progress/progress.ts",
21030
+ "declarations": [
21031
+ {
21032
+ "kind": "class",
21033
+ "description": "",
21034
+ "name": "Progress",
21035
+ "superclass": {
21036
+ "name": "FoundationProgress",
21037
+ "package": "@genesislcap/foundation-ui"
21038
+ },
21039
+ "tagName": "%%prefix%%-progress",
21040
+ "customElement": true
21041
+ },
21042
+ {
21043
+ "kind": "variable",
21044
+ "name": "rapidProgress"
21045
+ }
21046
+ ],
21047
+ "exports": [
21048
+ {
21049
+ "kind": "js",
21050
+ "name": "Progress",
21051
+ "declaration": {
21052
+ "name": "Progress",
21053
+ "module": "src/progress/progress.ts"
21054
+ }
21055
+ },
21056
+ {
21057
+ "kind": "js",
21058
+ "name": "rapidProgress",
21059
+ "declaration": {
21060
+ "name": "rapidProgress",
21061
+ "module": "src/progress/progress.ts"
21062
+ }
21063
+ }
21064
+ ]
21065
+ },
21066
+ {
21067
+ "kind": "javascript-module",
21068
+ "path": "src/progress-ring/index.ts",
21069
+ "declarations": [],
21070
+ "exports": [
21071
+ {
21072
+ "kind": "js",
21073
+ "name": "*",
21074
+ "declaration": {
21075
+ "name": "*",
21076
+ "package": "./progress-ring"
21077
+ }
21078
+ },
21079
+ {
21080
+ "kind": "js",
21081
+ "name": "*",
21082
+ "declaration": {
21083
+ "name": "*",
21084
+ "package": "./progress-ring.styles"
21085
+ }
21086
+ },
21087
+ {
21088
+ "kind": "js",
21089
+ "name": "*",
21090
+ "declaration": {
21091
+ "name": "*",
21092
+ "package": "./progress-ring.template"
21093
+ }
21094
+ }
21095
+ ]
21096
+ },
21097
+ {
21098
+ "kind": "javascript-module",
21099
+ "path": "src/progress-ring/progress-ring.stories.ts",
21100
+ "declarations": [
21101
+ {
21102
+ "kind": "variable",
21103
+ "name": "meta",
21104
+ "type": {
21105
+ "text": "Meta"
21106
+ },
21107
+ "default": "{\n title: 'Progress Ring',\n component: 'rapid-progress-ring',\n}"
21108
+ },
21109
+ {
21110
+ "kind": "variable",
21111
+ "name": "Default",
21112
+ "type": {
21113
+ "text": "StoryObj"
21114
+ },
21115
+ "default": "{\n args: {\n value: '80',\n },\n render: ({ value }) => html`\n <div style=\"width: 100%;\">\n <rapid-progress-ring value=\"${value}\"></rapid-progress-ring>\n </div>\n `,\n}"
21116
+ }
21117
+ ],
21118
+ "exports": [
21119
+ {
21120
+ "kind": "js",
21121
+ "name": "default",
21122
+ "declaration": {
21123
+ "name": "meta",
21124
+ "module": "src/progress-ring/progress-ring.stories.ts"
21125
+ }
21126
+ },
21127
+ {
21128
+ "kind": "js",
21129
+ "name": "Default",
21130
+ "declaration": {
21131
+ "name": "Default",
21132
+ "module": "src/progress-ring/progress-ring.stories.ts"
21133
+ }
21134
+ }
21135
+ ]
21136
+ },
21137
+ {
21138
+ "kind": "javascript-module",
21139
+ "path": "src/progress-ring/progress-ring.styles.ts",
21140
+ "declarations": [
21141
+ {
21142
+ "kind": "function",
21143
+ "name": "rapidProgressRingStyles",
21144
+ "return": {
21145
+ "type": {
21146
+ "text": "ElementStyles"
21147
+ }
21148
+ },
21149
+ "parameters": [
21150
+ {
21151
+ "name": "context",
21152
+ "type": {
21153
+ "text": "ElementDefinitionContext"
21154
+ }
21155
+ },
21156
+ {
21157
+ "name": "definition",
21158
+ "type": {
21159
+ "text": "ProgressRingOptions"
21160
+ }
21161
+ }
21162
+ ]
21163
+ }
21164
+ ],
21165
+ "exports": [
21166
+ {
21167
+ "kind": "js",
21168
+ "name": "rapidProgressRingStyles",
21169
+ "declaration": {
21170
+ "name": "rapidProgressRingStyles",
21171
+ "module": "src/progress-ring/progress-ring.styles.ts"
20984
21172
  }
20985
21173
  }
20986
21174
  ]
20987
21175
  },
20988
21176
  {
20989
21177
  "kind": "javascript-module",
20990
- "path": "src/progress/progress.template.ts",
21178
+ "path": "src/progress-ring/progress-ring.template.ts",
20991
21179
  "declarations": [
20992
21180
  {
20993
21181
  "kind": "function",
20994
- "name": "rapidProgressTemplate",
20995
- "return": {
20996
- "type": {
20997
- "text": "ViewTemplate<Progress>"
20998
- }
20999
- },
21182
+ "name": "rapidProgressRingTemplate",
21000
21183
  "parameters": [
21001
21184
  {
21002
21185
  "name": "context",
@@ -21007,7 +21190,7 @@
21007
21190
  {
21008
21191
  "name": "definition",
21009
21192
  "type": {
21010
- "text": "ProgressOptions"
21193
+ "text": "ProgressRingOptions"
21011
21194
  }
21012
21195
  }
21013
21196
  ]
@@ -21016,49 +21199,63 @@
21016
21199
  "exports": [
21017
21200
  {
21018
21201
  "kind": "js",
21019
- "name": "rapidProgressTemplate",
21202
+ "name": "rapidProgressRingTemplate",
21020
21203
  "declaration": {
21021
- "name": "rapidProgressTemplate",
21022
- "module": "src/progress/progress.template.ts"
21204
+ "name": "rapidProgressRingTemplate",
21205
+ "module": "src/progress-ring/progress-ring.template.ts"
21023
21206
  }
21024
21207
  }
21025
21208
  ]
21026
21209
  },
21027
21210
  {
21028
21211
  "kind": "javascript-module",
21029
- "path": "src/progress/progress.ts",
21212
+ "path": "src/progress-ring/progress-ring.ts",
21030
21213
  "declarations": [
21031
21214
  {
21032
21215
  "kind": "class",
21033
21216
  "description": "",
21034
- "name": "Progress",
21217
+ "name": "ProgressRing",
21035
21218
  "superclass": {
21036
- "name": "FoundationProgress",
21219
+ "name": "FoundationProgressRing",
21037
21220
  "package": "@genesislcap/foundation-ui"
21221
+ }
21222
+ },
21223
+ {
21224
+ "kind": "variable",
21225
+ "name": "defaultrapidProgressRingConfig",
21226
+ "type": {
21227
+ "text": "object"
21038
21228
  },
21039
- "tagName": "%%prefix%%-progress",
21040
- "customElement": true
21229
+ "default": "{}"
21041
21230
  },
21042
21231
  {
21043
21232
  "kind": "variable",
21044
- "name": "rapidProgress"
21233
+ "name": "rapidProgressRing"
21045
21234
  }
21046
21235
  ],
21047
21236
  "exports": [
21048
21237
  {
21049
21238
  "kind": "js",
21050
- "name": "Progress",
21239
+ "name": "ProgressRing",
21051
21240
  "declaration": {
21052
- "name": "Progress",
21053
- "module": "src/progress/progress.ts"
21241
+ "name": "ProgressRing",
21242
+ "module": "src/progress-ring/progress-ring.ts"
21054
21243
  }
21055
21244
  },
21056
21245
  {
21057
21246
  "kind": "js",
21058
- "name": "rapidProgress",
21247
+ "name": "defaultrapidProgressRingConfig",
21059
21248
  "declaration": {
21060
- "name": "rapidProgress",
21061
- "module": "src/progress/progress.ts"
21249
+ "name": "defaultrapidProgressRingConfig",
21250
+ "module": "src/progress-ring/progress-ring.ts"
21251
+ }
21252
+ },
21253
+ {
21254
+ "kind": "js",
21255
+ "name": "rapidProgressRing",
21256
+ "declaration": {
21257
+ "name": "rapidProgressRing",
21258
+ "module": "src/progress-ring/progress-ring.ts"
21062
21259
  }
21063
21260
  }
21064
21261
  ]
@@ -22167,203 +22364,6 @@
22167
22364
  }
22168
22365
  ]
22169
22366
  },
22170
- {
22171
- "kind": "javascript-module",
22172
- "path": "src/progress-ring/index.ts",
22173
- "declarations": [],
22174
- "exports": [
22175
- {
22176
- "kind": "js",
22177
- "name": "*",
22178
- "declaration": {
22179
- "name": "*",
22180
- "package": "./progress-ring"
22181
- }
22182
- },
22183
- {
22184
- "kind": "js",
22185
- "name": "*",
22186
- "declaration": {
22187
- "name": "*",
22188
- "package": "./progress-ring.styles"
22189
- }
22190
- },
22191
- {
22192
- "kind": "js",
22193
- "name": "*",
22194
- "declaration": {
22195
- "name": "*",
22196
- "package": "./progress-ring.template"
22197
- }
22198
- }
22199
- ]
22200
- },
22201
- {
22202
- "kind": "javascript-module",
22203
- "path": "src/progress-ring/progress-ring.stories.ts",
22204
- "declarations": [
22205
- {
22206
- "kind": "variable",
22207
- "name": "meta",
22208
- "type": {
22209
- "text": "Meta"
22210
- },
22211
- "default": "{\n title: 'Progress Ring',\n component: 'rapid-progress-ring',\n}"
22212
- },
22213
- {
22214
- "kind": "variable",
22215
- "name": "Default",
22216
- "type": {
22217
- "text": "StoryObj"
22218
- },
22219
- "default": "{\n args: {\n value: '80',\n },\n render: ({ value }) => html`\n <div style=\"width: 100%;\">\n <rapid-progress-ring value=\"${value}\"></rapid-progress-ring>\n </div>\n `,\n}"
22220
- }
22221
- ],
22222
- "exports": [
22223
- {
22224
- "kind": "js",
22225
- "name": "default",
22226
- "declaration": {
22227
- "name": "meta",
22228
- "module": "src/progress-ring/progress-ring.stories.ts"
22229
- }
22230
- },
22231
- {
22232
- "kind": "js",
22233
- "name": "Default",
22234
- "declaration": {
22235
- "name": "Default",
22236
- "module": "src/progress-ring/progress-ring.stories.ts"
22237
- }
22238
- }
22239
- ]
22240
- },
22241
- {
22242
- "kind": "javascript-module",
22243
- "path": "src/progress-ring/progress-ring.styles.ts",
22244
- "declarations": [
22245
- {
22246
- "kind": "function",
22247
- "name": "rapidProgressRingStyles",
22248
- "return": {
22249
- "type": {
22250
- "text": "ElementStyles"
22251
- }
22252
- },
22253
- "parameters": [
22254
- {
22255
- "name": "context",
22256
- "type": {
22257
- "text": "ElementDefinitionContext"
22258
- }
22259
- },
22260
- {
22261
- "name": "definition",
22262
- "type": {
22263
- "text": "ProgressRingOptions"
22264
- }
22265
- }
22266
- ]
22267
- }
22268
- ],
22269
- "exports": [
22270
- {
22271
- "kind": "js",
22272
- "name": "rapidProgressRingStyles",
22273
- "declaration": {
22274
- "name": "rapidProgressRingStyles",
22275
- "module": "src/progress-ring/progress-ring.styles.ts"
22276
- }
22277
- }
22278
- ]
22279
- },
22280
- {
22281
- "kind": "javascript-module",
22282
- "path": "src/progress-ring/progress-ring.template.ts",
22283
- "declarations": [
22284
- {
22285
- "kind": "function",
22286
- "name": "rapidProgressRingTemplate",
22287
- "parameters": [
22288
- {
22289
- "name": "context",
22290
- "type": {
22291
- "text": "ElementDefinitionContext"
22292
- }
22293
- },
22294
- {
22295
- "name": "definition",
22296
- "type": {
22297
- "text": "ProgressRingOptions"
22298
- }
22299
- }
22300
- ]
22301
- }
22302
- ],
22303
- "exports": [
22304
- {
22305
- "kind": "js",
22306
- "name": "rapidProgressRingTemplate",
22307
- "declaration": {
22308
- "name": "rapidProgressRingTemplate",
22309
- "module": "src/progress-ring/progress-ring.template.ts"
22310
- }
22311
- }
22312
- ]
22313
- },
22314
- {
22315
- "kind": "javascript-module",
22316
- "path": "src/progress-ring/progress-ring.ts",
22317
- "declarations": [
22318
- {
22319
- "kind": "class",
22320
- "description": "",
22321
- "name": "ProgressRing",
22322
- "superclass": {
22323
- "name": "FoundationProgressRing",
22324
- "package": "@genesislcap/foundation-ui"
22325
- }
22326
- },
22327
- {
22328
- "kind": "variable",
22329
- "name": "defaultrapidProgressRingConfig",
22330
- "type": {
22331
- "text": "object"
22332
- },
22333
- "default": "{}"
22334
- },
22335
- {
22336
- "kind": "variable",
22337
- "name": "rapidProgressRing"
22338
- }
22339
- ],
22340
- "exports": [
22341
- {
22342
- "kind": "js",
22343
- "name": "ProgressRing",
22344
- "declaration": {
22345
- "name": "ProgressRing",
22346
- "module": "src/progress-ring/progress-ring.ts"
22347
- }
22348
- },
22349
- {
22350
- "kind": "js",
22351
- "name": "defaultrapidProgressRingConfig",
22352
- "declaration": {
22353
- "name": "defaultrapidProgressRingConfig",
22354
- "module": "src/progress-ring/progress-ring.ts"
22355
- }
22356
- },
22357
- {
22358
- "kind": "js",
22359
- "name": "rapidProgressRing",
22360
- "declaration": {
22361
- "name": "rapidProgressRing",
22362
- "module": "src/progress-ring/progress-ring.ts"
22363
- }
22364
- }
22365
- ]
22366
- },
22367
22367
  {
22368
22368
  "kind": "javascript-module",
22369
22369
  "path": "src/router/index.ts",