Procházet zdrojové kódy

chore: fix runtime publish nad docs css (#357)

xiamidaxia před 7 měsíci
rodič
revize
3552cc2227

+ 1 - 1
apps/docs/components/fixed-feature-overview/index.less

@@ -2,7 +2,7 @@
   .gedit-playground {
     position: relative;
     width: 100%;
-    height: 500px;
+    height: 600px;
   }
 
   .fixed-demo-tools {

+ 1 - 1
apps/docs/components/free-feature-overview/index.less

@@ -2,7 +2,7 @@
   .demo-container {
     position: relative;
     width: 100%;
-    height: 500px;
+    height: 600px;
   }
 
   .demo-free-layout-tools {

+ 3 - 3
rush.json

@@ -960,7 +960,7 @@
         {
             "packageName": "@flowgram.ai/runtime-nodejs",
             "projectFolder": "packages/runtime/nodejs",
-            "versionPolicyName": "appPolicy",
+            "versionPolicyName": "publishPolicy",
             "tags": [
                 "level-1",
                 "team-flow"
@@ -969,7 +969,7 @@
         {
             "packageName": "@flowgram.ai/runtime-js",
             "projectFolder": "packages/runtime/js-core",
-            "versionPolicyName": "appPolicy",
+            "versionPolicyName": "publishPolicy",
             "tags": [
                 "level-1",
                 "team-flow"
@@ -978,7 +978,7 @@
         {
             "packageName": "@flowgram.ai/runtime-interface",
             "projectFolder": "packages/runtime/interface",
-            "versionPolicyName": "appPolicy",
+            "versionPolicyName": "publishPolicy",
             "tags": [
                 "level-1",
                 "team-flow"