@coldsurf/ocean-road 1.16.1 → 1.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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "imcoldsurf@gmail.com",
6
6
  "url": "https://coldsurf.io"
7
7
  },
8
- "version": "1.16.1",
8
+ "version": "1.16.2",
9
9
  "bugs": {
10
10
  "url": "https://github.com/coldsurfers/ocean-road/issues"
11
11
  },
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 01 May 2026 04:33:54 GMT
3
+ * Generated on Fri, 22 May 2026 13:39:50 GMT
4
4
  */
5
5
 
6
6
  :root {
7
- --color-background-1: #000000; /* background color 1 */
7
+ --color-background-1: #0e0e10; /* background color 1 */
8
8
  --color-background-2: #212529; /* background color 2 */
9
9
  --color-background-3: #343a40; /* background color 3 */
10
10
  --color-background-4: #495057; /* background color 3 */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 01 May 2026 04:33:54 GMT
3
+ * Generated on Fri, 22 May 2026 13:39:50 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 01 May 2026 04:33:54 GMT
3
+ * Generated on Fri, 22 May 2026 13:39:50 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 01 May 2026 04:33:54 GMT
3
+ * Generated on Fri, 22 May 2026 13:39:50 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 01 May 2026 04:33:54 GMT
3
+ * Generated on Fri, 22 May 2026 13:39:50 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 01 May 2026 04:33:54 GMT
3
+ * Generated on Fri, 22 May 2026 13:39:50 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -8,13 +8,13 @@ module.exports = {
8
8
  "background": {
9
9
  "1": {
10
10
  "value": "#ffffff",
11
- "darkValue": "#000000",
11
+ "darkValue": "#0e0e10",
12
12
  "comment": "background color 1",
13
13
  "filePath": "tokens/color/theme-alias.json",
14
14
  "isSource": true,
15
15
  "original": {
16
16
  "value": "{oc.white}",
17
- "darkValue": "{oc.black}",
17
+ "darkValue": "#0e0e10",
18
18
  "comment": "background color 1"
19
19
  },
20
20
  "name": "ColorBackground1",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 01 May 2026 04:33:54 GMT
3
+ * Generated on Fri, 22 May 2026 13:39:50 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 01 May 2026 04:33:54 GMT
3
+ * Generated on Fri, 22 May 2026 13:39:50 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -26,7 +26,7 @@ declare const variables: {
26
26
  readonly dark: {
27
27
  readonly color: {
28
28
  readonly background: {
29
- readonly "1": "#000000";
29
+ readonly "1": "#0e0e10";
30
30
  readonly "2": "#212529";
31
31
  readonly "3": "#343a40";
32
32
  readonly "4": "#495057";
@@ -28,7 +28,7 @@ var variables = {
28
28
  "dark": {
29
29
  "color": {
30
30
  "background": {
31
- "1": "#000000",
31
+ "1": "#0e0e10",
32
32
  "2": "#212529",
33
33
  "3": "#343a40",
34
34
  "4": "#495057",
@@ -26,7 +26,7 @@ var variables = {
26
26
  "dark": {
27
27
  "color": {
28
28
  "background": {
29
- "1": "#000000",
29
+ "1": "#0e0e10",
30
30
  "2": "#212529",
31
31
  "3": "#343a40",
32
32
  "4": "#495057",
@@ -26,7 +26,7 @@ const variables = {
26
26
  "dark": {
27
27
  "color": {
28
28
  "background": {
29
- "1": "#000000",
29
+ "1": "#0e0e10",
30
30
  "2": "#212529",
31
31
  "3": "#343a40",
32
32
  "4": "#495057",
@@ -1,5 +1,5 @@
1
1
  {
2
- "color-background-1": "#000000",
2
+ "color-background-1": "#0e0e10",
3
3
  "color-background-2": "#212529",
4
4
  "color-background-3": "#343a40",
5
5
  "color-background-4": "#495057",