@dev-blinq/ui-systems 1.0.129 → 1.0.130

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 CHANGED
@@ -135,4 +135,8 @@
135
135
  --color-warning-80: #ffd133;
136
136
  --color-warning-100: #ffc500;
137
137
  --color-warning-110: #e5b100;
138
+
139
+ /* Figma */
140
+ --light-blue: #dbeaff;
141
+ --medium-grey: #f3f3f5;
138
142
  }
package/dist/index.js CHANGED
@@ -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(--color-primary-10);
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(--color-grey-30)"};
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
@@ -13153,7 +13153,7 @@ const N6 = K(q)`
13153
13153
  border-radius: 6px;
13154
13154
  }
13155
13155
  &.active-step {
13156
- background: var(--color-primary-10);
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(--color-grey-30)"};
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.129",
4
+ "version": "1.0.130",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",