lyngurium 0.1.0 → 0.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/index.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSS, Keyframes } from "./@types/style.js";
|
|
2
2
|
import { keyframes } from "./functions/keyframes/index.js";
|
|
3
3
|
import { style } from "./functions/style/index.js";
|
|
4
|
-
import { VariablesObject, VariablesSetter, merge, setVariables, variables } from "ammolite";
|
|
5
|
-
export { type CSS, type Keyframes, type VariablesObject, type VariablesSetter, keyframes, merge, setVariables, style, variables };
|
|
4
|
+
import { StyleValue, VariablesObject, VariablesSetter, merge, setVariables, variables } from "ammolite";
|
|
5
|
+
export { type CSS, type Keyframes, type StyleValue, type VariablesObject, type VariablesSetter, keyframes, merge, setVariables, style, variables };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lyngurium",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A CSS-in-JS library for Lynx",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@lynx-js/types": "^3.6.0",
|
|
21
|
-
"ammolite": "
|
|
21
|
+
"ammolite": "0.1.4",
|
|
22
22
|
"csstype": "^3.2.3",
|
|
23
23
|
"ts-vista": "~0.2.3"
|
|
24
24
|
}
|