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.
- package/README.md +2 -2
- package/components/accordion/README.md +0 -3
- package/components/bottomsheet/README.md +0 -3
- package/components/button/README.md +0 -3
- package/components/card/README.md +0 -3
- package/components/checkbox/README.md +0 -3
- package/components/dialog/README.md +0 -3
- package/components/divider/README.md +0 -3
- package/components/iconbutton/README.md +0 -3
- package/components/list/README.md +0 -3
- package/components/menu/README.md +1 -1
- package/components/radio/README.md +0 -3
- package/components/select/README.md +1 -1
- package/components/sidesheet/README.md +0 -3
- package/components/slider/README.md +0 -3
- package/components/switch/README.md +0 -3
- package/components/textfield/README.md +0 -3
- package/docs/accordion.html +3 -3
- package/docs/bottomsheet.html +11 -11
- package/docs/button.html +3 -3
- package/docs/card.html +6 -6
- package/docs/checkbox.html +3 -3
- package/docs/dialog.html +3 -3
- package/docs/divider.html +3 -3
- package/docs/docs.js +1 -1
- package/docs/iconbutton.html +3 -3
- package/docs/index.html +5 -5
- package/docs/list.html +3 -3
- package/docs/menu.html +3 -3
- package/docs/radio.html +3 -3
- package/docs/select.html +3 -3
- package/docs/sidesheet.html +3 -3
- package/docs/slider.html +3 -3
- package/docs/switch.html +3 -3
- package/docs/textfield.html +3 -3
- package/package.json +2 -5
- package/docs/card-awards.webp +0 -0
- package/docs/card-cabinet.webp +0 -0
- package/docs/card-city.webp +0 -0
- package/docs/card-fingerprint.webp +0 -0
- package/docs/card-holiday.webp +0 -0
- package/docs/card-names.webp +0 -0
- package/docs/micl.css +0 -1
- package/docs/micl.js +0 -1
- package/docs/themes/airblue/dark-hc.css +0 -51
- package/docs/themes/airblue/dark-mc.css +0 -51
- package/docs/themes/airblue/dark.css +0 -51
- package/docs/themes/airblue/light-hc.css +0 -51
- package/docs/themes/airblue/light-mc.css +0 -51
- package/docs/themes/airblue/light.css +0 -51
- package/docs/themes/airblue/theme.css +0 -306
- package/docs/themes/barnred/dark-hc.css +0 -51
- package/docs/themes/barnred/dark-mc.css +0 -51
- package/docs/themes/barnred/dark.css +0 -51
- package/docs/themes/barnred/light-hc.css +0 -51
- package/docs/themes/barnred/light-mc.css +0 -51
- package/docs/themes/barnred/light.css +0 -51
- package/docs/themes/barnred/theme.css +0 -306
- package/docs/themes/citrine/dark-hc.css +0 -51
- package/docs/themes/citrine/dark-mc.css +0 -51
- package/docs/themes/citrine/dark.css +0 -51
- package/docs/themes/citrine/light-hc.css +0 -51
- package/docs/themes/citrine/light-mc.css +0 -51
- package/docs/themes/citrine/light.css +0 -51
- package/docs/themes/citrine/theme.css +0 -306
- package/docs/themes/olivegreen/dark-hc.css +0 -51
- package/docs/themes/olivegreen/dark-mc.css +0 -51
- package/docs/themes/olivegreen/dark.css +0 -51
- package/docs/themes/olivegreen/light-hc.css +0 -51
- package/docs/themes/olivegreen/light-mc.css +0 -51
- package/docs/themes/olivegreen/light.css +0 -51
- 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>
|
package/docs/textfield.html
CHANGED
|
@@ -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.
|
|
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": "
|
|
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
|
}
|
package/docs/card-awards.webp
DELETED
|
Binary file
|
package/docs/card-cabinet.webp
DELETED
|
Binary file
|
package/docs/card-city.webp
DELETED
|
Binary file
|
|
Binary file
|
package/docs/card-holiday.webp
DELETED
|
Binary file
|
package/docs/card-names.webp
DELETED
|
Binary file
|