@featherk/styles 0.6.4 → 0.6.6

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.
@@ -1,3 +1,11 @@
1
+ .fk-daterangepicker .k-maskedtextbox {
2
+ width: 16rem;
3
+ min-width: 16rem;
4
+ }
5
+ .fk-daterangepicker .k-maskedtextbox:has(.k-clear-value) {
6
+ width: 18rem;
7
+ min-width: 18rem; /* FEATHER-1155 */
8
+ }
1
9
  .fk-daterangepicker .k-input-suffix,
2
10
  .fk-daterangepicker .k-input-prefix {
3
11
  cursor: pointer;
@@ -0,0 +1,13 @@
1
+ /* THEMEBUILDER: candidate */
2
+ .fk-field-block {
3
+ margin-bottom: max(1.125rem);
4
+ }
5
+ .fk-field-block :is(.k-label) {
6
+ display: block;
7
+ margin-block: 0.25rem;
8
+ }
9
+
10
+ /* .fk-field-block :is(:nth-child(2)) {} */
11
+
12
+ /* .fk-field-block :is(.k-form-hint, .k-form-hint) {} */
13
+
@@ -14,10 +14,17 @@
14
14
  bottom: 0;
15
15
  background: var(--kendo-color-border);
16
16
  width: 1px;
17
- margin: 0 -1px;
18
17
  pointer-events: none;
19
18
  }
20
19
 
20
+ /* FEATHER-1141 */
21
+ .fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item.fk-separator-prefix::before {
22
+ left: 0;
23
+ }
24
+ .fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item.fk-separator-suffix::after {
25
+ right: 0;
26
+ }
27
+
21
28
  /* VERTICAL */
22
29
  .fk-menu
23
30
  .k-menu.k-menu-vertical
@@ -0,0 +1,3 @@
1
+ .tb-v8_2_0 {
2
+ font-family: "Inter";
3
+ }
@@ -1,5 +1,7 @@
1
1
  .k-icon-wrap::before,
2
2
  .k-checkbox-wrap::before,
3
+ .k-list-item-text::before,
4
+ .k-list-header-text::before,
3
5
  .k-list-optionlabel::before,
4
6
  .k-table-list .k-table-group-row::before,
5
7
  .k-skeleton-text:empty::before,
@@ -12,8 +12,12 @@
12
12
 
13
13
  @use "../external-styles/featherk-overrides--k-expander.css";
14
14
 
15
- @use "../external-styles/featherk-overrides--k-menu.css";
15
+ @use "../external-styles/featherk-overrides--k-datetime.css";
16
+
17
+ @use "../external-styles/featherk-overrides--k-version.css";
18
+
19
+ @use "../external-styles/featherk-overrides--k-layout.css";
16
20
 
17
21
  @use "../external-styles/featherk-overrides--k-zerowidthspace.css";
18
22
 
19
- @use "../external-styles/featherk-overrides--k-datetime.css";
23
+ @use "../external-styles/featherk-overrides--k-menu.css";
@@ -629,10 +629,6 @@
629
629
  background-color: initial !important;
630
630
  background-image: $fk-feather-focused-on-surface-gradient !important;
631
631
 
632
- }
633
- h1{
634
- @extend %fk-typography-feather-heading-1;
635
-
636
632
  }
637
633
  .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link{
638
634
  padding-left: 16px;
@@ -1281,18 +1277,6 @@
1281
1277
  border-bottom-right-radius: $fk-kendo-window-border-radius;
1282
1278
  overflow: hidden;
1283
1279
 
1284
- }
1285
- h2{
1286
- @extend %fk-typography-feather-heading-2;
1287
-
1288
- }
1289
- h4{
1290
- @extend %fk-typography-feather-heading-4;
1291
-
1292
- }
1293
- h6{
1294
- @extend %fk-typography-feather-heading-6;
1295
-
1296
1280
  }
1297
1281
  .k-grid.k-grid-md .k-table{
1298
1282
  border-collapse: separate;
@@ -3519,6 +3503,11 @@
3519
3503
  transition-property: all;
3520
3504
  transition-duration: 280ms;
3521
3505
  transition-timing-function: ease-out;
3506
+ outline-color: $fk-kendo-component-border;
3507
+ border-bottom-color: k-color( border );
3508
+ border-left-color: k-color( border );
3509
+ border-right-color: k-color( border );
3510
+ border-top-color: k-color( border );
3522
3511
 
3523
3512
  }
3524
3513
  .k-switch.k-switch-on .k-switch-track{
@@ -3720,15 +3709,20 @@
3720
3709
 
3721
3710
  }
3722
3711
  .k-input.k-state-readonly.k-input-solid,.k-input[readonly].k-input-solid{
3723
- border-bottom-color: $fk-feather-disabled-text-on-surface;
3724
- border-left-color: $fk-feather-disabled-text-on-surface;
3725
- border-right-color: $fk-feather-disabled-text-on-surface;
3726
- border-top-color: $fk-feather-disabled-text-on-surface;
3712
+ border-bottom-color: k-color( border );
3713
+ border-left-color: k-color( border );
3714
+ border-right-color: k-color( border );
3715
+ border-top-color: k-color( border );
3727
3716
 
3728
3717
  }
3729
3718
  .k-input.k-state-readonly,.k-input[readonly]{
3730
- background-color: k-color( border-alt );
3719
+ background-color: initial;
3731
3720
  background-image: none;
3721
+ border-bottom-style: solid;
3722
+ border-left-style: solid;
3723
+ border-right-style: solid;
3724
+ border-top-style: solid;
3725
+ outline-style: none;
3732
3726
 
3733
3727
  }
3734
3728
  .k-dateinput.k-input .k-input-inner{
@@ -5355,22 +5349,6 @@
5355
5349
  background-color: initial;
5356
5350
  background-image: $fk-feather-focused-on-surface-gradient;
5357
5351
 
5358
- }
5359
- h2.fk-heading2{
5360
- @extend %fk-typography-feather-heading-2;
5361
-
5362
- }
5363
- h3.fk-heading3{
5364
- @extend %fk-typography-feather-heading-3;
5365
-
5366
- }
5367
- h4.fk-heading4{
5368
- @extend %fk-typography-feather-heading-4;
5369
-
5370
- }
5371
- h5.fk-heading5{
5372
- @extend %fk-typography-feather-heading-5;
5373
-
5374
5352
  }
5375
5353
  div.fk-container{
5376
5354
  padding-bottom: $fk-kendo-expander-content-padding-x;
@@ -5399,4 +5377,8 @@
5399
5377
  flex-direction: column;
5400
5378
  row-gap: $fk-kendo-expander-spacing-y;
5401
5379
 
5380
+ }
5381
+ h1{
5382
+ @extend %fk-typography-feather-heading-1;
5383
+
5402
5384
  }
@@ -258,6 +258,7 @@ $fk-error-emphasis: rgb(187.5, 65.25, 87);
258
258
  $fk-error-on-subtle: rgb(57.75, 0.7, 10.85);
259
259
  $fk-on-error: white;
260
260
  $fk-error-on-surface: rgb(123.75, 1.5, 23.25);
261
+ $fk-dark-on-surface: rgba(10,12,27,0.6);
261
262
  $fk-on-dark: $fk-feather-primary-text-on-color;
262
263
  $fk-kendo-appbar-dark-text: $fk-on-dark;
263
264
  $fk-on-app-surface: $fk-feather-secondary-text-on-surface;
@@ -572,6 +573,7 @@ error-emphasis: rgb(187.5, 65.25, 87),
572
573
  error-on-subtle: rgb(57.75, 0.7, 10.85),
573
574
  on-error: white,
574
575
  error-on-surface: rgb(123.75, 1.5, 23.25),
576
+ dark-on-surface: rgba(10,12,27,0.6),
575
577
  on-dark: $fk-feather-primary-text-on-color,
576
578
  on-app-surface: $fk-feather-secondary-text-on-surface,
577
579
  surface-alt: $fk-feather-surface-shade-1,
@@ -0,0 +1,22 @@
1
+
2
+ .fk-container .fk-container-actions{
3
+ justify-content: end;
4
+ display: inline-flex;
5
+
6
+ }
7
+ .fk-container .fk-container-content{
8
+ display: flex;
9
+
10
+ }
11
+ .fk-container{
12
+ @extend %fk-typography-feather-body-small;
13
+
14
+ }
15
+ .fk-container .fk-container-heading-section{
16
+ height: auto;
17
+ display: flex;
18
+ flex-direction: column;
19
+ justify-content: space-around;
20
+ align-items: stretch;
21
+
22
+ }
@@ -0,0 +1,2 @@
1
+
2
+ @import 'fk-container-with-heading';
@@ -6,4 +6,5 @@
6
6
  @import 'kendo';
7
7
  @import 'placeholders';
8
8
  @import 'externalStyles';
9
- @import 'overrides';
9
+ @import 'overrides';
10
+ @import 'custom-components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featherk/styles",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"