@neo4j-ndl/base 2.3.1 → 2.3.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/lib/NOTICE.txt CHANGED
@@ -183,7 +183,7 @@ Third-party licenses
183
183
  │ ├─ eslint-plugin-jsx-a11y@npm:6.8.0 [a2e03] (via npm:^6.5.1 [a2e03])
184
184
  │ │ ├─ URL: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
185
185
  │ │ └─ VendorName: Ethan Cohen
186
- │ ├─ eslint-plugin-prettier@npm:4.2.1 [a2e03] (via npm:^4.0.0 [a2e03])
186
+ │ ├─ eslint-plugin-prettier@npm:5.1.3 [a2e03] (via npm:5.1.3 [a2e03])
187
187
  │ │ ├─ URL: git+https://github.com/prettier/eslint-plugin-prettier.git
188
188
  │ │ ├─ VendorName: Teddy Katz
189
189
  │ │ └─ VendorUrl: https://github.com/prettier/eslint-plugin-prettier#readme
@@ -219,6 +219,10 @@ Third-party licenses
219
219
  │ ├─ postcss-nested@npm:6.0.1 [708d2] (via npm:^6.0.0 [708d2])
220
220
  │ │ ├─ URL: git+https://github.com/postcss/postcss-nested.git
221
221
  │ │ └─ VendorName: Andrey Sitnik
222
+ │ ├─ prettier@npm:3.2.2 (via npm:3.2.2)
223
+ │ │ ├─ URL: git+https://github.com/prettier/prettier.git
224
+ │ │ ├─ VendorName: James Long
225
+ │ │ └─ VendorUrl: https://prettier.io
222
226
  │ ├─ prettier@npm:2.8.8 (via npm:^2.8.4)
223
227
  │ │ ├─ URL: git+https://github.com/prettier/prettier.git
224
228
  │ │ ├─ VendorName: James Long
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
25
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
25
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
25
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
24
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": [
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
24
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": {
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
25
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -1270,19 +1270,32 @@ a.ndl-btn{
1270
1270
  border-color:rgb(var(--theme-palette-neutral-border-weak));
1271
1271
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
1272
1272
  }
1273
- .ndl-icon-btn:hover:not(:disabled){
1273
+ .ndl-icon-btn:hover:not(:disabled):not(.ndl-floating){
1274
1274
  background-color:rgb(var(--theme-palette-neutral-hover));
1275
1275
  }
1276
- .ndl-icon-btn:hover:not(:disabled).ndl-danger{
1276
+ .ndl-icon-btn:hover:not(:disabled):not(.ndl-floating).ndl-danger{
1277
1277
  background-color:rgb(var(--theme-palette-danger-hover-weak));
1278
1278
  }
1279
- .ndl-icon-btn:active:not(:disabled),
1280
- .ndl-icon-btn.ndl-active{
1279
+ .ndl-icon-btn.ndl-floating:hover:not(:disabled){
1280
+ background-color:rgb(var(--theme-palette-neutral-bg-default));
1281
+ }
1282
+ .ndl-icon-btn.ndl-floating:hover:not(:disabled).ndl-danger{
1283
+ background-color:rgb(var(--theme-palette-danger-bg-weak));
1284
+ }
1285
+ .ndl-icon-btn:active:not(:disabled):not(.ndl-floating),
1286
+ .ndl-icon-btn.ndl-active:not(.ndl-floating){
1281
1287
  background-color:rgb(var(--theme-palette-neutral-pressed));
1282
1288
  }
1283
- .ndl-icon-btn:active:not(:disabled).ndl-danger, .ndl-icon-btn.ndl-active.ndl-danger{
1289
+ .ndl-icon-btn:active:not(:disabled):not(.ndl-floating).ndl-danger, .ndl-icon-btn.ndl-active:not(.ndl-floating).ndl-danger{
1284
1290
  background-color:rgb(var(--theme-palette-danger-pressed-weak));
1285
1291
  }
1292
+ .ndl-icon-btn.ndl-floating:active:not(:disabled),
1293
+ .ndl-icon-btn.ndl-floating.ndl-active{
1294
+ background-color:rgb(var(--theme-palette-neutral-bg-strong));
1295
+ }
1296
+ .ndl-icon-btn.ndl-floating:active:not(:disabled).ndl-danger, .ndl-icon-btn.ndl-floating.ndl-active.ndl-danger{
1297
+ background-color:rgb(var(--theme-palette-danger-bg-weak));
1298
+ }
1286
1299
  .ndl-icon-btn.ndl-loading{
1287
1300
  cursor:default;
1288
1301
  opacity:0.5;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
24
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
25
25
  */
26
26
 
27
27
  :root {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
24
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
25
25
  */
26
26
 
27
27
  module.exports = {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
24
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
25
25
  */
26
26
 
27
27
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 11 Jan 2024 09:57:29 GMT
3
+ // Generated on Tue, 23 Jan 2024 08:58:23 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-quick: 100ms;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Thu, 11 Jan 2024 09:57:29 GMT
24
+ * Generated on Tue, 23 Jan 2024 08:58:23 GMT
25
25
  */
26
26
  export const tokens: {
27
27
  transitions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",