@entur/fileupload 0.5.7 → 0.5.9
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/dist/styles.css +9 -3
- package/package.json +9 -9
package/dist/styles.css
CHANGED
|
@@ -48,6 +48,8 @@
|
|
|
48
48
|
--basecolors-frame-default:#ffffff;
|
|
49
49
|
--basecolors-frame-elevated:#ffffff;
|
|
50
50
|
--basecolors-frame-elevatedalt:#f6f6f9;
|
|
51
|
+
--basecolors-frame-highlight:#ff5959;
|
|
52
|
+
--basecolors-frame-highlightalt:#ffbf9e;
|
|
51
53
|
--basecolors-frame-subdued:#d9dae8;
|
|
52
54
|
--basecolors-frame-tint:#f6f6f9;
|
|
53
55
|
--basecolors-shape-accent:#181c56;
|
|
@@ -95,6 +97,7 @@
|
|
|
95
97
|
--basecolors-stroke-focus-contrast:#aeb7e2;
|
|
96
98
|
--basecolors-stroke-focus-standard:#181c56;
|
|
97
99
|
--basecolors-stroke-highlight:#ff5959;
|
|
100
|
+
--basecolors-stroke-highlight2:#ffbf9e;
|
|
98
101
|
--basecolors-stroke-light:#ffffff;
|
|
99
102
|
--basecolors-stroke-subdued:#8284ab;
|
|
100
103
|
--basecolors-stroke-subduedalt:#e3e6e8;
|
|
@@ -115,6 +118,8 @@
|
|
|
115
118
|
--basecolors-frame-default:#08091c;
|
|
116
119
|
--basecolors-frame-elevated:rgba(229, 229, 233, 0.1490196078);
|
|
117
120
|
--basecolors-frame-elevatedalt:#464755;
|
|
121
|
+
--basecolors-frame-highlight:#ff5959;
|
|
122
|
+
--basecolors-frame-highlightalt:#ffbf9e;
|
|
118
123
|
--basecolors-frame-subdued:#2d2e3e;
|
|
119
124
|
--basecolors-frame-tint:#141527;
|
|
120
125
|
--basecolors-shape-accent:#e5e5e9;
|
|
@@ -132,7 +137,7 @@
|
|
|
132
137
|
--basecolors-shape-funicular-default:#b898e5;
|
|
133
138
|
--basecolors-shape-helicopter-contrast:#f2b8e5;
|
|
134
139
|
--basecolors-shape-helicopter-default:#f2b8e5;
|
|
135
|
-
--basecolors-shape-highlight:#
|
|
140
|
+
--basecolors-shape-highlight:#ff5959;
|
|
136
141
|
--basecolors-shape-light:#e5e5e9;
|
|
137
142
|
--basecolors-shape-mask:#2d2e3e;
|
|
138
143
|
--basecolors-shape-maskalt:#393a49;
|
|
@@ -161,14 +166,15 @@
|
|
|
161
166
|
--basecolors-stroke-disabled:#e3e6e8;
|
|
162
167
|
--basecolors-stroke-focus-contrast:#aeb7e2;
|
|
163
168
|
--basecolors-stroke-focus-standard:#aeb7e2;
|
|
164
|
-
--basecolors-stroke-highlight:#
|
|
169
|
+
--basecolors-stroke-highlight:#ff5959;
|
|
170
|
+
--basecolors-stroke-highlight2:#ffbf9e;
|
|
165
171
|
--basecolors-stroke-light:#b3b4bd;
|
|
166
172
|
--basecolors-stroke-subdued:#81828f;
|
|
167
173
|
--basecolors-stroke-subduedalt:#949699;
|
|
168
174
|
--basecolors-text-accent:#e5e5e9;
|
|
169
175
|
--basecolors-text-disabled:#b6b8ba;
|
|
170
176
|
--basecolors-text-disabledalt:#b6b8ba;
|
|
171
|
-
--basecolors-text-highlight:#
|
|
177
|
+
--basecolors-text-highlight:#ff5959;
|
|
172
178
|
--basecolors-text-highlightalt:#ffbf9e;
|
|
173
179
|
--basecolors-text-light:#e5e5e9;
|
|
174
180
|
--basecolors-text-subdued:#b3b4bd;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/fileupload",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.9",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/fileupload.cjs.js",
|
|
6
6
|
"module": "dist/fileupload.esm.js",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"react-dom": ">=16.8.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@entur/a11y": "^0.2.
|
|
30
|
-
"@entur/button": "^4.0.
|
|
31
|
-
"@entur/icons": "^
|
|
32
|
-
"@entur/tokens": "^3.
|
|
33
|
-
"@entur/typography": "^2.1.
|
|
34
|
-
"@entur/utils": "^0.13.
|
|
29
|
+
"@entur/a11y": "^0.2.111",
|
|
30
|
+
"@entur/button": "^4.0.7",
|
|
31
|
+
"@entur/icons": "^9.0.0",
|
|
32
|
+
"@entur/tokens": "^3.23.0",
|
|
33
|
+
"@entur/typography": "^2.1.8",
|
|
34
|
+
"@entur/utils": "^0.13.5",
|
|
35
35
|
"classnames": "^2.5.1",
|
|
36
36
|
"react-dropzone": "^11.7.1"
|
|
37
37
|
},
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"jest-environment-jsdom": "^29.0.0",
|
|
45
45
|
"ts-jest": "^29.0.0",
|
|
46
46
|
"typescript": "^5.9.2",
|
|
47
|
-
"vite": "^7.
|
|
47
|
+
"vite": "^7.3.2",
|
|
48
48
|
"vite-plugin-dts": "^4.5.4"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "0ef451821dd20ee28be7c62496acfddc4e56645d"
|
|
51
51
|
}
|