@ornikar/kitt-universal 31.0.1-canary.7572adc2e30f541d2bcef92dd996237207ebbb9c.0 → 31.0.1-canary.79e367e962c957c016c4df67dbcf515c8f45ff0e.0
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/CHANGELOG.md +1 -2
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +0 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +0 -1
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/colors.d.ts +0 -1
- package/dist/definitions/themes/late-ocean/colors.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +2 -5
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +2 -5
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-22.17.cjs.js +2 -5
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +2 -5
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +2 -5
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +2 -5
- package/dist/index-node-22.17.es.web.mjs.map +1 -1
- package/dist/index.es.js +2 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +2 -5
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +2 -5
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +2 -5
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.js +2 -5
- package/dist/linaria-themes-node-22.17.cjs.js.map +1 -1
- package/dist/linaria-themes-node-22.17.cjs.web.js +2 -5
- package/dist/linaria-themes-node-22.17.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-22.17.es.mjs +2 -5
- package/dist/linaria-themes-node-22.17.es.mjs.map +1 -1
- package/dist/linaria-themes-node-22.17.es.web.mjs +2 -5
- package/dist/linaria-themes-node-22.17.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +2 -5
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +2 -5
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -181,8 +181,6 @@ var colors = {
|
|
|
181
181
|
light: deepPurpleColorPalette['white-alpha.80']
|
|
182
182
|
},
|
|
183
183
|
// Bumper semantic tokens
|
|
184
|
-
// Should be kept in sync with the light theme in bumper
|
|
185
|
-
// https://github.com/ornikar/kitt/blob/79e367e962c957c016c4df67dbcf515c8f45ff0e/@ornikar/bumper/src/themes/light.ts#L6
|
|
186
184
|
bumper: {
|
|
187
185
|
content: {
|
|
188
186
|
base: {
|
|
@@ -262,13 +260,12 @@ var colors = {
|
|
|
262
260
|
border: {
|
|
263
261
|
base: {
|
|
264
262
|
hi: deepPurpleColorPalette['grey.9'],
|
|
265
|
-
mid: deepPurpleColorPalette['
|
|
263
|
+
mid: deepPurpleColorPalette['grey.3'],
|
|
266
264
|
onContrasted: {
|
|
267
265
|
hi: deepPurpleColorPalette['grey.0'],
|
|
268
|
-
mid: deepPurpleColorPalette['white-alpha.
|
|
266
|
+
mid: deepPurpleColorPalette['white-alpha.60']
|
|
269
267
|
}
|
|
270
268
|
},
|
|
271
|
-
accent: deepPurpleColorPalette['deepPurple.8'],
|
|
272
269
|
info: deepPurpleColorPalette['blue.6'],
|
|
273
270
|
success: deepPurpleColorPalette['green.6'],
|
|
274
271
|
warning: deepPurpleColorPalette['yellow.6'],
|