Skip to content

Commit db8b96e

Browse files
authored
Improve cognitive visibility of tabs (#1369)
* Improve cognitive visibility of tabs * Automatic frontend build --------- Co-authored-by: vin0401 <[email protected]>
1 parent 7d125fe commit db8b96e

25 files changed

+570
-1
lines changed

assets/js/src/core/components/tabs/tabs.styles.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const useStyles = createStyles(({ token, css }) => {
2121
padding-right: ${token.paddingXXS}px;
2222
2323
+ .ant-tabs-tab {
24-
margin-left: ${token.marginXXS}px;
24+
margin-left: ${token.marginSM}px;
2525
}
2626
}
2727
@@ -75,6 +75,10 @@ export const useStyles = createStyles(({ token, css }) => {
7575
font-size: 8px;
7676
}
7777
}
78+
79+
.ant-tabs-tab-active .ant-tabs-tab-btn {
80+
font-weight: 600;
81+
}
7882
7983
&.ant-tabs-line .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-remove {
8084
opacity: 1;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"entrypoints": {
3+
"vendor": {
4+
"js": [
5+
"/bundles/pimcorestudioui/build/6bbccdb8-ffd8-433b-8536-729907c919ee/vendor.js"
6+
]
7+
}
8+
}
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"bundles/pimcorestudioui/build/6bbccdb8-ffd8-433b-8536-729907c919ee/vendor.js": "/bundles/pimcorestudioui/build/6bbccdb8-ffd8-433b-8536-729907c919ee/vendor.js"
3+
}

public/build/6bbccdb8-ffd8-433b-8536-729907c919ee/vendor.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/6bbccdb8-ffd8-433b-8536-729907c919ee/vendor.js.LICENSE.txt

+165
Large diffs are not rendered by default.

public/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/105.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*!
2+
*
3+
* /**
4+
* * Pimcore
5+
* *
6+
* * This source file is available under two different licenses:
7+
* * - Pimcore Open Core License (POCL)
8+
* * - Pimcore Commercial License (PCL)
9+
* * Full copyright and license information is available in
10+
* * LICENSE.md which is distributed with this source code.
11+
* *
12+
* * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
13+
* * @license https://github.com/pimcore/studio-ui-bundle/blob/1.x/LICENSE.md POCL and PCL
14+
* * /
15+
*
16+
*/

public/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/core-dll.css

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/core-dll.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
/* @preserve
2+
* Leaflet 1.9.4, a JS library for interactive maps. https://leafletjs.com
3+
* (c) 2010-2023 Vladimir Agafonkin, (c) 2010-2011 CloudMade
4+
*/
5+
6+
/*!
7+
Copyright (c) 2018 Jed Watson.
8+
Licensed under the MIT License (MIT), see
9+
http://jedwatson.github.io/classnames
10+
*/
11+
12+
/*!
13+
*
14+
* /**
15+
* * Pimcore
16+
* *
17+
* * This source file is available under two different licenses:
18+
* * - Pimcore Open Core License (POCL)
19+
* * - Pimcore Commercial License (PCL)
20+
* * Full copyright and license information is available in
21+
* * LICENSE.md which is distributed with this source code.
22+
* *
23+
* * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
24+
* * @license https://github.com/pimcore/studio-ui-bundle/blob/1.x/LICENSE.md POCL and PCL
25+
* * /
26+
*
27+
*/
28+
29+
/*! @license DOMPurify 3.2.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.1/LICENSE */
30+
31+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
32+
33+
/**
34+
* react-table
35+
*
36+
* Copyright (c) TanStack
37+
*
38+
* This source code is licensed under the MIT license found in the
39+
* LICENSE.md file in the root directory of this source tree.
40+
*
41+
* @license MIT
42+
*/
43+
44+
/**
45+
* table-core
46+
*
47+
* Copyright (c) TanStack
48+
*
49+
* This source code is licensed under the MIT license found in the
50+
* LICENSE.md file in the root directory of this source tree.
51+
*
52+
* @license MIT
53+
*/
54+
55+
/**
56+
* @license
57+
* Lodash <https://lodash.com/>
58+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
59+
* Released under MIT license <https://lodash.com/license>
60+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
61+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
62+
*/
63+
64+
/**
65+
* @license React
66+
* react-is.production.min.js
67+
*
68+
* Copyright (c) Facebook, Inc. and its affiliates.
69+
*
70+
* This source code is licensed under the MIT license found in the
71+
* LICENSE file in the root directory of this source tree.
72+
*/
73+
74+
/**
75+
* @license React
76+
* react-jsx-runtime.production.min.js
77+
*
78+
* Copyright (c) Facebook, Inc. and its affiliates.
79+
*
80+
* This source code is licensed under the MIT license found in the
81+
* LICENSE file in the root directory of this source tree.
82+
*/
83+
84+
/**
85+
* @license React
86+
* use-sync-external-store-with-selector.production.min.js
87+
*
88+
* Copyright (c) Facebook, Inc. and its affiliates.
89+
*
90+
* This source code is licensed under the MIT license found in the
91+
* LICENSE file in the root directory of this source tree.
92+
*/
93+
94+
/**
95+
* @remix-run/router v1.21.0
96+
*
97+
* Copyright (c) Remix Software Inc.
98+
*
99+
* This source code is licensed under the MIT license found in the
100+
* LICENSE.md file in the root directory of this source tree.
101+
*
102+
* @license MIT
103+
*/
104+
105+
/**
106+
* React Router DOM v6.28.0
107+
*
108+
* Copyright (c) Remix Software Inc.
109+
*
110+
* This source code is licensed under the MIT license found in the
111+
* LICENSE.md file in the root directory of this source tree.
112+
*
113+
* @license MIT
114+
*/
115+
116+
/**
117+
* React Router v6.28.0
118+
*
119+
* Copyright (c) Remix Software Inc.
120+
*
121+
* This source code is licensed under the MIT license found in the
122+
* LICENSE.md file in the root directory of this source tree.
123+
*
124+
* @license MIT
125+
*/
126+
127+
/**
128+
* Pimcore
129+
*
130+
* This source file is available under two different licenses:
131+
* - Pimcore Open Core License (POCL)
132+
* - Pimcore Commercial License (PCL)
133+
* Full copyright and license information is available in
134+
* LICENSE.md which is distributed with this source code.
135+
*
136+
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
137+
* @license https://github.com/pimcore/studio-ui-bundle/blob/1.x/LICENSE.md POCL and PCL
138+
*/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"entrypoints": {
3+
"core-dll": {
4+
"css": [
5+
"/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/core-dll.css"
6+
],
7+
"js": [
8+
"/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/core-dll.js"
9+
]
10+
}
11+
}
12+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/core-dll.css": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/core-dll.css",
3+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/core-dll.js": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/core-dll.js",
4+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/105.js": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/105.js",
5+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/fonts/Lato-Light.ttf": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/fonts/Lato-Light.c7400fca.ttf",
6+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/fonts/Lato-Regular.ttf": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/fonts/Lato-Regular.9d883d54.ttf",
7+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/fonts/Lato-Bold.ttf": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/fonts/Lato-Bold.636be8de.ttf",
8+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/spritesheet.svg": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/spritesheet.a4e0eb7a.svg",
9+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/spritesheet-2x.png": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/spritesheet-2x.7ea3a6d4.png",
10+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/spritesheet.png": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/spritesheet.ef32ea2b.png",
11+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/marker-icon.png": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/marker-icon.2b3e1faf.png",
12+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/layers-2x.png": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/layers-2x.8f2c4d11.png",
13+
"bundles/pimcorestudioui/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/layers.png": "/bundles/pimcorestudioui/build/a593e052-f7b6-42fc-bb3c-51c9e5e41b39/images/layers.416d9136.png"
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"entrypoints": {
3+
"main": {
4+
"js": [
5+
"/bundles/pimcorestudioui/build/d2b4de38-7943-422b-b78c-a419bad3af3a/main.js"
6+
]
7+
}
8+
}
9+
}

public/build/d2b4de38-7943-422b-b78c-a419bad3af3a/main.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)