styled-components 6.4.0-prerelease.4 → 6.4.0-prerelease.5

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.
@@ -11,7 +11,7 @@
11
11
  'data-styled';
12
12
  const SC_ATTR_ACTIVE = 'active';
13
13
  const SC_ATTR_VERSION = 'data-styled-version';
14
- const SC_VERSION = "6.4.0-prerelease.4";
14
+ const SC_VERSION = "6.4.0-prerelease.5";
15
15
  const SPLITTER = '/*!sc*/\n';
16
16
  const IS_BROWSER = typeof window !== 'undefined' && typeof document !== 'undefined';
17
17
  function readSpeedyFlag(name) {
@@ -1630,7 +1630,7 @@
1630
1630
  return css;
1631
1631
  }
1632
1632
  /**
1633
- * Create a theme contract that bridges `ThemeProvider` and CSS custom properties.
1633
+ * Create a theme backed by CSS custom properties, bridging `ThemeProvider` and CSS variables.
1634
1634
  *
1635
1635
  * Returns an object with the same shape as the input theme, but every leaf value
1636
1636
  * is a `var(--prefix-*, fallback)` CSS string. Use these in styled component