@featherk/styles 0.6.13 → 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.
@@ -47413,84 +47413,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47413
47413
  .k-textbox:has(.k-input-inner[readonly]):hover {
47414
47414
  box-shadow: none;
47415
47415
  }
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
47416
  .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item,
47495
47417
  .k-button.k-button-md {
47496
47418
  font-family: Inter;
@@ -47948,6 +47870,89 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47948
47870
  .k-checkbox-wrap .k-checkbox {
47949
47871
  transition-duration: 50ms;
47950
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
+ }
47951
47956
  .k-tabstrip .k-tabstrip-content.k-active,
47952
47957
  .k-tabstrip .k-tabstrip-content.k-state-active,
47953
47958
  .k-tabstrip .k-tabstrip-content:active {