@removify/tailwind-preset 0.1.1 → 0.1.2

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/index.d.cts CHANGED
@@ -495,4 +495,4 @@ type Shadows = {
495
495
  declare function config(extend?: boolean): Partial<Config>;
496
496
  declare const _default: Partial<tailwindcss_types_config.Config>;
497
497
 
498
- export { type ColorString, type Colors, type FontSizes, type Shadows, colors, config, _default as default, customFontFamily as fontFamily, fontSizes, shadows, theme, unocssTheme };
498
+ export { type ColorString, type Colors, type ColorsNames, type FontSizes, type Shadows, colors, config, _default as default, customFontFamily as fontFamily, fontSizes, shadows, theme, unocssTheme };
package/dist/index.d.ts CHANGED
@@ -495,4 +495,4 @@ type Shadows = {
495
495
  declare function config(extend?: boolean): Partial<Config>;
496
496
  declare const _default: Partial<tailwindcss_types_config.Config>;
497
497
 
498
- export { type ColorString, type Colors, type FontSizes, type Shadows, colors, config, _default as default, customFontFamily as fontFamily, fontSizes, shadows, theme, unocssTheme };
498
+ export { type ColorString, type Colors, type ColorsNames, type FontSizes, type Shadows, colors, config, _default as default, customFontFamily as fontFamily, fontSizes, shadows, theme, unocssTheme };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@removify/tailwind-preset",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "Tailwind CSS preset for Removify",
6
6
  "keywords": [
7
7
  "tailwind"
@@ -46,7 +46,7 @@
46
46
  "tsx": "^4.7.3",
47
47
  "typescript": "^5.4.5",
48
48
  "vitest": "^1.5.2",
49
- "@removify/tailwind-preset": "0.1.1"
49
+ "@removify/tailwind-preset": "0.1.2"
50
50
  },
51
51
  "lint-staged": {
52
52
  "**/*.{js,ts,vue,html}": [