@floegence/floe-webapp-core 0.36.49 → 0.36.52

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.
@@ -967,6 +967,7 @@
967
967
  --workbench-sticky-accent: #d8b25a;
968
968
  --workbench-sticky-surface: #fff2bd;
969
969
  --workbench-sticky-surface-strong: #ffe9a6;
970
+ --workbench-sticky-ink: #5a4200;
970
971
  --workbench-sticky-ribbon: #c89734;
971
972
  }
972
973
 
@@ -974,6 +975,7 @@
974
975
  --workbench-sticky-accent: #8fae72;
975
976
  --workbench-sticky-surface: #e4f0d7;
976
977
  --workbench-sticky-surface-strong: #d8e8c8;
978
+ --workbench-sticky-ink: #273814;
977
979
  --workbench-sticky-ribbon: #78945d;
978
980
  }
979
981
 
@@ -981,6 +983,7 @@
981
983
  --workbench-sticky-accent: #7f9fc7;
982
984
  --workbench-sticky-surface: #dceafd;
983
985
  --workbench-sticky-surface-strong: #cfddf3;
986
+ --workbench-sticky-ink: #1b3050;
984
987
  --workbench-sticky-ribbon: #688abc;
985
988
  }
986
989
 
@@ -988,6 +991,7 @@
988
991
  --workbench-sticky-accent: #ce8b70;
989
992
  --workbench-sticky-surface: #ffe1d4;
990
993
  --workbench-sticky-surface-strong: #ffd3c2;
994
+ --workbench-sticky-ink: #4a1e0d;
991
995
  --workbench-sticky-ribbon: #b9785d;
992
996
  }
993
997
 
@@ -995,6 +999,7 @@
995
999
  --workbench-sticky-accent: #be879e;
996
1000
  --workbench-sticky-surface: #f6dde8;
997
1001
  --workbench-sticky-surface-strong: #efccd9;
1002
+ --workbench-sticky-ink: #401c2c;
998
1003
  --workbench-sticky-ribbon: #a66f86;
999
1004
  }
1000
1005
 
@@ -1215,7 +1220,7 @@
1215
1220
  min-height: 0;
1216
1221
  padding: 2px 16px 15px 18px;
1217
1222
  color: var(--workbench-sticky-ink);
1218
- font-size: 14px;
1223
+ font-size: 16px;
1219
1224
  line-height: 1.52;
1220
1225
  overflow: auto;
1221
1226
  outline: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.36.49",
3
+ "version": "0.36.52",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",