@inntechcorp/it-design 2.0.185 → 2.0.187

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.
@@ -90,6 +90,32 @@
90
90
  align-items: center;
91
91
  }
92
92
 
93
+ .option {
94
+ display: flex;
95
+ align-items: center;
96
+ cursor: pointer;
97
+ min-width: max-content;
98
+ padding: 10px 30px 10px 15px;
99
+ }
100
+ .option:not(:last-child) {
101
+ margin-bottom: 1px;
102
+ }
103
+ .option:hover {
104
+ background-color: rgba(29, 38, 73, 0.5019607843);
105
+ }
106
+
107
+ .selected .single, .selected .option span {
108
+ color: #ffffff;
109
+ }
110
+
111
+ .single, .option span {
112
+ color: rgba(255, 255, 255, 0.6666666667);
113
+ font-weight: 400;
114
+ font-size: 12px;
115
+ line-height: 12px;
116
+ white-space: nowrap;
117
+ }
118
+
93
119
  .menu {
94
120
  background-color: #050A20;
95
121
  border-radius: 0 5px 5px 5px;
@@ -156,32 +182,6 @@
156
182
  transition: height 150ms ease-out;
157
183
  }
158
184
 
159
- .option {
160
- display: flex;
161
- align-items: center;
162
- cursor: pointer;
163
- min-width: max-content;
164
- padding: 10px 30px 10px 15px;
165
- }
166
- .option:not(:last-child) {
167
- margin-bottom: 1px;
168
- }
169
- .option:hover {
170
- background-color: rgba(29, 38, 73, 0.5019607843);
171
- }
172
-
173
- .selected .single, .selected .option span {
174
- color: #ffffff;
175
- }
176
-
177
- .single, .option span {
178
- color: rgba(255, 255, 255, 0.6666666667);
179
- font-weight: 400;
180
- font-size: 12px;
181
- line-height: 12px;
182
- white-space: nowrap;
183
- }
184
-
185
185
  .container {
186
186
  display: flex;
187
187
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inntechcorp/it-design",
3
- "version": "2.0.185",
3
+ "version": "2.0.187",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@mona-health/react-input-mask": "^3.0.3",
32
- "autoprefixer": "10.4.19",
32
+ "autoprefixer": "10.4.20",
33
33
  "axios": "1.7.2",
34
34
  "core-js": "3.37.1",
35
35
  "fast-deep-equal": "^3.1.3",
@@ -43,9 +43,9 @@
43
43
  "node-sass": "^9.0.0",
44
44
  "overlayscrollbars": "2.0.3",
45
45
  "overlayscrollbars-react": "0.5.0",
46
- "postcss": "8.4.38",
47
- "postcss-calc": "10.0.0",
48
- "postcss-nested": "6.0.1",
46
+ "postcss": "8.4.47",
47
+ "postcss-calc": "10.0.2",
48
+ "postcss-nested": "6.2.0",
49
49
  "prop-types": "^15.8.1",
50
50
  "query-string": "9.0.0",
51
51
  "react": "18.3.1",
@@ -100,11 +100,11 @@
100
100
  "eslint-plugin-storybook": "0.8.0",
101
101
  "esm": "^3.2.25",
102
102
  "less-loader": "12.2.0",
103
- "postcss-custom-properties": "13.3.10",
103
+ "postcss-custom-properties": "14.0.1",
104
104
  "postcss-import": "16.1.0",
105
- "postcss-nesting": "12.1.5",
106
- "postcss-normalize": "^10.0.1",
107
- "postcss-preset-env": "^9.5.16",
105
+ "postcss-nesting": "13.0.0",
106
+ "postcss-normalize": "13.0.0",
107
+ "postcss-preset-env": "10.0.3",
108
108
  "react-app-rewired": "^2.2.1",
109
109
  "rollup": "4.18.0",
110
110
  "rollup-plugin-copy": "^3.5.0",