@saasquatch/mint-components 1.5.0-11 → 1.5.0-12

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 (24) hide show
  1. package/dist/cjs/sqm-brand_38.cjs.entry.js +1 -1
  2. package/dist/cjs/{sqm-card-feed-view-42f1c900.js → sqm-card-feed-view-629f4bdf.js} +1 -1
  3. package/dist/cjs/sqm-card-feed.cjs.entry.js +1 -1
  4. package/dist/collection/components/sqm-card-feed/sqm-card-feed-view.js +1 -1
  5. package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +1 -1
  6. package/dist/esm/sqm-brand_38.entry.js +1 -1
  7. package/dist/esm/{sqm-card-feed-view-b63057a6.js → sqm-card-feed-view-f8b307ce.js} +1 -1
  8. package/dist/esm/sqm-card-feed.entry.js +1 -1
  9. package/dist/esm-es5/sqm-brand_38.entry.js +1 -1
  10. package/dist/esm-es5/{sqm-card-feed-view-b63057a6.js → sqm-card-feed-view-f8b307ce.js} +1 -1
  11. package/dist/esm-es5/sqm-card-feed.entry.js +1 -1
  12. package/dist/mint-components/mint-components.esm.js +1 -1
  13. package/dist/mint-components/mint-components.js +1 -1
  14. package/dist/mint-components/{p-1fa2a689.js → p-15b0e994.js} +1 -1
  15. package/dist/mint-components/p-64b89082.entry.js +1 -0
  16. package/dist/mint-components/{p-106740a1.system.entry.js → p-80444e99.system.entry.js} +1 -1
  17. package/dist/mint-components/p-a88a08bb.system.js +1 -1
  18. package/dist/mint-components/{p-98a753b7.entry.js → p-eab9e826.entry.js} +1 -1
  19. package/dist/mint-components/{p-046d9056.system.js → p-edc1685c.system.js} +1 -1
  20. package/dist/mint-components/{p-8b6f2ad8.system.entry.js → p-ffb10f93.system.entry.js} +1 -1
  21. package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +1 -1
  22. package/grapesjs/grapesjs.js +1 -1
  23. package/package.json +1 -1
  24. package/dist/mint-components/p-57c26fbe.entry.js +0 -1
@@ -34,7 +34,7 @@ const sqmHeroView = require('./sqm-hero-view-bb3d00a1.js');
34
34
  const sqmNameFieldsView = require('./sqm-name-fields-view-24614ac7.js');
35
35
  const sqmProgramExplainerView = require('./sqm-program-explainer-view-db516613.js');
36
36
  const sqmProgramExplainerStepView = require('./sqm-program-explainer-step-view-54424840.js');
37
- const sqmCardFeedView = require('./sqm-card-feed-view-42f1c900.js');
37
+ const sqmCardFeedView = require('./sqm-card-feed-view-629f4bdf.js');
38
38
 
39
39
  /**
40
40
  * Build a font CSS URL using the Google Fonts CSS API
@@ -23,7 +23,7 @@ function CardFeedView(props, children) {
23
23
  display: inline-block;
24
24
  margin-bottom: var(--sl-spacing-` +
25
25
  props.gap +
26
- `),
26
+ `);
27
27
  }
28
28
  `;
29
29
  return (index.h("div", { class: sheet.classes.Container },
@@ -6,7 +6,7 @@ const index = require('./index-b0129cd6.js');
6
6
  const _extends = require('./extends-0302d27d.js');
7
7
  require('./jss-preset-default.esm-6304d24f.js');
8
8
  const utils = require('./utils-95e5317c.js');
9
- const sqmCardFeedView = require('./sqm-card-feed-view-42f1c900.js');
9
+ const sqmCardFeedView = require('./sqm-card-feed-view-629f4bdf.js');
10
10
 
11
11
  const CardFeed = class {
12
12
  constructor(hostRef) {
@@ -21,7 +21,7 @@ export function CardFeedView(props, children) {
21
21
  display: inline-block;
22
22
  margin-bottom: var(--sl-spacing-` +
23
23
  props.gap +
24
- `),
24
+ `);
25
25
  }
26
26
  `;
27
27
  return (h("div", { class: sheet.classes.Container },
@@ -3,7 +3,7 @@ import { Component, h, Prop, State } from "@stencil/core";
3
3
  import { getProps } from "../../utils/utils";
4
4
  import { CardFeedView } from "./sqm-card-feed-view";
5
5
  /**
6
- * @uiName Program Explainer
6
+ * @uiName Card Feed
7
7
  */
8
8
  export class CardFeed {
9
9
  constructor() {
@@ -30,7 +30,7 @@ import { H as HeroView } from './sqm-hero-view-bfd8abd1.js';
30
30
  import { N as NameFieldsView } from './sqm-name-fields-view-4162fb7b.js';
31
31
  import { P as ProgramExplainerView } from './sqm-program-explainer-view-ab291eb4.js';
32
32
  import { P as ProgramExplainerStepView } from './sqm-program-explainer-step-view-7c0d5f71.js';
33
- import { C as CardFeedView } from './sqm-card-feed-view-b63057a6.js';
33
+ import { C as CardFeedView } from './sqm-card-feed-view-f8b307ce.js';
34
34
 
35
35
  /**
36
36
  * Build a font CSS URL using the Google Fonts CSS API
@@ -21,7 +21,7 @@ function CardFeedView(props, children) {
21
21
  display: inline-block;
22
22
  margin-bottom: var(--sl-spacing-` +
23
23
  props.gap +
24
- `),
24
+ `);
25
25
  }
26
26
  `;
27
27
  return (h("div", { class: sheet.classes.Container },
@@ -2,7 +2,7 @@ import { r as registerInstance, h as h$1 } from './index-17b4da69.js';
2
2
  import { m as h } from './extends-3a3f9fe2.js';
3
3
  import './jss-preset-default.esm-71fae192.js';
4
4
  import { g as getProps } from './utils-454405f5.js';
5
- import { C as CardFeedView } from './sqm-card-feed-view-b63057a6.js';
5
+ import { C as CardFeedView } from './sqm-card-feed-view-f8b307ce.js';
6
6
 
7
7
  const CardFeed = class {
8
8
  constructor(hostRef) {