startupjs-ui 0.1.5 → 0.1.6

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.
@@ -0,0 +1 @@
1
+ export { colorToRGBA as default } from '@startupjs-ui/core'
package/index.tsx CHANGED
@@ -95,6 +95,7 @@ export { default as User } from '@startupjs-ui/user'
95
95
 
96
96
  // theming
97
97
  export {
98
+ colorToRGBA,
98
99
  CssVariables,
99
100
  palette,
100
101
  generateColors,
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.5",
4
+ "version": "0.1.6",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -92,6 +92,7 @@
92
92
  "./H5": "./exports/_DEPRECATED_H5.tsx",
93
93
  "./H6": "./exports/_DEPRECATED_H6.tsx",
94
94
  "./User": "./exports/User.tsx",
95
+ "./colorToRGBA": "./exports/colorToRGBA.tsx",
95
96
  "./CssVariables": "./exports/CssVariables.tsx",
96
97
  "./palette": "./exports/palette.tsx",
97
98
  "./generateColors": "./exports/generateColors.tsx",
@@ -174,5 +175,5 @@
174
175
  "startupjs": "*"
175
176
  },
176
177
  "license": "MIT",
177
- "gitHead": "1b90893dc24a9b3ffde1284c58996b42e98913c6"
178
+ "gitHead": "d3c1c3455f34a0b69f6a59ccf9fa4d655fe55213"
178
179
  }