beathers 5.3.6 → 5.4.1

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 (88) hide show
  1. package/.prettierrc.js +8 -0
  2. package/CHANGELOG +176 -154
  3. package/css/beathers-icons.min.css.map +1 -0
  4. package/{dist/css → css}/beathers.min.css +2 -2
  5. package/css/beathers.min.css.map +1 -0
  6. package/data/colors.d.ts.map +1 -0
  7. package/data/font.d.ts.map +1 -0
  8. package/data/index.d.ts.map +1 -0
  9. package/index.d.ts.map +1 -0
  10. package/package.json +27 -26
  11. package/readme.md +263 -256
  12. package/scripts/cli.d.ts.map +1 -0
  13. package/{dist/scripts → scripts}/cli.js +0 -0
  14. package/scripts/commands/build.d.ts.map +1 -0
  15. package/{dist/scripts → scripts}/commands/build.js +16 -4
  16. package/scripts/commands/colors.d.ts.map +1 -0
  17. package/scripts/commands/fonts.d.ts.map +1 -0
  18. package/scripts/commands/help.d.ts.map +1 -0
  19. package/scripts/commands/index.d.ts.map +1 -0
  20. package/scripts/commands/init.d.ts.map +1 -0
  21. package/scripts/commands/list.d.ts.map +1 -0
  22. package/scripts/commands/version.d.ts.map +1 -0
  23. package/scripts/helpers/BuildScssVariables.d.ts.map +1 -0
  24. package/scripts/helpers/BuildScssVariables.js +138 -0
  25. package/scripts/helpers/CallNewVariables.d.ts +2 -0
  26. package/scripts/helpers/CallNewVariables.d.ts.map +1 -0
  27. package/{dist/scripts → scripts}/helpers/CallNewVariables.js +5 -3
  28. package/scripts/helpers/LoadUserConfigs.d.ts.map +1 -0
  29. package/scripts/helpers/Merge.d.ts.map +1 -0
  30. package/scripts/helpers/ReadDefaultValues.d.ts.map +1 -0
  31. package/scripts/helpers/index.d.ts.map +1 -0
  32. package/scripts/types.d.ts.map +1 -0
  33. package/{dist/scss → scss}/_variables.scss +21 -0
  34. package/{dist/scss → scss}/beathers-icons.min.scss +265 -265
  35. package/{dist/scss → scss}/beathers.min.scss +11 -11
  36. package/{dist/scss → scss}/functions/_colors.scss +230 -243
  37. package/{dist/scss → scss}/functions/_mediaQueries.scss +133 -138
  38. package/{dist/scss → scss}/functions/_others.scss +87 -92
  39. package/{dist/scss → scss}/functions/_typographic.scss +129 -134
  40. package/{dist/scss → scss}/functions/_validations.scss +251 -251
  41. package/{dist/scss → scss}/settings/_configs.scss +295 -295
  42. package/{dist/scss → scss}/settings/_defaults.scss +178 -178
  43. package/{dist/scss → scss}/settings/_index.scss +68 -68
  44. package/{dist/scss → scss}/style/_colors.scss +146 -155
  45. package/{dist/scss → scss}/style/_grid.scss +89 -90
  46. package/{dist/scss → scss}/style/_resets.scss +110 -119
  47. package/{dist/scss → scss}/style/_shaping.scss +388 -425
  48. package/{dist/scss → scss}/style/_typographic.scss +319 -347
  49. package/dist/css/beathers-icons.min.css.map +0 -1
  50. package/dist/css/beathers.min.css.map +0 -1
  51. package/dist/scripts/helpers/BuildScssVariables.js +0 -111
  52. package/dist/scripts/helpers/CallNewVariables.d.ts +0 -2
  53. /package/{dist/css → css}/beathers-icons.min.css +0 -0
  54. /package/{dist/data → data}/colors.d.ts +0 -0
  55. /package/{dist/data → data}/colors.js +0 -0
  56. /package/{dist/data → data}/font.d.ts +0 -0
  57. /package/{dist/data → data}/font.js +0 -0
  58. /package/{dist/data → data}/index.d.ts +0 -0
  59. /package/{dist/data → data}/index.js +0 -0
  60. /package/{dist/index.d.ts → index.d.ts} +0 -0
  61. /package/{dist/index.js → index.js} +0 -0
  62. /package/{dist/scripts → scripts}/cli.d.ts +0 -0
  63. /package/{dist/scripts → scripts}/commands/build.d.ts +0 -0
  64. /package/{dist/scripts → scripts}/commands/colors.d.ts +0 -0
  65. /package/{dist/scripts → scripts}/commands/colors.js +0 -0
  66. /package/{dist/scripts → scripts}/commands/fonts.d.ts +0 -0
  67. /package/{dist/scripts → scripts}/commands/fonts.js +0 -0
  68. /package/{dist/scripts → scripts}/commands/help.d.ts +0 -0
  69. /package/{dist/scripts → scripts}/commands/help.js +0 -0
  70. /package/{dist/scripts → scripts}/commands/index.d.ts +0 -0
  71. /package/{dist/scripts → scripts}/commands/index.js +0 -0
  72. /package/{dist/scripts → scripts}/commands/init.d.ts +0 -0
  73. /package/{dist/scripts → scripts}/commands/init.js +0 -0
  74. /package/{dist/scripts → scripts}/commands/list.d.ts +0 -0
  75. /package/{dist/scripts → scripts}/commands/list.js +0 -0
  76. /package/{dist/scripts → scripts}/commands/version.d.ts +0 -0
  77. /package/{dist/scripts → scripts}/commands/version.js +0 -0
  78. /package/{dist/scripts → scripts}/helpers/BuildScssVariables.d.ts +0 -0
  79. /package/{dist/scripts → scripts}/helpers/LoadUserConfigs.d.ts +0 -0
  80. /package/{dist/scripts → scripts}/helpers/LoadUserConfigs.js +0 -0
  81. /package/{dist/scripts → scripts}/helpers/Merge.d.ts +0 -0
  82. /package/{dist/scripts → scripts}/helpers/Merge.js +0 -0
  83. /package/{dist/scripts → scripts}/helpers/ReadDefaultValues.d.ts +0 -0
  84. /package/{dist/scripts → scripts}/helpers/ReadDefaultValues.js +0 -0
  85. /package/{dist/scripts → scripts}/helpers/index.d.ts +0 -0
  86. /package/{dist/scripts → scripts}/helpers/index.js +0 -0
  87. /package/{dist/scripts → scripts}/types.d.ts +0 -0
  88. /package/{dist/scripts → scripts}/types.js +0 -0
package/.prettierrc.js ADDED
@@ -0,0 +1,8 @@
1
+ export default {
2
+ trailingComma: 'es5',
3
+ bracketSpacing: true,
4
+ tabWidth: 2,
5
+ printWidth: 120,
6
+ semi: false,
7
+ singleQuote: true,
8
+ }
package/CHANGELOG CHANGED
@@ -1,154 +1,176 @@
1
- # Changelog
2
-
3
- ## [5.3.6] - 2025-06-12
4
-
5
- ### Fixed
6
-
7
- - **CLI build paths**: Updated build paths to correctly reference package installation location
8
- - **Output directory logic**: Improved default output path handling for different execution contexts
9
-
10
- ## [5.3.5] - 2025-06-12
11
-
12
- ### Fixed
13
-
14
- - **CLI execution**: Fixed "Command failed: npm run build:pack" error when using `npx beathers` as library in other projects
15
- - **Package dependencies**: Moved `sass` from devDependencies to dependencies to ensure it's available when package is installed
16
- - **Build system**: CLI now uses sass compiler directly instead of trying to run npm scripts from user projects
17
-
18
- ## [5.3.4] - 2025-06-12
19
-
20
- ### Updated
21
-
22
- - **Package maintenance**: Minor fixes
23
-
24
- ## [5.3.3] - 2025-06-12
25
-
26
- ### Fixed
27
-
28
- - **Module exports**: Added CSS and SCSS files to package exports to fix "Module not found" error when importing CSS files
29
- - **Import paths**: Fixed package.json exports field to properly expose dist/css/_ and dist/scss/_ files
30
-
31
- ## [5.3.2] - 2025-06-12
32
-
33
- ### Fixed
34
-
35
- - **CLI version display**: Fixed version command to show correct package version (5.3.2) instead of incorrect version
36
- - **NPM package structure**: Fixed SCSS file paths in distributed package by copying source SCSS files to dist/scss/ directory
37
-
38
- ## [5.3.1] - 2025-06-12
39
-
40
- ### Fixed
41
-
42
- - **Module exports**: Fixed TypeScript path aliases in npm package exports to use relative paths for proper module resolution
43
-
44
- ## [5.3.0] - 2025-06-12
45
-
46
- ### Added
47
-
48
- - **Custom output path**: Added support for custom output path in build command for more flexible project structures
49
- - **Import commands**: New CLI import commands for colors and fonts to streamline workflow
50
- - **Enhanced console messaging**: Improved console.log messages across all commands for better user experience and clarity
51
- - **Type definitions enhancement**: Extended type definitions for typography and settings with new properties for font configurations, grid settings, and utility features
52
-
53
- ### Changed
54
-
55
- - **Code organization**: Moved functions to helper folder for better code structure and maintainability
56
- - **CLI cleanup**: Cleaned up CLI file structure for improved readability and maintenance
57
- - **Build script refactoring**: Refactored build scripts and removed stylelint configuration
58
- - **Path mapping**: Improved module importing with better path mapping
59
-
60
- ### Fixed
61
-
62
- - **Colors commands**: Fixed `add`, `remove` and `import` commands for colors
63
- - **Fonts commands**: Fixed `add`, `remove` and `import` commands for fonts
64
- - **Colors duplication**: Resolved issues with color duplication
65
- - **Default colors reading**: Fixed reading of default color values
66
- - **Help functions**: Updated and improved help command functions
67
-
68
- ## [5.2.2] - 2025-06-05
69
-
70
- ### Fixed
71
-
72
- - **README logo display**: Updated logo image source to use unpkg CDN for better compatibility and reliability on npm package page
73
-
74
- ## [5.2.1] - 2025-06-05
75
-
76
- ### Fixed
77
-
78
- - **ES module compatibility**: Fixed config loading to use `pathToFileURL` for better compatibility with ES modules
79
- - **Import resolution**: Enhanced module import handling in `LoadUserConfigs.ts` for cross-platform compatibility
80
-
81
- ## [5.2.0] - 2025-06-05
82
-
83
- ### Added
84
-
85
- - **Enhanced theme building system**: Complete refactor of `ReadDefaultValues.ts` with improved SCSS variable parsing
86
- - **Better default theme loading**: Added proper merging of default values with user configurations in `BuildTheme.ts`
87
- - **Improved type definitions**: Consolidated and organized type exports in `types.ts` for better developer experience
88
- - **Enhanced configuration handling**: Better support for nullish coalescing in `LoadUserConfigs.ts`
89
- - **More robust SCSS parsing**: Enhanced parsing logic for colors, fonts, breakpoints, and wrappers
90
- - **Better wrapper configuration**: Fixed wrapper property structure (size → width) for consistency
91
-
92
- ### Changed
93
-
94
- - **Type system overhaul**: Moved from separate type exports to consolidated type definitions
95
- - **Better configuration merging**: Enhanced default theme loading and user config integration
96
- - **Improved code organization**: More consistent code structure across TypeScript files
97
- - **Enhanced error handling**: Better validation and error messages in configuration loading
98
-
99
- ### Fixed
100
-
101
- - **Configuration parsing bugs**: Fixed various issues with SCSS variable parsing
102
- - **Type consistency**: Resolved type mismatches between different modules
103
- - **Wrapper configuration**: Fixed property naming inconsistency in wrapper settings
104
-
105
- ## [5.1.1] - 2025-06-05
106
-
107
- ### Fixed
108
-
109
- - Small bug fixes and improvements
110
-
111
- ## [5.1.0] - 2025-06-05
112
-
113
- ### Added
114
-
115
- - Enhanced CSS utility documentation in README
116
- - Comprehensive configuration examples for TypeScript users
117
- - Improved color utility system with better dark/light mode support
118
- - Font weight and size utility examples
119
-
120
- ### Changed
121
-
122
- - Updated README with detailed configuration tables
123
- - Improved TypeScript configuration examples
124
- - Enhanced documentation structure and readability
125
-
126
- ### Fixed
127
-
128
- - Configuration file format consistency
129
- - TypeScript type definitions alignment
130
-
131
- ## [5.0.0] - Initial Release
132
-
133
- ### Added
134
-
135
- - Core SCSS framework with utility-first approach
136
- - Interactive CLI tool for theme configuration
137
- - Comprehensive color system with light/dark variants
138
- - Typography utilities with customizable font families and sizes
139
- - Responsive grid system with 12-column layout
140
- - Flexbox utilities for modern layouts
141
- - Spacing utilities with customizable gutters
142
- - Border and border-radius utilities
143
- - Shadow and blur effects
144
- - Position and sizing utilities
145
- - Opacity and overflow utilities
146
- - Transition utilities for smooth animations
147
- - Display utilities for various layout needs
148
- - Container/wrapper utilities for responsive layouts
149
- - Icon integration support
150
- - Complete customization through configuration files
151
- - Support for JSON, JS, and TypeScript config formats
152
- - CSS custom properties (CSS variables) generation
153
- - Media query utilities for responsive design
154
- - Text alignment and truncation utilities
1
+ # Changelog
2
+
3
+ ## [5.4.1] - 2025-06-15
4
+
5
+ ### Fixed
6
+
7
+ - Minor bug fixes and improvements
8
+ - Enhanced build process stability
9
+ - Improved CLI command reliability
10
+ - Fixed edge cases in configuration handling
11
+
12
+ ## [5.4.0] - 2025-06-12
13
+
14
+ ### Changed
15
+
16
+ - **BREAKING CHANGE**: Removed `dist` folder from package structure for cleaner imports
17
+ - **Import paths**: Updated import paths from `beathers/dist/css/beathers.min.css` to `beathers/css/beathers.min.css`
18
+ - **Package structure**: Moved CSS files from `dist/css/` to `css/` and SCSS files from `dist/scss/` to `scss/`
19
+ - **Build scripts**: Updated all build and CLI scripts to work with new folder structure
20
+
21
+ ### Fixed
22
+
23
+ - **Package exports**: Updated package.json exports to reflect new structure without `dist` folder
24
+
25
+ ## [5.3.6] - 2025-06-12
26
+
27
+ ### Fixed
28
+
29
+ - **CLI build paths**: Updated build paths to correctly reference package installation location
30
+ - **Output directory logic**: Improved default output path handling for different execution contexts
31
+
32
+ ## [5.3.5] - 2025-06-12
33
+
34
+ ### Fixed
35
+
36
+ - **CLI execution**: Fixed "Command failed: npm run build:pack" error when using `npx beathers` as library in other projects
37
+ - **Package dependencies**: Moved `sass` from devDependencies to dependencies to ensure it's available when package is installed
38
+ - **Build system**: CLI now uses sass compiler directly instead of trying to run npm scripts from user projects
39
+
40
+ ## [5.3.4] - 2025-06-12
41
+
42
+ ### Updated
43
+
44
+ - **Package maintenance**: Minor fixes
45
+
46
+ ## [5.3.3] - 2025-06-12
47
+
48
+ ### Fixed
49
+
50
+ - **Module exports**: Added CSS and SCSS files to package exports to fix "Module not found" error when importing CSS files
51
+ - **Import paths**: Fixed package.json exports field to properly expose css/_ and scss/_ files
52
+
53
+ ## [5.3.2] - 2025-06-12
54
+
55
+ ### Fixed
56
+
57
+ - **CLI version display**: Fixed version command to show correct package version (5.3.2) instead of incorrect version
58
+ - **NPM package structure**: Fixed SCSS file paths in distributed package by copying source SCSS files to scss/ directory
59
+
60
+ ## [5.3.1] - 2025-06-12
61
+
62
+ ### Fixed
63
+
64
+ - **Module exports**: Fixed TypeScript path aliases in npm package exports to use relative paths for proper module resolution
65
+
66
+ ## [5.3.0] - 2025-06-12
67
+
68
+ ### Added
69
+
70
+ - **Custom output path**: Added support for custom output path in build command for more flexible project structures
71
+ - **Import commands**: New CLI import commands for colors and fonts to streamline workflow
72
+ - **Enhanced console messaging**: Improved console.log messages across all commands for better user experience and clarity
73
+ - **Type definitions enhancement**: Extended type definitions for typography and settings with new properties for font configurations, grid settings, and utility features
74
+
75
+ ### Changed
76
+
77
+ - **Code organization**: Moved functions to helper folder for better code structure and maintainability
78
+ - **CLI cleanup**: Cleaned up CLI file structure for improved readability and maintenance
79
+ - **Build script refactoring**: Refactored build scripts and removed stylelint configuration
80
+ - **Path mapping**: Improved module importing with better path mapping
81
+
82
+ ### Fixed
83
+
84
+ - **Colors commands**: Fixed `add`, `remove` and `import` commands for colors
85
+ - **Fonts commands**: Fixed `add`, `remove` and `import` commands for fonts
86
+ - **Colors duplication**: Resolved issues with color duplication
87
+ - **Default colors reading**: Fixed reading of default color values
88
+ - **Help functions**: Updated and improved help command functions
89
+
90
+ ## [5.2.2] - 2025-06-05
91
+
92
+ ### Fixed
93
+
94
+ - **README logo display**: Updated logo image source to use unpkg CDN for better compatibility and reliability on npm package page
95
+
96
+ ## [5.2.1] - 2025-06-05
97
+
98
+ ### Fixed
99
+
100
+ - **ES module compatibility**: Fixed config loading to use `pathToFileURL` for better compatibility with ES modules
101
+ - **Import resolution**: Enhanced module import handling in `LoadUserConfigs.ts` for cross-platform compatibility
102
+
103
+ ## [5.2.0] - 2025-06-05
104
+
105
+ ### Added
106
+
107
+ - **Enhanced theme building system**: Complete refactor of `ReadDefaultValues.ts` with improved SCSS variable parsing
108
+ - **Better default theme loading**: Added proper merging of default values with user configurations in `BuildTheme.ts`
109
+ - **Improved type definitions**: Consolidated and organized type exports in `types.ts` for better developer experience
110
+ - **Enhanced configuration handling**: Better support for nullish coalescing in `LoadUserConfigs.ts`
111
+ - **More robust SCSS parsing**: Enhanced parsing logic for colors, fonts, breakpoints, and wrappers
112
+ - **Better wrapper configuration**: Fixed wrapper property structure (size → width) for consistency
113
+
114
+ ### Changed
115
+
116
+ - **Type system overhaul**: Moved from separate type exports to consolidated type definitions
117
+ - **Better configuration merging**: Enhanced default theme loading and user config integration
118
+ - **Improved code organization**: More consistent code structure across TypeScript files
119
+ - **Enhanced error handling**: Better validation and error messages in configuration loading
120
+
121
+ ### Fixed
122
+
123
+ - **Configuration parsing bugs**: Fixed various issues with SCSS variable parsing
124
+ - **Type consistency**: Resolved type mismatches between different modules
125
+ - **Wrapper configuration**: Fixed property naming inconsistency in wrapper settings
126
+
127
+ ## [5.1.1] - 2025-06-05
128
+
129
+ ### Fixed
130
+
131
+ - Small bug fixes and improvements
132
+
133
+ ## [5.1.0] - 2025-06-05
134
+
135
+ ### Added
136
+
137
+ - Enhanced CSS utility documentation in README
138
+ - Comprehensive configuration examples for TypeScript users
139
+ - Improved color utility system with better dark/light mode support
140
+ - Font weight and size utility examples
141
+
142
+ ### Changed
143
+
144
+ - Updated README with detailed configuration tables
145
+ - Improved TypeScript configuration examples
146
+ - Enhanced documentation structure and readability
147
+
148
+ ### Fixed
149
+
150
+ - Configuration file format consistency
151
+ - TypeScript type definitions alignment
152
+
153
+ ## [5.0.0] - Initial Release
154
+
155
+ ### Added
156
+
157
+ - Core SCSS framework with utility-first approach
158
+ - Interactive CLI tool for theme configuration
159
+ - Comprehensive color system with light/dark variants
160
+ - Typography utilities with customizable font families and sizes
161
+ - Responsive grid system with 12-column layout
162
+ - Flexbox utilities for modern layouts
163
+ - Spacing utilities with customizable gutters
164
+ - Border and border-radius utilities
165
+ - Shadow and blur effects
166
+ - Position and sizing utilities
167
+ - Opacity and overflow utilities
168
+ - Transition utilities for smooth animations
169
+ - Display utilities for various layout needs
170
+ - Container/wrapper utilities for responsive layouts
171
+ - Icon integration support
172
+ - Complete customization through configuration files
173
+ - Support for JSON, JS, and TypeScript config formats
174
+ - CSS custom properties (CSS variables) generation
175
+ - Media query utilities for responsive design
176
+ - Text alignment and truncation utilities
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../src/scss/beathers-icons.min.scss"],"names":[],"mappings":"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","file":"beathers-icons.min.css","sourcesContent":["@use './settings/index' as settings;\n\n@if (settings.$useIcons) {\n $icons: (\n 'cart': '\\ea01',\n 'share': '\\ea02',\n 'tag-1': '\\ea03',\n 'facebook-messenger': '\\ea04',\n 'arrow-corner-up-left': '\\ea05',\n 'fastword': '\\ea06',\n 'tiktok': '\\ea07',\n 'database': '\\ea08',\n 'syrian-pound': '\\ea09',\n 'user-check': '\\ea0a',\n 'server': '\\ea0b',\n 'car': '\\ea0c',\n 'times': '\\ea0d',\n 'apple-store': '\\ea0e',\n 'arrow-circle-up': '\\ea0f',\n 'login': '\\ea10',\n 'settings': '\\ea11',\n 'instagram': '\\ea12',\n 'sun': '\\ea13',\n 'arrow-corner-left-up': '\\ea14',\n 'star-Half': '\\ea15',\n 'img': '\\ea16',\n 'gender': '\\ea17',\n 'amazon-payment': '\\ea18',\n 'pintrest': '\\ea19',\n 'arrow-droplist-down': '\\ea1a',\n 'apple-pay': '\\ea1b',\n 'whatsapp': '\\ea1c',\n 'arrow-droplist-up': '\\ea1d',\n 'pause': '\\ea1e',\n 'arrow-corner-right-up': '\\ea1f',\n 'save': '\\ea20',\n 'star': '\\ea21',\n 'arrow-corner-down-right': '\\ea22',\n 'moon': '\\ea23',\n 'arrow-classic-down-left': '\\ea24',\n 'logout': '\\ea25',\n 'certificate': '\\ea26',\n 'repeat': '\\ea27',\n 'rotate': '\\ea28',\n 'warning': '\\ea29',\n 'wallet': '\\ea2a',\n 'headset': '\\ea2b',\n 'plus': '\\ea2c',\n 'double-check': '\\ea2d',\n 'lock-opened': '\\ea2e',\n 'arrow-classic-up-left': '\\ea2f',\n 'chili': '\\ea30',\n 'github': '\\ea31',\n 'options': '\\ea32',\n 'volume-up': '\\ea33',\n 'flash': '\\ea34',\n 'usb': '\\ea35',\n 'shield-on': '\\ea36',\n 'copy': '\\ea37',\n 'stop': '\\ea38',\n 'warehouse': '\\ea39',\n 'user-delete': '\\ea3a',\n 'target': '\\ea3b',\n 'arrow-droplist-right': '\\ea3c',\n 'arrow-sign-left': '\\ea3d',\n 'check': '\\ea3e',\n 'coin': '\\ea3f',\n 'print': '\\ea40',\n 'arrow-lite-double-down': '\\ea41',\n 'card': '\\ea42',\n 'stackoverflow': '\\ea43',\n 'face-id': '\\ea44',\n 'signal': '\\ea45',\n 'arrow-droplist-left': '\\ea46',\n 'cart-1': '\\ea47',\n 'behance': '\\ea48',\n 'menu-1': '\\ea49',\n 'user-remove': '\\ea4a',\n 'tag': '\\ea4b',\n 'receipt': '\\ea4c',\n 'check-1': '\\ea4d',\n 'medal-1': '\\ea4e',\n 'heart-rate': '\\ea4f',\n 'coffee-1': '\\ea50',\n 'halal': '\\ea51',\n 'search-1': '\\ea52',\n 'power': '\\ea53',\n 'edit-1': '\\ea54',\n 'arrow-classic-right': '\\ea55',\n 'search': '\\ea56',\n 'phone': '\\ea57',\n 'saudi-riyal': '\\ea58',\n 'time': '\\ea59',\n 'btc': '\\ea5a',\n 'play': '\\ea5b',\n 'eye-closed': '\\ea5c',\n 'shop': '\\ea5d',\n 'menu': '\\ea5e',\n 'facebook': '\\ea5f',\n 'hackerrank': '\\ea60',\n 'gift-opened': '\\ea61',\n 'news': '\\ea62',\n 'medal': '\\ea63',\n 'finger-print': '\\ea64',\n 'Unlink': '\\ea65',\n 'huawei': '\\ea66',\n 'arrow-classic-up-right': '\\ea67',\n 'microsoft': '\\ea68',\n 'pdf': '\\ea69',\n 'dislike': '\\ea6a',\n 'snapchat': '\\ea6b',\n 'turkish': '\\ea6c',\n 'bank': '\\ea6d',\n 'home': '\\ea6e',\n 'trash': '\\ea6f',\n 'thermometer': '\\ea70',\n 'sort-up': '\\ea71',\n 'coffee-2': '\\ea72',\n 'scale-down': '\\ea73',\n 'lang-ar': '\\ea74',\n 'files': '\\ea75',\n 'archive': '\\ea76',\n 'like': '\\ea77',\n 'arrow-classic-down-right': '\\ea78',\n 'timer': '\\ea79',\n 'gold': '\\ea7a',\n 'eye-opened': '\\ea7b',\n 'arrow-circle-left': '\\ea7c',\n 'telegram': '\\ea7d',\n 'volume': '\\ea7e',\n 'linkedin': '\\ea7f',\n 'arrow-corner-down-left': '\\ea80',\n 'download': '\\ea81',\n 'inbox': '\\ea82',\n 'arrow-corner-right-down': '\\ea83',\n 'pin-2': '\\ea84',\n 'game-contraller': '\\ea85',\n 'users': '\\ea86',\n 'volume-down': '\\ea87',\n 'user': '\\ea88',\n 'info': '\\ea89',\n 'pin-1': '\\ea8a',\n 'google-play': '\\ea8b',\n 'arrow-sign-right': '\\ea8c',\n 'ads': '\\ea8d',\n 'car-1': '\\ea8e',\n 'arrow-corner-left-down': '\\ea8f',\n 'arrow-circle-down': '\\ea90',\n 'ship': '\\ea91',\n 'chart-3': '\\ea92',\n 'dribbble': '\\ea93',\n 'arrow-lite-double-right': '\\ea94',\n 'check-2': '\\ea95',\n 'arrow-classic-down': '\\ea96',\n 'question': '\\ea97',\n 'new-tab': '\\ea98',\n 'cart-2': '\\ea99',\n 'arrow-corner-up-right': '\\ea9a',\n 'arrow-classic-left': '\\ea9b',\n 'octagon': '\\ea9c',\n 'rupee': '\\ea9d',\n 'usb-1': '\\ea9e',\n 'yuan': '\\ea9f',\n 'cheeze': '\\eaa0',\n 'arrow-lite-double-up': '\\eaa1',\n 'dashboard': '\\eaa2',\n 'android': '\\eaa3',\n 'mail': '\\eaa4',\n 'age': '\\eaa5',\n 'filters': '\\eaa6',\n 'chart-2': '\\eaa7',\n 'drop': '\\eaa8',\n 'gift-closed': '\\eaa9',\n 'euro': '\\eaaa',\n 'loading': '\\eaab',\n 'upload': '\\eaac',\n 'arrow-sign-up': '\\eaad',\n 'bell-off': '\\eaae',\n 'passport': '\\eaaf',\n 'chart-1': '\\eab0',\n 'user-add': '\\eab1',\n 'edit': '\\eab2',\n 'Chipset': '\\eab3',\n 'youtube': '\\eab4',\n 'arrow-lite-left': '\\eab5',\n 'arrow-sign-down': '\\eab6',\n 'arrow-classic-up': '\\eab7',\n 'white-board': '\\eab8',\n 'grid': '\\eab9',\n 'pounds': '\\eaba',\n 'pin': '\\eabb',\n 'arrow-lite-right': '\\eabc',\n 'shield-off': '\\eabd',\n 'arrow-lite-up': '\\eabe',\n 'scale-up': '\\eabf',\n 'barcode': '\\eac0',\n 'plane': '\\eac1',\n 'quote': '\\eac2',\n 'ruble': '\\eac3',\n 'ice-cream': '\\eac4',\n 'move': '\\eac5',\n 'times-2': '\\eac6',\n 'link-1': '\\eac7',\n 'board': '\\eac8',\n 'mobile': '\\eac9',\n 'arrow-circle-right': '\\eaca',\n 'apple': '\\eacb',\n 'google': '\\eacc',\n 'arrow-outside': '\\eacd',\n 'compare': '\\eace',\n 'mice': '\\eacf',\n 'cloud': '\\ead0',\n 'times-1': '\\ead1',\n 'calendar': '\\ead2',\n 'twitter': '\\ead3',\n 'motorbike': '\\ead4',\n 'categories': '\\ead5',\n 'app-gallery': '\\ead6',\n 'aws': '\\ead7',\n 'arrow-inside': '\\ead8',\n 'folder': '\\ead9',\n 'x': '\\eada',\n 'camera': '\\eadb',\n 'minus': '\\eadc',\n 'link': '\\eadd',\n 'box': '\\eade',\n 'color': '\\eadf',\n 'sort-down': '\\eae0',\n 'settings-1': '\\eae1',\n 'google-pay': '\\eae2',\n 'chart': '\\eae3',\n 'heart': '\\eae4',\n 'doller': '\\eae5',\n 'lock-closed': '\\eae6',\n 'umbrella': '\\eae7',\n 'arrow-lite-double-left': '\\eae8',\n 'gitlab': '\\eae9',\n 'arrow-lite-down': '\\eaea',\n 'bell': '\\eaeb',\n 'git': '\\eaec',\n 'paypal': '\\eaed',\n 'coupon': '\\eaee',\n );\n\n @font-face {\n font-family: 'beathers';\n src: url('/fonts/beathers.woff') format('woff');\n }\n\n .be {\n font-family: 'beathers', system-ui;\n font-size: 1em;\n width: 1em;\n height: 1em;\n font-style: normal;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n\n @each $name, $glyph in $icons {\n &.be-#{$name}:before {\n content: $glyph;\n }\n }\n }\n}\n"]}