igniteui-theming 26.1.0 → 27.1.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.
Files changed (37) hide show
  1. package/dist/json/colors/presets/palettes.json +1 -1
  2. package/dist/json/components/bootstrap.json +1 -1
  3. package/dist/json/components/fluent.json +1 -1
  4. package/dist/json/components/indigo.json +1 -1
  5. package/dist/json/components/material.json +1 -1
  6. package/dist/json/components/themes.json +173 -14
  7. package/dist/mcp/index.js +1 -1
  8. package/dist/mcp/theming/dist/json/colors/presets/palettes.js +2 -2
  9. package/dist/mcp/theming/dist/json/components/themes.js +163 -21
  10. package/dist/tailwind/themes/dark/indigo.css +1 -1
  11. package/dist/tailwind/themes/light/indigo.css +1 -1
  12. package/dist/tailwind/utilities/bootstrap.css +1 -1
  13. package/dist/tailwind/utilities/fluent.css +1 -1
  14. package/dist/tailwind/utilities/indigo.css +1 -1
  15. package/dist/tailwind/utilities/material.css +1 -1
  16. package/package.json +1 -1
  17. package/sass/bem/_index.scss +26 -2
  18. package/sass/color/presets/dark/_indigo.scss +9 -9
  19. package/sass/color/presets/light/_indigo.scss +9 -9
  20. package/sass/themes/components/button-group/_button-group-theme.scss +1 -1
  21. package/sass/themes/components/column-actions/_column-actions-theme.scss +18 -7
  22. package/sass/themes/components/grid/_grid-excel-filtering-theme.scss +136 -0
  23. package/sass/themes/components/grid/_grid-theme.scss +61 -36
  24. package/sass/themes/components/grid/_grid-toolbar-theme.scss +54 -9
  25. package/sass/themes/components/grid/_index.scss +1 -0
  26. package/sass/themes/components/paginator/_paginator-theme.scss +13 -10
  27. package/sass/themes/components/query-builder/_query-builder-theme.scss +10 -0
  28. package/sass/themes/schemas/components/dark/_grid-excel-filtering.scss +37 -0
  29. package/sass/themes/schemas/components/dark/_index.scss +5 -0
  30. package/sass/themes/schemas/components/dark/_pagination.scss +4 -4
  31. package/sass/themes/schemas/components/light/_column-actions.scss +3 -2
  32. package/sass/themes/schemas/components/light/_grid-excel-filtering.scss +185 -0
  33. package/sass/themes/schemas/components/light/_grid-toolbar.scss +6 -6
  34. package/sass/themes/schemas/components/light/_grid.scss +17 -4
  35. package/sass/themes/schemas/components/light/_index.scss +5 -0
  36. package/sass/themes/schemas/components/light/_pagination.scss +10 -10
  37. package/sass/themes/schemas/components/light/_query-builder.scss +1 -1
@@ -1 +1 @@
1
- {"light-bootstrap-palette":{"primary":"#0d6efd","secondary":"#6c757d","gray":"rgb(147.62511, 158.1, 168.57489)","surface":"#f8f9fa","info":"#0dcaf0","success":"#198754","warn":"#ffc107","error":"#dc3545"},"dark-bootstrap-palette":{"primary":"#0d6efd","secondary":"#6c757d","gray":"rgb(181.53297, 188.7, 195.86703)","surface":"#212529","info":"#0dcaf0","success":"#198754","warn":"#ffc107","error":"#dc3545"},"light-material-palette":{"primary":"#0099ff","secondary":"#df1b74","gray":"rgb(158.1, 158.1, 158.1)","surface":"white","info":"#1377d5","success":"#4eb862","warn":"#faa419","error":"#ff134a"},"dark-material-palette":{"primary":"#0099ff","secondary":"#df1b74","gray":"rgb(188.7, 188.7, 188.7)","surface":"#222222","info":"#1377d5","success":"#4eb862","warn":"#faa419","error":"#ff134a"},"light-fluent-palette":{"primary":"#0078d4","secondary":"#2b88d8","gray":"rgb(158.1, 158.1, 158.1)","surface":"white","info":"#1377d5","success":"#107c10","warn":"#797673","error":"#a80000"},"dark-fluent-palette":{"primary":"#0078d4","secondary":"#2b88d8","gray":"rgb(188.7, 188.7, 188.7)","surface":"#1b1b1b","info":"#1377d5","success":"#107c10","warn":"#797673","error":"#a80000"},"light-indigo-palette":{"primary":"rgb(63, 81, 181)","secondary":"rgb(63, 81, 181)","gray":"rgb(154, 157, 162)","surface":"#f8f8fa","info":"rgb(156, 39, 176)","success":"rgb(104, 159, 56)","warn":"rgb(245, 107, 29)","error":"rgb(207, 26, 43)"},"dark-indigo-palette":{"primary":"rgb(63, 81, 181)","secondary":"rgb(63, 81, 181)","gray":"rgb(195, 196, 199)","surface":"#1e1f24","info":"rgb(156, 39, 176)","success":"rgb(104, 159, 56)","warn":"rgb(245, 107, 29)","error":"rgb(207, 26, 43)"}}
1
+ {"light-bootstrap-palette":{"primary":"#0d6efd","secondary":"#6c757d","gray":"rgb(147.62511, 158.1, 168.57489)","surface":"#f8f9fa","info":"#0dcaf0","success":"#198754","warn":"#ffc107","error":"#dc3545"},"dark-bootstrap-palette":{"primary":"#0d6efd","secondary":"#6c757d","gray":"rgb(181.53297, 188.7, 195.86703)","surface":"#212529","info":"#0dcaf0","success":"#198754","warn":"#ffc107","error":"#dc3545"},"light-material-palette":{"primary":"#0099ff","secondary":"#df1b74","gray":"rgb(158.1, 158.1, 158.1)","surface":"white","info":"#1377d5","success":"#4eb862","warn":"#faa419","error":"#ff134a"},"dark-material-palette":{"primary":"#0099ff","secondary":"#df1b74","gray":"rgb(188.7, 188.7, 188.7)","surface":"#222222","info":"#1377d5","success":"#4eb862","warn":"#faa419","error":"#ff134a"},"light-fluent-palette":{"primary":"#0078d4","secondary":"#2b88d8","gray":"rgb(158.1, 158.1, 158.1)","surface":"white","info":"#1377d5","success":"#107c10","warn":"#797673","error":"#a80000"},"dark-fluent-palette":{"primary":"#0078d4","secondary":"#2b88d8","gray":"rgb(188.7, 188.7, 188.7)","surface":"#1b1b1b","info":"#1377d5","success":"#107c10","warn":"#797673","error":"#a80000"},"light-indigo-palette":{"primary":"rgb(63, 81, 181)","secondary":"rgb(63, 81, 181)","gray":"rgb(142, 144, 150)","surface":"#f8f8fa","info":"rgb(156, 39, 176)","success":"rgb(104, 159, 56)","warn":"rgb(245, 107, 29)","error":"rgb(207, 26, 43)"},"dark-indigo-palette":{"primary":"rgb(63, 81, 181)","secondary":"rgb(63, 81, 181)","gray":"rgb(176, 178, 183)","surface":"#1e1f24","info":"rgb(156, 39, 176)","success":"rgb(104, 159, 56)","warn":"rgb(245, 107, 29)","error":"rgb(207, 26, 43)"}}