@stylexjs/stylex 0.13.0 → 0.13.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.
@@ -11,6 +11,7 @@ import type {
11
11
  CompiledStyles,
12
12
  InlineStyles,
13
13
  Keyframes,
14
+ MapNamespaces,
14
15
  StaticStyles,
15
16
  StaticStylesWithout,
16
17
  StyleX$Create,
@@ -27,13 +28,19 @@ import type {
27
28
  import type { ValueWithDefault } from './types/StyleXUtils';
28
29
  import * as Types from './types/VarTypes';
29
30
  export type {
31
+ CompiledStyles,
32
+ InlineStyles,
33
+ Keyframes,
34
+ MapNamespaces,
30
35
  StaticStyles,
31
36
  StaticStylesWithout,
37
+ StyleXArray,
32
38
  StyleXStyles,
33
39
  StyleXStylesWithout,
34
40
  Theme,
35
41
  Types,
36
42
  VarGroup,
43
+ PositionTry,
37
44
  };
38
45
  export declare const create: StyleX$Create;
39
46
  export declare const createTheme: StyleX$CreateTheme;
@@ -11,6 +11,7 @@ import type {
11
11
  CompiledStyles,
12
12
  InlineStyles,
13
13
  Keyframes,
14
+ MapNamespaces,
14
15
  StaticStyles,
15
16
  StaticStylesWithout,
16
17
  StyleX$Create,
@@ -28,13 +29,19 @@ import type { ValueWithDefault } from './types/StyleXUtils';
28
29
  import * as Types from './types/VarTypes';
29
30
 
30
31
  export type {
32
+ CompiledStyles,
33
+ InlineStyles,
34
+ Keyframes,
35
+ MapNamespaces,
31
36
  StaticStyles,
32
37
  StaticStylesWithout,
38
+ StyleXArray,
33
39
  StyleXStyles,
34
40
  StyleXStylesWithout,
35
41
  Theme,
36
42
  Types,
37
43
  VarGroup,
44
+ PositionTry,
38
45
  };
39
46
 
40
47
  declare export const create: StyleX$Create;
@@ -11,6 +11,7 @@ import type {
11
11
  CompiledStyles,
12
12
  InlineStyles,
13
13
  Keyframes,
14
+ MapNamespaces,
14
15
  StaticStyles,
15
16
  StaticStylesWithout,
16
17
  StyleX$Create,
@@ -27,13 +28,19 @@ import type {
27
28
  import type { ValueWithDefault } from './types/StyleXUtils';
28
29
  import * as Types from './types/VarTypes';
29
30
  export type {
31
+ CompiledStyles,
32
+ InlineStyles,
33
+ Keyframes,
34
+ MapNamespaces,
30
35
  StaticStyles,
31
36
  StaticStylesWithout,
37
+ StyleXArray,
32
38
  StyleXStyles,
33
39
  StyleXStylesWithout,
34
40
  Theme,
35
41
  Types,
36
42
  VarGroup,
43
+ PositionTry,
37
44
  };
38
45
  export declare const create: StyleX$Create;
39
46
  export declare const createTheme: StyleX$CreateTheme;
@@ -11,6 +11,7 @@ import type {
11
11
  CompiledStyles,
12
12
  InlineStyles,
13
13
  Keyframes,
14
+ MapNamespaces,
14
15
  StaticStyles,
15
16
  StaticStylesWithout,
16
17
  StyleX$Create,
@@ -28,13 +29,19 @@ import type { ValueWithDefault } from './types/StyleXUtils';
28
29
  import * as Types from './types/VarTypes';
29
30
 
30
31
  export type {
32
+ CompiledStyles,
33
+ InlineStyles,
34
+ Keyframes,
35
+ MapNamespaces,
31
36
  StaticStyles,
32
37
  StaticStylesWithout,
38
+ StyleXArray,
33
39
  StyleXStyles,
34
40
  StyleXStylesWithout,
35
41
  Theme,
36
42
  Types,
37
43
  VarGroup,
44
+ PositionTry,
38
45
  };
39
46
 
40
47
  declare export const create: StyleX$Create;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stylexjs/stylex",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "A library for defining styles for optimized user interfaces.",
5
5
  "main": "./lib/cjs/stylex.js",
6
6
  "module": "./lib/es/stylex.mjs",
@@ -56,7 +56,7 @@
56
56
  "cross-env": "^7.0.3",
57
57
  "rimraf": "^5.0.10",
58
58
  "rollup": "^4.24.0",
59
- "scripts": "0.13.0"
59
+ "scripts": "0.13.1"
60
60
  },
61
61
  "files": [
62
62
  "lib/*"