material-inspired-component-library 1.0.0 → 1.0.2

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 (72) hide show
  1. package/README.md +2 -2
  2. package/components/accordion/README.md +0 -3
  3. package/components/bottomsheet/README.md +0 -3
  4. package/components/button/README.md +0 -3
  5. package/components/card/README.md +0 -3
  6. package/components/checkbox/README.md +0 -3
  7. package/components/dialog/README.md +0 -3
  8. package/components/divider/README.md +0 -3
  9. package/components/iconbutton/README.md +0 -3
  10. package/components/list/README.md +0 -3
  11. package/components/menu/README.md +1 -1
  12. package/components/radio/README.md +0 -3
  13. package/components/select/README.md +1 -1
  14. package/components/sidesheet/README.md +0 -3
  15. package/components/slider/README.md +0 -3
  16. package/components/switch/README.md +0 -3
  17. package/components/textfield/README.md +0 -3
  18. package/docs/accordion.html +3 -3
  19. package/docs/bottomsheet.html +11 -11
  20. package/docs/button.html +3 -3
  21. package/docs/card.html +6 -6
  22. package/docs/checkbox.html +3 -3
  23. package/docs/dialog.html +3 -3
  24. package/docs/divider.html +3 -3
  25. package/docs/docs.js +1 -1
  26. package/docs/iconbutton.html +3 -3
  27. package/docs/index.html +5 -5
  28. package/docs/list.html +3 -3
  29. package/docs/menu.html +3 -3
  30. package/docs/radio.html +3 -3
  31. package/docs/select.html +3 -3
  32. package/docs/sidesheet.html +3 -3
  33. package/docs/slider.html +3 -3
  34. package/docs/switch.html +3 -3
  35. package/docs/textfield.html +3 -3
  36. package/package.json +2 -5
  37. package/docs/card-awards.webp +0 -0
  38. package/docs/card-cabinet.webp +0 -0
  39. package/docs/card-city.webp +0 -0
  40. package/docs/card-fingerprint.webp +0 -0
  41. package/docs/card-holiday.webp +0 -0
  42. package/docs/card-names.webp +0 -0
  43. package/docs/micl.css +0 -1
  44. package/docs/micl.js +0 -1
  45. package/docs/themes/airblue/dark-hc.css +0 -51
  46. package/docs/themes/airblue/dark-mc.css +0 -51
  47. package/docs/themes/airblue/dark.css +0 -51
  48. package/docs/themes/airblue/light-hc.css +0 -51
  49. package/docs/themes/airblue/light-mc.css +0 -51
  50. package/docs/themes/airblue/light.css +0 -51
  51. package/docs/themes/airblue/theme.css +0 -306
  52. package/docs/themes/barnred/dark-hc.css +0 -51
  53. package/docs/themes/barnred/dark-mc.css +0 -51
  54. package/docs/themes/barnred/dark.css +0 -51
  55. package/docs/themes/barnred/light-hc.css +0 -51
  56. package/docs/themes/barnred/light-mc.css +0 -51
  57. package/docs/themes/barnred/light.css +0 -51
  58. package/docs/themes/barnred/theme.css +0 -306
  59. package/docs/themes/citrine/dark-hc.css +0 -51
  60. package/docs/themes/citrine/dark-mc.css +0 -51
  61. package/docs/themes/citrine/dark.css +0 -51
  62. package/docs/themes/citrine/light-hc.css +0 -51
  63. package/docs/themes/citrine/light-mc.css +0 -51
  64. package/docs/themes/citrine/light.css +0 -51
  65. package/docs/themes/citrine/theme.css +0 -306
  66. package/docs/themes/olivegreen/dark-hc.css +0 -51
  67. package/docs/themes/olivegreen/dark-mc.css +0 -51
  68. package/docs/themes/olivegreen/dark.css +0 -51
  69. package/docs/themes/olivegreen/light-hc.css +0 -51
  70. package/docs/themes/olivegreen/light-mc.css +0 -51
  71. package/docs/themes/olivegreen/light.css +0 -51
  72. package/docs/themes/olivegreen/theme.css +0 -306
package/docs/switch.html CHANGED
@@ -6,8 +6,8 @@
6
6
  <title>MICL Switches</title>
7
7
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap">
8
8
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1&icon_names=dark_mode&display=block">
9
- <link rel="stylesheet" href="themes/citrine/theme.css" id="theme-link">
10
- <link rel="stylesheet" href="micl.css">
9
+ <link rel="stylesheet" href="../themes/citrine/theme.css" id="theme-link">
10
+ <link rel="stylesheet" href="../dist/micl.css">
11
11
  <link rel="stylesheet" href="docs.css">
12
12
  <style>
13
13
  label {
@@ -145,7 +145,7 @@
145
145
  </div>
146
146
  </div>
147
147
 
148
- <script src="micl.js"></script>
148
+ <script src="../dist/micl.js"></script>
149
149
  <script src="docs.js"></script>
150
150
  </body>
151
151
  </html>
@@ -6,8 +6,8 @@
6
6
  <title>MICL Text Fields</title>
7
7
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap">
8
8
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1&icon_names=cancel,credit_card,dark_mode,error,search&display=block">
9
- <link rel="stylesheet" href="themes/citrine/theme.css" id="theme-link">
10
- <link rel="stylesheet" href="micl.css">
9
+ <link rel="stylesheet" href="../themes/citrine/theme.css" id="theme-link">
10
+ <link rel="stylesheet" href="../dist/micl.css">
11
11
  <link rel="stylesheet" href="docs.css">
12
12
  <style>
13
13
  .micl-textfield-outlined, .micl-textfield-filled {
@@ -145,7 +145,7 @@
145
145
  </div>
146
146
  </div>
147
147
 
148
- <script src="micl.js"></script>
148
+ <script src="../dist/micl.js"></script>
149
149
  <script src="docs.js"></script>
150
150
  </body>
151
151
  </html>
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "material-inspired-component-library",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "The Material-Inspired Component Library (MICL) offers a collection of beautifully crafted components leveraging native HTML markup, designed to align with the Material Design 3 guidelines.",
5
5
  "author": "MICL Hermana <micl.hermana@proton.me> (https://github.com/henkpb/micl)",
6
- "license": "ISC",
6
+ "license": "MIT",
7
7
  "keywords": [
8
8
  "Material Design",
9
9
  "component library",
@@ -55,8 +55,5 @@
55
55
  "typescript": "^5.8.3",
56
56
  "webpack": "^5.99",
57
57
  "webpack-cli": "^6.0"
58
- },
59
- "dependencies": {
60
- "material-inspired-component-library": "file:"
61
58
  }
62
59
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file