@newageerp/ui.styles.tailwind
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -130,5 +130,7 @@ export declare enum TwSolidColors { | ||
nsecondary = "tw3-text-nsecondary-500", | ||
nsecondary600 = "tw3-text-nsecondary-600" | ||
nsecondary600 = "tw3-text-nsecondary-600", | ||
mainText = "tw3-text-slate-700", | ||
secondaryText = "tw3-text-slate-400" | ||
} | ||
export declare const TwTextColorByBg: (bgColor: string | TwBackgroundColors) => string; | ||
export declare const TwHoverColorByBg: (bgColor: string | TwBackgroundColors) => string | undefined; |
@@ -139,2 +139,4 @@ "use strict"; | ||
TwTextColors["nsecondary600"] = "tw3-text-nsecondary-600"; | ||
TwTextColors["mainText"] = "tw3-text-slate-700"; | ||
TwTextColors["secondaryText"] = "tw3-text-slate-400"; | ||
})(TwTextColors = exports.TwTextColors || (exports.TwTextColors = {})); | ||
@@ -141,0 +143,0 @@ const TwTextColorByBg = (bgColor) => { |
export { TwGradientColors, TwSolidColors, TwBackgroundColors, TwBorderColors, TwTextColors, TwTextColorByBg, TwHoverColorByBg, } from './colors'; | ||
export { TwRoundedSizes, TwTextSizes, TwTextFontWeights, TwTextAlignment, } from './sizes'; | ||
export { TwRoundedSizes, TwShadowSizes, TwTextSizes, TwTextFontWeights, TwTextAlignment, } from './sizes'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TwTextAlignment = exports.TwTextFontWeights = exports.TwTextSizes = exports.TwRoundedSizes = exports.TwHoverColorByBg = exports.TwTextColorByBg = exports.TwTextColors = exports.TwBorderColors = exports.TwBackgroundColors = exports.TwSolidColors = exports.TwGradientColors = void 0; | ||
exports.TwTextAlignment = exports.TwTextFontWeights = exports.TwTextSizes = exports.TwShadowSizes = exports.TwRoundedSizes = exports.TwHoverColorByBg = exports.TwTextColorByBg = exports.TwTextColors = exports.TwBorderColors = exports.TwBackgroundColors = exports.TwSolidColors = exports.TwGradientColors = void 0; | ||
var colors_1 = require("./colors"); | ||
@@ -14,2 +14,3 @@ Object.defineProperty(exports, "TwGradientColors", { enumerable: true, get: function () { return colors_1.TwGradientColors; } }); | ||
Object.defineProperty(exports, "TwRoundedSizes", { enumerable: true, get: function () { return sizes_1.TwRoundedSizes; } }); | ||
Object.defineProperty(exports, "TwShadowSizes", { enumerable: true, get: function () { return sizes_1.TwShadowSizes; } }); | ||
Object.defineProperty(exports, "TwTextSizes", { enumerable: true, get: function () { return sizes_1.TwTextSizes; } }); | ||
@@ -16,0 +17,0 @@ Object.defineProperty(exports, "TwTextFontWeights", { enumerable: true, get: function () { return sizes_1.TwTextFontWeights; } }); |
@@ -15,2 +15,11 @@ export declare enum TwRoundedSizes { | ||
} | ||
export declare enum TwShadowSizes { | ||
sm = "tw3-drop-shadow-sm", | ||
none = "tw3-drop-shadow-none", | ||
base = "tw3-drop-shadow", | ||
md = "tw3-drop-shadow-md", | ||
lg = "tw3-drop-shadow-lg", | ||
xl = "tw3-drop-shadow-xl", | ||
xl2 = "tw3-drop-shadow-2xl" | ||
} | ||
export declare enum TwTextSizes { | ||
@@ -17,0 +26,0 @@ xs = "tw3-text-xs", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TwTextFontWeights = exports.TwTextAlignment = exports.TwTextSizes = exports.TwRoundedSizes = void 0; | ||
exports.TwTextFontWeights = exports.TwTextAlignment = exports.TwTextSizes = exports.TwShadowSizes = exports.TwRoundedSizes = void 0; | ||
var TwRoundedSizes; | ||
@@ -19,2 +19,12 @@ (function (TwRoundedSizes) { | ||
})(TwRoundedSizes = exports.TwRoundedSizes || (exports.TwRoundedSizes = {})); | ||
var TwShadowSizes; | ||
(function (TwShadowSizes) { | ||
TwShadowSizes["sm"] = "tw3-drop-shadow-sm"; | ||
TwShadowSizes["none"] = "tw3-drop-shadow-none"; | ||
TwShadowSizes["base"] = "tw3-drop-shadow"; | ||
TwShadowSizes["md"] = "tw3-drop-shadow-md"; | ||
TwShadowSizes["lg"] = "tw3-drop-shadow-lg"; | ||
TwShadowSizes["xl"] = "tw3-drop-shadow-xl"; | ||
TwShadowSizes["xl2"] = "tw3-drop-shadow-2xl"; | ||
})(TwShadowSizes = exports.TwShadowSizes || (exports.TwShadowSizes = {})); | ||
var TwTextSizes; | ||
@@ -21,0 +31,0 @@ (function (TwTextSizes) { |
{ | ||
"name": "@newageerp/ui.styles.tailwind", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"homepage": "https://bit.dev/newageerp/ui/styles/tailwind", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "ui/styles/tailwind", | ||
"version": "0.0.28" | ||
"version": "0.0.29" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81817
1796