@syncfusion/ej2-fluent2-theme 34.1.29 → 34.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/styles/ai-assistview/index-lite.css +2 -1
- package/styles/ai-assistview/index-lite.scss +2 -1
- package/styles/ai-assistview/index.css +2 -1
- package/styles/ai-assistview/index.scss +2 -1
- package/styles/base/base.css +10 -1
- package/styles/color-picker/_bigger.scss +3 -0
- package/styles/color-picker/_fluent2-definition.scss +1 -0
- package/styles/color-picker/_layout.scss +5 -0
- package/styles/color-picker/color-picker-lite.css +7 -0
- package/styles/color-picker/color-picker.css +12 -0
- package/styles/file-manager/_layout.scss +5 -0
- package/styles/file-manager/file-manager-lite.css +5 -0
- package/styles/file-manager/file-manager.css +5 -0
- package/styles/gantt/index-lite.css +1 -0
- package/styles/gantt/index-lite.scss +1 -0
- package/styles/gantt/index.css +1 -0
- package/styles/gantt/index.scss +1 -0
- package/styles/icons/fluent2.css +10 -1
- package/styles/icons/fluent2.scss +4 -1
- package/styles/inline-ai-assist/_fluent2-definition.scss +3 -3
- package/styles/inline-ai-assist/index-lite.css +1 -1
- package/styles/inline-ai-assist/index-lite.scss +1 -1
- package/styles/inline-ai-assist/index.css +1 -1
- package/styles/inline-ai-assist/index.scss +1 -1
- package/styles/inline-ai-assist/inline-ai-assist-lite.css +3 -3
- package/styles/inline-ai-assist/inline-ai-assist.css +3 -3
- package/styles/inplace-editor/index-lite.css +1 -0
- package/styles/inplace-editor/index-lite.scss +1 -0
- package/styles/inplace-editor/index.css +1 -0
- package/styles/inplace-editor/index.scss +1 -0
- package/styles/pager/_layout.scss +10 -0
- package/styles/pager/pager-lite.css +8 -0
- package/styles/pager/pager.css +8 -0
- package/styles/pdfviewer/_theme.scss +46 -24
- package/styles/pdfviewer/index-lite.css +1 -0
- package/styles/pdfviewer/index-lite.scss +1 -0
- package/styles/pdfviewer/index.css +1 -0
- package/styles/pdfviewer/index.scss +1 -0
- package/styles/rich-text-editor/index-lite.css +1 -0
- package/styles/rich-text-editor/index-lite.scss +1 -0
- package/styles/rich-text-editor/index.css +1 -0
- package/styles/rich-text-editor/index.scss +1 -0
- package/styles/smartpdfviewer/index-lite.css +1 -1
- package/styles/smartpdfviewer/index-lite.scss +1 -1
- package/styles/smartpdfviewer/index.css +1 -1
- package/styles/smartpdfviewer/index.scss +1 -1
- package/styles/spreadsheet/index-lite.css +1 -0
- package/styles/spreadsheet/index-lite.scss +1 -0
- package/styles/spreadsheet/index.css +1 -0
- package/styles/spreadsheet/index.scss +1 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@use '../base/common/base-variables' as *;
|
|
2
2
|
|
|
3
|
-
$inline-ai-assist-bg: $content-bg-color !default;
|
|
3
|
+
$inline-ai-assist-bg: $content-bg-color-alt1 !default;
|
|
4
4
|
$inline-ai-assist-popup-border-radius: 8px !default;
|
|
5
5
|
$inline-ai-assist-content-padding: 12px 12px 16px 12px !default;
|
|
6
6
|
$inline-ai-assist-content-border-radius: 8px 8px 0 0 !default;
|
|
@@ -28,9 +28,9 @@ $inline-ai-assist-textarea-placeholder-color: $placeholder-text-color !default;
|
|
|
28
28
|
$inline-ai-assist-footer-focused-border-color: $border-alt !default;
|
|
29
29
|
$inline-ai-assist-send-color: $icon-color !default;
|
|
30
30
|
$inline-ai-assist-send-disabled-color: $secondary-text-color-disabled !default;
|
|
31
|
-
$inline-ai-assist-content-bg: $content-bg-color !default;
|
|
31
|
+
$inline-ai-assist-content-bg: $content-bg-color-alt1 !default;
|
|
32
32
|
$inline-ai-assist-popup-box-shadow: $shadow-2xl !default;
|
|
33
|
-
$inline-ai-assist-footer-bg: $content-bg-color !default;
|
|
33
|
+
$inline-ai-assist-footer-bg: $content-bg-color-alt1 !default;
|
|
34
34
|
$inline-ai-assist-content-border-bottom: 1px solid $border-light !default;
|
|
35
35
|
$inline-ai-assist-response-stopper-bg-color: $primary-light !default;
|
|
36
36
|
$inline-ai-assist-response-stopper-item-color: $primary !default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import '../base/base.css';
|
|
2
|
+
@import '../button/button-lite.css';
|
|
2
3
|
@import '../h-scroll/h-scroll-lite.css';
|
|
3
4
|
@import '../v-scroll/v-scroll-lite.css';
|
|
4
|
-
@import '../button/button-lite.css';
|
|
5
5
|
@import '../popup/popup.css';
|
|
6
6
|
@import '../toolbar/toolbar-lite.css';
|
|
7
7
|
@import '../input/input-lite.css';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@use '../base/base' as *;
|
|
2
|
+
@use '../button/button-lite' as *;
|
|
2
3
|
@use '../h-scroll/h-scroll-lite' as *;
|
|
3
4
|
@use '../v-scroll/v-scroll-lite' as *;
|
|
4
|
-
@use '../button/button-lite' as *;
|
|
5
5
|
@use '../popup/popup' as *;
|
|
6
6
|
@use '../toolbar/toolbar-lite' as *;
|
|
7
7
|
@use '../input/input-lite' as *;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import '../base/base.css';
|
|
2
|
+
@import '../button/button.css';
|
|
2
3
|
@import '../h-scroll/h-scroll.css';
|
|
3
4
|
@import '../v-scroll/v-scroll.css';
|
|
4
|
-
@import '../button/button.css';
|
|
5
5
|
@import '../popup/popup.css';
|
|
6
6
|
@import '../toolbar/toolbar.css';
|
|
7
7
|
@import '../input/input.css';
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
margin-bottom: 0;
|
|
253
253
|
}
|
|
254
254
|
.e-inlineaiassist {
|
|
255
|
-
background: var(--color-sf-content-bg-color);
|
|
255
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
256
256
|
box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.2);
|
|
257
257
|
}
|
|
258
258
|
.e-inlineaiassist.e-popup {
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
box-shadow: none;
|
|
273
273
|
}
|
|
274
274
|
.e-inlineaiassist .e-footer {
|
|
275
|
-
background: var(--color-sf-content-bg-color);
|
|
275
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
276
276
|
}
|
|
277
277
|
.e-inlineaiassist .e-footer .e-assist-textarea::-webkit-scrollbar-thumb {
|
|
278
278
|
background: rgb(153, 153, 153);
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
background-color: var(--color-sf-primary-light);
|
|
319
319
|
}
|
|
320
320
|
.e-inlineaiassist .e-content:has(.e-output-container) {
|
|
321
|
-
background: var(--color-sf-content-bg-color);
|
|
321
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
322
322
|
border-bottom: 1px solid var(--color-sf-border-light);
|
|
323
323
|
}
|
|
324
324
|
.e-inlineaiassist .e-assist-indicator {
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
margin-bottom: 0;
|
|
253
253
|
}
|
|
254
254
|
.e-inlineaiassist {
|
|
255
|
-
background: var(--color-sf-content-bg-color);
|
|
255
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
256
256
|
box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.2);
|
|
257
257
|
}
|
|
258
258
|
.e-inlineaiassist.e-popup {
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
box-shadow: none;
|
|
273
273
|
}
|
|
274
274
|
.e-inlineaiassist .e-footer {
|
|
275
|
-
background: var(--color-sf-content-bg-color);
|
|
275
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
276
276
|
}
|
|
277
277
|
.e-inlineaiassist .e-footer .e-assist-textarea::-webkit-scrollbar-thumb {
|
|
278
278
|
background: rgb(153, 153, 153);
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
background-color: var(--color-sf-primary-light);
|
|
319
319
|
}
|
|
320
320
|
.e-inlineaiassist .e-content:has(.e-output-container) {
|
|
321
|
-
background: var(--color-sf-content-bg-color);
|
|
321
|
+
background: var(--color-sf-content-bg-color-alt1);
|
|
322
322
|
border-bottom: 1px solid var(--color-sf-border-light);
|
|
323
323
|
}
|
|
324
324
|
.e-inlineaiassist .e-assist-indicator {
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
@import '../menu/menu-lite.css';
|
|
33
33
|
@import '../context-menu/context-menu-lite.css';
|
|
34
34
|
@import '../ai-assistview/ai-assistview-lite.css';
|
|
35
|
+
@import '../floating-action-button/floating-action-button-lite.css';
|
|
35
36
|
@import '../textarea/textarea.css';
|
|
36
37
|
@import '../skeleton/skeleton.css';
|
|
37
38
|
@import '../mention/mention.css';
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
@use '../menu/menu-lite' as *;
|
|
33
33
|
@use '../context-menu/context-menu-lite' as *;
|
|
34
34
|
@use '../ai-assistview/ai-assistview-lite' as *;
|
|
35
|
+
@use '../floating-action-button/floating-action-button-lite' as *;
|
|
35
36
|
@use '../textarea/textarea' as *;
|
|
36
37
|
@use '../skeleton/skeleton' as *;
|
|
37
38
|
@use '../mention/mention' as *;
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
@import '../menu/menu.css';
|
|
33
33
|
@import '../context-menu/context-menu.css';
|
|
34
34
|
@import '../ai-assistview/ai-assistview.css';
|
|
35
|
+
@import '../floating-action-button/floating-action-button.css';
|
|
35
36
|
@import '../textarea/textarea.css';
|
|
36
37
|
@import '../skeleton/skeleton.css';
|
|
37
38
|
@import '../mention/mention.css';
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
@use '../menu/menu' as *;
|
|
33
33
|
@use '../context-menu/context-menu' as *;
|
|
34
34
|
@use '../ai-assistview/ai-assistview' as *;
|
|
35
|
+
@use '../floating-action-button/floating-action-button' as *;
|
|
35
36
|
@use '../textarea/textarea' as *;
|
|
36
37
|
@use '../skeleton/skeleton' as *;
|
|
37
38
|
@use '../mention/mention' as *;
|
|
@@ -757,7 +757,17 @@
|
|
|
757
757
|
padding: 7.1px 8.6px 8.5px;
|
|
758
758
|
}
|
|
759
759
|
}
|
|
760
|
+
&:has(.e-last.e-disable) .e-numericcontainer .e-link:last-child:focus,
|
|
761
|
+
.e-last:not(.e-disable):focus {
|
|
762
|
+
box-shadow: $pager-focus-shadow;
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
&:has(.e-mlast.e-disable) .e-mprev:not(.e-disable):focus,
|
|
767
|
+
.e-mlast:not(.e-disable):focus {
|
|
768
|
+
box-shadow: $pager-focus-shadow;
|
|
760
769
|
}
|
|
770
|
+
|
|
761
771
|
.e-spacing {
|
|
762
772
|
@if $pager-skin == 'tailwind3' {
|
|
763
773
|
padding: 7.6px 11.85px 7.8px 11.8px;
|
|
@@ -507,6 +507,14 @@
|
|
|
507
507
|
.e-pager.sf-pager .e-pagercontainer .e-last {
|
|
508
508
|
font-size: 16px;
|
|
509
509
|
}
|
|
510
|
+
.e-pager.sf-pager .e-pagercontainer:has(.e-last.e-disable) .e-numericcontainer .e-link:last-child:focus,
|
|
511
|
+
.e-pager.sf-pager .e-pagercontainer .e-last:not(.e-disable):focus {
|
|
512
|
+
box-shadow: 0 0 0 0.5px var(--color-sf-border) inset;
|
|
513
|
+
}
|
|
514
|
+
.e-pager.sf-pager:has(.e-mlast.e-disable) .e-mprev:not(.e-disable):focus,
|
|
515
|
+
.e-pager.sf-pager .e-mlast:not(.e-disable):focus {
|
|
516
|
+
box-shadow: 0 0 0 0.5px var(--color-sf-border) inset;
|
|
517
|
+
}
|
|
510
518
|
.e-pager.sf-pager .e-numericcontainer a {
|
|
511
519
|
font-size: 14px;
|
|
512
520
|
}
|
package/styles/pager/pager.css
CHANGED
|
@@ -507,6 +507,14 @@
|
|
|
507
507
|
.e-pager.sf-pager .e-pagercontainer .e-last {
|
|
508
508
|
font-size: 16px;
|
|
509
509
|
}
|
|
510
|
+
.e-pager.sf-pager .e-pagercontainer:has(.e-last.e-disable) .e-numericcontainer .e-link:last-child:focus,
|
|
511
|
+
.e-pager.sf-pager .e-pagercontainer .e-last:not(.e-disable):focus {
|
|
512
|
+
box-shadow: 0 0 0 0.5px var(--color-sf-border) inset;
|
|
513
|
+
}
|
|
514
|
+
.e-pager.sf-pager:has(.e-mlast.e-disable) .e-mprev:not(.e-disable):focus,
|
|
515
|
+
.e-pager.sf-pager .e-mlast:not(.e-disable):focus {
|
|
516
|
+
box-shadow: 0 0 0 0.5px var(--color-sf-border) inset;
|
|
517
|
+
}
|
|
510
518
|
.e-pager.sf-pager .e-numericcontainer a {
|
|
511
519
|
font-size: 14px;
|
|
512
520
|
}
|
|
@@ -1517,38 +1517,60 @@ $lg-desktop: 1399.98;
|
|
|
1517
1517
|
.e-pv-tbar-btn.e-pv-custom-button.e-btn:focus,
|
|
1518
1518
|
.e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus
|
|
1519
1519
|
{
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1520
|
+
@if $skin-name !='material' and $skin-name !='material-dark' {
|
|
1521
|
+
background: $pv-thumbnail-view-button-selection-background;
|
|
1522
|
+
border: $pv-thumbnail-view-button-selection-border;
|
|
1523
|
+
border-radius: $pv-thumbnail-border-selection-radius;
|
|
1524
|
+
@if $skin-name =='bootstrap4' {
|
|
1525
|
+
color: $pv-thumbnail-border-selection-font-color;
|
|
1526
|
+
}
|
|
1527
|
+
@if $skin-name =='bootstrap5' {
|
|
1528
|
+
color: $white;
|
|
1529
|
+
}
|
|
1530
|
+
@if $skin-name =='bootstrap5.3' {
|
|
1531
|
+
color: $pv-item-selection-color;
|
|
1532
|
+
}
|
|
1533
|
+
line-height: $pv-thumbnail-view-button-selection-line-height;
|
|
1534
|
+
padding: $pv-thumbnail-view-button-selection-padding;
|
|
1528
1535
|
}
|
|
1529
|
-
@if $skin-name == '
|
|
1530
|
-
|
|
1536
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' {
|
|
1537
|
+
background: $pv-thumbnail-view-button-focus-background;
|
|
1538
|
+
border-radius: $pv-thumbnail-view-button-focus-border-radius;
|
|
1539
|
+
color: $pv-thumbnail-view-button-focus-color;
|
|
1540
|
+
border-color: $pv-thumbnail-view-button-focus-border-color;
|
|
1541
|
+
border-style: $pv-thumbnail-view-button-focus-border-style;
|
|
1542
|
+
border-width: $pv-thumbnail-view-button-focus-border-width;
|
|
1543
|
+
box-shadow: $pv-thumbnail-view-button-focus-box-shadow;
|
|
1531
1544
|
}
|
|
1532
|
-
line-height: $pv-thumbnail-view-button-selection-line-height;
|
|
1533
|
-
padding: $pv-thumbnail-view-button-selection-padding;
|
|
1534
1545
|
}
|
|
1535
1546
|
|
|
1536
1547
|
.e-pv-tbar-btn.e-pv-bookmark-button.e-btn:focus
|
|
1537
1548
|
{
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1549
|
+
@if $skin-name !='material' and $skin-name !='material-dark' {
|
|
1550
|
+
background: $pv-thumbnail-view-button-selection-background;
|
|
1551
|
+
border: $pv-thumbnail-view-button-selection-border;
|
|
1552
|
+
border-radius: $pv-thumbnail-border-selection-radius;
|
|
1553
|
+
@if $skin-name =='bootstrap4' {
|
|
1554
|
+
color: $pv-thumbnail-border-selection-font-color;
|
|
1555
|
+
}
|
|
1556
|
+
@if $skin-name =='bootstrap5' {
|
|
1557
|
+
color: $white;
|
|
1558
|
+
}
|
|
1559
|
+
@if $skin-name =='bootstrap5.3' {
|
|
1560
|
+
color: $pv-item-selection-color;
|
|
1561
|
+
}
|
|
1562
|
+
line-height: $pv-thumbnail-view-button-selection-line-height;
|
|
1563
|
+
padding: $pv-thumbnail-view-button-selection-padding;
|
|
1546
1564
|
}
|
|
1547
|
-
@if $skin-name == '
|
|
1548
|
-
|
|
1565
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' {
|
|
1566
|
+
background: $pv-thumbnail-view-button-focus-background;
|
|
1567
|
+
border-radius: $pv-thumbnail-view-button-focus-border-radius;
|
|
1568
|
+
color: $pv-thumbnail-view-button-focus-color;
|
|
1569
|
+
border-color: $pv-thumbnail-view-button-focus-border-color;
|
|
1570
|
+
border-style: $pv-thumbnail-view-button-focus-border-style;
|
|
1571
|
+
border-width: $pv-thumbnail-view-button-focus-border-width;
|
|
1572
|
+
box-shadow: $pv-thumbnail-view-button-focus-box-shadow;
|
|
1549
1573
|
}
|
|
1550
|
-
line-height: $pv-thumbnail-view-button-selection-line-height;
|
|
1551
|
-
padding: $pv-thumbnail-view-button-selection-padding;
|
|
1552
1574
|
}
|
|
1553
1575
|
|
|
1554
1576
|
.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn {
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
@import '../rich-text-editor/rich-text-editor-lite.css';
|
|
47
47
|
@import '../uploader/uploader-lite.css';
|
|
48
48
|
@import '../ai-assistview/ai-assistview-lite.css';
|
|
49
|
+
@import '../floating-action-button/floating-action-button-lite.css';
|
|
49
50
|
@import '../textarea/textarea.css';
|
|
50
51
|
@import '../skeleton/skeleton.css';
|
|
51
52
|
@import '../mention/mention.css';
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
@use '../rich-text-editor/rich-text-editor-lite' as *;
|
|
47
47
|
@use '../uploader/uploader-lite' as *;
|
|
48
48
|
@use '../ai-assistview/ai-assistview-lite' as *;
|
|
49
|
+
@use '../floating-action-button/floating-action-button-lite' as *;
|
|
49
50
|
@use '../textarea/textarea' as *;
|
|
50
51
|
@use '../skeleton/skeleton' as *;
|
|
51
52
|
@use '../mention/mention' as *;
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
@import '../rich-text-editor/rich-text-editor.css';
|
|
47
47
|
@import '../uploader/uploader.css';
|
|
48
48
|
@import '../ai-assistview/ai-assistview.css';
|
|
49
|
+
@import '../floating-action-button/floating-action-button.css';
|
|
49
50
|
@import '../textarea/textarea.css';
|
|
50
51
|
@import '../skeleton/skeleton.css';
|
|
51
52
|
@import '../mention/mention.css';
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
@use '../rich-text-editor/rich-text-editor' as *;
|
|
47
47
|
@use '../uploader/uploader' as *;
|
|
48
48
|
@use '../ai-assistview/ai-assistview' as *;
|
|
49
|
+
@use '../floating-action-button/floating-action-button' as *;
|
|
49
50
|
@use '../textarea/textarea' as *;
|
|
50
51
|
@use '../skeleton/skeleton' as *;
|
|
51
52
|
@use '../mention/mention' as *;
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
@import '../toolbar/toolbar-lite.css';
|
|
19
19
|
@import '../context-menu/context-menu-lite.css';
|
|
20
20
|
@import '../menu/menu-lite.css';
|
|
21
|
+
@import '../floating-action-button/floating-action-button-lite.css';
|
|
21
22
|
@import '../textarea/textarea.css';
|
|
22
23
|
@import '../textbox/textbox-lite.css';
|
|
23
24
|
@import '../skeleton/skeleton.css';
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
@use '../toolbar/toolbar-lite' as *;
|
|
19
19
|
@use '../context-menu/context-menu-lite' as *;
|
|
20
20
|
@use '../menu/menu-lite' as *;
|
|
21
|
+
@use '../floating-action-button/floating-action-button-lite' as *;
|
|
21
22
|
@use '../textarea/textarea' as *;
|
|
22
23
|
@use '../textbox/textbox-lite' as *;
|
|
23
24
|
@use '../skeleton/skeleton' as *;
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
@import '../toolbar/toolbar.css';
|
|
19
19
|
@import '../context-menu/context-menu.css';
|
|
20
20
|
@import '../menu/menu.css';
|
|
21
|
+
@import '../floating-action-button/floating-action-button.css';
|
|
21
22
|
@import '../textarea/textarea.css';
|
|
22
23
|
@import '../textbox/textbox.css';
|
|
23
24
|
@import '../skeleton/skeleton.css';
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
@use '../toolbar/toolbar' as *;
|
|
19
19
|
@use '../context-menu/context-menu' as *;
|
|
20
20
|
@use '../menu/menu' as *;
|
|
21
|
+
@use '../floating-action-button/floating-action-button' as *;
|
|
21
22
|
@use '../textarea/textarea' as *;
|
|
22
23
|
@use '../textbox/textbox' as *;
|
|
23
24
|
@use '../skeleton/skeleton' as *;
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
@import '../rich-text-editor/rich-text-editor-lite.css';
|
|
48
48
|
@import '../uploader/uploader-lite.css';
|
|
49
49
|
@import '../ai-assistview/ai-assistview-lite.css';
|
|
50
|
+
@import '../floating-action-button/floating-action-button-lite.css';
|
|
50
51
|
@import '../textarea/textarea.css';
|
|
51
52
|
@import '../skeleton/skeleton.css';
|
|
52
53
|
@import '../mention/mention.css';
|
|
53
54
|
@import '../splitter/splitter-lite.css';
|
|
54
55
|
@import '../pdfviewer/pdfviewer-lite.css';
|
|
55
|
-
@import '../floating-action-button/floating-action-button-lite.css';
|
|
56
56
|
@import '../smartpdfviewer/smartpdfviewer-lite.css';
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
@use '../rich-text-editor/rich-text-editor-lite' as *;
|
|
48
48
|
@use '../uploader/uploader-lite' as *;
|
|
49
49
|
@use '../ai-assistview/ai-assistview-lite' as *;
|
|
50
|
+
@use '../floating-action-button/floating-action-button-lite' as *;
|
|
50
51
|
@use '../textarea/textarea' as *;
|
|
51
52
|
@use '../skeleton/skeleton' as *;
|
|
52
53
|
@use '../mention/mention' as *;
|
|
53
54
|
@use '../splitter/splitter-lite' as *;
|
|
54
55
|
@use '../pdfviewer/pdfviewer-lite' as *;
|
|
55
|
-
@use '../floating-action-button/floating-action-button-lite' as *;
|
|
56
56
|
@use '../smartpdfviewer/smartpdfviewer-lite' as *;
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
@import '../rich-text-editor/rich-text-editor.css';
|
|
48
48
|
@import '../uploader/uploader.css';
|
|
49
49
|
@import '../ai-assistview/ai-assistview.css';
|
|
50
|
+
@import '../floating-action-button/floating-action-button.css';
|
|
50
51
|
@import '../textarea/textarea.css';
|
|
51
52
|
@import '../skeleton/skeleton.css';
|
|
52
53
|
@import '../mention/mention.css';
|
|
53
54
|
@import '../splitter/splitter.css';
|
|
54
55
|
@import '../pdfviewer/pdfviewer.css';
|
|
55
|
-
@import '../floating-action-button/floating-action-button.css';
|
|
56
56
|
@import '../smartpdfviewer/smartpdfviewer.css';
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
@use '../rich-text-editor/rich-text-editor' as *;
|
|
48
48
|
@use '../uploader/uploader' as *;
|
|
49
49
|
@use '../ai-assistview/ai-assistview' as *;
|
|
50
|
+
@use '../floating-action-button/floating-action-button' as *;
|
|
50
51
|
@use '../textarea/textarea' as *;
|
|
51
52
|
@use '../skeleton/skeleton' as *;
|
|
52
53
|
@use '../mention/mention' as *;
|
|
53
54
|
@use '../splitter/splitter' as *;
|
|
54
55
|
@use '../pdfviewer/pdfviewer' as *;
|
|
55
|
-
@use '../floating-action-button/floating-action-button' as *;
|
|
56
56
|
@use '../smartpdfviewer/smartpdfviewer' as *;
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
@import '../combo-box/combo-box.css';
|
|
36
36
|
@import '../button-group/button-group-lite.css';
|
|
37
37
|
@import '../ribbon/ribbon-lite.css';
|
|
38
|
+
@import '../floating-action-button/floating-action-button-lite.css';
|
|
38
39
|
@import '../textarea/textarea.css';
|
|
39
40
|
@import '../skeleton/skeleton.css';
|
|
40
41
|
@import '../ai-assistview/ai-assistview-lite.css';
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
@use '../combo-box/combo-box' as *;
|
|
36
36
|
@use '../button-group/button-group-lite' as *;
|
|
37
37
|
@use '../ribbon/ribbon-lite' as *;
|
|
38
|
+
@use '../floating-action-button/floating-action-button-lite' as *;
|
|
38
39
|
@use '../textarea/textarea' as *;
|
|
39
40
|
@use '../skeleton/skeleton' as *;
|
|
40
41
|
@use '../ai-assistview/ai-assistview-lite' as *;
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
@import '../combo-box/combo-box.css';
|
|
36
36
|
@import '../button-group/button-group.css';
|
|
37
37
|
@import '../ribbon/ribbon.css';
|
|
38
|
+
@import '../floating-action-button/floating-action-button.css';
|
|
38
39
|
@import '../textarea/textarea.css';
|
|
39
40
|
@import '../skeleton/skeleton.css';
|
|
40
41
|
@import '../ai-assistview/ai-assistview.css';
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
@use '../combo-box/combo-box' as *;
|
|
36
36
|
@use '../button-group/button-group' as *;
|
|
37
37
|
@use '../ribbon/ribbon' as *;
|
|
38
|
+
@use '../floating-action-button/floating-action-button' as *;
|
|
38
39
|
@use '../textarea/textarea' as *;
|
|
39
40
|
@use '../skeleton/skeleton' as *;
|
|
40
41
|
@use '../ai-assistview/ai-assistview' as *;
|