@goat-bravos/intern-hub-layout 1.0.1 → 1.0.3

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 (100) hide show
  1. package/dist/intern-hub-layout/README.md +267 -0
  2. package/dist/intern-hub-layout/fesm2022/goat-bravos-intern-hub-layout.mjs +561 -0
  3. package/dist/intern-hub-layout/fesm2022/goat-bravos-intern-hub-layout.mjs.map +1 -0
  4. package/dist/intern-hub-layout/types/goat-bravos-intern-hub-layout.d.ts +189 -0
  5. package/package.json +46 -33
  6. package/.editorconfig +0 -17
  7. package/.vscode/extensions.json +0 -4
  8. package/.vscode/launch.json +0 -20
  9. package/.vscode/mcp.json +0 -9
  10. package/.vscode/tasks.json +0 -42
  11. package/angular.json +0 -131
  12. package/ng-package.json +0 -6
  13. package/projects/layout-templates/README.md +0 -63
  14. package/projects/layout-templates/ng-package.json +0 -7
  15. package/projects/layout-templates/package.json +0 -12
  16. package/projects/layout-templates/src/lib/layout-templates.spec.ts +0 -23
  17. package/projects/layout-templates/src/lib/layout-templates.ts +0 -15
  18. package/projects/layout-templates/src/public-api.ts +0 -5
  19. package/projects/layout-templates/tsconfig.lib.json +0 -17
  20. package/projects/layout-templates/tsconfig.lib.prod.json +0 -11
  21. package/projects/layout-templates/tsconfig.spec.json +0 -15
  22. package/projects/ui-components/README.md +0 -63
  23. package/projects/ui-components/ng-package.json +0 -7
  24. package/projects/ui-components/package.json +0 -12
  25. package/projects/ui-components/src/lib/ui-components.spec.ts +0 -23
  26. package/projects/ui-components/src/lib/ui-components.ts +0 -15
  27. package/projects/ui-components/src/public-api.ts +0 -5
  28. package/projects/ui-components/tsconfig.lib.json +0 -17
  29. package/projects/ui-components/tsconfig.lib.prod.json +0 -11
  30. package/projects/ui-components/tsconfig.spec.json +0 -15
  31. package/public/B/341/273/231 icon message (1).svg" +0 -87
  32. package/public/B/341/273/231 icon message (2).svg" +0 -104
  33. package/public/B/341/273/231 icon message.svg" +0 -98
  34. package/public/FPT-IS-Logo.png +0 -0
  35. package/public/FPT_IS_Logo.svg +0 -12
  36. package/public/favicon.ico +0 -0
  37. package/public/federation.manifest.json +0 -8
  38. package/src/app/app.config.ts +0 -22
  39. package/src/app/app.html +0 -1
  40. package/src/app/app.routes.ts +0 -24
  41. package/src/app/app.scss +0 -0
  42. package/src/app/app.spec.ts +0 -23
  43. package/src/app/app.ts +0 -19
  44. package/src/index.html +0 -15
  45. package/src/libs/layouts/header/header.component.html +0 -27
  46. package/src/libs/layouts/header/header.component.scss +0 -96
  47. package/src/libs/layouts/header/header.component.ts +0 -13
  48. package/src/libs/layouts/main-layout/main-layout.component.html +0 -15
  49. package/src/libs/layouts/main-layout/main-layout.component.scss +0 -35
  50. package/src/libs/layouts/main-layout/main-layout.component.ts +0 -17
  51. package/src/libs/layouts/main-layout-test/main-layout-test.component.html +0 -296
  52. package/src/libs/layouts/main-layout-test/main-layout-test.component.scss +0 -94
  53. package/src/libs/layouts/main-layout-test/main-layout-test.component.ts +0 -121
  54. package/src/libs/layouts/sidebar/sidebar.component.html +0 -7
  55. package/src/libs/layouts/sidebar/sidebar.component.scss +0 -38
  56. package/src/libs/layouts/sidebar/sidebar.component.ts +0 -19
  57. package/src/libs/shared/components/approval/approval-list/approval-list.component.html +0 -19
  58. package/src/libs/shared/components/approval/approval-list/approval-list.component.scss +0 -24
  59. package/src/libs/shared/components/approval/approval-list/approval-list.component.ts +0 -19
  60. package/src/libs/shared/components/approval/approval-list-item/approval-list-item.component.html +0 -21
  61. package/src/libs/shared/components/approval/approval-list-item/approval-list-item.component.scss +0 -28
  62. package/src/libs/shared/components/approval/approval-list-item/approval-list-item.component.ts +0 -20
  63. package/src/libs/shared/components/approval/approval-list-item/approval-list-item.model.ts +0 -8
  64. package/src/libs/shared/components/button/button-container/button-container.component.html +0 -20
  65. package/src/libs/shared/components/button/button-container/button-container.component.scss +0 -49
  66. package/src/libs/shared/components/button/button-container/button-container.component.ts +0 -38
  67. package/src/libs/shared/components/button/button-container/button-container.model.ts +0 -58
  68. package/src/libs/shared/components/button/label-button/label-button.component.html +0 -11
  69. package/src/libs/shared/components/button/label-button/label-button.component.scss +0 -13
  70. package/src/libs/shared/components/button/label-button/label-button.component.ts +0 -18
  71. package/src/libs/shared/components/functional-label/functional-label.component.html +0 -4
  72. package/src/libs/shared/components/functional-label/functional-label.component.scss +0 -58
  73. package/src/libs/shared/components/functional-label/functional-label.component.ts +0 -15
  74. package/src/libs/shared/components/input/input-calendar/input-calendar.component.html +0 -52
  75. package/src/libs/shared/components/input/input-calendar/input-calendar.component.scss +0 -98
  76. package/src/libs/shared/components/input/input-calendar/input-calendar.component.ts +0 -102
  77. package/src/libs/shared/components/input/input-label/input-label.component.html +0 -0
  78. package/src/libs/shared/components/input/input-label/input-label.component.scss +0 -0
  79. package/src/libs/shared/components/input/input-label/input-label.component.ts +0 -0
  80. package/src/libs/shared/components/input/input-stepper/input-stepper.component.html +0 -62
  81. package/src/libs/shared/components/input/input-stepper/input-stepper.component.scss +0 -211
  82. package/src/libs/shared/components/input/input-stepper/input-stepper.component.ts +0 -73
  83. package/src/libs/shared/components/input/input-text/input-text.component.html +0 -40
  84. package/src/libs/shared/components/input/input-text/input-text.component.scss +0 -143
  85. package/src/libs/shared/components/input/input-text/input-text.component.ts +0 -63
  86. package/src/libs/shared/components/pop-up/pop-up-confirm/pop-up-confirm.component.html +0 -15
  87. package/src/libs/shared/components/pop-up/pop-up-confirm/pop-up-confirm.component.scss +0 -70
  88. package/src/libs/shared/components/pop-up/pop-up-confirm/pop-up-confirm.component.ts +0 -29
  89. package/src/libs/shared/components/table/table-body/table-body.component.html +0 -18
  90. package/src/libs/shared/components/table/table-body/table-body.component.scss +0 -6
  91. package/src/libs/shared/components/table/table-body/table-body.component.ts +0 -17
  92. package/src/libs/shared/components/table/table-header/table-header.component.html +0 -27
  93. package/src/libs/shared/components/table/table-header/table-header.component.scss +0 -91
  94. package/src/libs/shared/components/table/table-header/table-header.component.ts +0 -25
  95. package/src/main.ts +0 -6
  96. package/src/public-api.ts +0 -22
  97. package/src/styles.scss +0 -27
  98. package/tsconfig.app.json +0 -15
  99. package/tsconfig.json +0 -53
  100. package/tsconfig.spec.json +0 -15
package/angular.json DELETED
@@ -1,131 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
- "version": 1,
4
- "cli": {
5
- "packageManager": "npm",
6
- "analytics": false
7
- },
8
- "newProjectRoot": "projects",
9
- "projects": {
10
- "intern-hub-layout": {
11
- "projectType": "application",
12
- "schematics": {
13
- "@schematics/angular:component": {
14
- "style": "scss"
15
- }
16
- },
17
- "root": "",
18
- "sourceRoot": "src",
19
- "prefix": "app",
20
- "architect": {
21
- "build": {
22
- "builder": "@angular/build:application",
23
- "options": {
24
- "browser": "src/main.ts",
25
- "tsConfig": "tsconfig.app.json",
26
- "inlineStyleLanguage": "scss",
27
- "assets": [
28
- {
29
- "glob": "**/*",
30
- "input": "public"
31
- }
32
- ],
33
- "styles": [
34
- "src/styles.scss"
35
- ]
36
- },
37
- "configurations": {
38
- "production": {
39
- "budgets": [
40
- {
41
- "type": "initial",
42
- "maximumWarning": "500kB",
43
- "maximumError": "1MB"
44
- },
45
- {
46
- "type": "anyComponentStyle",
47
- "maximumWarning": "4kB",
48
- "maximumError": "8kB"
49
- }
50
- ],
51
- "outputHashing": "all"
52
- },
53
- "development": {
54
- "optimization": false,
55
- "extractLicenses": false,
56
- "sourceMap": true
57
- }
58
- },
59
- "defaultConfiguration": "production"
60
- },
61
- "serve": {
62
- "builder": "@angular/build:dev-server",
63
- "configurations": {
64
- "production": {
65
- "buildTarget": "intern-hub-layout:build:production"
66
- },
67
- "development": {
68
- "buildTarget": "intern-hub-layout:build:development"
69
- }
70
- },
71
- "defaultConfiguration": "development"
72
- },
73
- "test": {
74
- "builder": "@angular/build:unit-test"
75
- }
76
- }
77
- },
78
- "ui-components": {
79
- "projectType": "library",
80
- "root": "projects/ui-components",
81
- "sourceRoot": "projects/ui-components/src",
82
- "prefix": "lib",
83
- "architect": {
84
- "build": {
85
- "builder": "@angular/build:ng-packagr",
86
- "configurations": {
87
- "production": {
88
- "tsConfig": "projects/ui-components/tsconfig.lib.prod.json"
89
- },
90
- "development": {
91
- "tsConfig": "projects/ui-components/tsconfig.lib.json"
92
- }
93
- },
94
- "defaultConfiguration": "production"
95
- },
96
- "test": {
97
- "builder": "@angular/build:unit-test",
98
- "options": {
99
- "tsConfig": "projects/ui-components/tsconfig.spec.json"
100
- }
101
- }
102
- }
103
- },
104
- "layout-templates": {
105
- "projectType": "library",
106
- "root": "projects/layout-templates",
107
- "sourceRoot": "projects/layout-templates/src",
108
- "prefix": "lib",
109
- "architect": {
110
- "build": {
111
- "builder": "@angular/build:ng-packagr",
112
- "configurations": {
113
- "production": {
114
- "tsConfig": "projects/layout-templates/tsconfig.lib.prod.json"
115
- },
116
- "development": {
117
- "tsConfig": "projects/layout-templates/tsconfig.lib.json"
118
- }
119
- },
120
- "defaultConfiguration": "production"
121
- },
122
- "test": {
123
- "builder": "@angular/build:unit-test",
124
- "options": {
125
- "tsConfig": "projects/layout-templates/tsconfig.spec.json"
126
- }
127
- }
128
- }
129
- }
130
- }
131
- }
package/ng-package.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "$schema": "./node_modules/ng-packagr/ng-package.schema.json",
3
- "lib": {
4
- "entryFile": "src/public-api.ts"
5
- }
6
- }
@@ -1,63 +0,0 @@
1
- # LayoutTemplates
2
-
3
- This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.1.0.
4
-
5
- ## Code scaffolding
6
-
7
- Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
8
-
9
- ```bash
10
- ng generate component component-name
11
- ```
12
-
13
- For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:
14
-
15
- ```bash
16
- ng generate --help
17
- ```
18
-
19
- ## Building
20
-
21
- To build the library, run:
22
-
23
- ```bash
24
- ng build layout-templates
25
- ```
26
-
27
- This command will compile your project, and the build artifacts will be placed in the `dist/` directory.
28
-
29
- ### Publishing the Library
30
-
31
- Once the project is built, you can publish your library by following these steps:
32
-
33
- 1. Navigate to the `dist` directory:
34
- ```bash
35
- cd dist/layout-templates
36
- ```
37
-
38
- 2. Run the `npm publish` command to publish your library to the npm registry:
39
- ```bash
40
- npm publish
41
- ```
42
-
43
- ## Running unit tests
44
-
45
- To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
46
-
47
- ```bash
48
- ng test
49
- ```
50
-
51
- ## Running end-to-end tests
52
-
53
- For end-to-end (e2e) testing, run:
54
-
55
- ```bash
56
- ng e2e
57
- ```
58
-
59
- Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
60
-
61
- ## Additional Resources
62
-
63
- For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
@@ -1,7 +0,0 @@
1
- {
2
- "$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
3
- "dest": "../../dist/layout-templates",
4
- "lib": {
5
- "entryFile": "src/public-api.ts"
6
- }
7
- }
@@ -1,12 +0,0 @@
1
- {
2
- "name": "layout-templates",
3
- "version": "0.0.1",
4
- "peerDependencies": {
5
- "@angular/common": "^21.1.0",
6
- "@angular/core": "^21.1.0"
7
- },
8
- "dependencies": {
9
- "tslib": "^2.3.0"
10
- },
11
- "sideEffects": false
12
- }
@@ -1,23 +0,0 @@
1
- import { ComponentFixture, TestBed } from '@angular/core/testing';
2
-
3
- import { LayoutTemplates } from './layout-templates';
4
-
5
- describe('LayoutTemplates', () => {
6
- let component: LayoutTemplates;
7
- let fixture: ComponentFixture<LayoutTemplates>;
8
-
9
- beforeEach(async () => {
10
- await TestBed.configureTestingModule({
11
- imports: [LayoutTemplates]
12
- })
13
- .compileComponents();
14
-
15
- fixture = TestBed.createComponent(LayoutTemplates);
16
- component = fixture.componentInstance;
17
- await fixture.whenStable();
18
- });
19
-
20
- it('should create', () => {
21
- expect(component).toBeTruthy();
22
- });
23
- });
@@ -1,15 +0,0 @@
1
- import { Component } from '@angular/core';
2
-
3
- @Component({
4
- selector: 'lib-layout-templates',
5
- imports: [],
6
- template: `
7
- <p>
8
- layout-templates works!
9
- </p>
10
- `,
11
- styles: ``,
12
- })
13
- export class LayoutTemplates {
14
-
15
- }
@@ -1,5 +0,0 @@
1
- /*
2
- * Public API Surface of layout-templates
3
- */
4
-
5
- export * from './lib/layout-templates';
@@ -1,17 +0,0 @@
1
- /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2
- /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3
- {
4
- "extends": "../../tsconfig.json",
5
- "compilerOptions": {
6
- "outDir": "../../out-tsc/lib",
7
- "declaration": true,
8
- "declarationMap": true,
9
- "types": []
10
- },
11
- "include": [
12
- "src/**/*.ts"
13
- ],
14
- "exclude": [
15
- "**/*.spec.ts"
16
- ]
17
- }
@@ -1,11 +0,0 @@
1
- /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2
- /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3
- {
4
- "extends": "./tsconfig.lib.json",
5
- "compilerOptions": {
6
- "declarationMap": false
7
- },
8
- "angularCompilerOptions": {
9
- "compilationMode": "partial"
10
- }
11
- }
@@ -1,15 +0,0 @@
1
- /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2
- /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3
- {
4
- "extends": "../../tsconfig.json",
5
- "compilerOptions": {
6
- "outDir": "../../out-tsc/spec",
7
- "types": [
8
- "vitest/globals"
9
- ]
10
- },
11
- "include": [
12
- "src/**/*.d.ts",
13
- "src/**/*.spec.ts"
14
- ]
15
- }
@@ -1,63 +0,0 @@
1
- # UiComponents
2
-
3
- This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.1.0.
4
-
5
- ## Code scaffolding
6
-
7
- Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
8
-
9
- ```bash
10
- ng generate component component-name
11
- ```
12
-
13
- For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:
14
-
15
- ```bash
16
- ng generate --help
17
- ```
18
-
19
- ## Building
20
-
21
- To build the library, run:
22
-
23
- ```bash
24
- ng build ui-components
25
- ```
26
-
27
- This command will compile your project, and the build artifacts will be placed in the `dist/` directory.
28
-
29
- ### Publishing the Library
30
-
31
- Once the project is built, you can publish your library by following these steps:
32
-
33
- 1. Navigate to the `dist` directory:
34
- ```bash
35
- cd dist/ui-components
36
- ```
37
-
38
- 2. Run the `npm publish` command to publish your library to the npm registry:
39
- ```bash
40
- npm publish
41
- ```
42
-
43
- ## Running unit tests
44
-
45
- To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
46
-
47
- ```bash
48
- ng test
49
- ```
50
-
51
- ## Running end-to-end tests
52
-
53
- For end-to-end (e2e) testing, run:
54
-
55
- ```bash
56
- ng e2e
57
- ```
58
-
59
- Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
60
-
61
- ## Additional Resources
62
-
63
- For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
@@ -1,7 +0,0 @@
1
- {
2
- "$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
3
- "dest": "../../dist/ui-components",
4
- "lib": {
5
- "entryFile": "src/public-api.ts"
6
- }
7
- }
@@ -1,12 +0,0 @@
1
- {
2
- "name": "ui-components",
3
- "version": "0.0.1",
4
- "peerDependencies": {
5
- "@angular/common": "^21.1.0",
6
- "@angular/core": "^21.1.0"
7
- },
8
- "dependencies": {
9
- "tslib": "^2.3.0"
10
- },
11
- "sideEffects": false
12
- }
@@ -1,23 +0,0 @@
1
- import { ComponentFixture, TestBed } from '@angular/core/testing';
2
-
3
- import { UiComponents } from './ui-components';
4
-
5
- describe('UiComponents', () => {
6
- let component: UiComponents;
7
- let fixture: ComponentFixture<UiComponents>;
8
-
9
- beforeEach(async () => {
10
- await TestBed.configureTestingModule({
11
- imports: [UiComponents]
12
- })
13
- .compileComponents();
14
-
15
- fixture = TestBed.createComponent(UiComponents);
16
- component = fixture.componentInstance;
17
- await fixture.whenStable();
18
- });
19
-
20
- it('should create', () => {
21
- expect(component).toBeTruthy();
22
- });
23
- });
@@ -1,15 +0,0 @@
1
- import { Component } from '@angular/core';
2
-
3
- @Component({
4
- selector: 'lib-ui-components',
5
- imports: [],
6
- template: `
7
- <p>
8
- ui-components works!
9
- </p>
10
- `,
11
- styles: ``,
12
- })
13
- export class UiComponents {
14
-
15
- }
@@ -1,5 +0,0 @@
1
- /*
2
- * Public API Surface of ui-components
3
- */
4
-
5
- export * from './lib/ui-components';
@@ -1,17 +0,0 @@
1
- /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2
- /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3
- {
4
- "extends": "../../tsconfig.json",
5
- "compilerOptions": {
6
- "outDir": "../../out-tsc/lib",
7
- "declaration": true,
8
- "declarationMap": true,
9
- "types": []
10
- },
11
- "include": [
12
- "src/**/*.ts"
13
- ],
14
- "exclude": [
15
- "**/*.spec.ts"
16
- ]
17
- }
@@ -1,11 +0,0 @@
1
- /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2
- /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3
- {
4
- "extends": "./tsconfig.lib.json",
5
- "compilerOptions": {
6
- "declarationMap": false
7
- },
8
- "angularCompilerOptions": {
9
- "compilationMode": "partial"
10
- }
11
- }
@@ -1,15 +0,0 @@
1
- /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2
- /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3
- {
4
- "extends": "../../tsconfig.json",
5
- "compilerOptions": {
6
- "outDir": "../../out-tsc/spec",
7
- "types": [
8
- "vitest/globals"
9
- ]
10
- },
11
- "include": [
12
- "src/**/*.d.ts",
13
- "src/**/*.spec.ts"
14
- ]
15
- }
@@ -1,87 +0,0 @@
1
- <svg width="102" height="100" viewBox="0 0 102 100" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_f_1004_14756)">
3
- <ellipse cx="50.8981" cy="49.8804" rx="44.8981" ry="43.8804" fill="url(#paint0_radial_1004_14756)" fill-opacity="0.6"/>
4
- </g>
5
- <path d="M96.7097 66.0527C96.858 64.7213 94.9867 63.7308 93.1302 64.1579L91.8704 64.4478L88.2911 65.2708C87.8542 65.3713 87.7862 65.9858 88.1963 66.122L91.5597 67.2373L92.744 67.6295C94.4896 68.2086 96.5614 67.3842 96.7097 66.0527Z" fill="url(#paint1_linear_1004_14756)"/>
6
- <path d="M91.6097 60.5778C91.0588 59.9382 89.7531 60.2965 89.1121 61.263L88.6769 61.9188L87.4402 63.7808C87.2893 64.0077 87.5438 64.3032 87.7924 64.1895L89.8305 63.2576L90.5486 62.9294C91.6062 62.4464 92.1606 61.2174 91.6097 60.5778Z" fill="url(#paint2_linear_1004_14756)"/>
7
- <path d="M11.7109 12.9558C13.1749 11.2882 16.8339 12.3033 18.7106 14.8973L19.9839 16.6576L23.6024 21.6581C24.0441 22.2686 23.3678 23.0378 22.6664 22.7242L16.9169 20.1513L14.8929 19.2447C11.9086 17.9097 10.247 14.6235 11.7109 12.9558Z" fill="url(#paint3_linear_1004_14756)"/>
8
- <path d="M23.6054 11.6531C25.1156 11.5602 26.3634 13.4497 25.9926 15.2673L25.7412 16.5009L25.0289 20.0046C24.9424 20.4318 24.2447 20.4747 24.0637 20.0637L22.5795 16.6949L22.0564 15.508C21.2856 13.7604 22.0953 11.746 23.6054 11.6531Z" fill="url(#paint4_linear_1004_14756)"/>
9
- <path d="M15.7698 23.5825C15.7914 22.6991 17.1105 22.1508 18.2929 22.5335L19.0955 22.793L21.375 23.5293C21.653 23.6189 21.643 24.027 21.3611 24.0939L19.05 24.6425L18.2358 24.8359C17.0368 25.1211 15.7483 24.466 15.7698 23.5825Z" fill="url(#paint5_linear_1004_14756)"/>
10
- <path d="M86.1905 6.49442C86.4368 6.00779 87.1739 6.20079 87.1383 6.74263L86.8893 10.532C86.8762 10.7328 86.9856 10.9207 87.1668 11.0083L90.6062 12.6716C91.0989 12.9098 90.8953 13.6523 90.3467 13.6179L86.5172 13.3776C86.3154 13.365 86.1246 13.4742 86.0332 13.6546L84.3102 17.0579C84.0638 17.5445 83.3268 17.3515 83.3624 16.8097L83.6113 13.0203C83.6245 12.8195 83.5151 12.6316 83.3339 12.544L79.8945 10.8807C79.4018 10.6425 79.6054 9.89998 80.154 9.9344L83.9835 10.1747C84.1852 10.1873 84.3761 10.0781 84.4674 9.89774L86.1905 6.49442Z" fill="url(#paint6_radial_1004_14756)"/>
11
- <path d="M89.9933 24.6123C90.2397 24.1257 90.9767 24.3187 90.9411 24.8605L90.8648 26.0222C90.8516 26.2231 90.961 26.4109 91.1423 26.4985L92.167 26.9941C92.6597 27.2323 92.4561 27.9748 91.9075 27.9404L90.7666 27.8688C90.5648 27.8562 90.3739 27.9654 90.2826 28.1458L89.7544 29.1891C89.508 29.6758 88.771 29.4828 88.8066 28.9409L88.8829 27.7792C88.8961 27.5784 88.7867 27.3905 88.6055 27.3029L87.5808 26.8073C87.088 26.5691 87.2916 25.8266 87.8402 25.861L88.9811 25.9326C89.1829 25.9453 89.3738 25.836 89.4651 25.6557L89.9933 24.6123Z" fill="url(#paint7_radial_1004_14756)"/>
12
- <path d="M71.1847 7.81264C71.4311 7.326 72.1681 7.51901 72.1325 8.06084L71.9976 10.1157C71.9844 10.3165 72.0938 10.5044 72.275 10.592L74.1204 11.4845C74.6131 11.7227 74.4096 12.4652 73.861 12.4308L71.8062 12.3019C71.6044 12.2892 71.4136 12.3984 71.3223 12.5788L70.3879 14.4243C70.1415 14.911 69.4045 14.718 69.4401 14.1761L69.5751 12.1213C69.5883 11.9204 69.4789 11.7326 69.2976 11.6449L67.4522 10.7525C66.9595 10.5142 67.1631 9.77174 67.7117 9.80616L69.7664 9.93509C69.9682 9.94775 70.1591 9.83853 70.2504 9.65814L71.1847 7.81264Z" fill="url(#paint8_radial_1004_14756)"/>
13
- <path d="M13.429 80.3352C13.3798 79.7944 14.1121 79.5837 14.3705 80.0643L16.7995 84.5798C16.8953 84.7579 17.0889 84.8625 17.2903 84.845L22.4435 84.3975C22.9911 84.3499 23.2131 85.087 22.7265 85.337L18.1473 87.6898C17.9682 87.7818 17.8635 87.9722 17.8818 88.1726L18.3438 93.2541C18.393 93.7949 17.6607 94.0056 17.4022 93.5251L14.9733 89.0095C14.8775 88.8314 14.6839 88.7268 14.4825 88.7443L9.3293 89.1919C8.78165 89.2394 8.55962 88.5024 9.04628 88.2523L13.6255 85.8995C13.8045 85.8075 13.9092 85.6171 13.891 85.4167L13.429 80.3352Z" fill="url(#paint9_radial_1004_14756)"/>
14
- <path d="M10.9221 69.0014C11.2881 68.5946 11.9532 68.9698 11.7757 69.483L11.0394 71.6124C10.9737 71.8023 11.0302 72.0113 11.1826 72.1423L12.8889 73.6087C13.3027 73.9643 12.9119 74.6257 12.39 74.4533L10.2374 73.7423C10.0451 73.6788 9.83168 73.7355 9.69623 73.886L8.17754 75.574C7.81152 75.9808 7.1465 75.6055 7.32397 75.0923L8.06031 72.9629C8.12598 72.773 8.06949 72.564 7.91707 72.433L6.21074 70.9666C5.79701 70.611 6.18775 69.9496 6.70968 70.122L8.86227 70.833C9.05456 70.8965 9.26798 70.8399 9.40344 70.6893L10.9221 69.0014Z" fill="url(#paint10_radial_1004_14756)"/>
15
- <rect x="13.4076" y="15.0332" width="73.7274" height="71.1325" rx="35.5662" fill="url(#paint11_radial_1004_14756)"/>
16
- <g filter="url(#filter1_d_1004_14756)">
17
- <path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M73.6258 90.7851C81.779 90.7851 88.3884 84.3255 88.3884 76.3571C88.3884 68.3888 81.779 61.9292 73.6258 61.9292C65.4727 61.9292 58.8633 68.3888 58.8633 76.3571C58.8633 84.3255 65.4727 90.7851 73.6258 90.7851Z" fill="#ADFFA6"/>
18
- <path fill-rule="evenodd" clip-rule="evenodd" d="M82.1375 70.9317C82.5987 71.3927 82.5987 72.1401 82.1375 72.6011L71.5084 83.2253C71.0472 83.6863 70.2994 83.6863 69.8382 83.2253L65.1142 78.5035C64.653 78.0425 64.653 77.295 65.1142 76.834C65.5754 76.373 66.3232 76.373 66.7844 76.834L70.6733 80.7212L80.4673 70.9317C80.9285 70.4707 81.6763 70.4707 82.1375 70.9317Z" fill="white"/>
19
- </g>
20
- <path d="M58.0324 54.4426C58.8477 53.4466 60.3345 53.285 61.3536 54.0817C62.3727 54.8785 62.538 56.3317 61.7228 57.3277C58.5521 61.2012 54.4972 63.391 50.2482 63.391C45.9794 63.391 42.0165 61.1805 39.0679 57.251C38.2962 56.2225 38.5234 54.7774 39.5756 54.0231C40.628 53.2689 42.1066 53.4909 42.8784 54.5193C45.1285 57.5181 47.7823 58.772 50.2482 58.772C52.7338 58.772 55.5318 57.4975 58.0324 54.4426Z" fill="white"/>
21
- <path d="M38.1377 46.6473C39.7038 46.6473 40.9733 45.4065 40.9733 43.8759C40.9733 42.3453 39.7038 41.1045 38.1377 41.1045C36.5716 41.1045 35.302 42.3453 35.302 43.8759C35.302 45.4065 36.5716 46.6473 38.1377 46.6473Z" fill="white"/>
22
- <path d="M62.7134 46.6473C64.2795 46.6473 65.549 45.4065 65.549 43.8759C65.549 42.3453 64.2795 41.1045 62.7134 41.1045C61.1473 41.1045 59.8777 42.3453 59.8777 43.8759C59.8777 45.4065 61.1473 46.6473 62.7134 46.6473Z" fill="white"/>
23
- <defs>
24
- <filter id="filter0_f_1004_14756" x="0" y="0" width="101.796" height="99.7607" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
25
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
26
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
27
- <feGaussianBlur stdDeviation="3" result="effect1_foregroundBlur_1004_14756"/>
28
- </filter>
29
- <filter id="filter1_d_1004_14756" x="54.8633" y="57.9292" width="35.5251" height="34.856" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
30
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
31
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
32
- <feOffset dx="-1" dy="-1"/>
33
- <feGaussianBlur stdDeviation="1.5"/>
34
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
35
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1004_14756"/>
36
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1004_14756" result="shape"/>
37
- </filter>
38
- <radialGradient id="paint0_radial_1004_14756" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(50.8981 49.8804) rotate(90) scale(43.9484 44.9677)">
39
- <stop stop-color="#2EFF8C"/>
40
- <stop offset="1" stop-color="#E1FFE1" stop-opacity="0.5"/>
41
- </radialGradient>
42
- <linearGradient id="paint1_linear_1004_14756" x1="95.93" y1="67.5931" x2="89.1813" y2="63.5175" gradientUnits="userSpaceOnUse">
43
- <stop stop-color="#E1FFE1"/>
44
- <stop offset="1" stop-color="#73FF83"/>
45
- </linearGradient>
46
- <linearGradient id="paint2_linear_1004_14756" x1="90.9099" y1="63.1185" x2="88.6603" y2="61.76" gradientUnits="userSpaceOnUse">
47
- <stop stop-color="#E1FFE1"/>
48
- <stop offset="1" stop-color="#73FF83"/>
49
- </linearGradient>
50
- <linearGradient id="paint3_linear_1004_14756" x1="10.806" y1="15.5773" x2="24.529" y2="19.064" gradientUnits="userSpaceOnUse">
51
- <stop stop-color="#E1FFE1"/>
52
- <stop offset="1" stop-color="#73FF83"/>
53
- </linearGradient>
54
- <linearGradient id="paint4_linear_1004_14756" x1="21.3526" y1="15.3097" x2="25.927" y2="16.4719" gradientUnits="userSpaceOnUse">
55
- <stop stop-color="#E1FFE1"/>
56
- <stop offset="1" stop-color="#73FF83"/>
57
- </linearGradient>
58
- <linearGradient id="paint5_linear_1004_14756" x1="18.0658" y1="25.2254" x2="19.0158" y2="22.6566" gradientUnits="userSpaceOnUse">
59
- <stop stop-color="#E1FFE1"/>
60
- <stop offset="1" stop-color="#73FF83"/>
61
- </linearGradient>
62
- <radialGradient id="paint6_radial_1004_14756" cx="0" cy="0" r="1" gradientTransform="matrix(-2.04798 7.46991 -7.64316 -2.00156 85.2503 11.7762)" gradientUnits="userSpaceOnUse">
63
- <stop stop-color="#73FF83"/>
64
- <stop offset="1" stop-color="#E1FFE1"/>
65
- </radialGradient>
66
- <radialGradient id="paint7_radial_1004_14756" cx="0" cy="0" r="1" gradientTransform="matrix(-1.22732 4.4766 -4.58042 -1.1995 89.8739 26.9007)" gradientUnits="userSpaceOnUse">
67
- <stop stop-color="#73FF83"/>
68
- <stop offset="1" stop-color="#E1FFE1"/>
69
- </radialGradient>
70
- <radialGradient id="paint8_radial_1004_14756" cx="0" cy="0" r="1" gradientTransform="matrix(-1.50626 5.49402 -5.62144 -1.47212 70.7863 11.1185)" gradientUnits="userSpaceOnUse">
71
- <stop stop-color="#73FF83"/>
72
- <stop offset="1" stop-color="#E1FFE1"/>
73
- </radialGradient>
74
- <radialGradient id="paint9_radial_1004_14756" cx="0" cy="0" r="1" gradientTransform="matrix(2.67862 8.89205 -9.09827 2.6179 15.8864 86.7947)" gradientUnits="userSpaceOnUse">
75
- <stop stop-color="#73FF83"/>
76
- <stop offset="1" stop-color="#E1FFE1"/>
77
- </radialGradient>
78
- <radialGradient id="paint10_radial_1004_14756" cx="0" cy="0" r="1" gradientTransform="matrix(-3.02924 5.12787 -5.2468 -2.96058 9.54983 72.2877)" gradientUnits="userSpaceOnUse">
79
- <stop stop-color="#73FF83"/>
80
- <stop offset="1" stop-color="#E1FFE1"/>
81
- </radialGradient>
82
- <radialGradient id="paint11_radial_1004_14756" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(54.6949 51.381) rotate(89.9309) scale(65.4235 63.8606)">
83
- <stop stop-color="#BDFFB8"/>
84
- <stop offset="1" stop-color="#00DA33"/>
85
- </radialGradient>
86
- </defs>
87
- </svg>