@akinon/akifilter 1.0.1 → 1.0.2

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.
@@ -172,6 +172,11 @@
172
172
  max-width: 360px;
173
173
  }
174
174
 
175
+ .akinon-filter__field--number {
176
+ display: block;
177
+ width: auto;
178
+ }
179
+
175
180
  /* Modal window. */
176
181
 
177
182
  .akinon-filter__modal-toolbar {
@@ -172,6 +172,11 @@
172
172
  max-width: 360px;
173
173
  }
174
174
 
175
+ .akinon-filter__field--number {
176
+ display: block;
177
+ width: auto;
178
+ }
179
+
175
180
  /* Modal window. */
176
181
 
177
182
  .akinon-filter__modal-toolbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/akifilter",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "Akifilter is a filtering library for Akinon frontend applications.",
6
6
  "type": "module",
@@ -13,19 +13,19 @@
13
13
  "antd": "^5.27.0",
14
14
  "react-error-boundary": "^6.0.0",
15
15
  "@akinon/akiform": "1.1.1",
16
- "@akinon/icons": "1.1.0",
17
16
  "@akinon/akidate": "1.1.1",
18
- "@akinon/akilocale": "1.2.0",
17
+ "@akinon/icons": "1.1.0",
19
18
  "@akinon/ui-button": "1.3.0",
20
- "@akinon/ui-card": "1.1.0",
19
+ "@akinon/akilocale": "1.2.0",
21
20
  "@akinon/ui-checkbox": "1.3.0",
22
- "@akinon/ui-input": "1.1.0",
21
+ "@akinon/ui-card": "1.1.0",
23
22
  "@akinon/ui-date-picker": "1.3.0",
24
- "@akinon/ui-modal": "1.1.0",
23
+ "@akinon/ui-input": "1.1.0",
25
24
  "@akinon/ui-input-number": "1.3.0",
26
- "@akinon/ui-space": "1.3.0",
27
25
  "@akinon/ui-pagination": "1.3.1",
26
+ "@akinon/ui-modal": "1.1.0",
28
27
  "@akinon/ui-select": "1.3.1",
28
+ "@akinon/ui-space": "1.3.0",
29
29
  "@akinon/ui-typography": "1.1.0"
30
30
  },
31
31
  "devDependencies": {
@@ -36,8 +36,8 @@
36
36
  "@akinon/akiform-builder": "1.3.2",
37
37
  "@akinon/typescript-config": "1.1.0",
38
38
  "@akinon/ui-theme": "1.1.0",
39
- "@akinon/utils": "1.1.1",
40
- "@akinon/vitest-config": "1.1.0"
39
+ "@akinon/vitest-config": "1.1.0",
40
+ "@akinon/utils": "1.1.1"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^18 || ^19",