@neo4j-ndl/base 1.0.0-alpha-2a67f33 → 1.0.0-alpha-8d28955
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/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/neo4j-ds-styles.css +19 -14
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/package.json +1 -1
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -459,7 +459,7 @@ video {
|
|
|
459
459
|
*/
|
|
460
460
|
/**
|
|
461
461
|
* Do not edit directly
|
|
462
|
-
* Generated on
|
|
462
|
+
* Generated on Thu, 09 Feb 2023 14:53:04 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -1568,10 +1568,6 @@ a.ndl-btn{
|
|
|
1568
1568
|
* You should have received a copy of the GNU General Public License
|
|
1569
1569
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
1570
1570
|
*/
|
|
1571
|
-
.ndl-form-item{
|
|
1572
|
-
display: flex;
|
|
1573
|
-
align-items: center;
|
|
1574
|
-
}
|
|
1575
1571
|
.ndl-form-item.ndl-type-checkbox {
|
|
1576
1572
|
/* https://github.com/neo4j/neo4j-design/pull/165 */
|
|
1577
1573
|
line-height: 0px;
|
|
@@ -1940,6 +1936,10 @@ a.ndl-btn{
|
|
|
1940
1936
|
.ndl-form-item.ndl-type-text .ndl-form-item-no-label{
|
|
1941
1937
|
row-gap: 0px;
|
|
1942
1938
|
}
|
|
1939
|
+
.ndl-form-item.ndl-type-radio{
|
|
1940
|
+
display: flex;
|
|
1941
|
+
align-items: center;
|
|
1942
|
+
}
|
|
1943
1943
|
.ndl-form-item.ndl-disabled .ndl-form-item-label{
|
|
1944
1944
|
cursor: not-allowed;
|
|
1945
1945
|
--tw-text-opacity: 1;
|
|
@@ -3671,16 +3671,18 @@ a.ndl-btn{
|
|
|
3671
3671
|
display: flex;
|
|
3672
3672
|
flex-direction: row;
|
|
3673
3673
|
align-items: center;
|
|
3674
|
+
gap: 0.25rem;
|
|
3674
3675
|
}
|
|
3675
|
-
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-action-group >
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
width: 16px;
|
|
3680
|
-
height: 16px;
|
|
3676
|
+
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-action-group > svg,
|
|
3677
|
+
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-action-group > ndl-header-icon {
|
|
3678
|
+
min-width: 16px;
|
|
3679
|
+
min-height: 16px;
|
|
3681
3680
|
stroke-width: 1.5;
|
|
3682
3681
|
cursor: pointer;
|
|
3683
3682
|
}
|
|
3683
|
+
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-action-group > * {
|
|
3684
|
+
display: none;
|
|
3685
|
+
}
|
|
3684
3686
|
/* Table head - Cell - When hovering mouse over cell in the head */
|
|
3685
3687
|
.ndl-table-root .ndl-div-table .ndl-table-th:hover .ndl-table-resizer {
|
|
3686
3688
|
background-color: rgb(var(--palette-light-neutral-bg-strong));
|
|
@@ -4544,6 +4546,9 @@ a.ndl-btn{
|
|
|
4544
4546
|
--tw-divide-opacity: 1;
|
|
4545
4547
|
border-color: rgb(238 241 246 / var(--tw-divide-opacity));
|
|
4546
4548
|
}
|
|
4549
|
+
.n-overflow-auto{
|
|
4550
|
+
overflow: auto;
|
|
4551
|
+
}
|
|
4547
4552
|
.n-overflow-hidden{
|
|
4548
4553
|
overflow: hidden;
|
|
4549
4554
|
}
|
|
@@ -11616,12 +11621,12 @@ a.ndl-btn{
|
|
|
11616
11621
|
.n-fill-light-neutral-border-strong{
|
|
11617
11622
|
fill: #C4C8CD;
|
|
11618
11623
|
}
|
|
11619
|
-
.n-p-2{
|
|
11620
|
-
padding: 0.5rem;
|
|
11621
|
-
}
|
|
11622
11624
|
.n-p-4{
|
|
11623
11625
|
padding: 1rem;
|
|
11624
11626
|
}
|
|
11627
|
+
.n-p-2{
|
|
11628
|
+
padding: 0.5rem;
|
|
11629
|
+
}
|
|
11625
11630
|
.n-p-14{
|
|
11626
11631
|
padding: 3.5rem;
|
|
11627
11632
|
}
|
package/lib/tokens/js/tokens.js
CHANGED