@pismo/marola 0.0.1-alpha.12 → 0.0.1-alpha.14

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 (56) hide show
  1. package/README.md +1 -1
  2. package/dist/Dialog.module-B8COssqi.js +15 -0
  3. package/dist/assets/Button.css +1 -1
  4. package/dist/assets/Chip.css +1 -0
  5. package/dist/assets/Dialog.css +1 -1
  6. package/dist/assets/IconButton.css +1 -1
  7. package/dist/assets/Input.css +1 -1
  8. package/dist/assets/InputSearch.css +1 -1
  9. package/dist/assets/Table.css +1 -1
  10. package/dist/assets/Typography.css +1 -1
  11. package/dist/components/Advice/Advice.d.ts +12 -0
  12. package/dist/components/Advice/Advice.stories.d.ts +16 -0
  13. package/dist/components/Advice/Advice.stories.js +48 -0
  14. package/dist/components/Button/Button.d.ts +5 -2
  15. package/dist/components/Button/Button.js +87 -63
  16. package/dist/components/Button/Button.stories.d.ts +2 -0
  17. package/dist/components/Button/Button.stories.js +1 -2
  18. package/dist/components/Chip/Chip.d.ts +37 -0
  19. package/dist/components/Chip/Chip.js +143 -0
  20. package/dist/components/Chip/Chip.stories.d.ts +40 -0
  21. package/dist/components/Chip/Chip.stories.js +59 -0
  22. package/dist/components/Chip/chip.test.d.ts +1 -0
  23. package/dist/components/Chip/chip.test.js +17303 -0
  24. package/dist/components/Dialog/Actions.js +1 -1
  25. package/dist/components/Dialog/Backdrop.js +1 -1
  26. package/dist/components/Dialog/CloseIconButton.js +1 -1
  27. package/dist/components/Dialog/Dialog.js +1 -1
  28. package/dist/components/Dialog/Dialog.stories.d.ts +3 -3
  29. package/dist/components/Dialog/Dialog.stories.js +1 -2
  30. package/dist/components/Dialog/Title.js +1 -1
  31. package/dist/components/Icon/Icon.d.ts +1 -1
  32. package/dist/components/Icon/Icon.js +27 -20
  33. package/dist/components/IconButton/IconButton.d.ts +2 -2
  34. package/dist/components/IconButton/IconButton.js +63 -61
  35. package/dist/components/Input/Input.d.ts +1 -1
  36. package/dist/components/Input/Input.js +32 -32
  37. package/dist/components/InputSearch/InputSearch.d.ts +7 -9
  38. package/dist/components/InputSearch/InputSearch.js +31 -26
  39. package/dist/components/InputSearch/InputSearch.stories.d.ts +21 -4
  40. package/dist/components/InputSearch/InputSearch.stories.js +55 -18
  41. package/dist/components/LoadingSpinner/LoadingSpinner.d.ts +1 -1
  42. package/dist/components/LoadingSpinner/LoadingSpinner.stories.js +1 -2
  43. package/dist/components/Select/Select.stories.js +1 -2
  44. package/dist/components/Table/Table.js +64 -64
  45. package/dist/components/Typography/Typography.d.ts +1 -1
  46. package/dist/components/Typography/Typography.js +76 -74
  47. package/dist/components/Typography/Typography.stories.js +1 -2
  48. package/dist/components/Typography/typography.test.js +195 -11319
  49. package/dist/main.d.ts +1 -0
  50. package/dist/main.js +57 -57
  51. package/dist/react.esm-DGd9_oKA.js +11126 -0
  52. package/dist/utils/styleStrings.test.js +1 -1
  53. package/dist/{vi.Y_w82WR8-Df0JUamG.js → vi.Y_w82WR8-XVYrIxgm.js} +2 -1
  54. package/package.json +2 -2
  55. package/dist/Dialog.module-CGVM5V_D.js +0 -15
  56. package/dist/assets/global.css +0 -1
@@ -1,5 +1,5 @@
1
1
  import { bemify as a, getBEMBase as e, getBEMBlock as r } from "./styleStrings.js";
2
- import { d as s, i as o, g as t } from "../vi.Y_w82WR8-Df0JUamG.js";
2
+ import { d as s, i as o, g as t } from "../vi.Y_w82WR8-XVYrIxgm.js";
3
3
  s("styleStrings", () => {
4
4
  s("bemify", () => {
5
5
  o("returns just a block if a block was only given", () => {
@@ -9856,5 +9856,6 @@ export {
9856
9856
  jd as a,
9857
9857
  Id as d,
9858
9858
  zp as g,
9859
- kd as i
9859
+ kd as i,
9860
+ yn as v
9860
9861
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pismo/marola",
3
3
  "description": "CDX tribe component library",
4
- "version": "0.0.1-alpha.12",
4
+ "version": "0.0.1-alpha.14",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -91,4 +91,4 @@
91
91
  "@mui/base": "^5.0.0-beta.40",
92
92
  "@mui/material": "^5.15.15"
93
93
  }
94
- }
94
+ }
@@ -1,15 +0,0 @@
1
- import './assets/Dialog.css';
2
- const _ = "_dialog_1o2te_1", o = "_dialog__backdrop_1o2te_11", i = "_dialog__panel_1o2te_19", l = "_dialog__title_1o2te_35", t = "_dialog__subtitle_1o2te_42", a = "_dialog__divider_1o2te_51", d = "_dialog__actions_1o2te_64", e = {
3
- dialog: _,
4
- dialog__backdrop: o,
5
- dialog__panel: i,
6
- dialog__title: l,
7
- "dialog__title--small": "_dialog__title--small_1o2te_39",
8
- dialog__subtitle: t,
9
- dialog__divider: a,
10
- "dialog__close-icon": "_dialog__close-icon_1o2te_55",
11
- dialog__actions: d
12
- };
13
- export {
14
- e as s
15
- };
@@ -1 +0,0 @@
1
- :root{--secondary-orange: #ffa945;--secondary-orange-rgb: 255, 169, 69;--secondary-orange-dark: #fe8d53;--secondary-orange-dark-rgb: 254, 141, 83;--secondary-orange-light: #525061;--secondary-orange-light-rgb: 82, 80, 97;--secondary-green: #99dec3;--secondary-green-rgb: 153, 222, 195;--secondary-green-dark: #6acbb1;--secondary-green-dark-rgb: 106, 203, 177;--secondary-green-darker: #31aa7e;--secondary-green-darker-rgb: 49, 170, 126;--secondary-green-light: #baedd9;--secondary-green-light-rgb: 186, 237, 217;--accent: #1897f3;--accent-rgb: 24, 151, 243;--accent-dark: #1672c7;--accent-dark-rgb: 22, 114, 199;--accent-light: #4fb1f9;--accent-light-rgb: 79, 177, 249;--accent-lighter: #8ae1fd;--accent-lighter-rgb: 138, 225, 253;--alert: #df4561;--alert-rgb: 223, 69, 97;--alert-dark: #bb2b45;--alert-dark-rgb: 187, 43, 69;--accent-alert-light: #f37c91;--accent-alert-light-rgb: 243, 124, 145;--cream: #fafafa;--cream-rgb: 250, 250, 250;--hover: #42b7ff;--hover-rgb: 66, 183, 255;--active: #0a75cc;--active-rgb: 10, 117, 204}:root{--gray-100: #16161e;--gray-100-rgb: 22, 22, 30;--gray-95: #3f3d4b;--gray-95-rgb: 63, 61, 75;--gray-90: #525061;--gray-90-rgb: 82, 80, 97;--gray-75: #838192;--gray-75-rgb: 131, 129, 146;--gray-50: #bcbac8;--gray-50-rgb: 188, 186, 200;--gray-25: #dbdae2;--gray-25-rgb: 219, 218, 226;--gray-10: #ebeaf0;--gray-10-rgb: 235, 234, 240;--gray-5: #f7f7fc;--gray-5-rgb: 247, 247, 252;--black-100: #000000;--black-100-rgb: 0, 0, 0;--black-75: #616161;--black-75-rgb: 97, 97, 97;--black-50: #838192;--black-50-rgb: 131, 129, 146;--black-25: #bcbac8;--black-25-rgb: 188, 186, 200;--black-10: #ebeaf0;--black-10-rgb: 235, 234, 240;--white-100: #ffffff;--white-100-rgb: 255, 255, 255}:root{--heading-font-weight: 700;--heading-font-size-xl: 3.75rem;--heading-line-height-xl: 4.875rem;--heading-font-size-l: 3rem;--heading-line-height-l: 3.9375rem;--heading-font-size: 2.25rem;--heading-line-height: 2.875rem;--heading-font-size-s: 1.5rem;--heading-line-height-s: 2rem;--body-font-size: 1rem;--body-line-height: 1.3125rem;--body-weight: normal;--body-bold: bold;--body-font-size-large: 1.5rem;--body-line-height-large: 1.625rem;--body-font-size-medium: 1.125;--body-line-height-medium: 1rem;--body-font-size-small: .875rem;--body-line-height-small: 1.125rem;--body-font-size-tiny: .75rem;--body-line-height-tiny: 1rem;--quote-font-size-large: 1.5rem;--quote-line-height-large: 2rem;--quote-font-weight-large: normal;--quote-font-size: 1rem;--quote-line-height: 1.3125rem;--quote-font-weight: normal;--form-input-font-size: 1rem;--form-input-line-height: 1.3125rem;--form-input-font-weight: bold;--form-hint-font-size: .875rem;--form-hint-line-height: 1.3125rem;--form-hint-font-weight: normal;--form-label-font-size: .875rem;--form-label-line-height: 1.3125rem;--form-label-font-weight: normal;--form-dropdown-font-size: 1rem;--form-dropdown-line-height: 1.3125rem;--form-dropdown-font-weight: normal;--table-font-size: .875rem;--table-line-height: 1.0625rem;--table-header-font-weight: bold;--table-body-font-weight: normal;--table-body-secondary-line-height: 1.3125rem;--button-font-size: 1rem;--button-line-height: 1.25rem;--button-font-weight: bold}:root{--spacing: 8px;--border-radius: 6px;--border-radius-soft: 4px;--transition-soft: .3s;--transition-long: .75s}*{box-sizing:border-box}