smoothly 1.1.1-alpha.42 → 1.1.1-alpha.43

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 (33) hide show
  1. package/dist/cjs/smoothly-app_99.cjs.entry.js +2 -2
  2. package/dist/cjs/smoothly-app_99.cjs.entry.js.map +1 -1
  3. package/dist/collection/components/filter/input/style.css +6 -2
  4. package/dist/collection/components/filter/toggle/style.css +7 -0
  5. package/dist/components/{p-9ff5588a.js → p-1a2b060b.js} +4 -4
  6. package/dist/components/{p-9ff5588a.js.map → p-1a2b060b.js.map} +1 -1
  7. package/dist/components/{p-70667c81.js → p-535f9cd7.js} +3 -3
  8. package/dist/components/{p-70667c81.js.map → p-535f9cd7.js.map} +1 -1
  9. package/dist/components/{p-96ff553b.js → p-540bdbf4.js} +2 -2
  10. package/dist/components/p-540bdbf4.js.map +1 -0
  11. package/dist/components/{p-314fc04d.js → p-6b67f5b8.js} +3 -3
  12. package/dist/components/{p-314fc04d.js.map → p-6b67f5b8.js.map} +1 -1
  13. package/dist/components/{p-98dbc8a9.js → p-6bb12156.js} +2 -2
  14. package/dist/components/p-6bb12156.js.map +1 -0
  15. package/dist/components/{p-3a4760e0.js → p-cb8d7e90.js} +4 -4
  16. package/dist/components/{p-3a4760e0.js.map → p-cb8d7e90.js.map} +1 -1
  17. package/dist/components/smoothly-app-demo.js +6 -6
  18. package/dist/components/smoothly-filter-input.js +1 -1
  19. package/dist/components/smoothly-filter-toggle.js +1 -1
  20. package/dist/components/smoothly-next-demo.js +1 -1
  21. package/dist/components/smoothly-next-table-demo-filtered.js +1 -1
  22. package/dist/components/smoothly-table-demo-filtered.js +1 -1
  23. package/dist/components/smoothly-table-demo.js +1 -1
  24. package/dist/esm/smoothly-app_99.entry.js +2 -2
  25. package/dist/esm/smoothly-app_99.entry.js.map +1 -1
  26. package/dist/smoothly/p-f7665ba0.entry.js +2 -0
  27. package/dist/smoothly/p-f7665ba0.entry.js.map +1 -0
  28. package/dist/smoothly/smoothly.esm.js +1 -1
  29. package/package.json +1 -1
  30. package/dist/components/p-96ff553b.js.map +0 -1
  31. package/dist/components/p-98dbc8a9.js.map +0 -1
  32. package/dist/smoothly/p-d072396a.entry.js +0 -2
  33. package/dist/smoothly/p-d072396a.entry.js.map +0 -1
@@ -6835,7 +6835,7 @@ const SmoothlyFilterField = class {
6835
6835
  };
6836
6836
  SmoothlyFilterField.style = SmoothlyFilterFieldStyle0;
6837
6837
 
6838
- const styleCss$1f = ".sc-smoothly-filter-input-h{display:block}";
6838
+ const styleCss$1f = ".sc-smoothly-filter-input-h{display:contents}.sc-smoothly-filter-input-h>smoothly-input.sc-smoothly-filter-input{flex-grow:1;min-width:10em;flex-basis:40%}";
6839
6839
  const SmoothlyFilterInputStyle0 = styleCss$1f;
6840
6840
 
6841
6841
  const SmoothlyFilterInput = class {
@@ -7013,7 +7013,7 @@ const SmoothlyFilterPicker = class {
7013
7013
  };
7014
7014
  SmoothlyFilterPicker.style = SmoothlyFilterPickerStyle0;
7015
7015
 
7016
- const styleCss$1d = ".sc-smoothly-filter-toggle-h{position:relative;display:inline-block}[flip].sc-smoothly-filter-toggle-h{transform:scaleX(-1)}";
7016
+ const styleCss$1d = ".sc-smoothly-filter-toggle-h{position:relative;display:inline-block;cursor:pointer}.sc-smoothly-filter-toggle-h:hover>smoothly-icon.sc-smoothly-filter-toggle{stroke:rgb(var(--smoothly-success-tint));color:rgb(var(--smoothly-success-tint));fill:rgb(var(--smoothly-success-tint))}[flip].sc-smoothly-filter-toggle-h{transform:scaleX(-1)}";
7017
7017
  const SmoothlyFilterToggleStyle0 = styleCss$1d;
7018
7018
 
7019
7019
  const SmoothlyFilterToggle = class {