@featherk/styles 0.5.7 → 0.6.0

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,66 @@ 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
+ :is([class*="fk-popup-alert"]).k-animation-container .k-popup {
47214
+ box-shadow: none;
47215
+ border-radius: 0.25rem;
47216
+ }
47217
+ :is([class*="fk-popup-alert"]).k-animation-container .k-popup div {
47218
+ display: flex;
47219
+ flex-direction: row;
47220
+ align-items: center;
47221
+ gap: 1rem;
47222
+ color: var(--kendo-color-secondary-text);
47223
+ background-color: var(--kendo-color-surface);
47224
+ padding-block: 0.25rem;
47225
+ padding-inline: 1rem 0.5rem;
47226
+ border-radius: 0.25rem;
47227
+ border: 1px solid;
47228
+ border-color: var(--kendo-color-border);
47229
+ box-shadow: none;
47230
+ cursor: pointer;
47231
+ }
47232
+ :is([class*="fk-popup-alert"]).k-animation-container .k-popup div .k-icon {
47233
+ flex-shrink: 0;
47234
+ align-self: start;
47235
+ }
47236
+ .fk-popup-alert-info.k-animation-container .k-popup div {
47237
+ border-color: var(--kendo-color-info);
47238
+ color: var(--kendo-color-info);
47239
+ background-color: var(--kendo-color-info-subtle);
47240
+ }
47241
+ .fk-popup-alert-warning.k-animation-container .k-popup div {
47242
+ border-color: var(--kendo-color-warning);
47243
+ background-color: var(--kendo-color-warning-subtle);
47244
+ }
47245
+ .fk-popup-alert-error.k-animation-container .k-popup div {
47246
+ border-color: var(--kendo-color-error);
47247
+ color: var(--kendo-color-error);
47248
+ background-color: var(--kendo-color-error-subtle);
47249
+ }
47250
+ .fk-popup-alert-success.k-animation-container .k-popup div {
47251
+ border-color: var(--kendo-color-success);
47252
+ color: var(--kendo-color-success);
47253
+ background-color: var(--kendo-color-success-subtle);
47254
+ }
47255
+ .k-expander-header:focus-visible {
47256
+ box-shadow: inset 0px 0px 0px 2px #195bb5;
47257
+ }
47198
47258
  .k-slider .k-tick {
47199
47259
  background-image: none;
47200
47260
  }
@@ -47313,70 +47373,12 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47313
47373
  clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
47314
47374
  }
47315
47375
  }
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;
47376
+ .fk-daterangepicker .k-input-suffix,
47377
+ .fk-daterangepicker .k-input-prefix {
47333
47378
  cursor: pointer;
47334
47379
  }
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
- .fk-daterangepicker .k-input-suffix {
47377
- cursor: pointer;
47378
- }
47379
- .fk-daterangepicker .k-input-suffix:hover {
47380
+ .fk-daterangepicker .k-input-suffix:hover,
47381
+ .fk-daterangepicker .k-input-prefix:hover {
47380
47382
  background-color: var(--kendo-color-primary-subtle-hover);
47381
47383
  }
47382
47384
  .k-calendar-view.k-hstack,
@@ -47420,6 +47422,9 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
47420
47422
  width: 2.5rem;
47421
47423
  height: 2.5rem;
47422
47424
  }
47425
+ .k-animation-container:has(.k-calendar-view) {
47426
+ margin-top: 0.25rem;
47427
+ }
47423
47428
  .k-tabstrip .k-tabstrip-content.k-active,
47424
47429
  .k-tabstrip .k-tabstrip-content.k-state-active,
47425
47430
  .k-tabstrip .k-tabstrip-content:active {