@arc-ui/community-components 12.0.0-beta.4 → 12.0.0-beta.5
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.
- package/dist/CopyLead/CopyLead.cjs.js +1 -1
- package/dist/CopyLead/CopyLead.esm.js +1 -1
- package/dist/FeaturePost/FeaturePost.cjs.js +1 -1
- package/dist/FeaturePost/FeaturePost.esm.js +1 -1
- package/dist/_shared/cjs/{index-7818af76.js → index-0524fde2.js} +1 -1
- package/dist/_shared/esm/{index-8d1d7cd8.js → index-8c73b64b.js} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +13 -13
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
|
-
var index = require('../_shared/cjs/index-
|
|
6
|
+
var index = require('../_shared/cjs/index-0524fde2.js');
|
|
7
7
|
var Columns = require('@arc-ui/components/dist/Columns');
|
|
8
8
|
var useMediaQuery = require('@arc-ui/components/dist/use-media-query');
|
|
9
9
|
var Heading = require('@arc-ui/components/dist/Heading');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { useState, useEffect, Suspense } from 'react';
|
|
2
|
-
import { _ as __rest, a as __assign, c as classNames, S as SemSizeBreakpointsL, b as SemSizeBreakpointsXl, d as SemSizeBreakpointsM } from '../_shared/esm/index-
|
|
2
|
+
import { _ as __rest, a as __assign, c as classNames, S as SemSizeBreakpointsL, b as SemSizeBreakpointsXl, d as SemSizeBreakpointsM } from '../_shared/esm/index-8c73b64b.js';
|
|
3
3
|
import { Columns } from '@arc-ui/components/dist/Columns';
|
|
4
4
|
import { useMediaQuery } from '@arc-ui/components/dist/use-media-query';
|
|
5
5
|
import { Heading } from '@arc-ui/components/dist/Heading';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index = require('../_shared/cjs/index-
|
|
5
|
+
var index = require('../_shared/cjs/index-0524fde2.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var AppButton = require('@arc-ui/components/dist/AppButton');
|
|
8
8
|
var Grid = require('@arc-ui/components/dist/Grid');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, d as SemSizeBreakpointsM, c as classNames } from '../_shared/esm/index-
|
|
1
|
+
import { _ as __rest, a as __assign, d as SemSizeBreakpointsM, c as classNames } from '../_shared/esm/index-8c73b64b.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { AppButton } from '@arc-ui/components/dist/AppButton';
|
|
4
4
|
import { Grid } from '@arc-ui/components/dist/Grid';
|
|
@@ -45,7 +45,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
47
|
* Do not edit directly
|
|
48
|
-
* Generated on
|
|
48
|
+
* Generated on Thu, 29 Aug 2024 08:40:27 GMT
|
|
49
49
|
*/
|
|
50
50
|
var SemSizeBreakpointsM = "768px"; // Medium (MD) - 768px to 991px: This is commonly used for larger tablets and smaller desktop screens.
|
|
51
51
|
var SemSizeBreakpointsL = "1024px"; // Large (LG) - 1024px - 1279px: This breakpoint is often applied to larger desktop screens and some laptops.
|
|
@@ -43,7 +43,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
45
|
* Do not edit directly
|
|
46
|
-
* Generated on
|
|
46
|
+
* Generated on Thu, 29 Aug 2024 08:40:27 GMT
|
|
47
47
|
*/
|
|
48
48
|
var SemSizeBreakpointsM = "768px"; // Medium (MD) - 768px to 991px: This is commonly used for larger tablets and smaller desktop screens.
|
|
49
49
|
var SemSizeBreakpointsL = "1024px"; // Large (LG) - 1024px - 1279px: This breakpoint is often applied to larger desktop screens and some laptops.
|
package/dist/index.es.js
CHANGED
|
@@ -56,7 +56,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
56
56
|
|
|
57
57
|
/**
|
|
58
58
|
* Do not edit directly
|
|
59
|
-
* Generated on
|
|
59
|
+
* Generated on Thu, 29 Aug 2024 08:40:27 GMT
|
|
60
60
|
*/
|
|
61
61
|
var SemSizeBreakpointsM = "768px"; // Medium (MD) - 768px to 991px: This is commonly used for larger tablets and smaller desktop screens.
|
|
62
62
|
var SemSizeBreakpointsL = "1024px"; // Large (LG) - 1024px - 1279px: This breakpoint is often applied to larger desktop screens and some laptops.
|