@ttt-productions/theme-core 0.12.0 → 0.12.1

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.
@@ -1,6 +1,11 @@
1
1
  html, body {
2
2
  background-color: hsl(var(--background));
3
3
  color: hsl(var(--foreground));
4
+ /* overflow-wrap is INHERITED: one rule here makes every text node in the system break
5
+ long unbroken runs (URLs, hashtag piles, seed xxxx strings) instead of blowing out of
6
+ its container. Flex/grid children additionally need min-w-0 where a row lets them
7
+ expand past their track — that part is per-component; this is the universal net. */
8
+ overflow-wrap: break-word;
4
9
  }
5
10
 
6
11
  * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttt-productions/theme-core",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Theme provider + CSS token contract for TTT Productions apps",
5
5
  "repository": {
6
6
  "type": "git",