react-conditional-ui 1.2.0 → 1.2.1

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/styles.css CHANGED
@@ -237,6 +237,10 @@
237
237
  color: rgba(255, 255, 255, 0.3) !important;
238
238
  }
239
239
 
240
+ .rcui-adornment-suggestions {
241
+ color: rgba(255, 255, 255, 0.3) !important;
242
+ }
243
+
240
244
  .rcui-adornment-error {
241
245
  color: #f5c542 !important;
242
246
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-conditional-ui",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A React component for building conditions using natural language input",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -74,6 +74,31 @@
74
74
  "typescript": "^5.6.3",
75
75
  "vitest": "^4.1.2"
76
76
  },
77
+ "keywords": [
78
+ "react",
79
+ "react-component",
80
+ "ui",
81
+ "component",
82
+ "control",
83
+ "condition",
84
+ "condition-builder",
85
+ "query-builder",
86
+ "natural-language",
87
+ "autocomplete",
88
+ "autosuggest",
89
+ "fuzzy-search",
90
+ "drag-drop",
91
+ "mui",
92
+ "material-ui"
93
+ ],
94
+ "repository": {
95
+ "type": "git",
96
+ "url": "https://github.com/asafdl/react-conditional-ui.git"
97
+ },
98
+ "homepage": "https://asafdl.github.io/react-conditional-ui/",
99
+ "bugs": {
100
+ "url": "https://github.com/asafdl/react-conditional-ui/issues"
101
+ },
77
102
  "license": "MIT",
78
103
  "dependencies": {
79
104
  "debug": "^4.4.3",