@neo4j-ndl/base 1.0.0-alpha-093fe38 → 1.0.0-alpha-4cfc0f0

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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Fri, 13 Jan 2023 12:52:42 GMT
4
+ * Generated on Mon, 16 Jan 2023 11:56:22 GMT
5
5
  */
6
6
  exports.__esModule = true;
7
7
  exports.tokens = void 0;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Fri, 13 Jan 2023 12:52:42 GMT
4
+ * Generated on Mon, 16 Jan 2023 11:56:22 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "transitions": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Jan 2023 12:52:42 GMT
3
+ * Generated on Mon, 16 Jan 2023 11:56:22 GMT
4
4
  */
5
5
  export const tokens = {
6
6
  "transitions": {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Fri, 13 Jan 2023 12:52:42 GMT
4
+ * Generated on Mon, 16 Jan 2023 11:56:22 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "transitions": {
@@ -459,7 +459,7 @@ video {
459
459
  */
460
460
  /**
461
461
  * Do not edit directly
462
- * Generated on Fri, 13 Jan 2023 12:52:42 GMT
462
+ * Generated on Mon, 16 Jan 2023 11:56:22 GMT
463
463
  */
464
464
  :root {
465
465
  --transitions-values-properties-default: all;
@@ -1751,7 +1751,7 @@ a.ndl-btn{
1751
1751
  border-radius: 9999px;
1752
1752
 
1753
1753
  transition: transform var(--transitions-stripped),
1754
- box-shadow var(--transitions-stripped);
1754
+ box-shadow var(--transitions-stripped);
1755
1755
  content: '';
1756
1756
  grid-area: track;
1757
1757
  transform: translateX(0);
@@ -1780,7 +1780,7 @@ a.ndl-btn{
1780
1780
  }
1781
1781
  .ndl-form-item input[type='checkbox'][role='switch']:indeterminate::before {
1782
1782
  transform: translateX(
1783
- calc(var(--track-size) - var(--thumb-size) * 1.5)
1783
+ calc(var(--track-size) - var(--thumb-size) * 1.5)
1784
1784
  );
1785
1785
  }
1786
1786
  .ndl-form-item input[type='checkbox'][role='switch']:disabled{
@@ -1962,13 +1962,13 @@ a.ndl-btn{
1962
1962
  }
1963
1963
  .ndl-form-item.ndl-has-icon .ndl-icon.ndl-left-icon {
1964
1964
  top: calc(
1965
- 50% - 8px
1965
+ 50% - 8px
1966
1966
  ); /* Horizontally absolute center for 16px height icon */ left: 0.75rem;
1967
1967
  }
1968
1968
  .ndl-form-item.ndl-has-icon .ndl-right-icon {
1969
1969
  position: absolute;
1970
1970
  top: calc(
1971
- 50% - 8px
1971
+ 50% - 8px
1972
1972
  ); /* Horizontally absolute center for 16px height icon */ right: 0.75rem;
1973
1973
  }
1974
1974
  .ndl-form-item.ndl-has-icon .ndl-error-icon{
@@ -2456,8 +2456,8 @@ a.ndl-btn{
2456
2456
  outline-offset: 2px;
2457
2457
  }
2458
2458
  .ndl-popover.ndl-enter {
2459
- opacity: 1;
2460
- }
2459
+ opacity: 1;
2460
+ }
2461
2461
  .ndl-popover.ndl-open{
2462
2462
  display: flex;
2463
2463
  }
@@ -2470,8 +2470,8 @@ a.ndl-btn{
2470
2470
  z-index: 1000;
2471
2471
  }
2472
2472
  .ndl-popover-backdrop.ndl-allow-click-event-captured {
2473
- pointer-events: none;
2474
- }
2473
+ pointer-events: none;
2474
+ }
2475
2475
  /**
2476
2476
  *
2477
2477
  * Copyright (c) "Neo4j"
@@ -4257,6 +4257,9 @@ a.ndl-btn{
4257
4257
  .n-table-cell{
4258
4258
  display: table-cell;
4259
4259
  }
4260
+ .n-grid{
4261
+ display: grid;
4262
+ }
4260
4263
  .n-hidden{
4261
4264
  display: none;
4262
4265
  }
@@ -4349,6 +4352,9 @@ a.ndl-btn{
4349
4352
  .n-cursor-pointer{
4350
4353
  cursor: pointer;
4351
4354
  }
4355
+ .n-grid-cols-1{
4356
+ grid-template-columns: repeat(1, minmax(0, 1fr));
4357
+ }
4352
4358
  .n-flex-row{
4353
4359
  flex-direction: row;
4354
4360
  }
@@ -4361,6 +4367,9 @@ a.ndl-btn{
4361
4367
  .n-flex-nowrap{
4362
4368
  flex-wrap: nowrap;
4363
4369
  }
4370
+ .n-place-items-center{
4371
+ place-items: center;
4372
+ }
4364
4373
  .n-items-start{
4365
4374
  align-items: flex-start;
4366
4375
  }
@@ -4391,12 +4400,12 @@ a.ndl-btn{
4391
4400
  .n-gap-1{
4392
4401
  gap: 0.25rem;
4393
4402
  }
4394
- .n-gap-12{
4395
- gap: 3rem;
4396
- }
4397
4403
  .n-gap-9{
4398
4404
  gap: 2.25rem;
4399
4405
  }
4406
+ .n-gap-12{
4407
+ gap: 3rem;
4408
+ }
4400
4409
  .n-gap-token-2{
4401
4410
  gap: 2px;
4402
4411
  }
@@ -30407,6 +30416,9 @@ html {
30407
30416
  .sm\:n-flex{
30408
30417
  display: flex;
30409
30418
  }
30419
+ .sm\:n-grid-cols-2{
30420
+ grid-template-columns: repeat(2, minmax(0, 1fr));
30421
+ }
30410
30422
  .sm\:n-space-y-0 > :not([hidden]) ~ :not([hidden]){
30411
30423
  --tw-space-y-reverse: 0;
30412
30424
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
@@ -30425,6 +30437,9 @@ html {
30425
30437
  .md\:n-w-2\/12{
30426
30438
  width: 16.666667%;
30427
30439
  }
30440
+ .md\:n-grid-cols-5{
30441
+ grid-template-columns: repeat(5, minmax(0, 1fr));
30442
+ }
30428
30443
  .md\:n-bg-primary-50{
30429
30444
  --tw-bg-opacity: 1;
30430
30445
  background-color: rgb(0 111 214 / var(--tw-bg-opacity));
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Jan 2023 12:52:42 GMT
3
+ * Generated on Mon, 16 Jan 2023 11:56:22 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Jan 2023 12:52:42 GMT
3
+ * Generated on Mon, 16 Jan 2023 11:56:22 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Jan 2023 12:52:42 GMT
3
+ * Generated on Mon, 16 Jan 2023 11:56:22 GMT
4
4
  */
5
5
 
6
6
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 13 Jan 2023 12:52:42 GMT
3
+ // Generated on Mon, 16 Jan 2023 11:56:22 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-default: 100ms;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "1.0.0-alpha-093fe38",
3
+ "version": "1.0.0-alpha-4cfc0f0",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",
@@ -51,5 +51,8 @@
51
51
  "tailwindcss": "3.1.8",
52
52
  "ts-node": "^10.4.0",
53
53
  "typescript": "4.8.4"
54
+ },
55
+ "dependencies": {
56
+ "@neo4j-ndl/base": "1.0.0-alpha-4cfc0f0"
54
57
  }
55
58
  }