@tachui/responsive 0.8.1-alpha → 0.8.8
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/README.md +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +27 -2469
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2881 -0
- package/dist/modifiers/responsive/advanced-utilities.d.ts +1 -1
- package/dist/modifiers/responsive/advanced-utilities.d.ts.map +1 -1
- package/dist/modifiers/responsive/breakpoints.d.ts +1 -1
- package/dist/modifiers/responsive/breakpoints.d.ts.map +1 -1
- package/dist/modifiers/responsive/dev-tools.d.ts +1 -1
- package/dist/modifiers/responsive/dev-tools.d.ts.map +1 -1
- package/dist/modifiers/responsive/index.d.ts +7 -0
- package/dist/modifiers/responsive/index.d.ts.map +1 -1
- package/dist/modifiers/responsive/responsive-builder.d.ts +29 -29
- package/dist/modifiers/responsive/responsive-builder.d.ts.map +1 -1
- package/dist/modifiers/responsive/utilities.d.ts +1 -1
- package/dist/modifiers/responsive/utilities.d.ts.map +1 -1
- package/dist/version.d.ts +8 -0
- package/dist/version.d.ts.map +1 -0
- package/package.json +13 -9
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@ The `@tachui/responsive` package provides comprehensive responsive design capabi
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install @tachui/responsive
|
|
12
|
+
npm install @tachui/responsive
|
|
13
13
|
# or
|
|
14
|
-
pnpm add @tachui/responsive
|
|
14
|
+
pnpm add @tachui/responsive
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Core Features
|
package/dist/index.d.ts
CHANGED
|
@@ -8,4 +8,5 @@
|
|
|
8
8
|
export * from './modifiers/responsive';
|
|
9
9
|
export type { ResponsiveValue, BreakpointKey, ResponsiveStyleConfig, ResponsiveModifierResult, BreakpointConfig, } from './modifiers/responsive/types';
|
|
10
10
|
export { createResponsiveModifier, ResponsiveCSSGenerator, CSSInjector, configureBreakpoints, useBreakpoint, useMediaQuery, useResponsiveValue, DEFAULT_BREAKPOINTS, } from './modifiers/responsive';
|
|
11
|
+
export { registerResponsiveModifiers } from './modifiers/responsive';
|
|
11
12
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,cAAc,wBAAwB,CAAA;AAGtC,YAAY,EACV,eAAe,EACf,aAAa,EACb,qBAAqB,EACrB,wBAAwB,EACxB,gBAAgB,GACjB,MAAM,8BAA8B,CAAA;AAGrC,OAAO,EACL,wBAAwB,EACxB,sBAAsB,EACtB,WAAW,EACX,oBAAoB,EACpB,aAAa,EACb,aAAa,EACb,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,wBAAwB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,cAAc,wBAAwB,CAAA;AAGtC,YAAY,EACV,eAAe,EACf,aAAa,EACb,qBAAqB,EACrB,wBAAwB,EACxB,gBAAgB,GACjB,MAAM,8BAA8B,CAAA;AAGrC,OAAO,EACL,wBAAwB,EACxB,sBAAsB,EACtB,WAAW,EACX,oBAAoB,EACpB,aAAa,EACb,aAAa,EACb,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,wBAAwB,CAAA;AAM/B,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAA"}
|