@vialiq/flux-ui 0.0.4 → 0.0.5
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/components/_button.scss +4 -1
- package/index.d.ts.map +1 -0
- package/package.json +10 -11
- package/styles/index.d.ts.map +1 -0
- package/tokens/index.d.ts.map +1 -0
package/components/_button.scss
CHANGED
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
line-height: #{tokens.$line-height-tight};
|
|
23
23
|
cursor: pointer;
|
|
24
24
|
user-select: none;
|
|
25
|
-
transition:
|
|
25
|
+
transition:
|
|
26
|
+
opacity var(--vi-button-effect-transition-duration, 160ms) ease,
|
|
27
|
+
box-shadow var(--vi-button-effect-transition-duration, 160ms) ease,
|
|
28
|
+
transform var(--vi-button-effect-transition-duration, 160ms) ease;
|
|
26
29
|
}
|
|
27
30
|
}
|
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../libs/flux-ui/src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,gBAAgB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vialiq/flux-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"private": false,
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
5
8
|
"repository": {
|
|
6
9
|
"type": "git",
|
|
7
10
|
"url": "https://github.com/prasworld/Vialiq.git"
|
|
8
11
|
},
|
|
9
|
-
"publishConfig": {
|
|
10
|
-
"access": "public"
|
|
11
|
-
},
|
|
12
12
|
"type": "module",
|
|
13
13
|
"description": "Custom minimal CSS/SASS framework for microfrontend product",
|
|
14
14
|
"license": "MIT",
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
"types": "./index.d.ts",
|
|
17
17
|
"exports": {
|
|
18
18
|
".": {
|
|
19
|
-
"
|
|
20
|
-
"
|
|
19
|
+
"types": "./index.d.ts",
|
|
20
|
+
"default": "./index.js"
|
|
21
21
|
},
|
|
22
22
|
"./tokens": {
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"types": "./tokens/index.d.ts",
|
|
24
|
+
"default": "./tokens/index.js"
|
|
25
25
|
},
|
|
26
26
|
"./styles": {
|
|
27
27
|
"sass": "./styles/_index.scss",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"types": "./styles/index.d.ts",
|
|
29
|
+
"default": "./styles/index.js"
|
|
30
30
|
},
|
|
31
31
|
"./styles/*": "./styles/*",
|
|
32
32
|
"./components": "./components/_index.scss",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"files": [
|
|
37
37
|
"index.js",
|
|
38
38
|
"index.d.ts",
|
|
39
|
-
"index.js.map",
|
|
40
39
|
"index.d.ts.map",
|
|
41
40
|
"*.scss",
|
|
42
41
|
"styles/",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/flux-ui/src/styles/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,YAAY;;;;;CAKf,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../libs/flux-ui/src/tokens/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,MAAM;IACjB;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkGH;;;OAGG;;;;;;;;;;IAWH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6BH;;;OAGG;;;;;;;IAQH;;;OAGG;;;;;;;;;;;;;;IAeH;;;;;OAKG;;;;;;;;;IAUH;;;;OAIG;;;;;;;;;;;;;CAaK,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG,OAAO,MAAM,CAAC"}
|