@octoguide/mui-ui-toolkit 0.3.0 → 0.3.1

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/dist/index.mjs CHANGED
@@ -124,6 +124,16 @@ var defaultTheme = {
124
124
  linkColor: "rgba(255, 255, 255, 0.7)",
125
125
  linkHoverColor: "#ffffff"
126
126
  },
127
+ icon: {
128
+ xs: "12px",
129
+ sm: "16px",
130
+ md: "20px",
131
+ lg: "24px",
132
+ xl: "28px",
133
+ xxl: "32px",
134
+ xxxl: "36px",
135
+ display: "56px"
136
+ },
127
137
  button: {
128
138
  // Sizes & paddings (identical across themes)
129
139
  paddingX: "12px",