@woosmap/ui 4.246.4 → 4.247.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.
- package/package.json +1 -1
- package/src/components/Card/Card.js +0 -5
- package/src/components/Icon/Icon.js +0 -1
- package/src/components/Icon/WebSiteIcon.js +2 -0
- package/src/components/UseCase/UseCase.js +0 -2
- package/.claude/settings.local.json +0 -8
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/encodings.xml +0 -6
- package/.idea/inspectionProfiles/Project_Default.xml +0 -30
- package/.idea/inspectionProfiles/profiles_settings.xml +0 -6
- package/.idea/misc.xml +0 -4
- package/.idea/modules.xml +0 -8
- package/.idea/prettier.xml +0 -6
- package/.idea/ui.iml +0 -8
- package/.idea/vcs.xml +0 -6
- package/data/hl-pricings.json +0 -20265
- package/src/components/Icon/Icons.js +0 -7
- package/src/components/PricingSlider/PricingData-Pro_Plan2025.js +0 -573
- package/src/components/PricingSlider/PricingData_competitors.js +0 -674
- package/src/images/products/product-localities-ie-sq.png +0 -0
- package/src/images/products/product-localities-ie.png +0 -0
- package/src/setupTests.js +0 -27
- package/storybook.log +0 -3
package/src/setupTests.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
// jest-dom adds custom jest matchers for asserting on DOM nodes.
|
|
2
|
-
// allows you to do things like:
|
|
3
|
-
// expect(element).toHaveTextContent(/react/i)
|
|
4
|
-
// learn more: https://github.com/testing-library/jest-dom
|
|
5
|
-
import '@testing-library/jest-dom';
|
|
6
|
-
|
|
7
|
-
// Suppress known warnings from third-party libraries
|
|
8
|
-
const originalError = console.error;
|
|
9
|
-
beforeAll(() => {
|
|
10
|
-
console.error = (...args) => {
|
|
11
|
-
// Suppress react-laag act warning - this is a known issue with the library
|
|
12
|
-
// The warning comes from useLayer hook's async state updates during mount
|
|
13
|
-
const errorString = String(args[0] || '');
|
|
14
|
-
|
|
15
|
-
if (
|
|
16
|
-
errorString.includes('An update to %s inside a test was not wrapped in act') ||
|
|
17
|
-
(errorString.includes('An update to') && errorString.includes('WrappedComponent'))
|
|
18
|
-
) {
|
|
19
|
-
return;
|
|
20
|
-
}
|
|
21
|
-
originalError.call(console, ...args);
|
|
22
|
-
};
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
afterAll(() => {
|
|
26
|
-
console.error = originalError;
|
|
27
|
-
});
|
package/storybook.log
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
[31m[1mUsage Error[22m[39m: Package "@storybook/addon-styling-webpack" is already listed as a regular dependency - remove the -D,-P flags or remove it from your dependencies first
|
|
2
|
-
|
|
3
|
-
[1m$ [22myarn add [--json] [-E,--exact] [-T,--tilde] [-C,--caret] [-D,--dev] [-P,--peer] [-O,--optional] [--prefer-dev] [-i,--interactive] [--cached] [--mode #0] ...
|