startupjs 0.54.13 → 0.55.0-alpha.0

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "startupjs",
3
3
  "type": "module",
4
- "version": "0.54.13",
4
+ "version": "0.55.0-alpha.0",
5
5
  "engines": {
6
6
  "node": ">= 14"
7
7
  },
@@ -10,21 +10,21 @@
10
10
  "bin": "./cli.js",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@startupjs/app": "^0.54.2",
13
+ "@startupjs/app": "^0.55.0-alpha.0",
14
14
  "@startupjs/backend": "^0.54.2",
15
- "@startupjs/bundler": "^0.54.2",
15
+ "@startupjs/bundler": "^0.55.0-alpha.0",
16
16
  "@startupjs/cli": "^0.54.13",
17
17
  "@startupjs/docker": "^0.54.0",
18
18
  "@startupjs/hooks": "^0.54.2",
19
- "@startupjs/i18n": "^0.54.4",
19
+ "@startupjs/i18n": "^0.55.0-alpha.0",
20
20
  "@startupjs/init": "^0.54.6",
21
21
  "@startupjs/isomorphic-helpers": "^0.54.2",
22
22
  "@startupjs/orm": "^0.54.2",
23
- "@startupjs/patches": "^0.54.1",
23
+ "@startupjs/patches": "^0.55.0-alpha.0",
24
24
  "@startupjs/react-sharedb": "^0.54.6",
25
25
  "@startupjs/server": "^0.54.2",
26
- "babel-preset-startupjs": "^0.54.2",
26
+ "babel-preset-startupjs": "^0.55.0-alpha.0",
27
27
  "react-native-web": "^0.18.0"
28
28
  },
29
- "gitHead": "05a191556bcc4511ab30a204770e63abb25f8a55"
29
+ "gitHead": "5b9f342065345c91ee4e11d9a44d66a9a73665ad"
30
30
  }
@@ -3,7 +3,7 @@ $menuHeight = 6u
3
3
  .sidebar
4
4
  &:part(sidebar)
5
5
  border-right-width 1px
6
- border-right-color rgba(black, 0.05)
6
+ border-right-color var(--color-border-strong-alt)
7
7
  background-color #eee
8
8
  &-menu
9
9
  padding-top 2u
@@ -15,11 +15,11 @@ $menuHeight = 6u
15
15
  align-items center
16
16
  padding 0 2u
17
17
  border-bottom-width 1px
18
- border-bottom-color rgba(black, 0.05)
18
+ border-bottom-color var(--color-border-strong-alt)
19
19
 
20
20
  .logo
21
21
  margin-left 2u
22
- color $UI.colors.secondaryText
22
+ color var(--color-text-description)
23
23
  font(h5)
24
24
 
25
25
  .body