100 Commits

Author SHA1 Message Date
Michael Arestad
05847713ef Minor update to color and border 2022-08-30 15:35:21 -06:00
Michael Arestad
05dda62112 Increased contrast of border color in the light theme 2022-08-30 10:32:00 -06:00
Michael Arestad
19e6d16b80 Removed unnecessary comments 2022-08-30 09:29:39 -06:00
Mateusz Burzyński
72f2ab1f01 Add the emotion package to themind deps instead of adding it to all externals 2022-08-30 14:06:42 +02:00
Mateusz Burzyński
b433471a7e Revert temporary workarounds for a bundling issue 2022-08-30 11:16:45 +02:00
Mateusz Burzyński
35d00a070b Upgrade Emotion deps 2022-08-30 11:09:22 +02:00
Norbert de Langen
530d297b0e
Merge branch 'next' into tech/fix-bench
# Conflicts:
#	code/yarn.lock
2022-08-30 11:00:59 +02:00
Norbert de Langen
ccb6089194
fix 2022-08-29 11:47:25 +02:00
Michael Arestad
34a7b8e54b Updated boolean colors 2022-08-26 17:00:58 -06:00
Michael Arestad
7e40e8e984 Initial update to the dark theme - required updating some variables in many components 2022-08-26 14:51:01 -06:00
Norbert de Langen
f8fc018dbc
so it seems that in production mode this is still an issue, so I did the suggested fix by @Anderist
He suggested that 'hiding' the dependency on an export that may or may not exists away from bundlers would solve it.
This is what they do in emotion itself, but esbuild optimizes that away again.
2022-08-26 17:42:51 +02:00
Michael Arestad
99122fb1a7 Update a few addons with the new stats text colors and add them to convert.ts 2022-08-26 09:12:38 -06:00
Michael Arestad
7e89bdb00c Reverted change and added text-specific color variables 2022-08-26 08:51:14 -06:00
Michael Shilman
df6da4cc51 Update git head to 7.0.0-alpha.26, update yarn.lock [ci skip] 2022-08-26 19:17:00 +08:00
Michael Shilman
e5c9cfe1d0 v7.0.0-alpha.26 2022-08-26 19:12:35 +08:00
Michael Arestad
90170f5e4e Add optional button.background and button.border props - updated form buttons 2022-08-25 11:56:05 -06:00
Michael Arestad
b4d74a617d Add default body color 2022-08-25 09:26:27 -06:00
Michael Shilman
03b6c00902 Update git head to 7.0.0-alpha.25, update yarn.lock [ci skip] 2022-08-25 22:49:49 +08:00
Michael Shilman
058af8bac4 v7.0.0-alpha.25 2022-08-25 22:45:32 +08:00
Michael Arestad
13bdc8ec4a Removed use of symbols temporarily so the sidebar looks right in Firefox 2022-08-24 17:53:59 -06:00
Michael Arestad
9c394de9ab Updated search styles and changed muted text in the light theme 2022-08-24 16:35:33 -06:00
Michael Arestad
ee7e012865 Initial color update to base.ts 2022-08-24 15:58:26 -06:00
Michael Shilman
34f013ff26 Update git head to 7.0.0-alpha.24, update yarn.lock [ci skip] 2022-08-24 11:57:58 +08:00
Michael Shilman
e3232cb426 v7.0.0-alpha.24 2022-08-24 11:53:12 +08:00
Michael Shilman
95679f0ab8
Revert "Build: Rename prepare to prep for npm8 and verdaccio" 2022-08-22 20:01:07 +08:00
Michael Shilman
3f21366145 Build: Rename prepare to prep for npm8 and verdaccio 2022-08-22 16:33:45 +08:00
Michael Shilman
65e222d619 Update git head to 7.0.0-alpha.23, update yarn.lock [ci skip] 2022-08-18 20:35:40 +08:00
Michael Shilman
0900e20acf v7.0.0-alpha.23 2022-08-18 20:31:31 +08:00
Michael Shilman
148f601b5f Update git head to 7.0.0-alpha.22, update yarn.lock [ci skip] 2022-08-18 20:00:19 +08:00
Michael Shilman
408cd2770d v7.0.0-alpha.22 2022-08-18 19:48:52 +08:00
Michael Shilman
1c3b6ec06c Update git head to 7.0.0-alpha.21, update yarn.lock [ci skip] 2022-08-17 10:30:05 +08:00
Michael Shilman
d8cdc5b21a v7.0.0-alpha.21 2022-08-17 10:26:07 +08:00
Michael Shilman
06ffa2989c Update git head to 7.0.0-alpha.20, update yarn.lock [ci skip] 2022-08-16 03:42:53 +08:00
Michael Shilman
a6c00d2ebe v7.0.0-alpha.20 2022-08-16 03:38:31 +08:00
Michael Shilman
d7689cdd8d Update git head to 7.0.0-alpha.19, update yarn.lock [ci skip] 2022-08-12 12:15:36 +08:00
Michael Shilman
74bdb53f67 v7.0.0-alpha.19 2022-08-12 12:11:08 +08:00
Norbert de Langen
39ec6f94c4
change to use cjs 2022-08-10 11:53:37 +02:00
Norbert de Langen
852d1263d3
fixes 2022-08-10 11:20:47 +02:00
Norbert de Langen
26a1360ed0
add create export for lib/theming, proper
This is actually kind of a good idea, because of the size of lib/theming/index
2022-08-09 14:24:41 +02:00
Norbert de Langen
3d06286155
change the location of placeholder images to something we host ourselves
to reduce flake (you can ask yann what that means)
2022-08-05 15:05:10 +02:00
Michael Shilman
e95109b189 Update git head to 7.0.0-alpha.18, update yarn.lock [ci skip] 2022-08-02 15:23:18 -07:00
Michael Shilman
bd59f1eef0 v7.0.0-alpha.18 2022-08-02 15:19:16 -07:00
Michael Shilman
8985d42448 Update git head to 7.0.0-alpha.17, update yarn.lock [ci skip] 2022-07-27 10:55:43 -07:00
Michael Shilman
7d44bfd3e7 v7.0.0-alpha.17 2022-07-27 10:51:56 -07:00
Norbert de Langen
113e0582d2
Merge branch 'next' into future/move-code-into-directory
# Conflicts:
#	.vscode/launch.json
#	CONTRIBUTING.old.md
#	code/lib/cli/tsconfig.json
#	scripts/tsconfig.json
2022-07-26 08:33:57 +02:00
Norbert de Langen
d51b4d5126
Merge branch 'next' into future/move-code-into-directory
# Conflicts:
#	code/addons/a11y/package.json
#	code/examples/preact-kitchen-sink/package.json
#	code/lib/blocks/package.json
#	code/yarn.lock
#	package.json
2022-07-25 15:25:19 +02:00
Norbert de Langen
4b141c9be4
fix some deepscan issues 2022-07-23 19:40:03 +02:00
Norbert de Langen
624016716c
bootstrap works 2022-07-21 15:42:01 +02:00
Norbert de Langen
0a6bccfb5c
map script to correct dir (1 up) 2022-07-21 11:25:55 +02:00
Norbert de Langen
c2bbe43d02
stage0 2022-07-21 11:24:07 +02:00