@neo4j-ndl/base 2.0.0 → 2.0.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 +12 -0
- package/lib/NOTICE.txt +2 -0
- package/lib/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.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 +10 -22
- 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/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#683](https://github.com/neo4j/neo4j-design/pull/683) [`cab83f7`](https://github.com/neo4j/neo4j-design/commit/cab83f7b35a989c25ba73dc5c59bdf13294d5cb0) Thanks [@konsalex](https://github.com/konsalex)! - fix cypher editor cursor color
|
|
8
|
+
|
|
9
|
+
## 2.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#674](https://github.com/neo4j/neo4j-design/pull/674) [`c35e010`](https://github.com/neo4j/neo4j-design/commit/c35e010f4081384917573b1faf56d4438c8bc9fb) Thanks [@basickarl](https://github.com/basickarl)! - Fixed color issues with CypherCodeBlock
|
|
14
|
+
|
|
3
15
|
## 2.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
package/lib/NOTICE.txt
CHANGED
|
@@ -27,6 +27,8 @@ Third-party licenses
|
|
|
27
27
|
│ │ ├─ URL: https://github.com/babel/babel.git
|
|
28
28
|
│ │ ├─ VendorName: The Babel Team
|
|
29
29
|
│ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-core
|
|
30
|
+
│ ├─ [38;5;166m@changesets/[39m[38;5;173mchangelog-github[39m[38;5;111m@[39m[38;5;111mnpm:0.4.8[39m (via [38;5;37mnpm:^0.4.8[39m)
|
|
31
|
+
│ │ └─ URL: https://github.com/changesets/changesets/tree/main/packages/changelog-github
|
|
30
32
|
│ ├─ [38;5;166m@changesets/[39m[38;5;173mcli[39m[38;5;111m@[39m[38;5;111mnpm:2.26.1[39m (via [38;5;37mnpm:^2.22.0[39m)
|
|
31
33
|
│ │ ├─ URL: https://github.com/changesets/changesets/tree/main/packages/cli
|
|
32
34
|
│ │ └─ VendorName: Changesets Contributors
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -2524,10 +2524,6 @@ a.ndl-btn{
|
|
|
2524
2524
|
letter-spacing:0.016rem;
|
|
2525
2525
|
line-height:1.25rem;
|
|
2526
2526
|
}
|
|
2527
|
-
.ndl-menu.ndl-large .ndl-menu-header .ndl-menu-header-icon{
|
|
2528
|
-
width:22px;
|
|
2529
|
-
height:22px;
|
|
2530
|
-
}
|
|
2531
2527
|
.ndl-menu .ndl-menu-items{
|
|
2532
2528
|
display:flex;
|
|
2533
2529
|
flex-direction:column;
|
|
@@ -2603,11 +2599,6 @@ a.ndl-btn{
|
|
|
2603
2599
|
letter-spacing:0.016rem;
|
|
2604
2600
|
line-height:1.25rem;
|
|
2605
2601
|
}
|
|
2606
|
-
.ndl-menu .ndl-menu-header .ndl-menu-header-icon{
|
|
2607
|
-
width:17px;
|
|
2608
|
-
height:17px;
|
|
2609
|
-
cursor:pointer;
|
|
2610
|
-
}
|
|
2611
2602
|
.ndl-menu .ndl-menu-subheader{
|
|
2612
2603
|
margin-bottom:8px;
|
|
2613
2604
|
padding-left:8px;
|
|
@@ -4654,9 +4645,9 @@ a.ndl-btn{
|
|
|
4654
4645
|
content:'';
|
|
4655
4646
|
}
|
|
4656
4647
|
.cm-light{
|
|
4657
|
-
--background:var(--theme-light-palette-neutral-bg-
|
|
4648
|
+
--background:var(--theme-light-palette-neutral-bg-default);
|
|
4658
4649
|
--color:var(--theme-light-palette-neutral-text-default);
|
|
4659
|
-
--cursor-color:var(--
|
|
4650
|
+
--cursor-color:var(--theme-light-palette-neutral-pressed);
|
|
4660
4651
|
--selection-bg:var(--colors-neutral-20);
|
|
4661
4652
|
--comment:var(--theme-light-palette-neutral-text-weakest);
|
|
4662
4653
|
--function:var(--colors-baltic-50);
|
|
@@ -4676,9 +4667,9 @@ a.ndl-btn{
|
|
|
4676
4667
|
--ac-tooltip-background:var(--theme-light-palette-neutral-bg-weak);
|
|
4677
4668
|
}
|
|
4678
4669
|
.cm-dark{
|
|
4679
|
-
--background:var(--theme-dark-palette-neutral-bg-
|
|
4670
|
+
--background:var(--theme-dark-palette-neutral-bg-strong);
|
|
4680
4671
|
--color:var(--colors-neutral-50);
|
|
4681
|
-
--cursor-color:var(--
|
|
4672
|
+
--cursor-color:var(--theme-dark-palette-neutral-pressed);
|
|
4682
4673
|
--selection-bg:var(--colors-neutral-70);
|
|
4683
4674
|
--comment:var(--theme-dark-palette-neutral-text-weakest);
|
|
4684
4675
|
--function:var(--colors-baltic-20);
|
|
@@ -4697,9 +4688,6 @@ a.ndl-btn{
|
|
|
4697
4688
|
--ac-tooltip-border:var(--colors-neutral-80);
|
|
4698
4689
|
--ac-tooltip-background:var(--theme-dark-palette-neutral-bg-weak);
|
|
4699
4690
|
}
|
|
4700
|
-
.ndl-cypher-code-block .cm-light{
|
|
4701
|
-
--background:var(--colors-neutral-20);
|
|
4702
|
-
}
|
|
4703
4691
|
.autocomplete-icon-shared{
|
|
4704
4692
|
font-family:'Fira Code';
|
|
4705
4693
|
border-radius:100%;
|
|
@@ -4740,7 +4728,7 @@ a.ndl-btn{
|
|
|
4740
4728
|
}
|
|
4741
4729
|
.ndl-cypher-editor .cm-editor .cm-cursor, .ndl-codemirror-editor .cm-editor .cm-cursor{
|
|
4742
4730
|
z-index:1;
|
|
4743
|
-
border-left:0.67em solid rgba(var(--cursor-color)
|
|
4731
|
+
border-left:0.67em solid rgba(var(--cursor-color));
|
|
4744
4732
|
}
|
|
4745
4733
|
.ndl-cypher-editor .cm-editor.cm-focused .cm-selectionBackground,
|
|
4746
4734
|
.ndl-cypher-editor .cm-editor .cm-selectionBackground,
|
|
@@ -35719,16 +35707,16 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
35719
35707
|
--tw-shadow-colored:var(--theme-shadow-overlay);
|
|
35720
35708
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
35721
35709
|
}
|
|
35722
|
-
.n-shadow-raised{
|
|
35723
|
-
--tw-shadow:var(--theme-shadow-raised);
|
|
35724
|
-
--tw-shadow-colored:var(--theme-shadow-raised);
|
|
35725
|
-
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
35726
|
-
}
|
|
35727
35710
|
.n-shadow-light-raised{
|
|
35728
35711
|
--tw-shadow:0px 1px 2px 0px rgba(26, 27, 29, 0.18);
|
|
35729
35712
|
--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color);
|
|
35730
35713
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
35731
35714
|
}
|
|
35715
|
+
.n-shadow-raised{
|
|
35716
|
+
--tw-shadow:var(--theme-shadow-raised);
|
|
35717
|
+
--tw-shadow-colored:var(--theme-shadow-raised);
|
|
35718
|
+
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
35719
|
+
}
|
|
35732
35720
|
.n-transition-all{
|
|
35733
35721
|
transition-property:all;
|
|
35734
35722
|
transition-timing-function:cubic-bezier(0.420, 0.000, 0.580, 1.000);
|
package/lib/tokens/js/tokens.js
CHANGED