@protonradio/proton-ui 0.11.0-beta.18 → 0.11.0-beta.19
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/index.cjs.js +10 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +412 -413
- package/dist/index.es.js.map +1 -1
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/utils.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ declare type ProtonPalette = {
|
|
|
103
103
|
GRAYSCALE: ProtonColorScale;
|
|
104
104
|
};
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
declare type RGBArray = [number, number, number];
|
|
107
107
|
|
|
108
108
|
declare type RGBArray_2 = [number, number, number];
|
|
109
109
|
|