@fkui/design 6.7.1 → 6.8.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.
- package/lib/fkui.css +17 -117
- package/lib/fkui.min.css +1 -1
- package/package.json +5 -5
- package/src/components/button/_button.scss +0 -20
- package/src/components/button/_variables.scss +1 -1
- package/src/components/combobox/_variables.scss +1 -1
- package/src/components/select-field/_variables.scss +1 -1
- package/src/components/text-field/_variables.scss +1 -1
- package/src/components/textarea-field/_variables.scss +1 -1
- package/src/core/mixins/_button.scss +0 -20
- package/src/core/mixins/_variables.scss +3 -3
- package/src/internal-components/calendar-navbar/_navbar.scss +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/design",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.8.0",
|
|
4
4
|
"description": "fkui design",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"runner": "jest-light-runner"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@fkui/icon-lib-default": "6.
|
|
46
|
-
"@fkui/theme-default": "6.
|
|
45
|
+
"@fkui/icon-lib-default": "6.8.0",
|
|
46
|
+
"@fkui/theme-default": "6.8.0",
|
|
47
47
|
"autoprefixer": "10.4.21",
|
|
48
48
|
"cssnano": "7.0.7",
|
|
49
49
|
"flush-promises": "1.0.2",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"svgo": "3.3.2"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@fkui/theme-default": "^6.
|
|
60
|
+
"@fkui/theme-default": "^6.8.0",
|
|
61
61
|
"sass": "^1.40.0",
|
|
62
62
|
"stylelint": ">= 14"
|
|
63
63
|
},
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"node": ">= 20",
|
|
74
74
|
"npm": ">= 7"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "c76b7bb4c189847cdf9ab69abd426eb462761226"
|
|
77
77
|
}
|
|
@@ -320,47 +320,27 @@ $button--tertiary: (
|
|
|
320
320
|
&--black {
|
|
321
321
|
color: $button-tertiary-black-color-text-default;
|
|
322
322
|
|
|
323
|
-
& > .button__icon {
|
|
324
|
-
color: $button-tertiary-black-icon-color-content-default;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
323
|
&:hover,
|
|
328
324
|
&:active,
|
|
329
325
|
&:focus {
|
|
330
326
|
color: $button-tertiary-black-color-text-focus;
|
|
331
|
-
|
|
332
|
-
& > .button__icon {
|
|
333
|
-
color: $button-tertiary-black-icon-color-content-focus;
|
|
334
|
-
}
|
|
335
327
|
}
|
|
336
328
|
}
|
|
337
329
|
|
|
338
330
|
&--inverted {
|
|
339
331
|
color: $button-tertiary-inverted-color-text-default;
|
|
340
332
|
|
|
341
|
-
& > .button__icon {
|
|
342
|
-
color: $button-tertiary-inverted-icon-color-content-default;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
333
|
&:hover,
|
|
346
334
|
&:active,
|
|
347
335
|
&:focus {
|
|
348
336
|
color: $button-tertiary-inverted-color-text-focus;
|
|
349
337
|
background-color: $button-tertiary-inverted-color-background-focus;
|
|
350
|
-
|
|
351
|
-
& > .button__icon {
|
|
352
|
-
color: $button-tertiary-inverted-icon-color-content-focus;
|
|
353
|
-
}
|
|
354
338
|
}
|
|
355
339
|
|
|
356
340
|
&:disabled {
|
|
357
341
|
color: $button-tertiary-inverted-color-text-disabled;
|
|
358
342
|
border-width: 0;
|
|
359
343
|
background-color: $button-tertiary-inverted-color-background-disabled;
|
|
360
|
-
|
|
361
|
-
& > .button__icon {
|
|
362
|
-
color: $button-tertiary-inverted-icon-color-content-disabled;
|
|
363
|
-
}
|
|
364
344
|
}
|
|
365
345
|
}
|
|
366
346
|
|
|
@@ -32,4 +32,4 @@ $button-tertiary-inverted-icon-color-content-focus: var(--fkds-icon-color-action
|
|
|
32
32
|
$button-tertiary-inverted-color-background-focus: transparent;
|
|
33
33
|
$button-tertiary-inverted-color-background-disabled: transparent;
|
|
34
34
|
$button-tertiary-inverted-color-text-disabled: var(--fkds-color-text-disabled);
|
|
35
|
-
$button-tertiary-inverted-icon-color-content-disabled: var(--fkds-icon-color-
|
|
35
|
+
$button-tertiary-inverted-icon-color-content-disabled: var(--fkds-icon-color-content-disabled);
|
|
@@ -6,4 +6,4 @@ $combobox-color-text-selected: var(--fkds-color-text-inverted);
|
|
|
6
6
|
$combobox-color-text: var(--fkds-color-text-primary);
|
|
7
7
|
$combobox-color-border: var(--fkds-color-border-primary);
|
|
8
8
|
$combobox-f-icon-arrow-down-color-content-default: var(--fkds-icon-color-action-content-primary-default);
|
|
9
|
-
$combobox-f-icon-arrow-down-color-content-disabled: var(--fkds-icon-color-
|
|
9
|
+
$combobox-f-icon-arrow-down-color-content-disabled: var(--fkds-icon-color-content-disabled);
|
|
@@ -13,6 +13,6 @@ $selectfield-color-background-focus: var(--fkds-color-background-primary);
|
|
|
13
13
|
$selectfield-color-background-disabled: var(--fkds-color-background-disabled);
|
|
14
14
|
|
|
15
15
|
// BORDER
|
|
16
|
-
$selectfield-color-border-disabled: var(--fkds-color-border-
|
|
16
|
+
$selectfield-color-border-disabled: var(--fkds-color-border-disabled);
|
|
17
17
|
$selectfield-color-border-default: var(--fkds-color-border-primary);
|
|
18
18
|
$selectfield-color-border-error: var(--fkds-color-feedback-border-negative);
|
|
@@ -4,7 +4,7 @@ $textfield-color-background-disabled: var(--fkds-color-background-disabled);
|
|
|
4
4
|
|
|
5
5
|
// BORDER
|
|
6
6
|
$textfield-color-border-default: var(--fkds-color-border-primary);
|
|
7
|
-
$textfield-color-border-disabled: var(--fkds-color-border-
|
|
7
|
+
$textfield-color-border-disabled: var(--fkds-color-border-disabled);
|
|
8
8
|
$textfield-color-border-error: var(--fkds-color-feedback-border-negative);
|
|
9
9
|
|
|
10
10
|
// ICON
|
|
@@ -4,7 +4,7 @@ $textareafield-color-background-disabled: var(--fkds-color-background-disabled);
|
|
|
4
4
|
|
|
5
5
|
// BORDER
|
|
6
6
|
$textareafield-color-border-default: var(--fkds-color-border-primary);
|
|
7
|
-
$textareafield-color-border-disabled: var(--fkds-color-border-
|
|
7
|
+
$textareafield-color-border-disabled: var(--fkds-color-border-disabled);
|
|
8
8
|
$textareafield-color-border-error: var(--fkds-color-feedback-border-negative);
|
|
9
9
|
|
|
10
10
|
// TEXT
|
|
@@ -10,10 +10,6 @@
|
|
|
10
10
|
$color--hover: $color,
|
|
11
11
|
$color--focus: $color--hover,
|
|
12
12
|
$color--disabled: $button-color-text-disabled,
|
|
13
|
-
$icon-color: $color,
|
|
14
|
-
$icon-color--hover: $color--hover,
|
|
15
|
-
$icon-color--focus: $color--focus,
|
|
16
|
-
$icon-color--disabled: $color--disabled,
|
|
17
13
|
$background-color--hover: $background-color,
|
|
18
14
|
$background-color--focus: $background-color--hover,
|
|
19
15
|
$background-color--disabled: $button-color-background-disabled,
|
|
@@ -34,19 +30,11 @@
|
|
|
34
30
|
color: $color;
|
|
35
31
|
padding: $padding-top $padding-right $padding-bottom $padding-left;
|
|
36
32
|
|
|
37
|
-
& > .button__icon {
|
|
38
|
-
color: $icon-color;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
33
|
&:hover {
|
|
42
34
|
background-color: $background-color--hover;
|
|
43
35
|
border-color: $border-color--hover;
|
|
44
36
|
color: $color--hover;
|
|
45
37
|
box-shadow: $shadow-hover;
|
|
46
|
-
|
|
47
|
-
& > .button__icon {
|
|
48
|
-
color: $icon-color--hover;
|
|
49
|
-
}
|
|
50
38
|
}
|
|
51
39
|
|
|
52
40
|
&:active,
|
|
@@ -56,10 +44,6 @@
|
|
|
56
44
|
background-color: $background-color--focus;
|
|
57
45
|
border-color: $border-color--focus;
|
|
58
46
|
color: $color--focus;
|
|
59
|
-
|
|
60
|
-
& > .button__icon {
|
|
61
|
-
color: $icon-color--focus;
|
|
62
|
-
}
|
|
63
47
|
}
|
|
64
48
|
|
|
65
49
|
&.disabled,
|
|
@@ -71,9 +55,5 @@
|
|
|
71
55
|
background-color: $background-color--disabled;
|
|
72
56
|
border-color: $border-color--disabled;
|
|
73
57
|
color: $color--disabled;
|
|
74
|
-
|
|
75
|
-
& > .button__icon {
|
|
76
|
-
color: $icon-color--disabled;
|
|
77
|
-
}
|
|
78
58
|
}
|
|
79
59
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
$button-color-border-default: transparent;
|
|
2
|
-
$button-color-background-disabled: var(--fkds-color-
|
|
3
|
-
$button-color-border-disabled: var(--fkds-color-
|
|
4
|
-
$button-color-text-disabled: var(--fkds-color-
|
|
2
|
+
$button-color-background-disabled: var(--fkds-color-background-disabled);
|
|
3
|
+
$button-color-border-disabled: var(--fkds-color-border-disabled);
|
|
4
|
+
$button-color-text-disabled: var(--fkds-color-text-disabled);
|
|
@@ -11,22 +11,20 @@ $calendar-icon-disabled-padding: calc($calendar-icon-padding - $calendar-icon-di
|
|
|
11
11
|
text-align: center;
|
|
12
12
|
border-bottom: 1px solid var(--f-border-color-calendar-navbar);
|
|
13
13
|
padding: 1rem;
|
|
14
|
+
gap: 1rem;
|
|
14
15
|
margin-bottom: 0.75rem;
|
|
15
16
|
font-size: var(--f-font-size-h4);
|
|
16
17
|
|
|
17
18
|
&__month {
|
|
18
|
-
|
|
19
|
+
margin-right: auto;
|
|
20
|
+
font-size: 1.5rem;
|
|
21
|
+
font-weight: bold;
|
|
19
22
|
}
|
|
20
23
|
|
|
21
24
|
&__arrow--previous {
|
|
22
|
-
order: 1;
|
|
23
25
|
transform: scaleX(-1);
|
|
24
26
|
}
|
|
25
27
|
|
|
26
|
-
&__arrow--next {
|
|
27
|
-
order: 3;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
28
|
&__icon {
|
|
31
29
|
color: var(--f-icon-color-white);
|
|
32
30
|
background-color: var(--f-icon-color-primary);
|