namirasoft-site-react 1.2.40 → 1.2.42
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/.gitlab-ci.yml +14 -14
- package/config-overrides.js +65 -65
- package/dist/App.js +1 -1
- package/dist/App.js.map +1 -1
- package/dist/assets/images/arrow.svg +3 -3
- package/dist/assets/images/danger.svg +3 -3
- package/dist/assets/images/exit.svg +3 -3
- package/dist/assets/images/icon-input-date.svg +9 -9
- package/dist/assets/images/icon-input-duration.svg +9 -9
- package/dist/assets/images/icon-input-email.svg +9 -9
- package/dist/assets/images/icon-input-float.svg +9 -9
- package/dist/assets/images/icon-input-id.svg +9 -9
- package/dist/assets/images/icon-input-integer.svg +9 -9
- package/dist/assets/images/icon-input-phone.svg +9 -9
- package/dist/assets/images/icon-input-price.svg +9 -9
- package/dist/assets/images/icon-input-search.svg +4 -4
- package/dist/assets/images/icon-input-string.svg +9 -9
- package/dist/assets/images/icon-input-text.svg +9 -9
- package/dist/assets/images/icon-input-time.svg +9 -9
- package/dist/assets/images/logo.svg +9 -9
- package/dist/assets/images/menu.svg +3 -3
- package/dist/assets/images/namira.svg +9 -9
- package/dist/assets/images/rectangle.svg +3 -3
- package/dist/components/NSButtonGreen.js +1 -1
- package/dist/components/NSButtonGreen.js.map +1 -1
- package/dist/components/NSButtonRed.js +1 -1
- package/dist/components/NSButtonRed.js.map +1 -1
- package/dist/components/NSCard.js +2 -2
- package/dist/components/NSCard.js.map +1 -1
- package/dist/components/NSFooter.js +4 -4
- package/dist/components/NSFooter.js.map +1 -1
- package/dist/components/NSHeader.d.ts +17 -1
- package/dist/components/NSHeader.js +50 -47
- package/dist/components/NSHeader.js.map +1 -1
- package/dist/components/NSInputDate.js +1 -1
- package/dist/components/NSInputDate.js.map +1 -1
- package/dist/components/NSInputDuration.js +1 -1
- package/dist/components/NSInputDuration.js.map +1 -1
- package/dist/components/NSInputEmail.js +1 -1
- package/dist/components/NSInputEmail.js.map +1 -1
- package/dist/components/NSInputEmail.module.css +37 -37
- package/dist/components/NSInputFloat.js +1 -1
- package/dist/components/NSInputFloat.js.map +1 -1
- package/dist/components/NSInputFloat.module.css +25 -25
- package/dist/components/NSInputIP.js +1 -1
- package/dist/components/NSInputIP.js.map +1 -1
- package/dist/components/NSInputIP.module.css +25 -25
- package/dist/components/NSInputInteger.js +1 -1
- package/dist/components/NSInputInteger.js.map +1 -1
- package/dist/components/NSInputInteger.module.css +25 -25
- package/dist/components/NSInputPhone.js +1 -1
- package/dist/components/NSInputPhone.js.map +1 -1
- package/dist/components/NSInputPhone.module.css +32 -32
- package/dist/components/NSInputPrice.js +1 -1
- package/dist/components/NSInputPrice.js.map +1 -1
- package/dist/components/NSInputPrice.module.css +26 -26
- package/dist/components/NSInputSearch.js +1 -1
- package/dist/components/NSInputSearch.js.map +1 -1
- package/dist/components/NSInputSearch.module.css +25 -25
- package/dist/components/NSInputString.js +1 -1
- package/dist/components/NSInputString.js.map +1 -1
- package/dist/components/NSInputString.module.css +26 -26
- package/dist/components/NSInputText.js +1 -1
- package/dist/components/NSInputText.js.map +1 -1
- package/dist/components/NSInputText.module.css +27 -27
- package/dist/components/NSInputTime.js +1 -1
- package/dist/components/NSInputTime.js.map +1 -1
- package/dist/components/NSInputTime.module.css +26 -26
- package/dist/components/NSLayout.js +1 -1
- package/dist/components/NSLayout.js.map +1 -1
- package/dist/components/NSLayout.module.css +16 -16
- package/dist/components/NSLayoutHeroBanner.js +1 -1
- package/dist/components/NSLayoutHeroBanner.js.map +1 -1
- package/dist/components/NSLayoutHeroBanner.module.css +43 -43
- package/dist/components/NSLayoutTitle.js +1 -1
- package/dist/components/NSLayoutTitle.js.map +1 -1
- package/dist/components/NSLinkGreen.js +1 -1
- package/dist/components/NSLinkGreen.js.map +1 -1
- package/dist/components/NSLinkGreen.module.css +15 -15
- package/dist/components/NSLinkRed.js +1 -1
- package/dist/components/NSLinkRed.js.map +1 -1
- package/dist/components/NSLinkRed.module.css +15 -15
- package/dist/components/NSPagination.js +7 -7
- package/dist/components/NSPagination.js.map +1 -1
- package/dist/components/NSPagination.module.css +24 -24
- package/dist/components/NSParentCard.module.css +34 -34
- package/dist/components/NSSelectBox.js +1 -1
- package/dist/components/NSSelectBox.js.map +1 -1
- package/dist/components/NSSelectBox.module.css +28 -28
- package/dist/components/NSTable.js +1 -1
- package/dist/components/NSTable.js.map +1 -1
- package/dist/components/NSTable.modules.css +76 -76
- package/dist/pages/NSLoginPage.js +1 -1
- package/dist/pages/NSLoginPage.js.map +1 -1
- package/package.json +52 -52
- package/public/index.html +42 -42
- package/public/manifest.json +25 -25
- package/public/robots.txt +3 -3
- package/src/App.tsx +70 -70
- package/src/assets/images/arrow.svg +3 -3
- package/src/assets/images/danger.svg +3 -3
- package/src/assets/images/exit.svg +3 -3
- package/src/assets/images/icon-input-date.svg +9 -9
- package/src/assets/images/icon-input-duration.svg +9 -9
- package/src/assets/images/icon-input-email.svg +9 -9
- package/src/assets/images/icon-input-float.svg +9 -9
- package/src/assets/images/icon-input-id.svg +9 -9
- package/src/assets/images/icon-input-integer.svg +9 -9
- package/src/assets/images/icon-input-phone.svg +9 -9
- package/src/assets/images/icon-input-price.svg +9 -9
- package/src/assets/images/icon-input-search.svg +4 -4
- package/src/assets/images/icon-input-string.svg +9 -9
- package/src/assets/images/icon-input-text.svg +9 -9
- package/src/assets/images/icon-input-time.svg +9 -9
- package/src/assets/images/logo.svg +9 -9
- package/src/assets/images/menu.svg +3 -3
- package/src/assets/images/namira.svg +9 -9
- package/src/assets/images/rectangle.svg +3 -3
- package/src/components/NSButtonGreen.tsx +33 -33
- package/src/components/NSButtonRed.tsx +33 -33
- package/src/components/NSCard.tsx +54 -54
- package/src/components/NSFooter.tsx +123 -123
- package/src/components/NSHeader.tsx +134 -122
- package/src/components/NSInputDate.tsx +57 -57
- package/src/components/NSInputDuration.tsx +65 -65
- package/src/components/NSInputEmail.module.css +37 -37
- package/src/components/NSInputEmail.tsx +92 -92
- package/src/components/NSInputFloat.module.css +25 -25
- package/src/components/NSInputFloat.tsx +61 -61
- package/src/components/NSInputIP.module.css +25 -25
- package/src/components/NSInputIP.tsx +65 -65
- package/src/components/NSInputInteger.module.css +25 -25
- package/src/components/NSInputInteger.tsx +65 -65
- package/src/components/NSInputPhone.module.css +32 -32
- package/src/components/NSInputPhone.tsx +65 -65
- package/src/components/NSInputPrice.module.css +26 -26
- package/src/components/NSInputPrice.tsx +68 -68
- package/src/components/NSInputSearch.module.css +25 -25
- package/src/components/NSInputSearch.tsx +78 -78
- package/src/components/NSInputString.module.css +26 -26
- package/src/components/NSInputString.tsx +66 -66
- package/src/components/NSInputText.module.css +27 -27
- package/src/components/NSInputText.tsx +69 -69
- package/src/components/NSInputTime.module.css +26 -26
- package/src/components/NSInputTime.tsx +65 -65
- package/src/components/NSLayout.module.css +16 -16
- package/src/components/NSLayout.tsx +30 -31
- package/src/components/NSLayoutHeroBanner.module.css +43 -43
- package/src/components/NSLayoutHeroBanner.tsx +85 -85
- package/src/components/NSLayoutTitle.tsx +25 -25
- package/src/components/NSLinkGreen.module.css +15 -15
- package/src/components/NSLinkGreen.tsx +43 -43
- package/src/components/NSLinkRed.module.css +15 -15
- package/src/components/NSLinkRed.tsx +43 -43
- package/src/components/NSPagination.module.css +24 -24
- package/src/components/NSPagination.tsx +54 -54
- package/src/components/NSParentCard.module.css +34 -34
- package/src/components/NSParentCard.tsx.temp +58 -58
- package/src/components/NSSelectBox.module.css +28 -28
- package/src/components/NSSelectBox.tsx +62 -62
- package/src/components/NSTable.modules.css +76 -76
- package/src/components/NSTable.tsx +64 -64
- package/src/index.tsx +7 -7
- package/src/main.ts +25 -25
- package/src/pages/NSLoginPage.tsx +39 -39
- package/src/react-app-env.d.ts +1 -1
- package/tsconfig.json +37 -37
- package/dist/App.css +0 -0
- package/dist/assets/images/background.svg +0 -9
- package/dist/assets/images/left-vector.png +0 -0
- package/dist/assets/images/left_vector.png +0 -0
- package/dist/assets/images/right-vector.png +0 -0
- package/dist/assets/images/right_vector.png +0 -0
- package/dist/components/NSParentCard.d.ts +0 -0
- package/dist/components/NSParentCard.js +0 -2
- package/dist/components/NSParentCard.js.map +0 -1
- package/dist/index.css +0 -6
package/.gitlab-ci.yml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
stages:
|
|
2
|
-
- npm-publish
|
|
3
|
-
|
|
4
|
-
publish:
|
|
5
|
-
stage: npm-publish
|
|
6
|
-
script:
|
|
7
|
-
- rm -rf node_modules
|
|
8
|
-
- rm -rf dist
|
|
9
|
-
- ncu -u
|
|
10
|
-
- npm i
|
|
11
|
-
- tsc
|
|
12
|
-
- npm run build
|
|
13
|
-
- npm publish
|
|
14
|
-
only:
|
|
1
|
+
stages:
|
|
2
|
+
- npm-publish
|
|
3
|
+
|
|
4
|
+
publish:
|
|
5
|
+
stage: npm-publish
|
|
6
|
+
script:
|
|
7
|
+
- rm -rf node_modules
|
|
8
|
+
- rm -rf dist
|
|
9
|
+
- ncu -u
|
|
10
|
+
- npm i
|
|
11
|
+
- tsc
|
|
12
|
+
- npm run build
|
|
13
|
+
- npm publish
|
|
14
|
+
only:
|
|
15
15
|
- master
|
package/config-overrides.js
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
const getCacheIdentifier = require('react-dev-utils/getCacheIdentifier');
|
|
2
|
-
|
|
3
|
-
const shouldUseSourceMap = process.env.GENERATE_SOURCEMAP !== 'false';
|
|
4
|
-
|
|
5
|
-
module.exports = function override(config, webpackEnv)
|
|
6
|
-
{
|
|
7
|
-
console.log('overriding webpack config...');
|
|
8
|
-
|
|
9
|
-
const isEnvDevelopment = webpackEnv === 'development';
|
|
10
|
-
const isEnvProduction = webpackEnv === 'production';
|
|
11
|
-
const loaders = config.module.rules[1].oneOf;
|
|
12
|
-
|
|
13
|
-
loaders.splice(loaders.length - 1, 0, {
|
|
14
|
-
test: /\.(js|mjs|cjs)$/,
|
|
15
|
-
exclude: /@babel(?:\/|\\{1,2})runtime/,
|
|
16
|
-
loader: require.resolve('babel-loader'),
|
|
17
|
-
options: {
|
|
18
|
-
babelrc: false,
|
|
19
|
-
configFile: false,
|
|
20
|
-
compact: false,
|
|
21
|
-
presets: [
|
|
22
|
-
[
|
|
23
|
-
require.resolve('babel-preset-react-app/dependencies'),
|
|
24
|
-
{ helpers: true },
|
|
25
|
-
],
|
|
26
|
-
],
|
|
27
|
-
cacheDirectory: true,
|
|
28
|
-
// See #6846 for context on why cacheCompression is disabled
|
|
29
|
-
cacheCompression: false,
|
|
30
|
-
// @remove-on-eject-begin
|
|
31
|
-
cacheIdentifier: getCacheIdentifier(
|
|
32
|
-
isEnvProduction
|
|
33
|
-
? 'production'
|
|
34
|
-
: isEnvDevelopment && 'development',
|
|
35
|
-
[
|
|
36
|
-
'babel-plugin-named-asset-import',
|
|
37
|
-
'babel-preset-react-app',
|
|
38
|
-
'react-dev-utils',
|
|
39
|
-
'react-scripts',
|
|
40
|
-
]
|
|
41
|
-
),
|
|
42
|
-
// @remove-on-eject-end
|
|
43
|
-
// Babel sourcemaps are needed for debugging into node_modules
|
|
44
|
-
// code. Without the options below, debuggers like VSCode
|
|
45
|
-
// show incorrect code and set breakpoints on the wrong lines.
|
|
46
|
-
sourceMaps: shouldUseSourceMap,
|
|
47
|
-
inputSourceMap: shouldUseSourceMap,
|
|
48
|
-
},
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
let resolve = config.resolve;
|
|
53
|
-
resolve.fallback = {
|
|
54
|
-
"fs": false,
|
|
55
|
-
"tls": false,
|
|
56
|
-
"net": false,
|
|
57
|
-
"https": false,
|
|
58
|
-
// "http": require.resolve("stream-http"),
|
|
59
|
-
// "zlib": require.resolve("browserify-zlib"),
|
|
60
|
-
"path": require.resolve("path-browserify"),
|
|
61
|
-
// "stream": require.resolve("stream-browserify"),
|
|
62
|
-
// "util": require.resolve("util/"),
|
|
63
|
-
// "crypto": require.resolve("crypto-browserify")
|
|
64
|
-
}
|
|
65
|
-
return config;
|
|
1
|
+
const getCacheIdentifier = require('react-dev-utils/getCacheIdentifier');
|
|
2
|
+
|
|
3
|
+
const shouldUseSourceMap = process.env.GENERATE_SOURCEMAP !== 'false';
|
|
4
|
+
|
|
5
|
+
module.exports = function override(config, webpackEnv)
|
|
6
|
+
{
|
|
7
|
+
console.log('overriding webpack config...');
|
|
8
|
+
|
|
9
|
+
const isEnvDevelopment = webpackEnv === 'development';
|
|
10
|
+
const isEnvProduction = webpackEnv === 'production';
|
|
11
|
+
const loaders = config.module.rules[1].oneOf;
|
|
12
|
+
|
|
13
|
+
loaders.splice(loaders.length - 1, 0, {
|
|
14
|
+
test: /\.(js|mjs|cjs)$/,
|
|
15
|
+
exclude: /@babel(?:\/|\\{1,2})runtime/,
|
|
16
|
+
loader: require.resolve('babel-loader'),
|
|
17
|
+
options: {
|
|
18
|
+
babelrc: false,
|
|
19
|
+
configFile: false,
|
|
20
|
+
compact: false,
|
|
21
|
+
presets: [
|
|
22
|
+
[
|
|
23
|
+
require.resolve('babel-preset-react-app/dependencies'),
|
|
24
|
+
{ helpers: true },
|
|
25
|
+
],
|
|
26
|
+
],
|
|
27
|
+
cacheDirectory: true,
|
|
28
|
+
// See #6846 for context on why cacheCompression is disabled
|
|
29
|
+
cacheCompression: false,
|
|
30
|
+
// @remove-on-eject-begin
|
|
31
|
+
cacheIdentifier: getCacheIdentifier(
|
|
32
|
+
isEnvProduction
|
|
33
|
+
? 'production'
|
|
34
|
+
: isEnvDevelopment && 'development',
|
|
35
|
+
[
|
|
36
|
+
'babel-plugin-named-asset-import',
|
|
37
|
+
'babel-preset-react-app',
|
|
38
|
+
'react-dev-utils',
|
|
39
|
+
'react-scripts',
|
|
40
|
+
]
|
|
41
|
+
),
|
|
42
|
+
// @remove-on-eject-end
|
|
43
|
+
// Babel sourcemaps are needed for debugging into node_modules
|
|
44
|
+
// code. Without the options below, debuggers like VSCode
|
|
45
|
+
// show incorrect code and set breakpoints on the wrong lines.
|
|
46
|
+
sourceMaps: shouldUseSourceMap,
|
|
47
|
+
inputSourceMap: shouldUseSourceMap,
|
|
48
|
+
},
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
let resolve = config.resolve;
|
|
53
|
+
resolve.fallback = {
|
|
54
|
+
"fs": false,
|
|
55
|
+
"tls": false,
|
|
56
|
+
"net": false,
|
|
57
|
+
"https": false,
|
|
58
|
+
// "http": require.resolve("stream-http"),
|
|
59
|
+
// "zlib": require.resolve("browserify-zlib"),
|
|
60
|
+
"path": require.resolve("path-browserify"),
|
|
61
|
+
// "stream": require.resolve("stream-browserify"),
|
|
62
|
+
// "util": require.resolve("util/"),
|
|
63
|
+
// "crypto": require.resolve("crypto-browserify")
|
|
64
|
+
}
|
|
65
|
+
return config;
|
|
66
66
|
};
|
package/dist/App.js
CHANGED
|
@@ -4,6 +4,6 @@ import 'bootstrap/dist/css/bootstrap.min.css';
|
|
|
4
4
|
import { NSButtonRed } from './components/NSButtonRed';
|
|
5
5
|
import { NSLayout, NSPagination } from './main';
|
|
6
6
|
export function App() {
|
|
7
|
-
return (_jsx("div", { className: "App", children: _jsxs(NSLayout, { scope: 'Namirasoft SOP console', logo: '', children: [_jsxs("div", { className: 'my-4 container', children: [_jsx(NSButtonRed, { title: 'Delete', onClick: () => { } }), _jsx(NSPagination, { page: 1, size: 25 })] }), "asdasd"] }) }));
|
|
7
|
+
return (_jsx("div", Object.assign({ className: "App" }, { children: _jsxs(NSLayout, Object.assign({ scope: 'Namirasoft SOP console', logo: '' }, { children: [_jsxs("div", Object.assign({ className: 'my-4 container' }, { children: [_jsx(NSButtonRed, { title: 'Delete', onClick: () => { } }), _jsx(NSPagination, { page: 1, size: 25 })] })), "asdasd"] })) })));
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=App.js.map
|
package/dist/App.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.js","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":";AAAA,OAAO,WAAW,CAAC;AACnB,OAAO,sCAAsC,CAAC;AAc9C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAGvD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEhD,MAAM,UAAU,GAAG;IAyBf,OAAO,CACH,
|
|
1
|
+
{"version":3,"file":"App.js","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":";AAAA,OAAO,WAAW,CAAC;AACnB,OAAO,sCAAsC,CAAC;AAc9C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAGvD,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEhD,MAAM,UAAU,GAAG;IAyBf,OAAO,CACH,4BAAK,SAAS,EAAC,KAAK,gBAChB,MAAC,QAAQ,kBAAC,KAAK,EAAC,wBAAwB,EAAC,IAAI,EAAC,EAAE,iBAC5C,6BAAK,SAAS,EAAC,gBAAgB,iBAe3B,KAAC,WAAW,IAAC,KAAK,EAAC,QAAQ,EAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,GAAI,EAClD,KAAC,YAAY,IAAC,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,GAAI,KACjC,eAEC,IACT,CACT,CAAC;AACN,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10 16L0.473722 0.249998L19.5263 0.25L10 16Z" fill="#848484"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10 16L0.473722 0.249998L19.5263 0.25L10 16Z" fill="#848484"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.5 0C10.0899 0 13 2.9107 13 6.5C13 10.0893 10.0899 13 6.5 13C2.91005 13 0 10.0893 0 6.5C0 2.9107 2.91005 0 6.5 0ZM6.33272 3.35661C6.24576 3.35386 6.15914 3.36861 6.07799 3.39999C5.99684 3.43137 5.92283 3.47873 5.86034 3.53927C5.79786 3.59981 5.74817 3.67229 5.71424 3.75241C5.68031 3.83252 5.66283 3.91864 5.66283 4.00564C5.66283 4.09264 5.68031 4.17876 5.71424 4.25887C5.74817 4.33899 5.79786 4.41147 5.86034 4.472C5.92283 4.53254 5.99684 4.57991 6.07799 4.61129C6.15914 4.64267 6.24576 4.65742 6.33272 4.65466C6.5013 4.64933 6.66119 4.57861 6.77855 4.45748C6.89591 4.33634 6.96153 4.1743 6.96153 4.00564C6.96153 3.83698 6.89591 3.67493 6.77855 3.5538C6.66119 3.43267 6.5013 3.36195 6.33272 3.35661ZM6.33142 5.04839C6.17212 5.04843 6.01837 5.10697 5.89938 5.21289C5.7804 5.31882 5.70445 5.46476 5.68597 5.62299L5.68142 5.69839L5.68272 8.94904L5.68727 9.02509C5.70606 9.18307 5.78214 9.32867 5.9011 9.43432C6.02006 9.53996 6.17363 9.59831 6.33272 9.59831C6.49182 9.59831 6.64539 9.53996 6.76435 9.43432C6.8833 9.32867 6.95938 9.18307 6.97817 9.02509L6.98272 8.94904L6.98142 5.69839L6.97687 5.62234C6.95825 5.46422 6.88224 5.31844 6.76326 5.21265C6.64429 5.10686 6.49063 5.04841 6.33142 5.04839Z" fill="#FF3F3F"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.5 0C10.0899 0 13 2.9107 13 6.5C13 10.0893 10.0899 13 6.5 13C2.91005 13 0 10.0893 0 6.5C0 2.9107 2.91005 0 6.5 0ZM6.33272 3.35661C6.24576 3.35386 6.15914 3.36861 6.07799 3.39999C5.99684 3.43137 5.92283 3.47873 5.86034 3.53927C5.79786 3.59981 5.74817 3.67229 5.71424 3.75241C5.68031 3.83252 5.66283 3.91864 5.66283 4.00564C5.66283 4.09264 5.68031 4.17876 5.71424 4.25887C5.74817 4.33899 5.79786 4.41147 5.86034 4.472C5.92283 4.53254 5.99684 4.57991 6.07799 4.61129C6.15914 4.64267 6.24576 4.65742 6.33272 4.65466C6.5013 4.64933 6.66119 4.57861 6.77855 4.45748C6.89591 4.33634 6.96153 4.1743 6.96153 4.00564C6.96153 3.83698 6.89591 3.67493 6.77855 3.5538C6.66119 3.43267 6.5013 3.36195 6.33272 3.35661ZM6.33142 5.04839C6.17212 5.04843 6.01837 5.10697 5.89938 5.21289C5.7804 5.31882 5.70445 5.46476 5.68597 5.62299L5.68142 5.69839L5.68272 8.94904L5.68727 9.02509C5.70606 9.18307 5.78214 9.32867 5.9011 9.43432C6.02006 9.53996 6.17363 9.59831 6.33272 9.59831C6.49182 9.59831 6.64539 9.53996 6.76435 9.43432C6.8833 9.32867 6.95938 9.18307 6.97817 9.02509L6.98272 8.94904L6.98142 5.69839L6.97687 5.62234C6.95825 5.46422 6.88224 5.31844 6.76326 5.21265C6.64429 5.10686 6.49063 5.04841 6.33142 5.04839Z" fill="#FF3F3F"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 2.22173C0 0.999778 0.999778 0 2.22173 0H11.1086V2.22173H2.22173V17.7738H11.1086V19.9956H2.22173C0.999778 19.9956 0 18.9958 0 17.7738V2.22173ZM15.7476 8.88691L12.9305 6.06976L14.5012 4.499L20 9.99778L14.5012 15.4966L12.9305 13.9258L15.7476 11.1086H8.43146V8.88691H15.7476Z" fill="white"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 2.22173C0 0.999778 0.999778 0 2.22173 0H11.1086V2.22173H2.22173V17.7738H11.1086V19.9956H2.22173C0.999778 19.9956 0 18.9958 0 17.7738V2.22173ZM15.7476 8.88691L12.9305 6.06976L14.5012 4.499L20 9.99778L14.5012 15.4966L12.9305 13.9258L15.7476 11.1086H8.43146V8.88691H15.7476Z" fill="white"/>
|
|
3
|
+
</svg>
|