@newtonschool/grauity 1.3.0 → 2.0.0-beta.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.
Files changed (72) hide show
  1. package/README.md +73 -53
  2. package/dist/css/grauity-icons.scss +220 -164
  3. package/dist/fonts/grauity-icons.eot +0 -0
  4. package/dist/fonts/grauity-icons.ttf +0 -0
  5. package/dist/fonts/grauity-icons.woff +0 -0
  6. package/dist/fonts/grauity-icons.woff2 +0 -0
  7. package/dist/index.d.ts +1782 -137
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/main.cjs +1 -1
  10. package/dist/main.cjs.map +1 -1
  11. package/dist/module.mjs +1 -1
  12. package/dist/module.mjs.map +1 -1
  13. package/dist/ui/core/icons/iconTags.d.ts +14 -0
  14. package/dist/ui/core/icons/iconTags.d.ts.map +1 -1
  15. package/dist/ui/core/icons/iconTypes.d.ts +16 -2
  16. package/dist/ui/core/icons/iconTypes.d.ts.map +1 -1
  17. package/dist/ui/elements/Calendar/MonthlyCalendar/MonthlyCalendar.d.ts.map +1 -1
  18. package/dist/ui/elements/Calendar/MonthlyCalendar/MonthlyCalendar.styles.d.ts +1 -1
  19. package/dist/ui/elements/Calendar/MonthlyCalendar/MonthlyCalendar.styles.d.ts.map +1 -1
  20. package/dist/ui/elements/Calendar/MonthlyCalendar/MonthlyCalendarGridItem.d.ts.map +1 -1
  21. package/dist/ui/elements/Calendar/MonthlyCalendar/OverflowEventsList.d.ts.map +1 -1
  22. package/dist/ui/elements/Calendar/MonthlyCalendar/OverflowIndicator.d.ts.map +1 -1
  23. package/dist/ui/elements/Calendar/MonthlyCalendar/types.d.ts +0 -1
  24. package/dist/ui/elements/Calendar/MonthlyCalendar/types.d.ts.map +1 -1
  25. package/dist/ui/elements/Calendar/MonthlyCalendar/utils.d.ts.map +1 -1
  26. package/dist/ui/elements/Calendar/types.d.ts +0 -1
  27. package/dist/ui/elements/Calendar/types.d.ts.map +1 -1
  28. package/dist/ui/elements/PopOver/PopOver.d.ts.map +1 -1
  29. package/dist/ui/elements/PopOver/types.d.ts +0 -9
  30. package/dist/ui/elements/PopOver/types.d.ts.map +1 -1
  31. package/dist/ui/elements/Table/Table.d.ts +1 -1
  32. package/dist/ui/elements/Table/Table.d.ts.map +1 -1
  33. package/dist/ui/elements/Table/Table.styles.d.ts.map +1 -1
  34. package/dist/ui/elements/Table/types.d.ts +7 -0
  35. package/dist/ui/elements/Table/types.d.ts.map +1 -1
  36. package/dist/ui/elements/Tooltip/types.d.ts +3 -3
  37. package/dist/ui/elements/Tooltip/types.d.ts.map +1 -1
  38. package/dist/ui/index.d.ts +0 -1
  39. package/dist/ui/index.d.ts.map +1 -1
  40. package/dist/ui/themes/GlobalStyle.d.ts +7 -1
  41. package/dist/ui/themes/GlobalStyle.d.ts.map +1 -1
  42. package/dist/ui/themes/ThemeProvider.d.ts +878 -24
  43. package/dist/ui/themes/ThemeProvider.d.ts.map +1 -1
  44. package/dist/ui/themes/darkThemeConstants.d.ts +440 -13
  45. package/dist/ui/themes/darkThemeConstants.d.ts.map +1 -1
  46. package/dist/ui/themes/lightThemeConstants.d.ts +440 -13
  47. package/dist/ui/themes/lightThemeConstants.d.ts.map +1 -1
  48. package/dist/ui/themes/types.d.ts +11 -0
  49. package/dist/ui/themes/types.d.ts.map +1 -0
  50. package/dist/ui/themes/utils.d.ts +20 -0
  51. package/dist/ui/themes/utils.d.ts.map +1 -0
  52. package/package.json +1 -1
  53. package/dist/ui/elements/Calendar/UnifiedCalendar/Header.d.ts +0 -5
  54. package/dist/ui/elements/Calendar/UnifiedCalendar/Header.d.ts.map +0 -1
  55. package/dist/ui/elements/Calendar/UnifiedCalendar/UnifiedCalendar.d.ts +0 -6
  56. package/dist/ui/elements/Calendar/UnifiedCalendar/UnifiedCalendar.d.ts.map +0 -1
  57. package/dist/ui/elements/Calendar/UnifiedCalendar/UnifiedCalendar.styles.d.ts +0 -6
  58. package/dist/ui/elements/Calendar/UnifiedCalendar/UnifiedCalendar.styles.d.ts.map +0 -1
  59. package/dist/ui/elements/Calendar/UnifiedCalendar/index.d.ts +0 -3
  60. package/dist/ui/elements/Calendar/UnifiedCalendar/index.d.ts.map +0 -1
  61. package/dist/ui/elements/Calendar/UnifiedCalendar/types.d.ts +0 -84
  62. package/dist/ui/elements/Calendar/UnifiedCalendar/types.d.ts.map +0 -1
  63. package/dist/ui/elements/Calendar/UnifiedCalendar/utils.d.ts +0 -3
  64. package/dist/ui/elements/Calendar/UnifiedCalendar/utils.d.ts.map +0 -1
  65. package/dist/ui/elements/Tabs/Tabs.d.ts +0 -5
  66. package/dist/ui/elements/Tabs/Tabs.d.ts.map +0 -1
  67. package/dist/ui/elements/Tabs/Tabs.styles.d.ts +0 -5
  68. package/dist/ui/elements/Tabs/Tabs.styles.d.ts.map +0 -1
  69. package/dist/ui/elements/Tabs/index.d.ts +0 -3
  70. package/dist/ui/elements/Tabs/index.d.ts.map +0 -1
  71. package/dist/ui/elements/Tabs/types.d.ts +0 -49
  72. package/dist/ui/elements/Tabs/types.d.ts.map +0 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ Inspired by the natural laws that guide the cosmos, **gra.UI.ty** (pronounced "g
26
26
 
27
27
  ### Philosophy
28
28
 
29
- Like gravity itself, the principles of great design are universal, omnipresent, yet often unobserved. With gra.UI.ty, we aim to tap into these fundamental elements to craft UI components that not only look stunning but feel inherently right.
29
+ Like the gravitational force itself, the principles of great design are universal, omnipresent, yet often unobserved. With gra.UI.ty, we aim to tap into these fundamental elements to craft UI components that not only look stunning but feel inherently right.
30
30
 
31
31
  ### Component Naming Convention
32
32
 
@@ -37,77 +37,64 @@ For example, `NSButton`, `NSTable`, `NSInput`
37
37
 
38
38
  gra.UI.ty is also affectionately known as **grauity**, **graUIty** or simply as **gravity**
39
39
 
40
- ## Key Features
41
-
42
- - **Comprehensive Component Set:** From buttons and dialogs to complex data grids and sliders, gra.UI.ty has everything you need. (Coming soon!)
43
- - **Semantic and Mindful Components:** Our components are more than just divs. Each one is thoughtfully designed with semantic HTML for better accessibility and SEO. We aim to ensure that each component has a clear and meaningful structure.
44
- - **Modular and Extensible:** Integrate seamlessly with your projects, adding only what you need without bloating your codebase.
45
- - **Theming and Customization:** Easily adapt the components to match your brand or project’s aesthetic. (Coming soon!)
46
- - **Accessibility First:** Built with accessibility in mind, ensuring that your applications are usable by everyone. (We'll get there...)
47
-
48
40
  ## Setup gra.UI.ty to make it your own!
49
41
 
50
42
  ### Developing Components
51
43
 
52
- To develop components gra.UI.ty locally, follow these steps:
44
+ To start your development journey in grauity, follow these steps:
53
45
 
54
46
  ```bash
55
- # Install all packages via NPM in grauity
56
- grauity$: npm install
47
+ # Install all packages in grauity
48
+ npm install
57
49
 
58
- # Initialize submodules for iconland
59
- grauity$: git submodule init
60
- grauity$: git submodule update --recursive
50
+ # Update submodules (mainly iconland, the submodule for icons)
51
+ git submodule init
52
+ git submodule update --recursive
61
53
 
62
- # Build icons when running for first time
63
- grauity$: npm run build-icons
54
+ # Build icons (required when running for first time)
55
+ npm run build-icons
64
56
 
65
- # To run storybook, run this command in grauity
66
- grauity$: npm run storybook
57
+ # Run grauity Storybook
58
+ npm run storybook
67
59
  # Then head to localhost:6006
68
60
 
69
- # To build storybook, run this command in grauity
70
- grauity$: npm run build-storybook
61
+ # To build grauity Storybook docs, run this command in grauity
62
+ npm run build-storybook
71
63
  ```
72
64
 
73
- ### Integrating locally with newton-web
65
+ ### Integrating locally with your app for side-by-side development & testing
74
66
 
75
- To integrate grauity locally with newton-web, follow these steps:
67
+ To integrate grauity locally with your app, follow these steps:
76
68
 
77
69
  ```bash
78
- # Firstly, install all packages via NPM in grauity
70
+ # Install all packages in grauity
79
71
  grauity$: npm install
80
72
 
81
- # To build grauity, run this command
73
+ # Build grauity
82
74
  grauity$: npm run build
83
75
 
84
- # Then, run these commands in newton-web:
85
- newton-web$: npm install ../grauity
86
- # This is assuming `grauity` and `newton-web` share same parent folder
76
+ # Install local version of grauity
77
+ your-app$: npm install ../grauity
87
78
 
88
- # Now, link react, react-dom from grauity to newton-web:
89
- newton-web$: npm link ../gruity/node_modules/react ../gruity/node_modules/react-dom --legacy-peer-deps
90
-
91
- # Finally, run newton-web
92
- newton-web$: npm run dev
79
+ # Link react, react-dom from grauity to your-app:
80
+ your-app$: npm link ../gruity/node_modules/react ../gruity/node_modules/react-dom --legacy-peer-deps
93
81
  ```
94
82
 
95
83
  After you have made changes in grauity, build it.
96
-
97
84
  ```bash
98
85
  grauity$: npm run build
99
86
  ```
100
87
 
101
88
  If changes are not showing up even after rebuilding, you may
102
- have to delete `newton-web/node_modules/@newtonschool/grauity`
103
- and install it again using
104
-
89
+ have to delete `your-app/node_modules/@newtonschool/grauity` folder
90
+ and install `grauity` again:
105
91
  ```bash
106
- newton-web$: npm i ../grauity --legacy-peer-deps
107
- newton-web$: npm run dev
92
+ grauity$: npm run build
93
+
94
+ your-app$: npm install ../grauity
108
95
  ```
109
96
 
110
- Then simply import components you want from `@newtonschool/grauity` in `newton-web` like so:
97
+ Then simply import components you want from `@newtonschool/grauity` in `your-app` like so:
111
98
 
112
99
  ```js
113
100
  import { NSButton, BUTTON_VARIANTS_ENUM } from '@newtonschool/grauity';
@@ -130,37 +117,70 @@ export const MyComponent = () => (
130
117
  );
131
118
  ```
132
119
 
133
- ## How to's
134
120
 
135
- ### Add icons
121
+ # How to's
136
122
 
137
- Adding new icons is easy. Design team to provide `.svg` files for new icons, and they are to be added to the [./iconland/seeds/](iconland/seeds) directory. Then follow these steps:
123
+ ## Add new icons from `.svg` files
138
124
 
139
- ### 0. Update the iconland submodule in grauity
125
+ ### 1. Update the iconland submodule in grauity
140
126
 
141
127
  ```bash
142
128
  grauity$: git submodule update --remote --merge
143
129
  ```
144
130
 
145
- #### 1. Generate icons
131
+ ### 2. Add your `.svg` files
146
132
 
147
- ```bash
148
- grauity$: npm run build-icons:generate
149
- ```
133
+ To add a new font icon, add your `.svg` files for the new icon in the [./iconland/seeds/](iconland/seeds) directory in the [iconland](./iconland) submodule.
150
134
 
151
- #### 2. Optimise icons (from [[iconland/seeds/]](iconland/seeds/) to [iconland/optimised/](iconland/optimised/) )
135
+
136
+ #### 3. Optimize & Generate new font files
152
137
 
153
138
  ```bash
154
139
  grauity$: npm run build-icons:optimize
140
+ grauity$: npm run build-icons:generate
155
141
  ```
156
-
157
- #### 3. Build font icons from optimised icons
158
-
142
+ *Alternatively*, run the command
159
143
  ```bash
160
144
  grauity$: npm run build-icons
161
145
  ```
162
146
 
163
- ### Use icons in newton-web
147
+ Font files will be created in [ui/fonts](ui/fonts) folder.
148
+
149
+
150
+ ## Use theming in your React app
151
+
152
+ Without theming, only foundational (theme agnostic) CSS variables (found here: [constantGlobalStyle](ui/themes/GlobalStyle.ts)) will be provided.
153
+
154
+ To enable theming, wrap your components with `GrauityThemeProvider`:
155
+ ```js
156
+ import { GrauityThemeProvider } from '@newtonschool/grauity';
157
+
158
+ const App = ({ children, ...props }) => {
159
+ return (
160
+ <GrauityThemeProvider>
161
+ {children}
162
+ </GrauityThemeProvider>
163
+ )
164
+ };
165
+
166
+ export default App;
167
+ ```
168
+
169
+
170
+ Theming can be controlled by providing different class names to your root/local DOM elements, like the body element.
171
+
172
+ - Add class `grauity-theme-light` to use the light theme
173
+ - Add class `grauity-theme-dark` to use the dark theme
174
+
175
+ Now, you will be provided with the foundational as well as themed CSS variables, whose
176
+ value will change depending on the theme applied.
177
+
178
+ These themed CSS variables can be found here:
179
+ - [Dark theme color mapping](./ui/themes/darkThemeConstants.ts)
180
+ - [Light theme color mapping](./ui/themes/lightThemeConstants.ts)
181
+
182
+
183
+ ## Use icons in your React app
164
184
 
165
185
  To use grauity icons, add the following import in `global-styles.scss` or any root-level CSS/SCSS file. Make sure CSS/SCSS loaders are setup properly in your app.
166
186
 
@@ -2,10 +2,10 @@ $grauity-icons-font: "grauity-icons";
2
2
 
3
3
  @font-face {
4
4
  font-family: $grauity-icons-font;
5
- src: url("../fonts/grauity-icons.eot?c9931559a0ed28cc83c7f70925352e12#iefix") format("embedded-opentype"),
6
- url("../fonts/grauity-icons.woff?c9931559a0ed28cc83c7f70925352e12") format("woff"),
7
- url("../fonts/grauity-icons.woff2?c9931559a0ed28cc83c7f70925352e12") format("woff2"),
8
- url("../fonts/grauity-icons.ttf?c9931559a0ed28cc83c7f70925352e12") format("truetype");
5
+ src: url("../fonts/grauity-icons.eot?d9556eb192f4e93e92a0e65fb7311b2c#iefix") format("embedded-opentype"),
6
+ url("../fonts/grauity-icons.woff?d9556eb192f4e93e92a0e65fb7311b2c") format("woff"),
7
+ url("../fonts/grauity-icons.woff2?d9556eb192f4e93e92a0e65fb7311b2c") format("woff2"),
8
+ url("../fonts/grauity-icons.ttf?d9556eb192f4e93e92a0e65fb7311b2c") format("truetype");
9
9
  }
10
10
 
11
11
  i[class^="grauity-icon-"]:before, i[class*=" grauity-icon-"]:before {
@@ -260,166 +260,180 @@ $grauity-icons-map: (
260
260
  "double-check": "\f1ee",
261
261
  "download-filled": "\f1ef",
262
262
  "download": "\f1f0",
263
- "email-alt-filled": "\f1f1",
264
- "email-alt": "\f1f2",
265
- "email-filled": "\f1f3",
266
- "email": "\f1f4",
267
- "filter-filled": "\f1f5",
268
- "filter": "\f1f6",
269
- "floppy-filled": "\f1f7",
270
- "floppy": "\f1f8",
271
- "forward-filled": "\f1f9",
272
- "forward": "\f1fa",
273
- "gear-filled": "\f1fb",
274
- "gear": "\f1fc",
275
- "git-commit-filled": "\f1fd",
276
- "git-commit": "\f1fe",
277
- "globe-filled": "\f1ff",
278
- "globe": "\f200",
279
- "grip-hortizontal-filled": "\f201",
280
- "grip-hortizontal": "\f202",
281
- "grip-vertical-filled": "\f203",
282
- "grip-vertical": "\f204",
283
- "growth-down-filled": "\f205",
284
- "growth-down": "\f206",
285
- "growth-up-filled": "\f207",
286
- "growth-up": "\f208",
287
- "help-filled": "\f209",
288
- "help": "\f20a",
289
- "hold-filled": "\f20b",
290
- "hold": "\f20c",
291
- "home-filled": "\f20d",
292
- "home": "\f20e",
293
- "hourglass-filled": "\f20f",
294
- "hourglass": "\f210",
295
- "kebab-horizontal-filled": "\f211",
296
- "kebab-horizontal": "\f212",
297
- "kebab-vertical-filled": "\f213",
298
- "kebab-vertical": "\f214",
299
- "link-filled": "\f215",
300
- "link": "\f216",
301
- "list-checked-filled": "\f217",
302
- "list-checked": "\f218",
303
- "list-filled": "\f219",
304
- "list": "\f21a",
305
- "load-filled": "\f21b",
306
- "load": "\f21c",
307
- "loudspeaker-filled": "\f21d",
308
- "loudspeaker": "\f21e",
309
- "map-pin-alt1-filled": "\f21f",
310
- "map-pin-alt1": "\f220",
311
- "map-pin-alt2-filled": "\f221",
312
- "map-pin-alt2": "\f222",
313
- "map-pin-filled": "\f223",
314
- "map-pin": "\f224",
315
- "maximize-filled": "\f225",
316
- "maximize": "\f226",
317
- "menu-alt2-filled": "\f227",
318
- "menu-alt2": "\f228",
319
- "menu-filled": "\f229",
320
- "menu-grid-filled": "\f22a",
321
- "menu-grid": "\f22b",
322
- "menu": "\f22c",
323
- "microchip-filled": "\f22d",
324
- "microchip": "\f22e",
325
- "minimize-filled": "\f22f",
326
- "minimize": "\f230",
327
- "minus-circle-filled": "\f231",
328
- "minus-circle": "\f232",
329
- "minus-square-filled": "\f233",
330
- "minus-square": "\f234",
331
- "moon-filled": "\f235",
332
- "moon": "\f236",
333
- "new-tab-filled": "\f237",
334
- "new-tab": "\f238",
335
- "paper-clip-filled": "\f239",
336
- "paper-clip": "\f23a",
337
- "plus-circle-filled": "\f23b",
338
- "plus-circle": "\f23c",
339
- "plus-filled": "\f23d",
340
- "plus-square-filled": "\f23e",
341
- "plus-square": "\f23f",
342
- "plus": "\f240",
343
- "printer-filled": "\f241",
344
- "printer": "\f242",
345
- "quiz-filled": "\f243",
346
- "quiz": "\f244",
347
- "refresh-filled": "\f245",
348
- "refresh": "\f246",
349
- "remove-filled": "\f247",
350
- "remove": "\f248",
351
- "reply-filled": "\f249",
352
- "reply": "\f24a",
353
- "screenshare-start-filled": "\f24b",
354
- "screenshare-start": "\f24c",
355
- "screenshare-stop-filled": "\f24d",
356
- "screenshare-stop": "\f24e",
357
- "search-filled": "\f24f",
358
- "search": "\f250",
359
- "share-filled": "\f251",
360
- "share": "\f252",
361
- "shield-alert-filled": "\f253",
362
- "shield-alert": "\f254",
363
- "shield-check-filled": "\f255",
364
- "shield-check": "\f256",
365
- "shield-filled": "\f257",
366
- "shield-lock-filled": "\f258",
367
- "shield-lock": "\f259",
368
- "shield-x-filled": "\f25a",
369
- "shield-x": "\f25b",
370
- "shield": "\f25c",
371
- "sidebar-left-filled": "\f25d",
372
- "sidebar-left": "\f25e",
373
- "sidebar-right-filled": "\f25f",
374
- "sidebar-right": "\f260",
375
- "signin-filled": "\f261",
376
- "signin": "\f262",
377
- "signout-filled": "\f263",
378
- "signout": "\f264",
379
- "slider-filled": "\f265",
380
- "slider": "\f266",
381
- "square-filled": "\f267",
382
- "square": "\f268",
383
- "sticky-note-filled": "\f269",
384
- "sticky-note": "\f26a",
385
- "sun-filled": "\f26b",
386
- "sun": "\f26c",
387
- "thumbs-down-filled": "\f26d",
388
- "thumbs-down": "\f26e",
389
- "thumbs-up-filled": "\f26f",
390
- "thumbs-up": "\f270",
391
- "thunder-filled": "\f271",
392
- "thunder": "\f272",
393
- "upload-filled": "\f273",
394
- "upload": "\f274",
395
- "wrench-filled": "\f275",
396
- "wrench": "\f276",
397
- "bell-filled": "\f277",
398
- "bell": "\f278",
399
- "calender-check-filled": "\f279",
400
- "calender-check": "\f27a",
401
- "calender-filled": "\f27b",
402
- "calender-plus-filled": "\f27c",
403
- "calender-plus": "\f27d",
404
- "calender": "\f27e",
405
- "clock-filled": "\f27f",
406
- "clock": "\f280",
407
- "rewatch-filled": "\f281",
408
- "rewatch": "\f282",
409
- "stopwatch-filled": "\f283",
410
- "stopwatch": "\f284",
411
- "bot-filled": "\f285",
412
- "bot": "\f286",
413
- "person-check-filled": "\f287",
414
- "person-check": "\f288",
415
- "person-filled": "\f289",
416
- "person-plus-filled": "\f28a",
417
- "person-plus": "\f28b",
418
- "person": "\f28c",
419
- "user-speak-filled": "\f28d",
420
- "user-speak": "\f28e",
421
- "users-filled": "\f28f",
422
- "users": "\f290",
263
+ "eda-filled": "\f1f1",
264
+ "eda": "\f1f2",
265
+ "email-alt-filled": "\f1f3",
266
+ "email-alt": "\f1f4",
267
+ "email-filled": "\f1f5",
268
+ "email": "\f1f6",
269
+ "filter-filled": "\f1f7",
270
+ "filter": "\f1f8",
271
+ "floppy-filled": "\f1f9",
272
+ "floppy": "\f1fa",
273
+ "forward-filled": "\f1fb",
274
+ "forward": "\f1fc",
275
+ "gear-filled": "\f1fd",
276
+ "gear": "\f1fe",
277
+ "git-commit-filled": "\f1ff",
278
+ "git-commit": "\f200",
279
+ "globe-filled": "\f201",
280
+ "globe": "\f202",
281
+ "grip-hortizontal-filled": "\f203",
282
+ "grip-hortizontal": "\f204",
283
+ "grip-vertical-filled": "\f205",
284
+ "grip-vertical": "\f206",
285
+ "growth-down-filled": "\f207",
286
+ "growth-down": "\f208",
287
+ "growth-up-filled": "\f209",
288
+ "growth-up": "\f20a",
289
+ "help-filled": "\f20b",
290
+ "help": "\f20c",
291
+ "hold-filled": "\f20d",
292
+ "hold": "\f20e",
293
+ "home-filled": "\f20f",
294
+ "home": "\f210",
295
+ "hourglass-filled": "\f211",
296
+ "hourglass": "\f212",
297
+ "kebab-horizontal-filled": "\f213",
298
+ "kebab-horizontal": "\f214",
299
+ "kebab-vertical-filled": "\f215",
300
+ "kebab-vertical": "\f216",
301
+ "link-filled": "\f217",
302
+ "link": "\f218",
303
+ "list-checked-filled": "\f219",
304
+ "list-checked": "\f21a",
305
+ "list-filled": "\f21b",
306
+ "list": "\f21c",
307
+ "load-filled": "\f21d",
308
+ "load": "\f21e",
309
+ "loudspeaker-filled": "\f21f",
310
+ "loudspeaker": "\f220",
311
+ "machine-learning-filled": "\f221",
312
+ "machine-learning": "\f222",
313
+ "map-pin-alt1-filled": "\f223",
314
+ "map-pin-alt1": "\f224",
315
+ "map-pin-alt2-filled": "\f225",
316
+ "map-pin-alt2": "\f226",
317
+ "map-pin-filled": "\f227",
318
+ "map-pin": "\f228",
319
+ "maximize-filled": "\f229",
320
+ "maximize": "\f22a",
321
+ "menu-alt2-filled": "\f22b",
322
+ "menu-alt2": "\f22c",
323
+ "menu-filled": "\f22d",
324
+ "menu-grid-filled": "\f22e",
325
+ "menu-grid": "\f22f",
326
+ "menu": "\f230",
327
+ "microchip-filled": "\f231",
328
+ "microchip": "\f232",
329
+ "minimize-filled": "\f233",
330
+ "minimize": "\f234",
331
+ "minus-circle-filled": "\f235",
332
+ "minus-circle": "\f236",
333
+ "minus-square-filled": "\f237",
334
+ "minus-square": "\f238",
335
+ "moon-filled": "\f239",
336
+ "moon": "\f23a",
337
+ "new-tab-filled": "\f23b",
338
+ "new-tab": "\f23c",
339
+ "paper-clip-filled": "\f23d",
340
+ "paper-clip": "\f23e",
341
+ "plus-circle-filled": "\f23f",
342
+ "plus-circle": "\f240",
343
+ "plus-filled": "\f241",
344
+ "plus-square-filled": "\f242",
345
+ "plus-square": "\f243",
346
+ "plus": "\f244",
347
+ "power-bi-filled": "\f245",
348
+ "power-bi": "\f246",
349
+ "printer-filled": "\f247",
350
+ "printer": "\f248",
351
+ "python-filled": "\f249",
352
+ "python": "\f24a",
353
+ "quiz-filled": "\f24b",
354
+ "quiz": "\f24c",
355
+ "refresh-filled": "\f24d",
356
+ "refresh": "\f24e",
357
+ "remove-filled": "\f24f",
358
+ "remove": "\f250",
359
+ "reply-filled": "\f251",
360
+ "reply": "\f252",
361
+ "retail-filled": "\f253",
362
+ "retail": "\f254",
363
+ "screenshare-start-filled": "\f255",
364
+ "screenshare-start": "\f256",
365
+ "screenshare-stop-filled": "\f257",
366
+ "screenshare-stop": "\f258",
367
+ "search-filled": "\f259",
368
+ "search": "\f25a",
369
+ "share-filled": "\f25b",
370
+ "share": "\f25c",
371
+ "shield-alert-filled": "\f25d",
372
+ "shield-alert": "\f25e",
373
+ "shield-check-filled": "\f25f",
374
+ "shield-check": "\f260",
375
+ "shield-filled": "\f261",
376
+ "shield-lock-filled": "\f262",
377
+ "shield-lock": "\f263",
378
+ "shield-x-filled": "\f264",
379
+ "shield-x": "\f265",
380
+ "shield": "\f266",
381
+ "shop-filled": "\f267",
382
+ "shop": "\f268",
383
+ "sidebar-left-filled": "\f269",
384
+ "sidebar-left": "\f26a",
385
+ "sidebar-right-filled": "\f26b",
386
+ "sidebar-right": "\f26c",
387
+ "signin-filled": "\f26d",
388
+ "signin": "\f26e",
389
+ "signout-filled": "\f26f",
390
+ "signout": "\f270",
391
+ "slider-filled": "\f271",
392
+ "slider": "\f272",
393
+ "square-filled": "\f273",
394
+ "square": "\f274",
395
+ "sticky-note-filled": "\f275",
396
+ "sticky-note": "\f276",
397
+ "sun-filled": "\f277",
398
+ "sun": "\f278",
399
+ "thumbs-down-filled": "\f279",
400
+ "thumbs-down": "\f27a",
401
+ "thumbs-up-filled": "\f27b",
402
+ "thumbs-up": "\f27c",
403
+ "thunder-filled": "\f27d",
404
+ "thunder": "\f27e",
405
+ "truck-filled": "\f27f",
406
+ "truck": "\f280",
407
+ "upload-filled": "\f281",
408
+ "upload": "\f282",
409
+ "wrench-filled": "\f283",
410
+ "wrench": "\f284",
411
+ "bell-filled": "\f285",
412
+ "bell": "\f286",
413
+ "calender-check-filled": "\f287",
414
+ "calender-check": "\f288",
415
+ "calender-filled": "\f289",
416
+ "calender-plus-filled": "\f28a",
417
+ "calender-plus": "\f28b",
418
+ "calender": "\f28c",
419
+ "clock-filled": "\f28d",
420
+ "clock": "\f28e",
421
+ "rewatch-filled": "\f28f",
422
+ "rewatch": "\f290",
423
+ "stopwatch-filled": "\f291",
424
+ "stopwatch": "\f292",
425
+ "bot-filled": "\f293",
426
+ "bot": "\f294",
427
+ "person-check-filled": "\f295",
428
+ "person-check": "\f296",
429
+ "person-filled": "\f297",
430
+ "person-plus-filled": "\f298",
431
+ "person-plus": "\f299",
432
+ "person": "\f29a",
433
+ "user-speak-filled": "\f29b",
434
+ "user-speak": "\f29c",
435
+ "users-filled": "\f29d",
436
+ "users": "\f29e",
423
437
  );
424
438
 
425
439
  .grauity-icon-exclamation-circle-filled:before {
@@ -1142,6 +1156,12 @@ $grauity-icons-map: (
1142
1156
  .grauity-icon-download:before {
1143
1157
  content: map-get($grauity-icons-map, "download");
1144
1158
  }
1159
+ .grauity-icon-eda-filled:before {
1160
+ content: map-get($grauity-icons-map, "eda-filled");
1161
+ }
1162
+ .grauity-icon-eda:before {
1163
+ content: map-get($grauity-icons-map, "eda");
1164
+ }
1145
1165
  .grauity-icon-email-alt-filled:before {
1146
1166
  content: map-get($grauity-icons-map, "email-alt-filled");
1147
1167
  }
@@ -1280,6 +1300,12 @@ $grauity-icons-map: (
1280
1300
  .grauity-icon-loudspeaker:before {
1281
1301
  content: map-get($grauity-icons-map, "loudspeaker");
1282
1302
  }
1303
+ .grauity-icon-machine-learning-filled:before {
1304
+ content: map-get($grauity-icons-map, "machine-learning-filled");
1305
+ }
1306
+ .grauity-icon-machine-learning:before {
1307
+ content: map-get($grauity-icons-map, "machine-learning");
1308
+ }
1283
1309
  .grauity-icon-map-pin-alt1-filled:before {
1284
1310
  content: map-get($grauity-icons-map, "map-pin-alt1-filled");
1285
1311
  }
@@ -1382,12 +1408,24 @@ $grauity-icons-map: (
1382
1408
  .grauity-icon-plus:before {
1383
1409
  content: map-get($grauity-icons-map, "plus");
1384
1410
  }
1411
+ .grauity-icon-power-bi-filled:before {
1412
+ content: map-get($grauity-icons-map, "power-bi-filled");
1413
+ }
1414
+ .grauity-icon-power-bi:before {
1415
+ content: map-get($grauity-icons-map, "power-bi");
1416
+ }
1385
1417
  .grauity-icon-printer-filled:before {
1386
1418
  content: map-get($grauity-icons-map, "printer-filled");
1387
1419
  }
1388
1420
  .grauity-icon-printer:before {
1389
1421
  content: map-get($grauity-icons-map, "printer");
1390
1422
  }
1423
+ .grauity-icon-python-filled:before {
1424
+ content: map-get($grauity-icons-map, "python-filled");
1425
+ }
1426
+ .grauity-icon-python:before {
1427
+ content: map-get($grauity-icons-map, "python");
1428
+ }
1391
1429
  .grauity-icon-quiz-filled:before {
1392
1430
  content: map-get($grauity-icons-map, "quiz-filled");
1393
1431
  }
@@ -1412,6 +1450,12 @@ $grauity-icons-map: (
1412
1450
  .grauity-icon-reply:before {
1413
1451
  content: map-get($grauity-icons-map, "reply");
1414
1452
  }
1453
+ .grauity-icon-retail-filled:before {
1454
+ content: map-get($grauity-icons-map, "retail-filled");
1455
+ }
1456
+ .grauity-icon-retail:before {
1457
+ content: map-get($grauity-icons-map, "retail");
1458
+ }
1415
1459
  .grauity-icon-screenshare-start-filled:before {
1416
1460
  content: map-get($grauity-icons-map, "screenshare-start-filled");
1417
1461
  }
@@ -1466,6 +1510,12 @@ $grauity-icons-map: (
1466
1510
  .grauity-icon-shield:before {
1467
1511
  content: map-get($grauity-icons-map, "shield");
1468
1512
  }
1513
+ .grauity-icon-shop-filled:before {
1514
+ content: map-get($grauity-icons-map, "shop-filled");
1515
+ }
1516
+ .grauity-icon-shop:before {
1517
+ content: map-get($grauity-icons-map, "shop");
1518
+ }
1469
1519
  .grauity-icon-sidebar-left-filled:before {
1470
1520
  content: map-get($grauity-icons-map, "sidebar-left-filled");
1471
1521
  }
@@ -1532,6 +1582,12 @@ $grauity-icons-map: (
1532
1582
  .grauity-icon-thunder:before {
1533
1583
  content: map-get($grauity-icons-map, "thunder");
1534
1584
  }
1585
+ .grauity-icon-truck-filled:before {
1586
+ content: map-get($grauity-icons-map, "truck-filled");
1587
+ }
1588
+ .grauity-icon-truck:before {
1589
+ content: map-get($grauity-icons-map, "truck");
1590
+ }
1535
1591
  .grauity-icon-upload-filled:before {
1536
1592
  content: map-get($grauity-icons-map, "upload-filled");
1537
1593
  }
Binary file
Binary file
Binary file
Binary file