@neo4j-ndl/base 0.16.0 → 0.16.2
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/CHANGELOG.md
CHANGED
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
420
420
|
*/
|
|
421
421
|
/**
|
|
422
422
|
* Do not edit directly
|
|
423
|
-
* Generated on
|
|
423
|
+
* Generated on Wed, 25 Jan 2023 10:36:33 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-none: 0px;
|
|
@@ -1459,10 +1459,10 @@ a.ndl-btn{
|
|
|
1459
1459
|
border-radius: 4px;
|
|
1460
1460
|
--tw-bg-opacity: 1;
|
|
1461
1461
|
background-color: rgb(83 91 102 / var(--tw-bg-opacity));
|
|
1462
|
-
padding-left: 0.
|
|
1463
|
-
padding-right: 0.
|
|
1464
|
-
padding-top: 0.
|
|
1465
|
-
padding-bottom: 0.
|
|
1462
|
+
padding-left: 0.75rem;
|
|
1463
|
+
padding-right: 0.75rem;
|
|
1464
|
+
padding-top: 0.5rem;
|
|
1465
|
+
padding-bottom: 0.5rem;
|
|
1466
1466
|
--tw-text-opacity: 1;
|
|
1467
1467
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1468
1468
|
font-size: var(--font-size-body-small);
|
package/lib/tokens/js/tokens.js
CHANGED