@limetech/lime-elements 36.3.0-next.31 → 36.3.0-next.33

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 (126) hide show
  1. package/dist/cjs/lime-elements.cjs.js +1 -1
  2. package/dist/cjs/limel-button-group.cjs.entry.js +1 -1
  3. package/dist/cjs/limel-button.cjs.entry.js +1 -1
  4. package/dist/cjs/limel-callout.cjs.entry.js +46 -0
  5. package/dist/cjs/limel-chip-set.cjs.entry.js +2 -2
  6. package/dist/cjs/limel-code-editor.cjs.entry.js +1 -1
  7. package/dist/cjs/limel-color-picker-palette.cjs.entry.js +1 -1
  8. package/dist/cjs/limel-color-picker.cjs.entry.js +1 -1
  9. package/dist/cjs/limel-dock-button.cjs.entry.js +1 -1
  10. package/dist/cjs/limel-dock.cjs.entry.js +1 -1
  11. package/dist/cjs/limel-file.cjs.entry.js +1 -1
  12. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +2 -2
  13. package/dist/cjs/limel-icon-button.cjs.entry.js +1 -1
  14. package/dist/cjs/limel-info-tile.cjs.entry.js +1 -1
  15. package/dist/cjs/limel-input-field.cjs.entry.js +1 -1
  16. package/dist/cjs/limel-list_2.cjs.entry.js +1 -1
  17. package/dist/cjs/limel-menu-list.cjs.entry.js +1 -1
  18. package/dist/cjs/limel-select.cjs.entry.js +1 -1
  19. package/dist/cjs/limel-shortcut.cjs.entry.js +1 -1
  20. package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
  21. package/dist/cjs/limel-split-button.cjs.entry.js +1 -1
  22. package/dist/cjs/limel-table.cjs.entry.js +1 -1
  23. package/dist/cjs/loader.cjs.js +1 -1
  24. package/dist/cjs/{translations-ca7279bc.js → translations-147450c8.js} +30 -0
  25. package/dist/collection/collection-manifest.json +1 -0
  26. package/dist/collection/components/badge/badge.css +8 -0
  27. package/dist/collection/components/button/button.css +9 -0
  28. package/dist/collection/components/button-group/button-group.css +9 -0
  29. package/dist/collection/components/callout/callout.css +57 -0
  30. package/dist/collection/components/callout/callout.helpers.js +21 -0
  31. package/dist/collection/components/callout/callout.js +98 -0
  32. package/dist/collection/components/callout/callout.types.js +1 -0
  33. package/dist/collection/components/chip-set/chip-set.css +10 -0
  34. package/dist/collection/components/circular-progress/circular-progress.css +8 -0
  35. package/dist/collection/components/code-editor/code-editor.css +7 -4
  36. package/dist/collection/components/collapsible-section/collapsible-section.css +8 -0
  37. package/dist/collection/components/color-picker/color-picker-palette.css +7 -5
  38. package/dist/collection/components/color-picker/color-picker.css +7 -5
  39. package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +11 -1
  40. package/dist/collection/components/dock/dock-button/dock-button.css +9 -1
  41. package/dist/collection/components/dock/dock.css +9 -1
  42. package/dist/collection/components/form/form.css +6 -4
  43. package/dist/collection/components/header/header.css +8 -0
  44. package/dist/collection/components/icon-button/icon-button.css +9 -0
  45. package/dist/collection/components/info-tile/info-tile.css +7 -5
  46. package/dist/collection/components/input-field/input-field.css +9 -0
  47. package/dist/collection/components/list/list.css +15 -4
  48. package/dist/collection/components/menu-list/menu-list.css +15 -4
  49. package/dist/collection/components/popover-surface/popover-surface.css +8 -0
  50. package/dist/collection/components/progress-flow/progress-flow-item/progress-flow-item.css +8 -0
  51. package/dist/collection/components/select/select.css +9 -1
  52. package/dist/collection/components/shortcut/shortcut.css +7 -5
  53. package/dist/collection/components/split-button/split-button.css +7 -4
  54. package/dist/collection/components/table/table.css +33 -0
  55. package/dist/collection/icons/idea.svg +593 -0
  56. package/dist/collection/icons/info.svg +593 -0
  57. package/dist/collection/style/mixins.scss +15 -4
  58. package/dist/collection/translations/da.js +5 -0
  59. package/dist/collection/translations/en.js +5 -0
  60. package/dist/collection/translations/fi.js +5 -0
  61. package/dist/collection/translations/nl.js +5 -0
  62. package/dist/collection/translations/no.js +5 -0
  63. package/dist/collection/translations/sv.js +5 -0
  64. package/dist/esm/lime-elements.js +1 -1
  65. package/dist/esm/limel-button-group.entry.js +1 -1
  66. package/dist/esm/limel-button.entry.js +1 -1
  67. package/dist/esm/limel-callout.entry.js +42 -0
  68. package/dist/esm/limel-chip-set.entry.js +2 -2
  69. package/dist/esm/limel-code-editor.entry.js +1 -1
  70. package/dist/esm/limel-color-picker-palette.entry.js +1 -1
  71. package/dist/esm/limel-color-picker.entry.js +1 -1
  72. package/dist/esm/limel-dock-button.entry.js +1 -1
  73. package/dist/esm/limel-dock.entry.js +1 -1
  74. package/dist/esm/limel-file.entry.js +1 -1
  75. package/dist/esm/limel-flatpickr-adapter.entry.js +2 -2
  76. package/dist/esm/limel-icon-button.entry.js +1 -1
  77. package/dist/esm/limel-info-tile.entry.js +1 -1
  78. package/dist/esm/limel-input-field.entry.js +1 -1
  79. package/dist/esm/limel-list_2.entry.js +1 -1
  80. package/dist/esm/limel-menu-list.entry.js +1 -1
  81. package/dist/esm/limel-select.entry.js +1 -1
  82. package/dist/esm/limel-shortcut.entry.js +1 -1
  83. package/dist/esm/limel-snackbar.entry.js +1 -1
  84. package/dist/esm/limel-split-button.entry.js +1 -1
  85. package/dist/esm/limel-table.entry.js +1 -1
  86. package/dist/esm/loader.js +1 -1
  87. package/dist/esm/{translations-0d0ee941.js → translations-ff64ea17.js} +30 -0
  88. package/dist/lime-elements/lime-elements.esm.js +1 -1
  89. package/dist/lime-elements/{p-4620a38e.entry.js → p-039c10df.entry.js} +1 -1
  90. package/dist/lime-elements/{p-2c9843fe.entry.js → p-0eb6860b.entry.js} +2 -2
  91. package/dist/lime-elements/{p-934456bc.entry.js → p-123f5fbb.entry.js} +1 -1
  92. package/dist/lime-elements/{p-93ad8b90.entry.js → p-25013385.entry.js} +1 -1
  93. package/dist/lime-elements/{p-878b61cd.entry.js → p-2c7b0e49.entry.js} +1 -1
  94. package/dist/lime-elements/{p-c6c0d63c.entry.js → p-2f9918a3.entry.js} +1 -1
  95. package/dist/lime-elements/{p-3a7b55ce.entry.js → p-46a76d55.entry.js} +1 -1
  96. package/dist/lime-elements/{p-d3222d6c.entry.js → p-48640fbf.entry.js} +1 -1
  97. package/dist/lime-elements/{p-c822e8e5.entry.js → p-4fcd3337.entry.js} +1 -1
  98. package/dist/lime-elements/{p-071e8438.entry.js → p-73613abb.entry.js} +1 -1
  99. package/dist/lime-elements/{p-6784c5c3.entry.js → p-7d7d19de.entry.js} +1 -1
  100. package/dist/lime-elements/{p-34c12f6d.entry.js → p-9336fd7f.entry.js} +1 -1
  101. package/dist/lime-elements/p-974852f7.js +1 -0
  102. package/dist/lime-elements/{p-88e60f06.entry.js → p-ae84cb16.entry.js} +2 -2
  103. package/dist/lime-elements/p-b6e9fd9f.entry.js +1 -0
  104. package/dist/lime-elements/{p-405207fa.entry.js → p-b80de0ea.entry.js} +1 -1
  105. package/dist/lime-elements/{p-d1187867.entry.js → p-cb5c87f2.entry.js} +1 -1
  106. package/dist/lime-elements/{p-98caf010.entry.js → p-d87e2f26.entry.js} +1 -1
  107. package/dist/lime-elements/p-eda87f8c.entry.js +1 -0
  108. package/dist/lime-elements/{p-0bf916a0.entry.js → p-edbd8d62.entry.js} +1 -1
  109. package/dist/lime-elements/{p-f7875f4a.entry.js → p-f90c8fb2.entry.js} +1 -1
  110. package/dist/lime-elements/{p-5409b92f.entry.js → p-f979c0f2.entry.js} +1 -1
  111. package/dist/lime-elements/style/mixins.scss +15 -4
  112. package/dist/scss/mixins.scss +186 -0
  113. package/dist/types/components/callout/callout.d.ts +37 -0
  114. package/dist/types/components/callout/callout.helpers.d.ts +2 -0
  115. package/dist/types/components/callout/callout.types.d.ts +10 -0
  116. package/dist/types/components.d.ts +30 -0
  117. package/dist/types/interface.d.ts +1 -0
  118. package/dist/types/translations/da.d.ts +5 -0
  119. package/dist/types/translations/en.d.ts +5 -0
  120. package/dist/types/translations/fi.d.ts +5 -0
  121. package/dist/types/translations/nl.d.ts +5 -0
  122. package/dist/types/translations/no.d.ts +5 -0
  123. package/dist/types/translations/sv.d.ts +5 -0
  124. package/package.json +2 -2
  125. package/dist/lime-elements/p-246862ec.js +0 -1
  126. package/dist/lime-elements/p-ebbca880.entry.js +0 -1
@@ -4,6 +4,14 @@
4
4
  * Nothing in this file may output any CSS
5
5
  * without being explicitly called by outside code.
6
6
  */
7
+ /**
8
+ * Note! This file is exported to `dist/scss/` in the published
9
+ * node module, for consumer projects to import.
10
+ * That means this file cannot import from any file that isn't
11
+ * also exported, keeping the same relative path.
12
+ *
13
+ * Or, just don't import anything, that works too.
14
+ */
7
15
  :host(limel-popover-surface) {
8
16
  isolation: isolate;
9
17
  }
@@ -1,3 +1,11 @@
1
+ /**
2
+ * Note! This file is exported to `dist/scss/` in the published
3
+ * node module, for consumer projects to import.
4
+ * That means this file cannot import from any file that isn't
5
+ * also exported, keeping the same relative path.
6
+ *
7
+ * Or, just don't import anything, that works too.
8
+ */
1
9
  /*
2
10
  * This file is imported into every component!
3
11
  *
@@ -65,6 +65,14 @@
65
65
  );
66
66
  }
67
67
 
68
+ /**
69
+ * Note! This file is exported to `dist/scss/` in the published
70
+ * node module, for consumer projects to import.
71
+ * That means this file cannot import from any file that isn't
72
+ * also exported, keeping the same relative path.
73
+ *
74
+ * Or, just don't import anything, that works too.
75
+ */
68
76
  .mdc-floating-label {
69
77
  -moz-osx-font-smoothing: grayscale;
70
78
  -webkit-font-smoothing: antialiased;
@@ -1619,7 +1627,6 @@
1619
1627
  height: 3.5rem;
1620
1628
  display: inline-flex;
1621
1629
  align-items: center;
1622
- cursor: pointer;
1623
1630
  border-radius: 0.3125rem;
1624
1631
  }
1625
1632
  .limel-select .limel-select-trigger .mdc-floating-label {
@@ -1652,6 +1659,7 @@
1652
1659
  }
1653
1660
  .limel-select:not(.mdc-select--disabled) .limel-select-trigger {
1654
1661
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
1662
+ cursor: pointer;
1655
1663
  color: var(--mdc-theme-on-surface);
1656
1664
  background-color: var(--lime-elevated-surface-background-color);
1657
1665
  box-shadow: var(--button-shadow-normal);
@@ -1,8 +1,10 @@
1
- /*
2
- * This file is imported into every component!
1
+ /**
2
+ * Note! This file is exported to `dist/scss/` in the published
3
+ * node module, for consumer projects to import.
4
+ * That means this file cannot import from any file that isn't
5
+ * also exported, keeping the same relative path.
3
6
  *
4
- * Nothing in this file may output any CSS
5
- * without being explicitly called by outside code.
7
+ * Or, just don't import anything, that works too.
6
8
  */
7
9
  /**
8
10
  * @prop --shortcut-border-radius: defines the radius of corners of the shortcut. Defaults to `1rem`
@@ -41,10 +43,10 @@
41
43
  a {
42
44
  all: unset;
43
45
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
46
+ cursor: pointer;
44
47
  color: var(--mdc-theme-on-surface);
45
48
  background-color: var(--shortcut-background-color, var(--lime-elevated-surface-background-color));
46
49
  box-shadow: var(--button-shadow-normal);
47
- cursor: pointer;
48
50
  text-align: center;
49
51
  height: calc(100% - 1rem);
50
52
  width: calc(100% - 1rem);
@@ -1,8 +1,10 @@
1
- /*
2
- * This file is imported into every component!
1
+ /**
2
+ * Note! This file is exported to `dist/scss/` in the published
3
+ * node module, for consumer projects to import.
4
+ * That means this file cannot import from any file that isn't
5
+ * also exported, keeping the same relative path.
3
6
  *
4
- * Nothing in this file may output any CSS
5
- * without being explicitly called by outside code.
7
+ * Or, just don't import anything, that works too.
6
8
  */
7
9
  :host(limel-split-button.has-menu) {
8
10
  --button-padding-right: 2rem;
@@ -65,6 +67,7 @@ limel-menu:hover:before, limel-menu:focus-within:before {
65
67
  }
66
68
  .menu-trigger:not(:disabled) {
67
69
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
70
+ cursor: pointer;
68
71
  color: var(--mdc-theme-on-surface);
69
72
  background-color: transparent;
70
73
  cursor: pointer;
@@ -1,4 +1,12 @@
1
1
  @charset "UTF-8";
2
+ /**
3
+ * Note! This file is exported to `dist/scss/` in the published
4
+ * node module, for consumer projects to import.
5
+ * That means this file cannot import from any file that isn't
6
+ * also exported, keeping the same relative path.
7
+ *
8
+ * Or, just don't import anything, that works too.
9
+ */
2
10
  /*
3
11
  * This file is imported into every component!
4
12
  *
@@ -1213,6 +1221,14 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
1213
1221
  border-bottom-color: rgb(var(--table-arrow-color));
1214
1222
  }
1215
1223
  }
1224
+ /**
1225
+ * Note! This file is exported to `dist/scss/` in the published
1226
+ * node module, for consumer projects to import.
1227
+ * That means this file cannot import from any file that isn't
1228
+ * also exported, keeping the same relative path.
1229
+ *
1230
+ * Or, just don't import anything, that works too.
1231
+ */
1216
1232
  /*
1217
1233
  * This file is imported into every component!
1218
1234
  *
@@ -1245,6 +1261,7 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
1245
1261
  }
1246
1262
  .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:not([disabled]) {
1247
1263
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
1264
+ cursor: pointer;
1248
1265
  color: rgb(var(--contrast-1200)) !important;
1249
1266
  background-color: transparent;
1250
1267
  }
@@ -1348,6 +1365,14 @@ button.tabulator-page[data-page=first]:not([disabled]):hover:after, button.tabul
1348
1365
  padding: 0;
1349
1366
  }
1350
1367
 
1368
+ /**
1369
+ * Note! This file is exported to `dist/scss/` in the published
1370
+ * node module, for consumer projects to import.
1371
+ * That means this file cannot import from any file that isn't
1372
+ * also exported, keeping the same relative path.
1373
+ *
1374
+ * Or, just don't import anything, that works too.
1375
+ */
1351
1376
  /*
1352
1377
  * This file is imported into every component!
1353
1378
  *
@@ -1430,6 +1455,14 @@ button.tabulator-page[data-page=first]:not([disabled]):hover:after, button.tabul
1430
1455
  opacity: 0;
1431
1456
  }
1432
1457
 
1458
+ /**
1459
+ * Note! This file is exported to `dist/scss/` in the published
1460
+ * node module, for consumer projects to import.
1461
+ * That means this file cannot import from any file that isn't
1462
+ * also exported, keeping the same relative path.
1463
+ *
1464
+ * Or, just don't import anything, that works too.
1465
+ */
1433
1466
  /*
1434
1467
  * This file is imported into every component!
1435
1468
  *