@sprinklrjs/spaceweb-themes 12.33.2 → 14.11.3
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/_hds_internal_cheatsheetConfig.js +6908 -0
- package/common-theme/theme.d.ts +26 -4
- package/common-theme/theme.js +53 -33
- package/common-theme/utilities.d.ts +1260 -1206
- package/common-theme/utilities.js +657 -639
- package/hyperspace/dark/index.d.ts +1879 -1535
- package/hyperspace/dark/index.js +4 -4
- package/hyperspace/dark/theme.d.ts +370 -270
- package/hyperspace/dark/theme.js +270 -191
- package/hyperspace/dark/utilities.d.ts +1509 -1265
- package/hyperspace/dark/utilities.js +130 -57
- package/hyperspace/light/index.d.ts +1944 -1600
- package/hyperspace/light/index.js +4 -4
- package/hyperspace/light/theme.d.ts +383 -283
- package/hyperspace/light/theme.js +273 -194
- package/hyperspace/light/utilities.d.ts +1522 -1278
- package/hyperspace/light/utilities.js +133 -62
- package/hyperspace/themeVars.css +228 -101
- package/hyperspace/themeVars.min.css +1 -1
- package/hyperspace-15/common-theme/theme.d.ts +369 -0
- package/hyperspace-15/common-theme/theme.js +333 -0
- package/hyperspace-15/common-theme/utilities.d.ts +5352 -0
- package/hyperspace-15/common-theme/utilities.js +1641 -0
- package/{space → hyperspace-15/hyperspace}/dark/index.d.ts +1935 -1537
- package/hyperspace-15/hyperspace/dark/index.js +8 -0
- package/{space/light → hyperspace-15/hyperspace/dark}/theme.d.ts +383 -232
- package/hyperspace-15/hyperspace/dark/theme.js +403 -0
- package/{space → hyperspace-15/hyperspace}/dark/utilities.d.ts +1522 -1275
- package/hyperspace-15/hyperspace/dark/utilities.js +225 -0
- package/{space → hyperspace-15/hyperspace}/light/index.d.ts +1903 -1505
- package/hyperspace-15/hyperspace/light/index.js +8 -0
- package/{space/dark → hyperspace-15/hyperspace/light}/theme.d.ts +386 -235
- package/hyperspace-15/hyperspace/light/theme.js +403 -0
- package/{space → hyperspace-15/hyperspace}/light/utilities.d.ts +1519 -1272
- package/hyperspace-15/hyperspace/light/utilities.js +225 -0
- package/hyperspace-15/hyperspace/themeVars.css +403 -0
- package/hyperspace-15/hyperspace/themeVars.min.css +1 -0
- package/hyperspace-15/styles/tailwind-media.css +2472 -0
- package/hyperspace-15/styles/tailwind-media.min.css +1 -0
- package/hyperspace-15/styles/tailwind.css +11504 -0
- package/hyperspace-15/styles/tailwind.min.css +1 -0
- package/hyperspace-16/common-theme/theme.d.ts +369 -0
- package/hyperspace-16/common-theme/theme.js +333 -0
- package/hyperspace-16/common-theme/utilities.d.ts +5352 -0
- package/hyperspace-16/common-theme/utilities.js +1641 -0
- package/hyperspace-16/hyperspace/dark/index.d.ts +6896 -0
- package/hyperspace-16/hyperspace/dark/index.js +8 -0
- package/hyperspace-16/hyperspace/dark/theme.d.ts +961 -0
- package/hyperspace-16/hyperspace/dark/theme.js +403 -0
- package/hyperspace-16/hyperspace/dark/utilities.d.ts +5934 -0
- package/hyperspace-16/hyperspace/dark/utilities.js +225 -0
- package/hyperspace-16/hyperspace/light/index.d.ts +6896 -0
- package/hyperspace-16/hyperspace/light/index.js +8 -0
- package/hyperspace-16/hyperspace/light/theme.d.ts +961 -0
- package/hyperspace-16/hyperspace/light/theme.js +403 -0
- package/hyperspace-16/hyperspace/light/utilities.d.ts +5934 -0
- package/hyperspace-16/hyperspace/light/utilities.js +225 -0
- package/hyperspace-16/hyperspace/themeVars.css +403 -0
- package/hyperspace-16/hyperspace/themeVars.min.css +1 -0
- package/hyperspace-16/styles/tailwind-media.css +2472 -0
- package/hyperspace-16/styles/tailwind-media.min.css +1 -0
- package/hyperspace-16/styles/tailwind.css +11504 -0
- package/hyperspace-16/styles/tailwind.min.css +1 -0
- package/package.json +12 -12
- package/polyfill/countryflagEmoji.ts +12 -0
- package/styles/additionals.css +1042 -0
- package/styles/additionals.min.css +1 -0
- package/styles/breakpoints.scss +34 -0
- package/styles/normalize.css +350 -69
- package/styles/normalize.min.css +1 -1
- package/styles/spaceweb.css +6 -0
- package/styles/tailwind-media.css +2472 -0
- package/styles/tailwind-media.min.css +1 -0
- package/styles/tailwind-rtl.css +79 -0
- package/styles/tailwind-rtl.min.css +1 -0
- package/styles/tailwind-test-classes.css +7789 -0
- package/styles/tailwind.css +8544 -6217
- package/styles/tailwind.min.css +1 -1
- package/styles/tokens.scss +6 -6
- package/types.d.ts +133 -83
- package/utilities.css +135 -54
- package/utilities.min.css +1 -1
- package/space/dark/index.js +0 -8
- package/space/dark/theme.js +0 -301
- package/space/dark/utilities.js +0 -149
- package/space/light/index.js +0 -8
- package/space/light/theme.js +0 -301
- package/space/light/utilities.js +0 -149
- package/space/themeVars.css +0 -274
- package/space/themeVars.min.css +0 -1
- package/styles/globals.css +0 -80
- package/styles/globals.min.css +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.