startupjs-ui 0.1.8 → 0.1.9

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "startupjs-ui",
3
3
  "description": "Universal React-Native and Web UI components",
4
- "version": "0.1.8",
4
+ "version": "0.1.9",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -95,7 +95,6 @@
95
95
  "./User": "./exports/User.tsx",
96
96
  "./colorToRGBA": "./exports/colorToRGBA.tsx",
97
97
  "./CssVariables": "./exports/CssVariables.tsx",
98
- "./palette": "./exports/palette.tsx",
99
98
  "./generateColors": "./exports/generateColors.tsx",
100
99
  "./getCssVariable": "./exports/getCssVariable.tsx",
101
100
  "./Palette": "./exports/Palette.tsx",
@@ -113,7 +112,7 @@
113
112
  "dependencies": {
114
113
  "@startupjs-ui/abstract-popover": "^0.1.5",
115
114
  "@startupjs-ui/alert": "^0.1.5",
116
- "@startupjs-ui/array-input": "^0.1.8",
115
+ "@startupjs-ui/array-input": "^0.1.9",
117
116
  "@startupjs-ui/auto-suggest": "^0.1.5",
118
117
  "@startupjs-ui/avatar": "^0.1.5",
119
118
  "@startupjs-ui/badge": "^0.1.5",
@@ -135,11 +134,11 @@
135
134
  "@startupjs-ui/drawer": "^0.1.5",
136
135
  "@startupjs-ui/drawer-sidebar": "^0.1.5",
137
136
  "@startupjs-ui/dropdown": "^0.1.5",
138
- "@startupjs-ui/file-input": "^0.1.8",
137
+ "@startupjs-ui/file-input": "^0.1.9",
139
138
  "@startupjs-ui/flat-list": "^0.1.5",
140
- "@startupjs-ui/form": "^0.1.8",
139
+ "@startupjs-ui/form": "^0.1.9",
141
140
  "@startupjs-ui/icon": "^0.1.5",
142
- "@startupjs-ui/input": "^0.1.8",
141
+ "@startupjs-ui/input": "^0.1.9",
143
142
  "@startupjs-ui/item": "^0.1.5",
144
143
  "@startupjs-ui/layout": "^0.1.5",
145
144
  "@startupjs-ui/link": "^0.1.5",
@@ -148,7 +147,7 @@
148
147
  "@startupjs-ui/modal": "^0.1.5",
149
148
  "@startupjs-ui/multi-select": "^0.1.5",
150
149
  "@startupjs-ui/number-input": "^0.1.5",
151
- "@startupjs-ui/object-input": "^0.1.8",
150
+ "@startupjs-ui/object-input": "^0.1.9",
152
151
  "@startupjs-ui/pagination": "^0.1.5",
153
152
  "@startupjs-ui/password-input": "^0.1.5",
154
153
  "@startupjs-ui/popover": "^0.1.5",
@@ -176,5 +175,5 @@
176
175
  "startupjs": "*"
177
176
  },
178
177
  "license": "MIT",
179
- "gitHead": "377cf459b4b85dc030aeb78621f7c28a0885c7f6"
178
+ "gitHead": "215449157f986f8cd7139ebe27015db5f39da4ce"
180
179
  }
File without changes