diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c482077c..bfa06a07f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -426,7 +426,7 @@ the new `showPrivacySection` prop
- Truncated display name
- Emit the file name as payload for emitted events
- Added a `humanReadable` field to the `mime-type-finder` utils to support better error handling
-- The internal `DsResponsiveTable` component used to generate slots and props documentation on the `Typography`,`EsCard`, `EsFileInput`, `EsFileThumbnail`, and `EsSupportCard` pages now has the ability to customize its column widths to match the layout grid in the same manner as `` by taking breakpoint props for `md` and up
+- The internal `DsResponsiveTable` component used to generate slots and props documentation on the `Typography`,`EsCard`, `EsFileInput`, `EsFileThumbnail`, and `EsSupportCard` pages now has the ability to customize its column widths to match the layout grid in the same manner as `` by taking breakpoint props for `md` and up
## [0.23.2] - 2023-07-13
diff --git a/es-ds-components/components/b-col.vue b/es-ds-components/components/es-col.vue
similarity index 100%
rename from es-ds-components/components/b-col.vue
rename to es-ds-components/components/es-col.vue
diff --git a/es-ds-components/components/b-container.vue b/es-ds-components/components/es-container.vue
similarity index 100%
rename from es-ds-components/components/b-container.vue
rename to es-ds-components/components/es-container.vue
diff --git a/es-ds-components/components/es-error-page.vue b/es-ds-components/components/es-error-page.vue
index b14b7167a..a724fb295 100644
--- a/es-ds-components/components/es-error-page.vue
+++ b/es-ds-components/components/es-error-page.vue
@@ -77,9 +77,9 @@ const errorLongMessage = messages?.longMessage || errorCodeToMessages.default.lo
@@ -565,8 +565,8 @@ onMounted(async () => {
Primary and secondary are the most commonly-used variants. The others may be deprecated for certain
components; see the component documentation for details.
-
-
+ {
:hex="value"
:is-light="['danger', 'info', 'light', 'success', 'warning'].includes(alias)"
:token="alias" />
-
-
+
+
diff --git a/es-ds-docs/pages/atoms/corners.vue b/es-ds-docs/pages/atoms/corners.vue
index b27a4fdd9..43c3c2967 100644
--- a/es-ds-docs/pages/atoms/corners.vue
+++ b/es-ds-docs/pages/atoms/corners.vue
@@ -74,8 +74,8 @@ onMounted(async () => {
add the desired corner radius to your UI elements.
@@ -197,8 +197,8 @@ const propTableRows = [
This example uses an input mask to only allow entry of characters that match the format "(999)
999-9999".
-
-
+
@@ -209,8 +209,8 @@ const propTableRows = [
placeholder="(999) 999-9999">
Phone number
-
-
+
+
@@ -220,8 +220,8 @@ const propTableRows = [
input label and use the placeholder text to label the input. Below is an example of how to accomplish
this.
-
-
+ ZIP code
Submit
-
-
+
+
@@ -54,13 +54,13 @@ onMounted(async () => {
Intended for use within a width-constrained grid column layout on larger breakpoints, either on the
left rail of a page layout or side by side with other CTA cards.
-
-
+
+
Default with zip code form
-
-
+ {
-
-
+
+
Image first with button
-
-
+ {
-
-
+
+
Image first with link
-
-
+ {
-
-
+
+
No image with zip code form
-
-
+ {
-
-
+
+
diff --git a/es-ds-docs/pages/organisms/support-card.vue b/es-ds-docs/pages/organisms/support-card.vue
index 58a8042e3..bf37fd523 100644
--- a/es-ds-docs/pages/organisms/support-card.vue
+++ b/es-ds-docs/pages/organisms/support-card.vue
@@ -124,8 +124,8 @@ onMounted(async () => {
The constrained prop is set to demonstrate a limited-width container. There are no
differences on mobile viewports from the default example.
-
-
+
@@ -151,8 +151,8 @@ onMounted(async () => {
No annoying sales pitches, and no spam calls.
-
-
+
+
EsSupportCard props
diff --git a/es-ds-docs/pages/organisms/zip-code-form.vue b/es-ds-docs/pages/organisms/zip-code-form.vue
index 3998954c4..13976f607 100644
--- a/es-ds-docs/pages/organisms/zip-code-form.vue
+++ b/es-ds-docs/pages/organisms/zip-code-form.vue
@@ -97,8 +97,8 @@ const slotTableRows = [
stackUntil prop is set to lg so the input and button begin displaying
side-by-side at that breakpoint.
-
-
+
@@ -109,8 +109,8 @@ const slotTableRows = [
url="https://www.energysage.com/market/start/">
See local offers
-
-
+
+
@@ -121,8 +121,8 @@ const slotTableRows = [
pre-determined zip code needs to be set, which users can subsequently modify. If the user does not
alter the zip code, it will default to the initial value provided.
-
-
+
@@ -134,8 +134,8 @@ const slotTableRows = [
url="https://www.energysage.com/market/start/">
See local offers
-
-
+
+
@@ -145,8 +145,8 @@ const slotTableRows = [
dark prop is set to true.
-
-
+
@@ -158,8 +158,8 @@ const slotTableRows = [
url="https://www.energysage.com/market/start/">
See local offers
-
-
+
+
@@ -171,8 +171,8 @@ const slotTableRows = [
in order to make better use of the limited space. This reduces the horizontal padding on the submit
button and reduces the size of the privacy text.
-
-
+
See local offers
-
-
+
+
@@ -197,8 +197,8 @@ const slotTableRows = [
This form has stackUntil set to xs so it is always side-by-side. It also has
the privacy section disabled by setting showPrivacySection to false.
-
-
+
@@ -210,8 +210,8 @@ const slotTableRows = [
url="https://www.energysage.com/market/start/">
Go!
-
-
+
+
@@ -220,8 +220,8 @@ const slotTableRows = [
This example remains stacked at every breakpoint, in a limited-width container. This shows how the form
would display within a card on the sidebar of a page.
-
-
+
See local offers
-
-
+
+
@@ -244,8 +244,8 @@ const slotTableRows = [
This example shows how to specify a product parameter that will be passed along when the form is
submitted.
-
-
+
@@ -257,8 +257,8 @@ const slotTableRows = [
selected-product="heatpump">
See local heat pump offers
-
-
+
+
diff --git a/es-ds-styles/scss/vue/components/_radio-cards.scss b/es-ds-styles/scss/vue/components/_radio-cards.scss
index 47e43dfa3..0cbaf7dd2 100644
--- a/es-ds-styles/scss/vue/components/_radio-cards.scss
+++ b/es-ds-styles/scss/vue/components/_radio-cards.scss
@@ -162,7 +162,7 @@ $inner-circle-translate-y-from-top-desktop: $inner-circle-translate-x-from-left-
/**
* hide the radio button input elements the same way bootstrap vue does.
* bootstrap vue's styles only work on items directly nested under b-form-radio-group, and we want
- * to enable users to put any elements (e.g. and ) between the EsFormRadioCards and
+ * to enable users to put any elements (e.g. and ) between the EsFormRadioCards and
* EsFormRadioCard elements.
*/
clip: rect(0, 0, 0, 0);