@featherk/styles 0.6.5 → 0.6.7
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 +50 -49
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-layout.css +13 -0
- package/dist/v8.2.0/external-styles/featherk-overrides--k-menu.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-zerowidthspace.css +2 -0
- package/dist/v8.2.0/scss/_externalStyles.scss +6 -4
- package/dist/v8.2.0/scss/_overrides.scss +15 -29
- package/package.json +1 -1
|
@@ -47373,26 +47373,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47373
47373
|
.k-expander-header:focus-visible {
|
|
47374
47374
|
box-shadow: inset 0px 0px 0px 2px #195bb5;
|
|
47375
47375
|
}
|
|
47376
|
-
.k-icon-wrap::before,
|
|
47377
|
-
.k-checkbox-wrap::before,
|
|
47378
|
-
.k-list-optionlabel::before,
|
|
47379
|
-
.k-table-list .k-table-group-row::before,
|
|
47380
|
-
.k-skeleton-text:empty::before,
|
|
47381
|
-
.k-placeholder-line:empty::before,
|
|
47382
|
-
.k-input-value-text::before,
|
|
47383
|
-
.k-radio-wrap::before,
|
|
47384
|
-
.k-calendar-infinite .k-calendar-view::after,
|
|
47385
|
-
.k-calendar-navigation::before,
|
|
47386
|
-
.k-calendar-navigation::after,
|
|
47387
|
-
.k-time-list-wrapper.k-focus::before,
|
|
47388
|
-
.k-time-list-wrapper.k-focus::after,
|
|
47389
|
-
.k-time-list::before,
|
|
47390
|
-
.k-time-list::after,
|
|
47391
|
-
.k-multiselecttree .k-input-inner::before,
|
|
47392
|
-
.k-window-title::before,
|
|
47393
|
-
.k-gantt-tasks td::after {
|
|
47394
|
-
content: "";
|
|
47395
|
-
}
|
|
47396
47376
|
.fk-daterangepicker .k-maskedtextbox {
|
|
47397
47377
|
width: 16rem;
|
|
47398
47378
|
min-width: 16rem;
|
|
@@ -47475,6 +47455,38 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47475
47455
|
border: 0;
|
|
47476
47456
|
outline: 0;
|
|
47477
47457
|
}
|
|
47458
|
+
.tb-v8_2_0 {
|
|
47459
|
+
font-family: "Inter";
|
|
47460
|
+
}
|
|
47461
|
+
.fk-field-block {
|
|
47462
|
+
margin-bottom: 1.125rem;
|
|
47463
|
+
}
|
|
47464
|
+
.fk-field-block :is(.k-label) {
|
|
47465
|
+
display: block;
|
|
47466
|
+
margin-block: 0.25rem;
|
|
47467
|
+
}
|
|
47468
|
+
.k-icon-wrap::before,
|
|
47469
|
+
.k-checkbox-wrap::before,
|
|
47470
|
+
.k-list-item-text::before,
|
|
47471
|
+
.k-list-header-text::before,
|
|
47472
|
+
.k-list-optionlabel::before,
|
|
47473
|
+
.k-table-list .k-table-group-row::before,
|
|
47474
|
+
.k-skeleton-text:empty::before,
|
|
47475
|
+
.k-placeholder-line:empty::before,
|
|
47476
|
+
.k-input-value-text::before,
|
|
47477
|
+
.k-radio-wrap::before,
|
|
47478
|
+
.k-calendar-infinite .k-calendar-view::after,
|
|
47479
|
+
.k-calendar-navigation::before,
|
|
47480
|
+
.k-calendar-navigation::after,
|
|
47481
|
+
.k-time-list-wrapper.k-focus::before,
|
|
47482
|
+
.k-time-list-wrapper.k-focus::after,
|
|
47483
|
+
.k-time-list::before,
|
|
47484
|
+
.k-time-list::after,
|
|
47485
|
+
.k-multiselecttree .k-input-inner::before,
|
|
47486
|
+
.k-window-title::before,
|
|
47487
|
+
.k-gantt-tasks td::after {
|
|
47488
|
+
content: "";
|
|
47489
|
+
}
|
|
47478
47490
|
.fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item {
|
|
47479
47491
|
position: relative;
|
|
47480
47492
|
}
|
|
@@ -47487,9 +47499,9 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47487
47499
|
content: "";
|
|
47488
47500
|
position: absolute;
|
|
47489
47501
|
top: 0;
|
|
47502
|
+
bottom: 0;
|
|
47490
47503
|
background: var(--kendo-color-border);
|
|
47491
47504
|
width: 1px;
|
|
47492
|
-
margin: 0 -1px;
|
|
47493
47505
|
pointer-events: none;
|
|
47494
47506
|
}
|
|
47495
47507
|
.fk-menu
|
|
@@ -47519,9 +47531,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47519
47531
|
width: -moz-fit-content;
|
|
47520
47532
|
width: fit-content;
|
|
47521
47533
|
}
|
|
47522
|
-
.tb-v8_2_0 {
|
|
47523
|
-
font-family: "Inter";
|
|
47524
|
-
}
|
|
47525
47534
|
.k-tabstrip .k-tabstrip-content.k-active,
|
|
47526
47535
|
.k-tabstrip .k-tabstrip-content.k-state-active,
|
|
47527
47536
|
.k-tabstrip .k-tabstrip-content:active {
|
|
@@ -47530,22 +47539,19 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47530
47539
|
font-weight: 500;
|
|
47531
47540
|
line-height: 1.4285714286;
|
|
47532
47541
|
}
|
|
47533
|
-
h1
|
|
47534
|
-
h1:hover {
|
|
47542
|
+
h1 {
|
|
47535
47543
|
font-family: Inter;
|
|
47536
47544
|
font-size: 1.5rem;
|
|
47537
47545
|
font-weight: 700;
|
|
47538
47546
|
line-height: 1.2857142857;
|
|
47539
47547
|
letter-spacing: unset;
|
|
47540
47548
|
}
|
|
47541
|
-
.k-popup.k-timepicker-popup .k-timeselector .k-time-header .k-title
|
|
47542
|
-
h2 {
|
|
47549
|
+
.k-popup.k-timepicker-popup .k-timeselector .k-time-header .k-title {
|
|
47543
47550
|
font-family: Inter;
|
|
47544
47551
|
font-size: 1.375rem;
|
|
47545
47552
|
font-weight: 400;
|
|
47546
47553
|
line-height: 1.5;
|
|
47547
47554
|
}
|
|
47548
|
-
h3,
|
|
47549
47555
|
.k-card .k-card-header .k-card-title {
|
|
47550
47556
|
font-family: Inter;
|
|
47551
47557
|
font-size: 1.1875rem;
|
|
@@ -47553,18 +47559,6 @@ h3,
|
|
|
47553
47559
|
line-height: 1.4736842105;
|
|
47554
47560
|
letter-spacing: 0em;
|
|
47555
47561
|
}
|
|
47556
|
-
h4 {
|
|
47557
|
-
font-family: Inter;
|
|
47558
|
-
font-size: 1rem;
|
|
47559
|
-
font-weight: 400;
|
|
47560
|
-
line-height: 1.5;
|
|
47561
|
-
}
|
|
47562
|
-
h6 {
|
|
47563
|
-
font-family: Inter;
|
|
47564
|
-
font-size: 0.8125rem;
|
|
47565
|
-
font-weight: 700;
|
|
47566
|
-
line-height: 1.5384615385;
|
|
47567
|
-
}
|
|
47568
47562
|
.k-window .k-window-titlebar .k-window-title,
|
|
47569
47563
|
.k-window .k-window-titlebar,
|
|
47570
47564
|
.k-window.k-dialog
|
|
@@ -53802,6 +53796,11 @@ div.feather-ks-spacing-s {
|
|
|
53802
53796
|
transition-property: all;
|
|
53803
53797
|
transition-duration: 280ms;
|
|
53804
53798
|
transition-timing-function: ease-out;
|
|
53799
|
+
outline-color: rgba(10, 12, 27, 0.12);
|
|
53800
|
+
border-bottom-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
53801
|
+
border-left-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
53802
|
+
border-right-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
53803
|
+
border-top-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
53805
53804
|
}
|
|
53806
53805
|
.k-switch.k-switch-on .k-switch-track {
|
|
53807
53806
|
transition-property: all;
|
|
@@ -54149,15 +54148,20 @@ div.feather-ks-spacing-s {
|
|
|
54149
54148
|
}
|
|
54150
54149
|
.k-input.k-state-readonly.k-input-solid,
|
|
54151
54150
|
.k-input[readonly].k-input-solid {
|
|
54152
|
-
border-bottom-color: rgba(10, 12, 27, 0.
|
|
54153
|
-
border-left-color: rgba(10, 12, 27, 0.
|
|
54154
|
-
border-right-color: rgba(10, 12, 27, 0.
|
|
54155
|
-
border-top-color: rgba(10, 12, 27, 0.
|
|
54151
|
+
border-bottom-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
54152
|
+
border-left-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
54153
|
+
border-right-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
54154
|
+
border-top-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
|
|
54156
54155
|
}
|
|
54157
54156
|
.k-input.k-state-readonly,
|
|
54158
54157
|
.k-input[readonly] {
|
|
54159
|
-
background-color:
|
|
54158
|
+
background-color: initial;
|
|
54160
54159
|
background-image: none;
|
|
54160
|
+
border-bottom-style: solid;
|
|
54161
|
+
border-left-style: solid;
|
|
54162
|
+
border-right-style: solid;
|
|
54163
|
+
border-top-style: solid;
|
|
54164
|
+
outline-style: none;
|
|
54161
54165
|
}
|
|
54162
54166
|
.k-dateinput.k-input .k-input-inner {
|
|
54163
54167
|
height: auto;
|
|
@@ -56974,9 +56978,6 @@ div.fk-container {
|
|
|
56974
56978
|
flex-direction: column;
|
|
56975
56979
|
row-gap: 0.75rem;
|
|
56976
56980
|
}
|
|
56977
|
-
p {
|
|
56978
|
-
font-family: Inter;
|
|
56979
|
-
}
|
|
56980
56981
|
.fk-container .fk-container-actions {
|
|
56981
56982
|
justify-content: end;
|
|
56982
56983
|
display: inline-flex;
|