@cloudscape-design/components 3.0.1368 → 3.0.1370
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/internal/base-component/styles.scoped.css +1 -1
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/manifest.json +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
- package/pagination/styles.css.js +12 -12
- package/pagination/styles.scoped.css +31 -31
- package/pagination/styles.selectors.js +12 -12
package/internal/environment.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (de5eaa38)";
|
|
3
|
+
export var GIT_SHA = "de5eaa38";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
package/internal/manifest.json
CHANGED
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"./internal/base-theme/styles.css.js",
|
|
357
357
|
"./internal/base-component/styles.css.js"
|
|
358
358
|
],
|
|
359
|
-
"version": "3.0.
|
|
359
|
+
"version": "3.0.1370",
|
|
360
360
|
"repository": {
|
|
361
361
|
"type": "git",
|
|
362
362
|
"url": "https://github.com/cloudscape-design/components.git"
|
package/pagination/styles.css.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"button": "
|
|
6
|
-
"dots": "
|
|
7
|
-
"button-disabled": "awsui_button-
|
|
8
|
-
"arrow": "
|
|
9
|
-
"page-number": "awsui_page-
|
|
10
|
-
"button-current": "awsui_button-
|
|
11
|
-
"jump-to-page": "awsui_jump-to-
|
|
12
|
-
"jump-to-page-input": "awsui_jump-to-page-
|
|
13
|
-
"pages-compact": "awsui_pages-
|
|
14
|
-
"page-item": "awsui_page-
|
|
15
|
-
"root-disabled": "awsui_root-
|
|
4
|
+
"root": "awsui_root_fvjdu_15ocf_9",
|
|
5
|
+
"button": "awsui_button_fvjdu_15ocf_50",
|
|
6
|
+
"dots": "awsui_dots_fvjdu_15ocf_51",
|
|
7
|
+
"button-disabled": "awsui_button-disabled_fvjdu_15ocf_79",
|
|
8
|
+
"arrow": "awsui_arrow_fvjdu_15ocf_84",
|
|
9
|
+
"page-number": "awsui_page-number_fvjdu_15ocf_94",
|
|
10
|
+
"button-current": "awsui_button-current_fvjdu_15ocf_100",
|
|
11
|
+
"jump-to-page": "awsui_jump-to-page_fvjdu_15ocf_113",
|
|
12
|
+
"jump-to-page-input": "awsui_jump-to-page-input_fvjdu_15ocf_121",
|
|
13
|
+
"pages-compact": "awsui_pages-compact_fvjdu_15ocf_131",
|
|
14
|
+
"page-item": "awsui_page-item_fvjdu_15ocf_136",
|
|
15
|
+
"root-disabled": "awsui_root-disabled_fvjdu_15ocf_157"
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
7
7
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
8
8
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
9
|
-
.
|
|
9
|
+
.awsui_root_fvjdu_15ocf_9:not(#\9) {
|
|
10
10
|
border-collapse: separate;
|
|
11
11
|
border-spacing: 0;
|
|
12
12
|
box-sizing: border-box;
|
|
@@ -47,14 +47,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
47
47
|
list-style: none;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.
|
|
51
|
-
.
|
|
50
|
+
.awsui_button_fvjdu_15ocf_50:not(#\9),
|
|
51
|
+
.awsui_dots_fvjdu_15ocf_51:not(#\9) {
|
|
52
52
|
min-inline-size: var(--space-l-dpyxli, 20px);
|
|
53
53
|
border-block: var(--border-width-button-lffd4t, 2px) solid transparent;
|
|
54
54
|
border-inline: var(--border-width-button-lffd4t, 2px) solid transparent;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.
|
|
57
|
+
.awsui_button_fvjdu_15ocf_50:not(#\9) {
|
|
58
58
|
cursor: pointer;
|
|
59
59
|
text-align: center;
|
|
60
60
|
box-sizing: border-box;
|
|
@@ -63,10 +63,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
63
63
|
padding-block: 0;
|
|
64
64
|
padding-inline: 0;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.awsui_button_fvjdu_15ocf_50:not(#\9):focus {
|
|
67
67
|
outline: none;
|
|
68
68
|
}
|
|
69
|
-
body[data-awsui-focus-visible=true] .
|
|
69
|
+
body[data-awsui-focus-visible=true] .awsui_button_fvjdu_15ocf_50:not(#\9):focus {
|
|
70
70
|
outline: 2px dotted transparent;
|
|
71
71
|
border-block: var(--border-width-button-lffd4t, 2px) solid var(--color-border-item-focused-ditkrb, #006ce0);
|
|
72
72
|
border-inline: var(--border-width-button-lffd4t, 2px) solid var(--color-border-item-focused-ditkrb, #006ce0);
|
|
@@ -76,41 +76,41 @@ body[data-awsui-focus-visible=true] .awsui_button_fvjdu_1gwsd_50:not(#\9):focus
|
|
|
76
76
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 4px);
|
|
77
77
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-iijyo6, 1px) var(--color-border-item-focused-ditkrb, #006ce0);
|
|
78
78
|
}
|
|
79
|
-
.awsui_button-
|
|
79
|
+
.awsui_button-disabled_fvjdu_15ocf_79:not(#\9) {
|
|
80
80
|
cursor: default;
|
|
81
81
|
color: var(--color-text-interactive-disabled-bhh1zo, #b4b4bb);
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
.
|
|
84
|
+
.awsui_arrow_fvjdu_15ocf_84:not(#\9) {
|
|
85
85
|
color: var(--color-text-interactive-default-1o1pl2, #424650);
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
.awsui_arrow_fvjdu_15ocf_84:not(#\9):not(.awsui_button-disabled_fvjdu_15ocf_79):hover {
|
|
88
88
|
color: var(--color-text-interactive-hover-j5y3wx, #0f141a);
|
|
89
89
|
}
|
|
90
|
-
.
|
|
90
|
+
.awsui_arrow_fvjdu_15ocf_84.awsui_button-disabled_fvjdu_15ocf_79:not(#\9) {
|
|
91
91
|
color: var(--color-text-interactive-disabled-bhh1zo, #b4b4bb);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.awsui_page-
|
|
94
|
+
.awsui_page-number_fvjdu_15ocf_94:not(#\9) {
|
|
95
95
|
color: var(--color-text-pagination-page-number-default-jqmmw0, #424650);
|
|
96
96
|
}
|
|
97
|
-
.awsui_page-
|
|
97
|
+
.awsui_page-number_fvjdu_15ocf_94:not(#\9):not(.awsui_button-disabled_fvjdu_15ocf_79):hover {
|
|
98
98
|
color: var(--color-text-interactive-hover-j5y3wx, #0f141a);
|
|
99
99
|
}
|
|
100
|
-
.awsui_page-
|
|
100
|
+
.awsui_page-number_fvjdu_15ocf_94.awsui_button-current_fvjdu_15ocf_100:not(#\9) {
|
|
101
101
|
font-weight: var(--font-wayfinding-link-active-weight-mlvia6, 700);
|
|
102
102
|
-webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, antialiased);
|
|
103
103
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, grayscale);
|
|
104
104
|
color: var(--color-text-interactive-active-fedaa8, #0f141a);
|
|
105
105
|
}
|
|
106
|
-
.awsui_page-
|
|
106
|
+
.awsui_page-number_fvjdu_15ocf_94.awsui_button-current_fvjdu_15ocf_100.awsui_button-disabled_fvjdu_15ocf_79:not(#\9) {
|
|
107
107
|
color: var(--color-text-pagination-page-number-active-disabled-uj04sc, #b4b4bb);
|
|
108
108
|
}
|
|
109
|
-
.awsui_page-
|
|
109
|
+
.awsui_page-number_fvjdu_15ocf_94.awsui_button-disabled_fvjdu_15ocf_79:not(#\9) {
|
|
110
110
|
color: var(--color-text-interactive-disabled-bhh1zo, #b4b4bb);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.awsui_jump-to-
|
|
113
|
+
.awsui_jump-to-page_fvjdu_15ocf_113:not(#\9) {
|
|
114
114
|
border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-divider-default-0de9c8, #c6c6cd);
|
|
115
115
|
box-sizing: border-box;
|
|
116
116
|
margin-inline-start: var(--space-xs-m9b7jf, 8px);
|
|
@@ -118,24 +118,24 @@ body[data-awsui-focus-visible=true] .awsui_button_fvjdu_1gwsd_50:not(#\9):focus
|
|
|
118
118
|
padding-inline-start: 15px;
|
|
119
119
|
list-style: none;
|
|
120
120
|
}
|
|
121
|
-
.awsui_jump-to-page-
|
|
121
|
+
.awsui_jump-to-page-input_fvjdu_15ocf_121:not(#\9) {
|
|
122
122
|
inline-size: 87px;
|
|
123
|
-
margin-block-start: calc(-
|
|
123
|
+
margin-block-start: calc(-0.6em - var(--space-scaled-xs-pajbd1, 8px));
|
|
124
124
|
overflow: visible;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.
|
|
127
|
+
.awsui_dots_fvjdu_15ocf_51:not(#\9) {
|
|
128
128
|
color: var(--color-text-interactive-default-1o1pl2, #424650);
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.awsui_pages-
|
|
131
|
+
.awsui_pages-compact_fvjdu_15ocf_131:not(#\9) {
|
|
132
132
|
color: var(--color-text-pagination-page-number-default-jqmmw0, #424650);
|
|
133
133
|
white-space: nowrap;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
.awsui_page-
|
|
137
|
-
.
|
|
138
|
-
.awsui_pages-
|
|
136
|
+
.awsui_page-item_fvjdu_15ocf_136:not(#\9),
|
|
137
|
+
.awsui_dots_fvjdu_15ocf_51:not(#\9),
|
|
138
|
+
.awsui_pages-compact_fvjdu_15ocf_131:not(#\9) {
|
|
139
139
|
margin-block: var(--space-field-vertical-77df8s, 5px);
|
|
140
140
|
margin-inline: var(--space-xxs-3o1yoq, 4px);
|
|
141
141
|
text-align: center;
|
|
@@ -143,18 +143,18 @@ body[data-awsui-focus-visible=true] .awsui_button_fvjdu_1gwsd_50:not(#\9):focus
|
|
|
143
143
|
padding-block: 0;
|
|
144
144
|
padding-inline: 0;
|
|
145
145
|
}
|
|
146
|
-
.awsui_page-
|
|
147
|
-
.
|
|
148
|
-
.awsui_pages-
|
|
146
|
+
.awsui_page-item_fvjdu_15ocf_136:not(#\9):first-child,
|
|
147
|
+
.awsui_dots_fvjdu_15ocf_51:not(#\9):first-child,
|
|
148
|
+
.awsui_pages-compact_fvjdu_15ocf_131:not(#\9):first-child {
|
|
149
149
|
margin-inline-start: 0;
|
|
150
150
|
}
|
|
151
|
-
.awsui_page-
|
|
152
|
-
.
|
|
153
|
-
.awsui_pages-
|
|
151
|
+
.awsui_page-item_fvjdu_15ocf_136:not(#\9):last-child,
|
|
152
|
+
.awsui_dots_fvjdu_15ocf_51:not(#\9):last-child,
|
|
153
|
+
.awsui_pages-compact_fvjdu_15ocf_131:not(#\9):last-child {
|
|
154
154
|
margin-inline-end: 0;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.awsui_root-
|
|
158
|
-
.awsui_root-
|
|
157
|
+
.awsui_root-disabled_fvjdu_15ocf_157 > .awsui_dots_fvjdu_15ocf_51:not(#\9),
|
|
158
|
+
.awsui_root-disabled_fvjdu_15ocf_157 > .awsui_pages-compact_fvjdu_15ocf_131:not(#\9) {
|
|
159
159
|
color: var(--color-text-interactive-disabled-bhh1zo, #b4b4bb);
|
|
160
160
|
}
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"button": "
|
|
7
|
-
"dots": "
|
|
8
|
-
"button-disabled": "awsui_button-
|
|
9
|
-
"arrow": "
|
|
10
|
-
"page-number": "awsui_page-
|
|
11
|
-
"button-current": "awsui_button-
|
|
12
|
-
"jump-to-page": "awsui_jump-to-
|
|
13
|
-
"jump-to-page-input": "awsui_jump-to-page-
|
|
14
|
-
"pages-compact": "awsui_pages-
|
|
15
|
-
"page-item": "awsui_page-
|
|
16
|
-
"root-disabled": "awsui_root-
|
|
5
|
+
"root": "awsui_root_fvjdu_15ocf_9",
|
|
6
|
+
"button": "awsui_button_fvjdu_15ocf_50",
|
|
7
|
+
"dots": "awsui_dots_fvjdu_15ocf_51",
|
|
8
|
+
"button-disabled": "awsui_button-disabled_fvjdu_15ocf_79",
|
|
9
|
+
"arrow": "awsui_arrow_fvjdu_15ocf_84",
|
|
10
|
+
"page-number": "awsui_page-number_fvjdu_15ocf_94",
|
|
11
|
+
"button-current": "awsui_button-current_fvjdu_15ocf_100",
|
|
12
|
+
"jump-to-page": "awsui_jump-to-page_fvjdu_15ocf_113",
|
|
13
|
+
"jump-to-page-input": "awsui_jump-to-page-input_fvjdu_15ocf_121",
|
|
14
|
+
"pages-compact": "awsui_pages-compact_fvjdu_15ocf_131",
|
|
15
|
+
"page-item": "awsui_page-item_fvjdu_15ocf_136",
|
|
16
|
+
"root-disabled": "awsui_root-disabled_fvjdu_15ocf_157"
|
|
17
17
|
};
|
|
18
18
|
|