@alfalab/core-components-bottom-sheet 8.1.7 → 8.1.8-alfasans

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 (81) hide show
  1. package/components/footer/default.css +3 -3
  2. package/components/footer/default.module.css.js +1 -1
  3. package/components/footer/default.module.css.js.map +1 -1
  4. package/components/footer/index.css +3 -3
  5. package/components/footer/index.module.css.js +1 -1
  6. package/components/footer/inverted.css +3 -3
  7. package/components/footer/inverted.module.css.js +1 -1
  8. package/components/footer/inverted.module.css.js.map +1 -1
  9. package/components/header/default.css +4 -4
  10. package/components/header/default.module.css.js +1 -1
  11. package/components/header/default.module.css.js.map +1 -1
  12. package/components/header/index.css +23 -18
  13. package/components/header/index.module.css.js +1 -1
  14. package/components/header/inverted.css +4 -4
  15. package/components/header/inverted.module.css.js +1 -1
  16. package/components/header/inverted.module.css.js.map +1 -1
  17. package/cssm/components/header/index.module.css +10 -5
  18. package/default.css +4 -4
  19. package/default.module.css.js +1 -1
  20. package/default.module.css.js.map +1 -1
  21. package/esm/components/footer/default.css +3 -3
  22. package/esm/components/footer/default.module.css.js +1 -1
  23. package/esm/components/footer/default.module.css.js.map +1 -1
  24. package/esm/components/footer/index.css +3 -3
  25. package/esm/components/footer/index.module.css.js +1 -1
  26. package/esm/components/footer/inverted.css +3 -3
  27. package/esm/components/footer/inverted.module.css.js +1 -1
  28. package/esm/components/footer/inverted.module.css.js.map +1 -1
  29. package/esm/components/header/default.css +4 -4
  30. package/esm/components/header/default.module.css.js +1 -1
  31. package/esm/components/header/default.module.css.js.map +1 -1
  32. package/esm/components/header/index.css +23 -18
  33. package/esm/components/header/index.module.css.js +1 -1
  34. package/esm/components/header/inverted.css +4 -4
  35. package/esm/components/header/inverted.module.css.js +1 -1
  36. package/esm/components/header/inverted.module.css.js.map +1 -1
  37. package/esm/default.css +4 -4
  38. package/esm/default.module.css.js +1 -1
  39. package/esm/default.module.css.js.map +1 -1
  40. package/esm/index.css +45 -45
  41. package/esm/index.module.css.js +1 -1
  42. package/esm/inverted.css +4 -4
  43. package/esm/inverted.module.css.js +1 -1
  44. package/esm/inverted.module.css.js.map +1 -1
  45. package/index.css +45 -45
  46. package/index.module.css.js +1 -1
  47. package/inverted.css +4 -4
  48. package/inverted.module.css.js +1 -1
  49. package/inverted.module.css.js.map +1 -1
  50. package/modern/components/footer/default.css +3 -3
  51. package/modern/components/footer/default.module.css.js +1 -1
  52. package/modern/components/footer/default.module.css.js.map +1 -1
  53. package/modern/components/footer/index.css +3 -3
  54. package/modern/components/footer/index.module.css.js +1 -1
  55. package/modern/components/footer/inverted.css +3 -3
  56. package/modern/components/footer/inverted.module.css.js +1 -1
  57. package/modern/components/footer/inverted.module.css.js.map +1 -1
  58. package/modern/components/header/default.css +4 -4
  59. package/modern/components/header/default.module.css.js +1 -1
  60. package/modern/components/header/default.module.css.js.map +1 -1
  61. package/modern/components/header/index.css +23 -18
  62. package/modern/components/header/index.module.css.js +1 -1
  63. package/modern/components/header/inverted.css +4 -4
  64. package/modern/components/header/inverted.module.css.js +1 -1
  65. package/modern/components/header/inverted.module.css.js.map +1 -1
  66. package/modern/default.css +4 -4
  67. package/modern/default.module.css.js +1 -1
  68. package/modern/default.module.css.js.map +1 -1
  69. package/modern/index.css +45 -45
  70. package/modern/index.module.css.js +1 -1
  71. package/modern/inverted.css +4 -4
  72. package/modern/inverted.module.css.js +1 -1
  73. package/modern/inverted.module.css.js.map +1 -1
  74. package/moderncssm/components/header/index.module.css +7 -3
  75. package/package.json +8 -8
  76. package/src/components/footer/default.module.css +1 -1
  77. package/src/components/footer/inverted.module.css +1 -1
  78. package/src/components/header/default.module.css +1 -1
  79. package/src/components/header/inverted.module.css +1 -1
  80. package/src/default.module.css +1 -1
  81. package/src/inverted.module.css +1 -1
@@ -1,4 +1,4 @@
1
- @import '../../../../vars/src/index.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
  @import '../../vars.css';
3
3
 
4
4
  .title {
@@ -1,4 +1,4 @@
1
- @import '../../vars/src/index.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
  @import './vars.css';
3
3
 
4
4
  .component {
@@ -1,4 +1,4 @@
1
- @import '../../vars/src/index.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
  @import './vars.css';
3
3
 
4
4
  .component {