@syncfusion/ej2-base 25.2.7 → 26.1.35

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 (108) hide show
  1. package/.eslintrc.json +3 -2
  2. package/bin/syncfusion-license.js +1 -1
  3. package/dist/ej2-base.min.js +2 -2
  4. package/dist/ej2-base.umd.min.js +2 -2
  5. package/dist/ej2-base.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-base.es2015.js +197 -423
  7. package/dist/es6/ej2-base.es2015.js.map +1 -1
  8. package/dist/es6/ej2-base.es5.js +182 -405
  9. package/dist/es6/ej2-base.es5.js.map +1 -1
  10. package/dist/global/ej2-base.min.js +2 -2
  11. package/dist/global/ej2-base.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +72 -8
  14. package/src/ajax.d.ts +1 -1
  15. package/src/ajax.js +3 -7
  16. package/src/animation.d.ts +1 -1
  17. package/src/animation.js +1 -3
  18. package/src/base.d.ts +2 -1
  19. package/src/base.js +4 -13
  20. package/src/browser.d.ts +1 -1
  21. package/src/browser.js +3 -4
  22. package/src/child-property.d.ts +1 -0
  23. package/src/child-property.js +2 -2
  24. package/src/component.d.ts +4 -0
  25. package/src/component.js +9 -17
  26. package/src/dom.js +4 -11
  27. package/src/draggable.js +1 -22
  28. package/src/droppable.js +0 -1
  29. package/src/event-handler.js +2 -6
  30. package/src/fetch.js +1 -2
  31. package/src/hijri-parser.js +3 -3
  32. package/src/internationalization.js +0 -5
  33. package/src/intl/date-formatter.js +19 -33
  34. package/src/intl/date-parser.js +33 -62
  35. package/src/intl/intl-base.d.ts +7 -0
  36. package/src/intl/intl-base.js +16 -16
  37. package/src/intl/number-formatter.js +5 -5
  38. package/src/intl/number-parser.js +2 -6
  39. package/src/intl/parser-base.js +6 -11
  40. package/src/keyboard.js +0 -1
  41. package/src/module-loader.js +1 -0
  42. package/src/notify-property-change.d.ts +0 -20
  43. package/src/notify-property-change.js +16 -55
  44. package/src/observer.js +3 -6
  45. package/src/sanitize-helper.js +0 -1
  46. package/src/template-engine.js +1 -7
  47. package/src/template.js +13 -18
  48. package/src/touch.js +3 -8
  49. package/src/util.d.ts +4 -4
  50. package/src/util.js +13 -38
  51. package/src/validate-lic.js +4 -3
  52. package/styles/_bootstrap5.3-dark-definition.scss +8 -0
  53. package/styles/_bootstrap5.3-definition.scss +8 -0
  54. package/styles/_fluent2-dark-definition.scss +9 -0
  55. package/styles/_fluent2-definition.scss +9 -0
  56. package/styles/_fluent2-highcontrast-definition.scss +9 -0
  57. package/styles/animation/_all.scss +0 -1
  58. package/styles/bootstrap-dark.css +865 -143
  59. package/styles/bootstrap.css +865 -143
  60. package/styles/bootstrap4.css +865 -143
  61. package/styles/bootstrap5-dark.css +865 -143
  62. package/styles/bootstrap5.css +865 -143
  63. package/styles/common/_core.scss +3 -7
  64. package/styles/definition/_bds-dark.scss +45 -156
  65. package/styles/definition/_bds.scss +71 -202
  66. package/styles/definition/_bootstrap-dark.scss +1 -13
  67. package/styles/definition/_bootstrap.scss +0 -13
  68. package/styles/definition/_bootstrap4.scss +24 -38
  69. package/styles/definition/_bootstrap5-dark.scss +69 -88
  70. package/styles/definition/_bootstrap5.3-dark.scss +853 -0
  71. package/styles/definition/_bootstrap5.3.scss +1486 -0
  72. package/styles/definition/_bootstrap5.scss +64 -84
  73. package/styles/definition/_fabric-dark.scss +0 -12
  74. package/styles/definition/_fabric.scss +0 -12
  75. package/styles/definition/_fluent-dark.scss +27 -96
  76. package/styles/definition/_fluent.scss +27 -97
  77. package/styles/definition/_fluent2-dark.scss +1506 -0
  78. package/styles/definition/_fluent2-highcontrast.scss +1506 -0
  79. package/styles/definition/_fluent2.scss +2264 -0
  80. package/styles/definition/_fusionnew-dark.scss +40 -78
  81. package/styles/definition/_fusionnew.scss +36 -75
  82. package/styles/definition/_highcontrast-light.scss +0 -10
  83. package/styles/definition/_highcontrast.scss +0 -12
  84. package/styles/definition/_material-dark.scss +0 -11
  85. package/styles/definition/_material.scss +1 -13
  86. package/styles/definition/_material3-dark.scss +15 -71
  87. package/styles/definition/_material3.scss +15 -84
  88. package/styles/definition/_tailwind-dark.scss +17 -66
  89. package/styles/definition/_tailwind.scss +18 -66
  90. package/styles/fabric-dark.css +865 -143
  91. package/styles/fabric.css +865 -143
  92. package/styles/fluent-dark.css +865 -143
  93. package/styles/fluent.css +865 -143
  94. package/styles/fluent2.css +3825 -0
  95. package/styles/fluent2.scss +3 -0
  96. package/styles/highcontrast-light.css +865 -143
  97. package/styles/highcontrast.css +865 -143
  98. package/styles/material-dark.css +865 -143
  99. package/styles/material.css +865 -143
  100. package/styles/material3-dark.css +865 -144
  101. package/styles/material3.css +865 -144
  102. package/styles/offline-theme/material-dark.css +865 -143
  103. package/styles/offline-theme/material.css +865 -143
  104. package/styles/offline-theme/tailwind-dark.css +866 -144
  105. package/styles/offline-theme/tailwind.css +866 -144
  106. package/styles/tailwind-dark.css +866 -144
  107. package/styles/tailwind.css +866 -144
  108. package/CHANGELOG.md +0 -649
@@ -1,12 +1,7 @@
1
1
  @import '../common/mixin.scss';
2
2
 
3
- // color system
4
-
5
- // black
6
- $black: #000 !default;
7
-
8
- // White
9
- $white: #fff !default;
3
+ $black: #000 !default;
4
+ $white: #fff !default;
10
5
 
11
6
  @function shade-color($color, $percentage) {
12
7
  @return mix($black, $color, $percentage);
@@ -16,10 +11,8 @@ $white: #fff !default;
16
11
  @return mix($white, $color, $percentage);
17
12
  }
18
13
 
19
- // Transparent
20
14
  $transparent: transparent;
21
15
 
22
- // scss-docs-start gray-color-variables
23
16
  $gray-100: #f8f9fa !default;
24
17
  $gray-200: #e9ecef !default;
25
18
  $gray-300: #dee2e6 !default;
@@ -30,41 +23,39 @@ $gray-700: #495057 !default;
30
23
  $gray-800: #343a40 !default;
31
24
  $gray-900: #212529 !default;
32
25
 
33
- // scss-docs-start color-variables
34
- $blue: #0d6efd !default;
35
- $indigo: #6610f2 !default;
36
- $purple: #6f42c1 !default;
37
- $pink: #d63384 !default;
38
- $red: #dc3545 !default;
39
- $orange: #fd7e14 !default;
40
- $yellow: #ffc107 !default;
41
- $green: #198754 !default;
42
- $teal: #20c997 !default;
43
- $cyan: #0dcaf0 !default;
44
-
45
- $primary: $blue !default;
46
- $secondary: $gray-600 !default;
47
- $success: lighten($green, 10%) !default;
48
- $info: $cyan !default;
49
- $warning: $yellow !default;
50
- $danger: lighten($red, 10%) !default;
51
- $success-light: tint-color($success, 80%) !default;
52
- $info-light: tint-color($info, 80%) !default;
53
- $warning-light: tint-color($warning, 80%) !default;
54
- $danger-light: tint-color($danger, 80%) !default;
26
+ $blue: #0d6efd !default;
27
+ $indigo: #6610f2 !default;
28
+ $purple: #6f42c1 !default;
29
+ $pink: #d63384 !default;
30
+ $red: #dc3545 !default;
31
+ $orange: #fd7e14 !default;
32
+ $yellow: #ffc107 !default;
33
+ $green: #198754 !default;
34
+ $teal: #20c997 !default;
35
+ $cyan: #0dcaf0 !default;
36
+
37
+ $primary: $blue !default;
38
+ $secondary: $gray-600 !default;
39
+ $success: lighten($green, 10%) !default;
40
+ $info: $cyan !default;
41
+ $warning: $yellow !default;
42
+ $danger: lighten($red, 10%) !default;
43
+ $success-light: tint-color($success, 80%) !default;
44
+ $info-light: tint-color($info, 80%) !default;
45
+ $warning-light: tint-color($warning, 80%) !default;
46
+ $danger-light: tint-color($danger, 80%) !default;
55
47
  $primary-text-color: $white !default;
56
- $primary-light: tint-color($primary, 50%) !default;
57
- $primary-lighter: shade-color($primary, 80%) !default;
58
- $success-dark: darken($success, 10%) !default;
59
- $info-dark: darken($info, 25%) !default;
60
- $warning-dark: darken($warning, 25%) !default;
61
- $danger-dark: darken($danger, 10%) !default;
62
- $success-light-alt: darken($green, 20%) !default;
63
- $info-light-alt: darken($cyan, 25%) !default;
64
- $warning-light-alt: darken($yellow, 20%) !default;
65
- $danger-light-alt: darken($red, 25%) !default;
48
+ $primary-light: tint-color($primary, 50%) !default;
49
+ $primary-lighter: shade-color($primary, 80%) !default;
50
+ $success-dark: darken($success, 10%) !default;
51
+ $info-dark: darken($info, 25%) !default;
52
+ $warning-dark: darken($warning, 25%) !default;
53
+ $danger-dark: darken($danger, 10%) !default;
54
+ $success-light-alt: darken($green, 20%) !default;
55
+ $info-light-alt: darken($cyan, 25%) !default;
56
+ $warning-light-alt: darken($yellow, 20%) !default;
57
+ $danger-light-alt: darken($red, 25%) !default;
66
58
 
67
- // backgroundcolor
68
59
  $content-bg-color: $gray-900 !default;
69
60
  $content-bg-color-alt1: lighten($gray-900, 3%) !default;
70
61
  $content-bg-color-alt2: $gray-800 !default;
@@ -87,7 +78,6 @@ $table-bg-color-hover: lighten($content-bg-color, 7%) !default;
87
78
  $table-bg-color-pressed: $gray-700 !default;
88
79
  $table-bg-color-selected: lighten($content-bg-color, 12%) !default;
89
80
 
90
- //All theme commoon color
91
81
  $colorpicker-gradient-1: #f00 !default;
92
82
  $colorpicker-gradient-2: #ff0 !default;
93
83
  $ccolorpicker-gradient-3: #0f0 !default;
@@ -102,7 +92,6 @@ $spreadsheet-selection-4: #4caf51;
102
92
  $spreadsheet-selection-5: #fe9800;
103
93
  $spreadsheet-selection-6: #3f52b5;
104
94
 
105
- // text-color
106
95
  $content-text-color: $white !default;
107
96
  $content-text-color-alt1: $gray-200 !default;
108
97
  $content-text-color-alt2: $gray-400 !default;
@@ -122,13 +111,11 @@ $table-text-color-hover: $white !default;
122
111
  $table-text-color-pressed: $white !default;
123
112
  $table-text-color-selected: $white !default;
124
113
 
125
- // icon-color
126
114
  $icon-color: $gray-500 !default;
127
115
  $icon-color-hover: $gray-300 !default;
128
116
  $icon-color-pressed: $gray-100 !default;
129
117
  $icon-color-disabled: $gray-500 !default;
130
118
 
131
- // border-color
132
119
  $border-light: lighten($gray-800, 7%) !default;
133
120
  $border: $gray-600 !default;
134
121
  $border-dark: $gray-500 !default;
@@ -143,16 +130,14 @@ $border-error: lighten($red, 10%) !default;
143
130
  $border-success: lighten($green, 10%) !default;
144
131
  $spreadsheet-gridline: $gray-300 !default;
145
132
 
146
- // Tooltip
147
133
  $tooltip-bg-color: $gray-200 !default;
148
134
  $tooltip-border: $gray-200;
149
135
  $toooltip-text-color: $gray-900 !default;
150
136
 
151
- // shadow
152
137
  $shadow: 0 .8px 16px rgba($black, .15) !default;
153
138
  $shadow-sm: 0 2px 4px rgba($black, .075) !default;
154
139
  $shadow-md: 0 8px 12px rgba($black, .15) !default;
155
- $shadow-lg: 0 16px 48px rgba($black, .175) !default;
140
+ $shadow-lg: 0 16px 48px rgba($black, .175) !default;
156
141
  $shadow-xl: 0 20px 25px -5px rgba($black, .1), 0 10px 10px -5px rgba($black, .04) !default;
157
142
  $shadow-2xl: 0 25px 50px -12px rgba($black, .25) !default;
158
143
  $shadow-inner: inset 0 1px 2px rgba($black, .075) !default;
@@ -166,10 +151,8 @@ $danger-shadow-focus: 0 0 0 4px rgba(tint-color($danger, 15%), .5) !default;
166
151
  $info-shadow-focus: 0 0 0 4px rgba(tint-color($info, 15%), .5) !default;
167
152
  $warning-shadow-focus: 0 0 0 4px rgba(tint-color($warning, 15%), .5) !default;
168
153
 
169
- // fontfamily
170
154
  $font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
171
155
 
172
- // default font Size
173
156
  $text-xxs: 10px !default;
174
157
  $text-xs: 12px !default;
175
158
  $text-sm: 14px !default;
@@ -185,7 +168,6 @@ $text-7xl: 72px !default;
185
168
  $text-8xl: 96px !default;
186
169
  $text-9xl: 128px !default;
187
170
 
188
- // heading
189
171
  $h1-font-size: 40px !default;
190
172
  $h2-font-size: 32px !default;
191
173
  $h3-font-size: 28px !default;
@@ -193,9 +175,6 @@ $h4-font-size: $text-2xl !default;
193
175
  $h5-font-size: $text-xl !default;
194
176
  $h6-font-size: $text-base !default;
195
177
 
196
- // Display
197
-
198
- // Line height
199
178
  $leading-none: 1 !default;
200
179
  $leading-tight: 1.25 !default;
201
180
  $leading-snug: 1.375 !default;
@@ -203,15 +182,12 @@ $leading-normal: 1.5 !default;
203
182
  $leading-relaxed: 1.625 !default;
204
183
  $leading-loose: 2 !default;
205
184
 
206
- // font Weight
207
- $font-weight-lighter: lighter !default;
208
- $font-weight-light: 300 !default;
209
- $font-weight-normal: 400 !default;
210
- $font-weight-medium: 500 !default;
211
- $font-weight-bold: 700 !default;
212
- $font-weight-bolder: bolder !default;
213
-
214
- // Secondary-button
185
+ $font-weight-lighter: lighter !default;
186
+ $font-weight-light: 300 !default;
187
+ $font-weight-normal: 400 !default;
188
+ $font-weight-medium: 500 !default;
189
+ $font-weight-bold: 700 !default;
190
+ $font-weight-bolder: bolder !default;
215
191
 
216
192
  $secondary-bg-color: $secondary !default;
217
193
  $secondary-border-color: $secondary-bg-color !default;
@@ -229,8 +205,6 @@ $secondary-bg-color-disabled: rgba($secondary-bg-color, .65) !default;
229
205
  $secondary-border-color-disabled: $secondary-bg-color-disabled !default;
230
206
  $secondary-text-color-disabled: rgba($secondary-text-color, .65) !default;
231
207
 
232
- // Primary-button
233
-
234
208
  $primary-bg-color: $primary !default;
235
209
  $primary-border-color: $primary !default;
236
210
  $primary-text: $primary-text-color !default;
@@ -247,8 +221,6 @@ $primary-bg-color-disabled: rgba($primary-bg-color, .65) !default;
247
221
  $primary-border-color-disabled: $primary-bg-color-disabled !default;
248
222
  $primary-text-disabled: rgba($primary-text, .65) !default;
249
223
 
250
- // Success-button
251
-
252
224
  $success-bg-color: $green !default;
253
225
  $success-border-color: $green !default;
254
226
  $success-text: $white !default;
@@ -265,7 +237,6 @@ $success-bg-color-disabled: rgba($success-bg-color, .65) !default;
265
237
  $success-border-color-disabled: $success-bg-color-disabled !default;
266
238
  $success-text-disabled: rgba($success-text, .65) !default;
267
239
 
268
- // Warning-button
269
240
  $warning-bg-color: $yellow !default;
270
241
  $warning-border-color: $yellow !default;
271
242
  $warning-text: $black !default;
@@ -282,7 +253,6 @@ $warning-bg-color-disabled: rgba($warning-bg-color, .65) !default;
282
253
  $warning-border-color-disabled: $warning-bg-color-disabled !default;
283
254
  $warning-text-disabled: rgba($warning-text, .65) !default;
284
255
 
285
- // danger-button
286
256
  $danger-bg-color: $red !default;
287
257
  $danger-border-color: $red !default;
288
258
  $danger-text: $white !default;
@@ -299,7 +269,6 @@ $danger-bg-color-disabled: rgba($danger-bg-color, .65) !default;
299
269
  $danger-border-color-disabled: $danger-bg-color-disabled !default;
300
270
  $danger-text-disabled: rgba($danger-text, .65) !default;
301
271
 
302
- // Info-button
303
272
  $info-bg-color: $cyan !default;
304
273
  $info-border-color: $cyan !default;
305
274
  $info-text: $black !default;
@@ -316,7 +285,6 @@ $info-bg-color-disabled: rgba($info-bg-color, .65) !default;
316
285
  $info-border-color-disabled: $info-bg-color-disabled !default;
317
286
  $info-text-disabled: rgba($info-text, .65) !default;
318
287
 
319
- //Outline button
320
288
  $primary-outline: lighten($primary, 10%) !default;
321
289
  $secondary-outline: lighten($secondary, 10%) !default;
322
290
  $warning-outline: lighten($warning, 10%) !default;
@@ -324,7 +292,6 @@ $danger-outline: lighten($danger, 10%) !default;
324
292
  $success-outline: lighten($success, 10%) !default;
325
293
  $info-outline: lighten($info, 10%) !default;
326
294
 
327
- // Chart series
328
295
  $series-1: $gray-800;
329
296
  $series-2: $gray-700;
330
297
  $series-3: $gray-600;
@@ -340,23 +307,18 @@ $series-12: #ea6266;
340
307
  $skin-name: 'bootstrap5' !default;
341
308
  $theme-name: 'bootstrap5-dark' !default;
342
309
 
343
- //Diagram Palette color
344
310
  $diagram-palette-background: $gray-300 !default;
345
311
  $diagram-palette-hover-background: $gray-400 !default;
346
312
 
347
- //App bar
348
- //Light
349
313
  $appbar-bg-color-alt1: $gray-800 !default;
350
314
  $appbar-color-alt1: $white !default;
351
315
  $appbar-border-color-alt1: $gray-800 !default;
352
316
  $appbar-hover-bg-color-alt1: rgba(255, 255, 255, .08) !default;
353
317
 
354
- //Dark
355
318
  $appbar-bg-color-alt2: $gray-300 !default;
356
319
  $appbar-color-alt2: $gray-900 !default;
357
320
  $appbar-border-color-alt2: $gray-300 !default;
358
321
  $appbar-hover-bg-color-alt2: rgba(transparent, .056) !default;
359
322
 
360
- //shadow
361
323
  $appbar-bottom-shadow: none !default;
362
324
  $appbar-top-shadow: none !default;
@@ -1,12 +1,7 @@
1
1
  @import '../common/mixin.scss';
2
2
 
3
- // color system
4
-
5
- // black
6
- $black: #000 !default;
7
-
8
- // White
9
- $white: #fff !default;
3
+ $black: #000 !default;
4
+ $white: #fff !default;
10
5
 
11
6
  @function shade-color($color, $percentage) {
12
7
  @return mix($black, $color, $percentage);
@@ -16,10 +11,8 @@ $white: #fff !default;
16
11
  @return mix($white, $color, $percentage);
17
12
  }
18
13
 
19
- // Transparent
20
14
  $transparent: transparent;
21
15
 
22
- // scss-docs-start gray-color-variables
23
16
  $gray-100: #f8f9fa !default;
24
17
  $gray-200: #e9ecef !default;
25
18
  $gray-300: #dee2e6 !default;
@@ -30,41 +23,39 @@ $gray-700: #495057 !default;
30
23
  $gray-800: #343a40 !default;
31
24
  $gray-900: #212529 !default;
32
25
 
33
- // scss-docs-start color-variables
34
- $blue: #0d6efd !default;
35
- $indigo: #6610f2 !default;
36
- $purple: #6f42c1 !default;
37
- $pink: #d63384 !default;
38
- $red: #dc3545 !default;
39
- $orange: #fd7e14 !default;
40
- $yellow: #ffc107 !default;
41
- $green: #198754 !default;
42
- $teal: #20c997 !default;
43
- $cyan: #0dcaf0 !default;
44
-
45
- $primary: $blue !default;
46
- $secondary: $gray-600 !default;
47
- $success: $green !default;
48
- $info: $cyan !default;
49
- $warning: $yellow !default;
50
- $danger: $red !default;
51
- $success-light: tint-color($success, 80%) !default;
52
- $info-light: tint-color($info, 80%) !default;
53
- $warning-light: tint-color($warning, 80%) !default;
54
- $danger-light: tint-color($danger, 80%) !default;
26
+ $blue: #0d6efd !default;
27
+ $indigo: #6610f2 !default;
28
+ $purple: #6f42c1 !default;
29
+ $pink: #d63384 !default;
30
+ $red: #dc3545 !default;
31
+ $orange: #fd7e14 !default;
32
+ $yellow: #ffc107 !default;
33
+ $green: #198754 !default;
34
+ $teal: #20c997 !default;
35
+ $cyan: #0dcaf0 !default;
36
+
37
+ $primary: $blue !default;
38
+ $secondary: $gray-600 !default;
39
+ $success: $green !default;
40
+ $info: $cyan !default;
41
+ $warning: $yellow !default;
42
+ $danger: $red !default;
43
+ $success-light: tint-color($success, 80%) !default;
44
+ $info-light: tint-color($info, 80%) !default;
45
+ $warning-light: tint-color($warning, 80%) !default;
46
+ $danger-light: tint-color($danger, 80%) !default;
55
47
  $primary-text-color: $white !default;
56
- $primary-light: tint-color($primary, 50%) !default;
57
- $primary-lighter: tint-color($primary, 90%) !default;
58
- $success-dark: darken($success, 10%) !default;
59
- $info-dark: darken($info, 25%) !default;
60
- $warning-dark: darken($warning, 25%) !default;
61
- $danger-dark: darken($danger, 10%) !default;
48
+ $primary-light: tint-color($primary, 50%) !default;
49
+ $primary-lighter: tint-color($primary, 90%) !default;
50
+ $success-dark: darken($success, 10%) !default;
51
+ $info-dark: darken($info, 25%) !default;
52
+ $warning-dark: darken($warning, 25%) !default;
53
+ $danger-dark: darken($danger, 10%) !default;
62
54
  $success-light-alt: tint-color($success, 80%) !default;
63
55
  $info-light-alt: tint-color($info, 80%) !default;
64
56
  $warning-light-alt: tint-color($warning, 80%) !default;
65
57
  $danger-light-alt: tint-color($danger, 80%) !default;
66
58
 
67
- // backgroundcolor
68
59
  $content-bg-color: $white !default;
69
60
  $content-bg-color-alt1: $gray-100 !default;
70
61
  $content-bg-color-alt2: $gray-200 !default;
@@ -86,7 +77,6 @@ $table-bg-color-hover: darken($content-bg-color-alt1, 3%) !default;
86
77
  $table-bg-color-pressed: $gray-300 !default;
87
78
  $table-bg-color-selected: darken($content-bg-color-alt1, 6%) !default;
88
79
 
89
- // all theme common color
90
80
  $colorpicker-gradient-1: #f00 !default;
91
81
  $colorpicker-gradient-2: #ff0 !default;
92
82
  $ccolorpicker-gradient-3: #0f0 !default;
@@ -101,7 +91,6 @@ $spreadsheet-selection-4: #4caf51;
101
91
  $spreadsheet-selection-5: #fe9800;
102
92
  $spreadsheet-selection-6: #3f52b5;
103
93
 
104
- // text-color
105
94
  $content-text-color: $gray-900 !default;
106
95
  $content-text-color-alt1: $gray-800 !default;
107
96
  $content-text-color-alt2: $gray-700 !default;
@@ -121,13 +110,11 @@ $table-text-color-hover: $gray-900 !default;
121
110
  $table-text-color-pressed: $gray-900 !default;
122
111
  $table-text-color-selected: $gray-900 !default;
123
112
 
124
- // icon-color
125
113
  $icon-color: $gray-600 !default;
126
114
  $icon-color-hover: $gray-800 !default;
127
115
  $icon-color-pressed: $gray-900 !default;
128
116
  $icon-color-disabled: $gray-500 !default;
129
117
 
130
- // border-color
131
118
  $border-light: $gray-300 !default;
132
119
  $border: $gray-400 !default;
133
120
  $border-dark: $gray-500 !default;
@@ -143,16 +130,14 @@ $border-success: $success !default;
143
130
  $spreadsheet-gridline: $gray-300 !default;
144
131
  $flyout-border: $gray-300 !default;
145
132
 
146
- // Tooltip
147
133
  $tooltip-bg-color: $gray-900 !default;
148
134
  $tooltip-border: $gray-900;
149
135
  $toooltip-text-color: #f9fafb !default;
150
136
 
151
- // shadow
152
137
  $shadow: 0 .8px 16px rgba($black, .15) !default;
153
138
  $shadow-sm: 0 2px 4px rgba($black, .075) !default;
154
139
  $shadow-md: 0 8px 12px rgba($black, .15) !default;
155
- $shadow-lg: 0 16px 48px rgba($black, .175) !default;
140
+ $shadow-lg: 0 16px 48px rgba($black, .175) !default;
156
141
  $shadow-xl: 0 20px 25px -5px rgba($black, .1), 0 10px 10px -5px rgba($black, .04) !default;
157
142
  $shadow-2xl: 0 25px 50px -12px rgba($black, .25) !default;
158
143
  $shadow-inner: inset 0 1px 2px rgba($black, .075) !default;
@@ -166,10 +151,8 @@ $danger-shadow-focus: 0 0 0 4px rgba(tint-color($danger, 15%), .5) !default;
166
151
  $info-shadow-focus: 0 0 0 4px rgba(tint-color($info, 15%), .5) !default;
167
152
  $warning-shadow-focus: 0 0 0 4px rgba(tint-color($warning, 15%), .5) !default;
168
153
 
169
- // fontfamily
170
154
  $font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
171
155
 
172
- // default font Size
173
156
  $text-xxs: 10px !default;
174
157
  $text-xs: 12px !default;
175
158
  $text-sm: 14px !default;
@@ -185,7 +168,6 @@ $text-7xl: 72px !default;
185
168
  $text-8xl: 96px !default;
186
169
  $text-9xl: 128px !default;
187
170
 
188
- // heading
189
171
  $h1-font-size: 40px !default;
190
172
  $h2-font-size: 32px !default;
191
173
  $h3-font-size: 28px !default;
@@ -193,9 +175,6 @@ $h4-font-size: $text-2xl !default;
193
175
  $h5-font-size: $text-xl !default;
194
176
  $h6-font-size: $text-base !default;
195
177
 
196
- // Display
197
-
198
- // Line height
199
178
  $leading-none: 1 !default;
200
179
  $leading-tight: 1.25 !default;
201
180
  $leading-snug: 1.375 !default;
@@ -203,15 +182,12 @@ $leading-normal: 1.5 !default;
203
182
  $leading-relaxed: 1.625 !default;
204
183
  $leading-loose: 2 !default;
205
184
 
206
- // font Weight
207
- $font-weight-lighter: lighter !default;
208
- $font-weight-light: 300 !default;
209
- $font-weight-normal: 400 !default;
210
- $font-weight-medium: 500 !default;
211
- $font-weight-bold: 700 !default;
212
- $font-weight-bolder: bolder !default;
213
-
214
- // Secondary-button
185
+ $font-weight-lighter: lighter !default;
186
+ $font-weight-light: 300 !default;
187
+ $font-weight-normal: 400 !default;
188
+ $font-weight-medium: 500 !default;
189
+ $font-weight-bold: 700 !default;
190
+ $font-weight-bolder: bolder !default;
215
191
 
216
192
  $secondary-bg-color: $secondary !default;
217
193
  $secondary-border-color: $secondary-bg-color !default;
@@ -229,8 +205,6 @@ $secondary-bg-color-disabled: rgba($secondary-bg-color, .65) !default;
229
205
  $secondary-border-color-disabled: $secondary-bg-color-disabled !default;
230
206
  $secondary-text-color-disabled: rgba($secondary-text-color, .65) !default;
231
207
 
232
- // Primary-button
233
-
234
208
  $primary-bg-color: $primary !default;
235
209
  $primary-border-color: $primary !default;
236
210
  $primary-text: $primary-text-color !default;
@@ -247,8 +221,6 @@ $primary-bg-color-disabled: rgba($primary-bg-color, .65) !default;
247
221
  $primary-border-color-disabled: $primary-bg-color-disabled !default;
248
222
  $primary-text-disabled: rgba($primary-text, .65) !default;
249
223
 
250
- // Success-button
251
-
252
224
  $success-bg-color: $success !default;
253
225
  $success-border-color: $success !default;
254
226
  $success-text: $white !default;
@@ -265,7 +237,6 @@ $success-bg-color-disabled: rgba($success-bg-color, .65) !default;
265
237
  $success-border-color-disabled: $success-bg-color-disabled !default;
266
238
  $success-text-disabled: rgba($success-text, .65) !default;
267
239
 
268
- // Warning-button
269
240
  $warning-bg-color: $warning !default;
270
241
  $warning-border-color: $warning !default;
271
242
  $warning-text: $black !default;
@@ -282,7 +253,6 @@ $warning-bg-color-disabled: rgba($warning-bg-color, .65) !default;
282
253
  $warning-border-color-disabled: $warning-bg-color-disabled !default;
283
254
  $warning-text-disabled: rgba($warning-text, .65) !default;
284
255
 
285
- // danger-button
286
256
  $danger-bg-color: $danger !default;
287
257
  $danger-border-color: $danger !default;
288
258
  $danger-text: $white !default;
@@ -299,7 +269,6 @@ $danger-bg-color-disabled: rgba($danger-bg-color, .65) !default;
299
269
  $danger-border-color-disabled: $danger-bg-color-disabled !default;
300
270
  $danger-text-disabled: rgba($danger-text, .65) !default;
301
271
 
302
- // Info-button
303
272
  $info-bg-color: $info !default;
304
273
  $info-border-color: $info !default;
305
274
  $info-text: $black !default;
@@ -316,7 +285,6 @@ $info-bg-color-disabled: rgba($info-bg-color, .65) !default;
316
285
  $info-border-color-disabled: $info-bg-color-disabled !default;
317
286
  $info-text-disabled: rgba($info-text, .65) !default;
318
287
 
319
- //Outline button
320
288
  $primary-outline: $primary-bg-color !default;
321
289
  $secondary-outline: $secondary-bg-color !default;
322
290
  $warning-outline: $warning-bg-color !default;
@@ -324,8 +292,6 @@ $danger-outline: $danger-bg-color !default;
324
292
  $success-outline: $success-bg-color !default;
325
293
  $info-outline: $info-bg-color !default;
326
294
 
327
- // chart series
328
-
329
295
  $series-1: $gray-200;
330
296
  $series-2: $gray-300;
331
297
  $series-3: $gray-400;
@@ -341,23 +307,18 @@ $series-12: #f3a93c;
341
307
  $skin-name: 'bootstrap5' !default;
342
308
  $theme-name: 'bootstrap5' !default;
343
309
 
344
- //Diagram Palette color
345
310
  $diagram-palette-background: $white !default;
346
311
  $diagram-palette-hover-background: $content-bg-color-hover !default;
347
312
 
348
- //App bar
349
- //Light
350
313
  $appbar-bg-color-alt1: $gray-100 !default;
351
314
  $appbar-color-alt1: $gray-900 !default;
352
315
  $appbar-border-color-alt1: $gray-100 !default;
353
316
  $appbar-hover-bg-color-alt1: rgba(transparent, .056) !default;
354
317
 
355
- //Dark
356
318
  $appbar-bg-color-alt2: $gray-900 !default;
357
319
  $appbar-color-alt2: $white !default;
358
320
  $appbar-border-color-alt2: $gray-900 !default;
359
321
  $appbar-hover-bg-color-alt2: rgba(255, 255, 255, .08) !default;
360
322
 
361
- //shadow
362
323
  $appbar-bottom-shadow: none !default;
363
324
  $appbar-top-shadow: none !default;
@@ -39,7 +39,6 @@ $theme-name: 'highcontrast-light' !default;
39
39
 
40
40
  $font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
41
41
 
42
- //Message Default
43
42
  $msg-color: $bg-base-100 !default;
44
43
  $msg-bg-color: $bg-base-0 !default;
45
44
  $msg-border-color: $bg-base-100 !default;
@@ -58,7 +57,6 @@ $msg-close-icon-color: $bg-base-100 !default;
58
57
  $msg-close-icon-color-alt1: $selection-bg !default;
59
58
  $msg-close-icon-color-alt2: $bg-base-0 !default;
60
59
 
61
- //Message success
62
60
  $msg-success-color: #fd0000 !default;
63
61
  $msg-success-bg-color: $bg-base-0 !default;
64
62
  $msg-success-border-color: $msg-success-color !default;
@@ -77,7 +75,6 @@ $msg-success-close-icon-color: #fd0000 !default;
77
75
  $msg-success-close-icon-color-alt1: $content-font !default;
78
76
  $msg-success-close-icon-color-alt2: $bg-base-0 !default;
79
77
 
80
- //Message warning
81
78
  $msg-warning-color: #ff5b04 !default;
82
79
  $msg-warning-bg-color: $bg-base-0 !default;
83
80
  $msg-warning-border-color: $msg-warning-color !default;
@@ -96,7 +93,6 @@ $msg-warning-close-icon-color: #ff5b04 !default;
96
93
  $msg-warning-close-icon-color-alt1: $content-font !default;
97
94
  $msg-warning-close-icon-color-alt2: $bg-base-0 !default;
98
95
 
99
- //Message Danger
100
96
  $msg-danger-color: #fd0000 !default;
101
97
  $msg-danger-bg-color: $bg-base-0 !default;
102
98
  $msg-danger-border-color: $msg-danger-color !default;
@@ -115,7 +111,6 @@ $msg-danger-close-icon-color: #fd0000 !default;
115
111
  $msg-danger-close-icon-color-alt1: $content-font !default;
116
112
  $msg-danger-close-icon-color-alt2: $bg-base-0 !default;
117
113
 
118
- //Message Info
119
114
  $msg-info-color: #22f8ff !default;
120
115
  $msg-info-bg-color: $bg-base-0 !default;
121
116
  $msg-info-border-color: $msg-info-color !default;
@@ -134,24 +129,19 @@ $msg-info-close-icon-color: #22f8ff !default;
134
129
  $msg-info-close-icon-color-alt1: $content-font !default;
135
130
  $msg-info-close-icon-color-alt2: $bg-base-0 !default;
136
131
 
137
- //App bar
138
- //Light
139
132
  $appbar-bg-color-alt1: #fff !default;
140
133
  $appbar-color-alt1: #000 !default;
141
134
  $appbar-border-color-alt1: #000 !default;
142
135
  $appbar-hover-bg-color-alt1: rgba(255, 255, 255, .08) !default;
143
136
 
144
- //Dark
145
137
  $appbar-bg-color-alt2: #fff !default;
146
138
  $appbar-color-alt2: #000 !default;
147
139
  $appbar-border-color-alt2: #000 !default;
148
140
  $appbar-hover-bg-color-alt2: rgba(255, 255, 255, .08) !default;
149
141
 
150
- //shadow
151
142
  $appbar-bottom-shadow: none !default;
152
143
  $appbar-top-shadow: none !default;
153
144
 
154
- //definition
155
145
  $font-size: 12px !default;
156
146
  $font-weight: normal !default;
157
147
  $font-path: 'common-images' !default;
@@ -39,9 +39,6 @@ $theme-name: 'highcontrast' !default;
39
39
 
40
40
  $font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
41
41
 
42
- //Message component
43
-
44
- //Message Default
45
42
  $msg-color: $bg-base-100 !default;
46
43
  $msg-bg-color: $bg-base-0 !default;
47
44
  $msg-border-color: $bg-base-100 !default;
@@ -60,7 +57,6 @@ $msg-close-icon-color: $bg-base-100 !default;
60
57
  $msg-close-icon-color-alt1: $selection-bg !default;
61
58
  $msg-close-icon-color-alt2: $bg-base-0 !default;
62
59
 
63
- //Message success
64
60
  $msg-success-color: #75f94c !default;
65
61
  $msg-success-bg-color: $bg-base-0 !default;
66
62
  $msg-success-border-color: $msg-success-color !default;
@@ -79,7 +75,6 @@ $msg-success-close-icon-color: #75f94c !default;
79
75
  $msg-success-close-icon-color-alt1: $content-font !default;
80
76
  $msg-success-close-icon-color-alt2: $bg-base-0 !default;
81
77
 
82
- //Message warning
83
78
  $msg-warning-color: #ff5b04 !default;
84
79
  $msg-warning-bg-color:$bg-base-0 !default;
85
80
  $msg-warning-border-color: $msg-warning-color !default;
@@ -98,7 +93,6 @@ $msg-warning-close-icon-color: #ff5b04 !default;
98
93
  $msg-warning-close-icon-color-alt1: $content-font !default;
99
94
  $msg-warning-close-icon-color-alt2: $bg-base-0 !default;
100
95
 
101
- //Message Danger
102
96
  $msg-danger-color: #fd0100 !default;
103
97
  $msg-danger-bg-color: $bg-base-0 !default;
104
98
  $msg-danger-border-color: $msg-danger-color !default;
@@ -117,7 +111,6 @@ $msg-danger-close-icon-color: #fd0100 !default;
117
111
  $msg-danger-close-icon-color-alt1: $content-font !default;
118
112
  $msg-danger-close-icon-color-alt2: $bg-base-0 !default;
119
113
 
120
- //Message Info
121
114
  $msg-info-color: #22f8ff !default;
122
115
  $msg-info-bg-color: $bg-base-0 !default;
123
116
  $msg-info-border-color: $msg-info-color !default;
@@ -136,24 +129,19 @@ $msg-info-close-icon-color: #22f8ff !default;
136
129
  $msg-info-close-icon-color-alt1: $content-font !default;
137
130
  $msg-info-close-icon-color-alt2: $bg-base-0 !default;
138
131
 
139
- //App bar
140
- //Light
141
132
  $appbar-bg-color-alt1: $bg-base-0 !default;
142
133
  $appbar-color-alt1: #fff !default;
143
134
  $appbar-border-color-alt1: $bg-base-100 !default;
144
135
  $appbar-hover-bg-color-alt1: rgba(255, 255, 255, .08) !default;
145
136
 
146
- //Dark
147
137
  $appbar-bg-color-alt2: $bg-base-100 !default;
148
138
  $appbar-color-alt2: $bg-base-0 !default;
149
139
  $appbar-border-color-alt2: $bg-base-100 !default;
150
140
  $appbar-hover-bg-color-alt2: rgba(transparent, .056) !default;
151
141
 
152
- //shadow
153
142
  $appbar-bottom-shadow: none !default;
154
143
  $appbar-top-shadow: none !default;
155
144
 
156
- //definition
157
145
  $font-size: 12px !default;
158
146
  $font-weight: normal !default;
159
147
  $font-path: 'common-images' !default;