@abhir9/pd-design-system 0.1.5 → 0.1.7

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.
Files changed (2) hide show
  1. package/dist/index.css +3 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -499,11 +499,10 @@ video {
499
499
  [hidden]:where(:not([hidden="until-found"])) {
500
500
  display: none;
501
501
  }
502
+ /* Default CSS variables (dark theme) - will be overridden by ThemeProvider */
503
+ /* These ensure styling works before JavaScript loads */
504
+ /* Auto-generated from theme tokens - DO NOT EDIT MANUALLY */
502
505
  :root {
503
- /* Default CSS variables (dark theme) - will be overridden by ThemeProvider */
504
- /* These ensure styling works before JavaScript loads */
505
- /* Auto-generated from theme tokens - DO NOT EDIT MANUALLY */
506
-
507
506
  --accent: #17171C;
508
507
  --accent-foreground: #DFDFE2;
509
508
  --background: #09090B;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abhir9/pd-design-system",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Production-grade design system with adapter layer support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",