@tydavidson/design-system 1.1.0 → 1.1.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.
package/dist/themes/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export { ThemeProvider } from './theme-provider';
|
2
2
|
export { ThemeContextProvider, useTheme } from './theme-context';
|
3
|
-
export { ThemeToggle } from '../components/ui/theme-toggle';
|
3
|
+
export { ThemeToggle } from '../components/ui/theme-toggle/index';
|
4
4
|
export { isDarkTheme, mapColorToShadcnVariant, mapVariantToShadcnVariant, getColorVariantClasses } from '../lib/theme-utils';
|
5
5
|
export type { ThemeColor, ComponentVariant } from '../lib/theme-utils';
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/themes/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/themes/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAGlE,OAAO,EAAE,WAAW,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAG7H,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
package/dist/themes/index.js
CHANGED
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "ThemeProvider", { enumerable: true, get: functio
|
|
7
7
|
var theme_context_1 = require("./theme-context");
|
8
8
|
Object.defineProperty(exports, "ThemeContextProvider", { enumerable: true, get: function () { return theme_context_1.ThemeContextProvider; } });
|
9
9
|
Object.defineProperty(exports, "useTheme", { enumerable: true, get: function () { return theme_context_1.useTheme; } });
|
10
|
-
var
|
11
|
-
Object.defineProperty(exports, "ThemeToggle", { enumerable: true, get: function () { return
|
10
|
+
var index_1 = require("../components/ui/theme-toggle/index");
|
11
|
+
Object.defineProperty(exports, "ThemeToggle", { enumerable: true, get: function () { return index_1.ThemeToggle; } });
|
12
12
|
// Re-export theme utilities
|
13
13
|
var theme_utils_1 = require("../lib/theme-utils");
|
14
14
|
Object.defineProperty(exports, "isDarkTheme", { enumerable: true, get: function () { return theme_utils_1.isDarkTheme; } });
|
package/dist/themes/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/themes/index.ts"],"names":[],"mappings":";;;AAAA,uBAAuB;AACvB,mDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,iDAAiE;AAAxD,qHAAA,oBAAoB,OAAA;AAAE,yGAAA,QAAQ,OAAA;AACvC,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/themes/index.ts"],"names":[],"mappings":";;;AAAA,uBAAuB;AACvB,mDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,iDAAiE;AAAxD,qHAAA,oBAAoB,OAAA;AAAE,yGAAA,QAAQ,OAAA;AACvC,6DAAkE;AAAzD,oGAAA,WAAW,OAAA;AAEpB,4BAA4B;AAC5B,kDAA6H;AAApH,0GAAA,WAAW,OAAA;AAAE,sHAAA,uBAAuB,OAAA;AAAE,wHAAA,yBAAyB,OAAA;AAAE,qHAAA,sBAAsB,OAAA"}
|