@featherk/styles 0.6.13 → 0.6.15
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/dist/v8.2.0/css/featherk-beautified.css +168 -152
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-datetime.css +6 -0
- package/dist/v8.2.0/external-styles/featherk-overrides--k-grid.css +5 -0
- package/dist/v8.2.0/scss/_externalStyles.scss +9 -9
- package/dist/v8.2.0/scss/_fonts.scss +17 -17
- package/package.json +1 -1
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
/* Compatible with @progress/kendo-theme-default v.8.2.0 */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: Inter;
|
|
4
|
+
src: url("../fonts/Inter-Regular.woff2") format("woff2");
|
|
5
|
+
font-style: normal;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
font-display: auto;
|
|
8
|
+
}
|
|
2
9
|
@font-face {
|
|
3
10
|
font-family: Inter;
|
|
4
11
|
src: url("../fonts/Inter-Light.woff2") format("woff2");
|
|
@@ -15,30 +22,30 @@
|
|
|
15
22
|
}
|
|
16
23
|
@font-face {
|
|
17
24
|
font-family: Inter;
|
|
18
|
-
src: url("../fonts/Inter-
|
|
25
|
+
src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
|
|
19
26
|
font-style: italic;
|
|
20
|
-
font-weight:
|
|
27
|
+
font-weight: 700;
|
|
21
28
|
font-display: auto;
|
|
22
29
|
}
|
|
23
30
|
@font-face {
|
|
24
31
|
font-family: Inter;
|
|
25
|
-
src: url("../fonts/Inter-
|
|
32
|
+
src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
|
|
26
33
|
font-style: italic;
|
|
27
|
-
font-weight:
|
|
34
|
+
font-weight: 500;
|
|
28
35
|
font-display: auto;
|
|
29
36
|
}
|
|
30
37
|
@font-face {
|
|
31
38
|
font-family: Inter;
|
|
32
|
-
src: url("../fonts/Inter-
|
|
33
|
-
font-style:
|
|
34
|
-
font-weight:
|
|
39
|
+
src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
|
|
40
|
+
font-style: italic;
|
|
41
|
+
font-weight: 300;
|
|
35
42
|
font-display: auto;
|
|
36
43
|
}
|
|
37
44
|
@font-face {
|
|
38
45
|
font-family: Inter;
|
|
39
|
-
src: url("../fonts/Inter-
|
|
46
|
+
src: url("../fonts/Inter-Italic.woff2") format("woff2");
|
|
40
47
|
font-style: italic;
|
|
41
|
-
font-weight:
|
|
48
|
+
font-weight: 400;
|
|
42
49
|
font-display: auto;
|
|
43
50
|
}
|
|
44
51
|
@font-face {
|
|
@@ -48,13 +55,6 @@
|
|
|
48
55
|
font-weight: 500;
|
|
49
56
|
font-display: auto;
|
|
50
57
|
}
|
|
51
|
-
@font-face {
|
|
52
|
-
font-family: Inter;
|
|
53
|
-
src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
|
|
54
|
-
font-style: italic;
|
|
55
|
-
font-weight: 700;
|
|
56
|
-
font-display: auto;
|
|
57
|
-
}
|
|
58
58
|
:root {
|
|
59
59
|
--kendo-color-app-surface: rgb(252, 252, 255);
|
|
60
60
|
--kendo-color-on-app-surface: rgba(10, 12, 27, 0.7);
|
|
@@ -47195,24 +47195,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47195
47195
|
--breakpoint-md: 600px;
|
|
47196
47196
|
--breakpoint-lg: 1440px;
|
|
47197
47197
|
}
|
|
47198
|
-
.k-animation-container:has(.k-tooltip) {
|
|
47199
|
-
white-space: overflow-wrap;
|
|
47200
|
-
background-color: var(--kendo-color-primary-hover);
|
|
47201
|
-
border-radius: 0.25rem;
|
|
47202
|
-
max-width: 50ch;
|
|
47203
|
-
}
|
|
47204
|
-
.k-animation-container:has(.k-tooltip) .k-tooltip {
|
|
47205
|
-
color: var(--kendo-color-light);
|
|
47206
|
-
padding: 0.5rem 1rem;
|
|
47207
|
-
font-size: 0.875rem;
|
|
47208
|
-
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
47209
|
-
}
|
|
47210
|
-
.k-animation-container:has(.k-tooltip) .k-callout {
|
|
47211
|
-
display: none;
|
|
47212
|
-
}
|
|
47213
|
-
.k-expander-header:focus-visible {
|
|
47214
|
-
box-shadow: inset 0px 0px 0px 2px #195bb5;
|
|
47215
|
-
}
|
|
47216
47198
|
.k-slider .k-tick {
|
|
47217
47199
|
background-image: none;
|
|
47218
47200
|
}
|
|
@@ -47232,46 +47214,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47232
47214
|
0 0px 0px 2px var(--kendo-color-on-primary),
|
|
47233
47215
|
0px 0px 0px 5px var(--kendo-color-primary);
|
|
47234
47216
|
}
|
|
47235
|
-
.k-grid .k-header .k-grid-header-menu.k-grid-column-menu {
|
|
47236
|
-
background-color: rgba(0, 0, 0, 0);
|
|
47237
|
-
color: rgba(0, 0, 0, 0);
|
|
47238
|
-
}
|
|
47239
|
-
.k-grid .k-header .k-grid-header-menu.k-grid-column-menu:hover {
|
|
47240
|
-
background-color: #e9ecf7;
|
|
47241
|
-
color: rgba(0, 0, 0, 0);
|
|
47242
|
-
}
|
|
47243
|
-
.fk-grid .k-table-th.active .k-link::after {
|
|
47244
|
-
content: url('data:image/svg+xml;utf8,<svg id="b" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g id="c" data-name="Icons"><g><path d="M18.25,3.99l-5.58,6.39v6.29c0,.55-.45,1-1,1h-3.34c-.55,0-1-.45-1-1v-6.29L1.75,3.99c-.26-.29-.32-.71-.16-1.07.16-.36.52-.59.91-.59h15c.39,0,.75.23.91.59.16.36.1.78-.16,1.07Z" fill="rgb(0, 53 ,131)"/><rect width="20" height="20" fill="none"/></g></g></svg>');
|
|
47245
|
-
position: sticky;
|
|
47246
|
-
transform: translate(-0.875rem, 0.125rem);
|
|
47247
|
-
scale: 0.625;
|
|
47248
|
-
}
|
|
47249
|
-
.fk-grid .k-table-th:not(.k-sorted) .k-cell-inner .k-link::after {
|
|
47250
|
-
transform: translate(0, 0.125rem);
|
|
47251
|
-
}
|
|
47252
|
-
.fk-grid .k-table-th .k-link {
|
|
47253
|
-
pointer-events: none;
|
|
47254
|
-
}
|
|
47255
|
-
.fk-grid .k-grid-header-menu.k-grid-column-menu {
|
|
47256
|
-
position: absolute;
|
|
47257
|
-
top: 0;
|
|
47258
|
-
right: 0;
|
|
47259
|
-
width: 100%;
|
|
47260
|
-
opacity: 0;
|
|
47261
|
-
pointer-events: none;
|
|
47262
|
-
z-index: -1;
|
|
47263
|
-
overflow: hidden;
|
|
47264
|
-
}
|
|
47265
|
-
.fk-grid .k-grid-header-wrap {
|
|
47266
|
-
border-right: none !important;
|
|
47267
|
-
}
|
|
47268
|
-
.fk-grid .k-link {
|
|
47269
|
-
border-right: none !important;
|
|
47270
|
-
}
|
|
47271
|
-
.fk-grid .k-sort-icon {
|
|
47272
|
-
scale: 0.75;
|
|
47273
|
-
max-height: 20px;
|
|
47274
|
-
}
|
|
47275
47217
|
.fk-loader-container {
|
|
47276
47218
|
position: relative;
|
|
47277
47219
|
display: inline-block;
|
|
@@ -47331,6 +47273,24 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47331
47273
|
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
|
|
47332
47274
|
}
|
|
47333
47275
|
}
|
|
47276
|
+
.k-animation-container:has(.k-tooltip) {
|
|
47277
|
+
white-space: overflow-wrap;
|
|
47278
|
+
background-color: var(--kendo-color-primary-hover);
|
|
47279
|
+
border-radius: 0.25rem;
|
|
47280
|
+
max-width: 50ch;
|
|
47281
|
+
}
|
|
47282
|
+
.k-animation-container:has(.k-tooltip) .k-tooltip {
|
|
47283
|
+
color: var(--kendo-color-light);
|
|
47284
|
+
padding: 0.5rem 1rem;
|
|
47285
|
+
font-size: 0.875rem;
|
|
47286
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
47287
|
+
}
|
|
47288
|
+
.k-animation-container:has(.k-tooltip) .k-callout {
|
|
47289
|
+
display: none;
|
|
47290
|
+
}
|
|
47291
|
+
.k-expander-header:focus-visible {
|
|
47292
|
+
box-shadow: inset 0px 0px 0px 2px #195bb5;
|
|
47293
|
+
}
|
|
47334
47294
|
.tb-v8_2_0 {
|
|
47335
47295
|
font-family: "Inter";
|
|
47336
47296
|
}
|
|
@@ -47413,84 +47373,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47413
47373
|
.k-textbox:has(.k-input-inner[readonly]):hover {
|
|
47414
47374
|
box-shadow: none;
|
|
47415
47375
|
}
|
|
47416
|
-
.fk-daterangepicker .k-maskedtextbox {
|
|
47417
|
-
width: 16rem;
|
|
47418
|
-
min-width: 16rem;
|
|
47419
|
-
}
|
|
47420
|
-
.fk-daterangepicker .k-maskedtextbox:has(.k-clear-value) {
|
|
47421
|
-
width: 18rem;
|
|
47422
|
-
min-width: 18rem;
|
|
47423
|
-
}
|
|
47424
|
-
.fk-daterangepicker .k-input-suffix,
|
|
47425
|
-
.fk-daterangepicker .k-input-prefix {
|
|
47426
|
-
cursor: pointer;
|
|
47427
|
-
}
|
|
47428
|
-
.fk-daterangepicker .k-input-suffix:hover,
|
|
47429
|
-
.fk-daterangepicker .k-input-prefix:hover {
|
|
47430
|
-
background-color: var(--kendo-color-primary-subtle-hover);
|
|
47431
|
-
}
|
|
47432
|
-
.k-calendar-view.k-hstack,
|
|
47433
|
-
.k-calendar-view.k-hbox {
|
|
47434
|
-
display: flex;
|
|
47435
|
-
flex-direction: row;
|
|
47436
|
-
flex-wrap: wrap;
|
|
47437
|
-
max-width: 36rem;
|
|
47438
|
-
}
|
|
47439
|
-
.k-calendar-table:has(.k-focus) {
|
|
47440
|
-
background-color: hsl(from var(--kendo-color-primary) h s 95%);
|
|
47441
|
-
border-radius: 0.25rem;
|
|
47442
|
-
}
|
|
47443
|
-
.k-calendar-table
|
|
47444
|
-
> .k-calendar-tbody
|
|
47445
|
-
> .k-calendar-tr:nth-last-child(2):has(
|
|
47446
|
-
.k-calendar-td:first-child:is(.k-empty)
|
|
47447
|
-
) {
|
|
47448
|
-
display: none;
|
|
47449
|
-
}
|
|
47450
|
-
.k-calendar-table
|
|
47451
|
-
> .k-calendar-tbody
|
|
47452
|
-
> .k-calendar-tr:last-child:has(.k-calendar-td:first-child:is(.k-empty)) {
|
|
47453
|
-
display: none;
|
|
47454
|
-
}
|
|
47455
|
-
.k-animation-container
|
|
47456
|
-
.k-child-animation-container
|
|
47457
|
-
.k-calendar
|
|
47458
|
-
.k-calendar-view.k-calendar-monthview
|
|
47459
|
-
.k-calendar-tr
|
|
47460
|
-
.k-calendar-td {
|
|
47461
|
-
width: 2.5rem;
|
|
47462
|
-
height: 2.5rem;
|
|
47463
|
-
}
|
|
47464
|
-
.k-animation-container
|
|
47465
|
-
.k-child-animation-container
|
|
47466
|
-
.k-calendar
|
|
47467
|
-
.k-calendar-view.k-calendar-monthview
|
|
47468
|
-
.k-calendar-tr
|
|
47469
|
-
.k-calendar-th {
|
|
47470
|
-
width: 2.5rem;
|
|
47471
|
-
height: 2.5rem;
|
|
47472
|
-
}
|
|
47473
|
-
.k-animation-container:has(.k-calendar-view) {
|
|
47474
|
-
margin-top: 0.25rem;
|
|
47475
|
-
}
|
|
47476
|
-
.fk-timepicker .k-timepicker,
|
|
47477
|
-
.fk-datepicker .k-datepicker {
|
|
47478
|
-
width: 10rem;
|
|
47479
|
-
min-width: 10rem;
|
|
47480
|
-
display: flex;
|
|
47481
|
-
justify-content: space-between;
|
|
47482
|
-
}
|
|
47483
|
-
.fk-timepicker .k-timepicker.k-input .k-maskedtextbox.k-input,
|
|
47484
|
-
.fk-timepicker .k-timepicker.k-input.k-focus .k-maskedtextbox.k-input,
|
|
47485
|
-
.fk-datepicker .k-datepicker.k-input .k-maskedtextbox.k-input,
|
|
47486
|
-
.fk-datepicker .k-datepicker.k-input.k-focus .k-maskedtextbox.k-input {
|
|
47487
|
-
box-shadow: none;
|
|
47488
|
-
}
|
|
47489
|
-
.fk-datepicker .k-maskedtextbox,
|
|
47490
|
-
.fk-timepicker .k-maskedtextbox {
|
|
47491
|
-
border-width: 0;
|
|
47492
|
-
border-radius: 0;
|
|
47493
|
-
}
|
|
47494
47376
|
.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item,
|
|
47495
47377
|
.k-button.k-button-md {
|
|
47496
47378
|
font-family: Inter;
|
|
@@ -47948,6 +47830,140 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47948
47830
|
.k-checkbox-wrap .k-checkbox {
|
|
47949
47831
|
transition-duration: 50ms;
|
|
47950
47832
|
}
|
|
47833
|
+
.fk-daterangepicker .k-maskedtextbox {
|
|
47834
|
+
width: 16rem;
|
|
47835
|
+
min-width: 16rem;
|
|
47836
|
+
}
|
|
47837
|
+
.fk-daterangepicker .k-maskedtextbox:has(.k-clear-value) {
|
|
47838
|
+
width: 18rem;
|
|
47839
|
+
min-width: 18rem;
|
|
47840
|
+
}
|
|
47841
|
+
.fk-daterangepicker .k-input-suffix,
|
|
47842
|
+
.fk-daterangepicker .k-input-prefix {
|
|
47843
|
+
cursor: pointer;
|
|
47844
|
+
}
|
|
47845
|
+
.fk-daterangepicker .k-input-suffix:hover,
|
|
47846
|
+
.fk-daterangepicker .k-input-prefix:hover {
|
|
47847
|
+
background-color: var(--kendo-color-primary-subtle-hover);
|
|
47848
|
+
}
|
|
47849
|
+
.k-calendar-view.k-hstack,
|
|
47850
|
+
.k-calendar-view.k-hbox {
|
|
47851
|
+
display: flex;
|
|
47852
|
+
flex-direction: row;
|
|
47853
|
+
flex-wrap: wrap;
|
|
47854
|
+
max-width: 36rem;
|
|
47855
|
+
}
|
|
47856
|
+
.k-calendar-table:has(.k-focus) {
|
|
47857
|
+
background-color: hsl(from var(--kendo-color-primary) h s 95%);
|
|
47858
|
+
border-radius: 0.25rem;
|
|
47859
|
+
}
|
|
47860
|
+
.k-calendar-table
|
|
47861
|
+
> .k-calendar-tbody
|
|
47862
|
+
> .k-calendar-tr:nth-last-child(2):has(
|
|
47863
|
+
.k-calendar-td:first-child:is(.k-empty)
|
|
47864
|
+
) {
|
|
47865
|
+
display: none;
|
|
47866
|
+
}
|
|
47867
|
+
.k-calendar-table
|
|
47868
|
+
> .k-calendar-tbody
|
|
47869
|
+
> .k-calendar-tr:last-child:has(.k-calendar-td:first-child:is(.k-empty)) {
|
|
47870
|
+
display: none;
|
|
47871
|
+
}
|
|
47872
|
+
.k-animation-container
|
|
47873
|
+
.k-child-animation-container
|
|
47874
|
+
.k-calendar
|
|
47875
|
+
.k-calendar-view.k-calendar-monthview
|
|
47876
|
+
.k-calendar-tr
|
|
47877
|
+
.k-calendar-td {
|
|
47878
|
+
width: 2.5rem;
|
|
47879
|
+
height: 2.5rem;
|
|
47880
|
+
}
|
|
47881
|
+
.k-animation-container
|
|
47882
|
+
.k-child-animation-container
|
|
47883
|
+
.k-calendar
|
|
47884
|
+
.k-calendar-view.k-calendar-monthview
|
|
47885
|
+
.k-calendar-tr
|
|
47886
|
+
.k-calendar-th {
|
|
47887
|
+
width: 2.5rem;
|
|
47888
|
+
height: 2.5rem;
|
|
47889
|
+
}
|
|
47890
|
+
.k-animation-container:has(.k-calendar-view) {
|
|
47891
|
+
margin-top: 0.25rem;
|
|
47892
|
+
}
|
|
47893
|
+
.fk-timepicker .k-timepicker,
|
|
47894
|
+
.fk-datepicker .k-datepicker {
|
|
47895
|
+
width: 10rem;
|
|
47896
|
+
min-width: 10rem;
|
|
47897
|
+
display: flex;
|
|
47898
|
+
justify-content: space-between;
|
|
47899
|
+
}
|
|
47900
|
+
.fk-timepicker .k-timepicker.k-input .k-maskedtextbox.k-input,
|
|
47901
|
+
.fk-timepicker .k-timepicker.k-input.k-focus .k-maskedtextbox.k-input,
|
|
47902
|
+
.fk-datepicker .k-datepicker.k-input .k-maskedtextbox.k-input,
|
|
47903
|
+
.fk-datepicker .k-datepicker.k-input.k-focus .k-maskedtextbox.k-input {
|
|
47904
|
+
box-shadow: none;
|
|
47905
|
+
}
|
|
47906
|
+
.fk-datepicker .k-maskedtextbox,
|
|
47907
|
+
.fk-timepicker .k-maskedtextbox {
|
|
47908
|
+
border-width: 0;
|
|
47909
|
+
border-radius: 0;
|
|
47910
|
+
}
|
|
47911
|
+
.fk-daterangepicker .k-disabled .k-icon,
|
|
47912
|
+
.fk-timepicker .k-disabled .k-icon,
|
|
47913
|
+
.fk-datepicker .k-disabled .k-icon {
|
|
47914
|
+
opacity: 0.5;
|
|
47915
|
+
}
|
|
47916
|
+
.k-grid .k-header .k-grid-header-menu.k-grid-column-menu {
|
|
47917
|
+
background-color: rgba(0, 0, 0, 0);
|
|
47918
|
+
color: rgba(0, 0, 0, 0);
|
|
47919
|
+
}
|
|
47920
|
+
.k-grid .k-header .k-grid-header-menu.k-grid-column-menu:hover {
|
|
47921
|
+
background-color: #e9ecf7;
|
|
47922
|
+
color: rgba(0, 0, 0, 0);
|
|
47923
|
+
}
|
|
47924
|
+
.fk-grid .k-table-th.active .k-link::after {
|
|
47925
|
+
content: url('data:image/svg+xml;utf8,<svg id="b" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g id="c" data-name="Icons"><g><path d="M18.25,3.99l-5.58,6.39v6.29c0,.55-.45,1-1,1h-3.34c-.55,0-1-.45-1-1v-6.29L1.75,3.99c-.26-.29-.32-.71-.16-1.07.16-.36.52-.59.91-.59h15c.39,0,.75.23.91.59.16.36.1.78-.16,1.07Z" fill="rgb(0, 53 ,131)"/><rect width="20" height="20" fill="none"/></g></g></svg>');
|
|
47926
|
+
position: sticky;
|
|
47927
|
+
transform: translate(-0.875rem, 0.125rem);
|
|
47928
|
+
scale: 0.625;
|
|
47929
|
+
}
|
|
47930
|
+
.fk-grid.k-grid
|
|
47931
|
+
.k-table
|
|
47932
|
+
.k-table-tbody
|
|
47933
|
+
.k-master-row.k-table-row.k-alt.k-table-alt-row:hover {
|
|
47934
|
+
background-color: color-mix(
|
|
47935
|
+
in srgb,
|
|
47936
|
+
var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7)) 11%,
|
|
47937
|
+
transparent
|
|
47938
|
+
);
|
|
47939
|
+
border-bottom-color: inherit;
|
|
47940
|
+
}
|
|
47941
|
+
.fk-grid .k-table-th:not(.k-sorted) .k-cell-inner .k-link::after {
|
|
47942
|
+
transform: translate(0, 0.125rem);
|
|
47943
|
+
}
|
|
47944
|
+
.fk-grid .k-table-th .k-link {
|
|
47945
|
+
pointer-events: none;
|
|
47946
|
+
}
|
|
47947
|
+
.fk-grid .k-grid-header-menu.k-grid-column-menu {
|
|
47948
|
+
position: absolute;
|
|
47949
|
+
top: 0;
|
|
47950
|
+
right: 0;
|
|
47951
|
+
width: 100%;
|
|
47952
|
+
opacity: 0;
|
|
47953
|
+
pointer-events: none;
|
|
47954
|
+
z-index: -1;
|
|
47955
|
+
overflow: hidden;
|
|
47956
|
+
}
|
|
47957
|
+
.fk-grid .k-grid-header-wrap {
|
|
47958
|
+
border-right: none !important;
|
|
47959
|
+
}
|
|
47960
|
+
.fk-grid .k-link {
|
|
47961
|
+
border-right: none !important;
|
|
47962
|
+
}
|
|
47963
|
+
.fk-grid .k-sort-icon {
|
|
47964
|
+
scale: 0.75;
|
|
47965
|
+
max-height: 20px;
|
|
47966
|
+
}
|
|
47951
47967
|
.k-tabstrip .k-tabstrip-content.k-active,
|
|
47952
47968
|
.k-tabstrip .k-tabstrip-content.k-state-active,
|
|
47953
47969
|
.k-tabstrip .k-tabstrip-content:active {
|