@featherk/styles 0.6.12 → 0.6.14

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,11 +1,4 @@
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
- }
9
2
  @font-face {
10
3
  font-family: Inter;
11
4
  src: url("../fonts/Inter-Light.woff2") format("woff2");
@@ -22,30 +15,30 @@
22
15
  }
23
16
  @font-face {
24
17
  font-family: Inter;
25
- src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
18
+ src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
26
19
  font-style: italic;
27
- font-weight: 700;
20
+ font-weight: 300;
28
21
  font-display: auto;
29
22
  }
30
23
  @font-face {
31
24
  font-family: Inter;
32
- src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
25
+ src: url("../fonts/Inter-Italic.woff2") format("woff2");
33
26
  font-style: italic;
34
- font-weight: 500;
27
+ font-weight: 400;
35
28
  font-display: auto;
36
29
  }
37
30
  @font-face {
38
31
  font-family: Inter;
39
- src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
40
- font-style: italic;
41
- font-weight: 300;
32
+ src: url("../fonts/Inter-Regular.woff2") format("woff2");
33
+ font-style: normal;
34
+ font-weight: 400;
42
35
  font-display: auto;
43
36
  }
44
37
  @font-face {
45
38
  font-family: Inter;
46
- src: url("../fonts/Inter-Italic.woff2") format("woff2");
39
+ src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
47
40
  font-style: italic;
48
- font-weight: 400;
41
+ font-weight: 500;
49
42
  font-display: auto;
50
43
  }
51
44
  @font-face {
@@ -55,6 +48,13 @@
55
48
  font-weight: 500;
56
49
  font-display: auto;
57
50
  }
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,6 +47195,24 @@ 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
+ }
47198
47216
  .k-slider .k-tick {
47199
47217
  background-image: none;
47200
47218
  }
@@ -47313,66 +47331,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47313
47331
  clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
47314
47332
  }
47315
47333
  }
47316
- :is([class*="fk-popup-alert"]).k-animation-container .k-popup {
47317
- box-shadow: none;
47318
- border-radius: 0.25rem;
47319
- }
47320
- :is([class*="fk-popup-alert"]).k-animation-container .k-popup div {
47321
- display: flex;
47322
- flex-direction: row;
47323
- align-items: center;
47324
- gap: 1rem;
47325
- color: var(--kendo-color-secondary-text);
47326
- background-color: var(--kendo-color-surface);
47327
- padding-block: 0.25rem;
47328
- padding-inline: 1rem 0.5rem;
47329
- border-radius: 0.25rem;
47330
- border: 1px solid;
47331
- border-color: var(--kendo-color-border);
47332
- box-shadow: none;
47333
- cursor: pointer;
47334
- }
47335
- :is([class*="fk-popup-alert"]).k-animation-container .k-popup div .k-icon {
47336
- flex-shrink: 0;
47337
- align-self: start;
47338
- }
47339
- .fk-popup-alert-info.k-animation-container .k-popup div {
47340
- border-color: var(--kendo-color-info);
47341
- color: var(--kendo-color-info);
47342
- background-color: var(--kendo-color-info-subtle);
47343
- }
47344
- .fk-popup-alert-warning.k-animation-container .k-popup div {
47345
- border-color: var(--kendo-color-warning);
47346
- background-color: var(--kendo-color-warning-subtle);
47347
- }
47348
- .fk-popup-alert-error.k-animation-container .k-popup div {
47349
- border-color: var(--kendo-color-error);
47350
- color: var(--kendo-color-error);
47351
- background-color: var(--kendo-color-error-subtle);
47352
- }
47353
- .fk-popup-alert-success.k-animation-container .k-popup div {
47354
- border-color: var(--kendo-color-success);
47355
- color: var(--kendo-color-success);
47356
- background-color: var(--kendo-color-success-subtle);
47357
- }
47358
- .k-animation-container:has(.k-tooltip) {
47359
- white-space: overflow-wrap;
47360
- background-color: var(--kendo-color-primary-hover);
47361
- border-radius: 0.25rem;
47362
- max-width: 50ch;
47363
- }
47364
- .k-animation-container:has(.k-tooltip) .k-tooltip {
47365
- color: var(--kendo-color-light);
47366
- padding: 0.5rem 1rem;
47367
- font-size: 0.875rem;
47368
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
47369
- }
47370
- .k-animation-container:has(.k-tooltip) .k-callout {
47371
- display: none;
47372
- }
47373
- .k-expander-header:focus-visible {
47374
- box-shadow: inset 0px 0px 0px 2px #195bb5;
47375
- }
47376
47334
  .tb-v8_2_0 {
47377
47335
  font-family: "Inter";
47378
47336
  }
@@ -47455,84 +47413,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47455
47413
  .k-textbox:has(.k-input-inner[readonly]):hover {
47456
47414
  box-shadow: none;
47457
47415
  }
47458
- .fk-daterangepicker .k-maskedtextbox {
47459
- width: 16rem;
47460
- min-width: 16rem;
47461
- }
47462
- .fk-daterangepicker .k-maskedtextbox:has(.k-clear-value) {
47463
- width: 18rem;
47464
- min-width: 18rem;
47465
- }
47466
- .fk-daterangepicker .k-input-suffix,
47467
- .fk-daterangepicker .k-input-prefix {
47468
- cursor: pointer;
47469
- }
47470
- .fk-daterangepicker .k-input-suffix:hover,
47471
- .fk-daterangepicker .k-input-prefix:hover {
47472
- background-color: var(--kendo-color-primary-subtle-hover);
47473
- }
47474
- .k-calendar-view.k-hstack,
47475
- .k-calendar-view.k-hbox {
47476
- display: flex;
47477
- flex-direction: row;
47478
- flex-wrap: wrap;
47479
- max-width: 36rem;
47480
- }
47481
- .k-calendar-table:has(.k-focus) {
47482
- background-color: hsl(from var(--kendo-color-primary) h s 95%);
47483
- border-radius: 0.25rem;
47484
- }
47485
- .k-calendar-table
47486
- > .k-calendar-tbody
47487
- > .k-calendar-tr:nth-last-child(2):has(
47488
- .k-calendar-td:first-child:is(.k-empty)
47489
- ) {
47490
- display: none;
47491
- }
47492
- .k-calendar-table
47493
- > .k-calendar-tbody
47494
- > .k-calendar-tr:last-child:has(.k-calendar-td:first-child:is(.k-empty)) {
47495
- display: none;
47496
- }
47497
- .k-animation-container
47498
- .k-child-animation-container
47499
- .k-calendar
47500
- .k-calendar-view.k-calendar-monthview
47501
- .k-calendar-tr
47502
- .k-calendar-td {
47503
- width: 2.5rem;
47504
- height: 2.5rem;
47505
- }
47506
- .k-animation-container
47507
- .k-child-animation-container
47508
- .k-calendar
47509
- .k-calendar-view.k-calendar-monthview
47510
- .k-calendar-tr
47511
- .k-calendar-th {
47512
- width: 2.5rem;
47513
- height: 2.5rem;
47514
- }
47515
- .k-animation-container:has(.k-calendar-view) {
47516
- margin-top: 0.25rem;
47517
- }
47518
- .fk-timepicker .k-timepicker,
47519
- .fk-datepicker .k-datepicker {
47520
- width: 10rem;
47521
- min-width: 10rem;
47522
- display: flex;
47523
- justify-content: space-between;
47524
- }
47525
- .fk-timepicker .k-timepicker.k-input .k-maskedtextbox.k-input,
47526
- .fk-timepicker .k-timepicker.k-input.k-focus .k-maskedtextbox.k-input,
47527
- .fk-datepicker .k-datepicker.k-input .k-maskedtextbox.k-input,
47528
- .fk-datepicker .k-datepicker.k-input.k-focus .k-maskedtextbox.k-input {
47529
- box-shadow: none;
47530
- }
47531
- .fk-datepicker .k-maskedtextbox,
47532
- .fk-timepicker .k-maskedtextbox {
47533
- border-width: 0;
47534
- border-radius: 0;
47535
- }
47536
47416
  .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item,
47537
47417
  .k-button.k-button-md {
47538
47418
  font-family: Inter;
@@ -47934,6 +47814,145 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47934
47814
  border-right-style: none;
47935
47815
  border-top-style: none;
47936
47816
  }
47817
+ :is([class*="fk-popup-alert"]).k-animation-container .k-popup {
47818
+ box-shadow: none;
47819
+ border-radius: 0.25rem;
47820
+ }
47821
+ :is([class*="fk-popup-alert"]).k-animation-container .k-popup div {
47822
+ display: flex;
47823
+ flex-direction: row;
47824
+ align-items: center;
47825
+ gap: 1rem;
47826
+ color: var(--kendo-color-secondary-text);
47827
+ background-color: var(--kendo-color-surface);
47828
+ padding-block: 0.25rem;
47829
+ padding-inline: 1rem 0.5rem;
47830
+ border-radius: 0.25rem;
47831
+ border: 1px solid;
47832
+ border-color: var(--kendo-color-border);
47833
+ box-shadow: none;
47834
+ cursor: pointer;
47835
+ }
47836
+ :is([class*="fk-popup-alert"]).k-animation-container .k-popup div .k-icon {
47837
+ flex-shrink: 0;
47838
+ align-self: start;
47839
+ }
47840
+ .k-animation-container[class*="fk-popup-alert"] {
47841
+ inset: 0 !important;
47842
+ align-content: end;
47843
+ }
47844
+ .k-animation-container[class*="fk-popup-alert"]
47845
+ .k-popup
47846
+ .local-alert
47847
+ span:not(.k-icon) {
47848
+ justify-items: end;
47849
+ width: 100%;
47850
+ }
47851
+ .fk-popup-alert-info.k-animation-container .k-popup div {
47852
+ border-color: var(--kendo-color-info);
47853
+ color: var(--kendo-color-info);
47854
+ background-color: var(--kendo-color-info-subtle);
47855
+ }
47856
+ .fk-popup-alert-warning.k-animation-container .k-popup div {
47857
+ border-color: var(--kendo-color-warning);
47858
+ background-color: var(--kendo-color-warning-subtle);
47859
+ }
47860
+ .fk-popup-alert-error.k-animation-container .k-popup div {
47861
+ border-color: var(--kendo-color-error);
47862
+ color: var(--kendo-color-error);
47863
+ background-color: var(--kendo-color-error-subtle);
47864
+ }
47865
+ .fk-popup-alert-success.k-animation-container .k-popup div {
47866
+ border-color: var(--kendo-color-success);
47867
+ color: var(--kendo-color-success);
47868
+ background-color: var(--kendo-color-success-subtle);
47869
+ }
47870
+ .k-checkbox-wrap .k-checkbox {
47871
+ transition-duration: 50ms;
47872
+ }
47873
+ .fk-daterangepicker .k-maskedtextbox {
47874
+ width: 16rem;
47875
+ min-width: 16rem;
47876
+ }
47877
+ .fk-daterangepicker .k-maskedtextbox:has(.k-clear-value) {
47878
+ width: 18rem;
47879
+ min-width: 18rem;
47880
+ }
47881
+ .fk-daterangepicker .k-input-suffix,
47882
+ .fk-daterangepicker .k-input-prefix {
47883
+ cursor: pointer;
47884
+ }
47885
+ .fk-daterangepicker .k-input-suffix:hover,
47886
+ .fk-daterangepicker .k-input-prefix:hover {
47887
+ background-color: var(--kendo-color-primary-subtle-hover);
47888
+ }
47889
+ .k-calendar-view.k-hstack,
47890
+ .k-calendar-view.k-hbox {
47891
+ display: flex;
47892
+ flex-direction: row;
47893
+ flex-wrap: wrap;
47894
+ max-width: 36rem;
47895
+ }
47896
+ .k-calendar-table:has(.k-focus) {
47897
+ background-color: hsl(from var(--kendo-color-primary) h s 95%);
47898
+ border-radius: 0.25rem;
47899
+ }
47900
+ .k-calendar-table
47901
+ > .k-calendar-tbody
47902
+ > .k-calendar-tr:nth-last-child(2):has(
47903
+ .k-calendar-td:first-child:is(.k-empty)
47904
+ ) {
47905
+ display: none;
47906
+ }
47907
+ .k-calendar-table
47908
+ > .k-calendar-tbody
47909
+ > .k-calendar-tr:last-child:has(.k-calendar-td:first-child:is(.k-empty)) {
47910
+ display: none;
47911
+ }
47912
+ .k-animation-container
47913
+ .k-child-animation-container
47914
+ .k-calendar
47915
+ .k-calendar-view.k-calendar-monthview
47916
+ .k-calendar-tr
47917
+ .k-calendar-td {
47918
+ width: 2.5rem;
47919
+ height: 2.5rem;
47920
+ }
47921
+ .k-animation-container
47922
+ .k-child-animation-container
47923
+ .k-calendar
47924
+ .k-calendar-view.k-calendar-monthview
47925
+ .k-calendar-tr
47926
+ .k-calendar-th {
47927
+ width: 2.5rem;
47928
+ height: 2.5rem;
47929
+ }
47930
+ .k-animation-container:has(.k-calendar-view) {
47931
+ margin-top: 0.25rem;
47932
+ }
47933
+ .fk-timepicker .k-timepicker,
47934
+ .fk-datepicker .k-datepicker {
47935
+ width: 10rem;
47936
+ min-width: 10rem;
47937
+ display: flex;
47938
+ justify-content: space-between;
47939
+ }
47940
+ .fk-timepicker .k-timepicker.k-input .k-maskedtextbox.k-input,
47941
+ .fk-timepicker .k-timepicker.k-input.k-focus .k-maskedtextbox.k-input,
47942
+ .fk-datepicker .k-datepicker.k-input .k-maskedtextbox.k-input,
47943
+ .fk-datepicker .k-datepicker.k-input.k-focus .k-maskedtextbox.k-input {
47944
+ box-shadow: none;
47945
+ }
47946
+ .fk-datepicker .k-maskedtextbox,
47947
+ .fk-timepicker .k-maskedtextbox {
47948
+ border-width: 0;
47949
+ border-radius: 0;
47950
+ }
47951
+ .fk-daterangepicker .k-disabled .k-icon,
47952
+ .fk-timepicker .k-disabled .k-icon,
47953
+ .fk-datepicker .k-disabled .k-icon {
47954
+ opacity: 0.5;
47955
+ }
47937
47956
  .k-tabstrip .k-tabstrip-content.k-active,
47938
47957
  .k-tabstrip .k-tabstrip-content.k-state-active,
47939
47958
  .k-tabstrip .k-tabstrip-content:active {
@@ -51458,10 +51477,10 @@ h1 {
51458
51477
  .k-maskedtextbox.k-input.k-state-disabled.k-input-solid,
51459
51478
  .k-maskedtextbox.k-input:disabled.k-input-solid {
51460
51479
  color: rgba(10, 12, 27, 0.4);
51461
- border-bottom-color: rgba(10, 12, 27, 0.4);
51462
- border-left-color: rgba(10, 12, 27, 0.4);
51463
- border-right-color: rgba(10, 12, 27, 0.4);
51464
- border-top-color: rgba(10, 12, 27, 0.4);
51480
+ border-bottom-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
51481
+ border-left-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
51482
+ border-right-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
51483
+ border-top-color: var(--kendo-color-border, rgba(10, 12, 27, 0.12));
51465
51484
  }
51466
51485
  .k-numerictextbox.k-input
51467
51486
  .k-input-spinner.k-spin-button