@dev-blinq/ui-systems 1.0.129 → 1.0.131
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/colors.css +4 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/colors.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -445,7 +445,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
|
|
|
445
445
|
}
|
|
446
446
|
`,Fm=Y.div`
|
|
447
447
|
display: flex;
|
|
448
|
-
height: calc(100% -
|
|
448
|
+
height: calc(100% - 32px);
|
|
449
449
|
`,Pm=Y($.Box)`
|
|
450
450
|
display: flex;
|
|
451
451
|
flex-direction: column;
|
|
@@ -561,7 +561,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
|
|
|
561
561
|
border-radius: 6px;
|
|
562
562
|
}
|
|
563
563
|
&.active-step {
|
|
564
|
-
background: var(--
|
|
564
|
+
background: var(--light-blue);
|
|
565
565
|
border-radius: 6px;
|
|
566
566
|
}
|
|
567
567
|
`,Iu=Y.section`
|
|
@@ -599,7 +599,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
|
|
|
599
599
|
--dots-display: none;
|
|
600
600
|
transition: all 0.2s ease;
|
|
601
601
|
opacity: ${({isDragging:e})=>e?.4:1};
|
|
602
|
-
background-color: ${({isDragging:e})=>e?"var(--secondary-light)":"var(--
|
|
602
|
+
background-color: ${({isDragging:e})=>e?"var(--secondary-light)":"var(--medium-grey)"};
|
|
603
603
|
padding: 0px;
|
|
604
604
|
&:hover {
|
|
605
605
|
--opacity: 1;
|
package/dist/index.mjs
CHANGED
|
@@ -7119,7 +7119,7 @@ const Jm = K.div`
|
|
|
7119
7119
|
}
|
|
7120
7120
|
`, Qm = K.div`
|
|
7121
7121
|
display: flex;
|
|
7122
|
-
height: calc(100% -
|
|
7122
|
+
height: calc(100% - 32px);
|
|
7123
7123
|
`, eg = K(q)`
|
|
7124
7124
|
display: flex;
|
|
7125
7125
|
flex-direction: column;
|
|
@@ -13153,7 +13153,7 @@ const N6 = K(q)`
|
|
|
13153
13153
|
border-radius: 6px;
|
|
13154
13154
|
}
|
|
13155
13155
|
&.active-step {
|
|
13156
|
-
background: var(--
|
|
13156
|
+
background: var(--light-blue);
|
|
13157
13157
|
border-radius: 6px;
|
|
13158
13158
|
}
|
|
13159
13159
|
`, d2 = K.section`
|
|
@@ -13191,7 +13191,7 @@ const N6 = K(q)`
|
|
|
13191
13191
|
--dots-display: none;
|
|
13192
13192
|
transition: all 0.2s ease;
|
|
13193
13193
|
opacity: ${({ isDragging: e }) => e ? 0.4 : 1};
|
|
13194
|
-
background-color: ${({ isDragging: e }) => e ? "var(--secondary-light)" : "var(--
|
|
13194
|
+
background-color: ${({ isDragging: e }) => e ? "var(--secondary-light)" : "var(--medium-grey)"};
|
|
13195
13195
|
padding: 0px;
|
|
13196
13196
|
&:hover {
|
|
13197
13197
|
--opacity: 1;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev-blinq/ui-systems",
|
|
3
3
|
"description": "this package contains all ui components like button, input, checkbox, colors that blinq.io needs",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.131",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|