@limetech/lime-crm-building-blocks 1.25.0 → 1.25.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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### [1.25.1](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.25.0...v1.25.1) (2024-01-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+
7
+ * **index.html:** set examples to use our default font stack ([69ca04a](https://github.com/Lundalogik/lime-crm-building-blocks/commit/69ca04a1078a4ad0ac96a5f2ba1376d7af9c8cc2))
8
+
1
9
  ## [1.25.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.24.0...v1.25.0) (2023-12-28)
2
10
 
3
11
 
@@ -7,6 +7,9 @@
7
7
  *
8
8
  * Or, just don't import anything, that works too.
9
9
  */
10
+ /**
11
+ * This can be used on a trigger element that opens a dropdown menu or a popover.
12
+ */
10
13
  /**
11
14
  * This mixin will mask out the content that is close to
12
15
  * the edges of a scrollable area.
@@ -39,6 +42,16 @@
39
42
  * Note that you may need to add `all: unset;` –depending on your use case–
40
43
  * before using this mixin.
41
44
  */
45
+ /**
46
+ * This mixin creates a cross-browser font stack.
47
+ * - `sans-serif` can be used for the UI of the components.
48
+ * - `monospace` can be used for code.
49
+ *
50
+ * ⚠️ If we change the font stacks, we need to update
51
+ * 1. the consumer documentation in `README.md`, and
52
+ * 2. the CSS variables of `--kompendium-example-font-family`
53
+ * in the `<style>` tag of `index.html`.
54
+ */
42
55
  * {
43
56
  box-sizing: border-box;
44
57
  }
@@ -7,6 +7,9 @@
7
7
  *
8
8
  * Or, just don't import anything, that works too.
9
9
  */
10
+ /**
11
+ * This can be used on a trigger element that opens a dropdown menu or a popover.
12
+ */
10
13
  /**
11
14
  * This mixin will mask out the content that is close to
12
15
  * the edges of a scrollable area.
@@ -39,6 +42,16 @@
39
42
  * Note that you may need to add `all: unset;` –depending on your use case–
40
43
  * before using this mixin.
41
44
  */
45
+ /**
46
+ * This mixin creates a cross-browser font stack.
47
+ * - `sans-serif` can be used for the UI of the components.
48
+ * - `monospace` can be used for code.
49
+ *
50
+ * ⚠️ If we change the font stacks, we need to update
51
+ * 1. the consumer documentation in `README.md`, and
52
+ * 2. the CSS variables of `--kompendium-example-font-family`
53
+ * in the `<style>` tag of `index.html`.
54
+ */
42
55
  /*
43
56
  * This file is imported into every component!
44
57
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-crm-building-blocks",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "description": "A home for shared components meant for use with Lime CRM",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "access": "public"
42
42
  },
43
43
  "devDependencies": {
44
- "@limetech/lime-elements": "^37.1.0-next.78",
44
+ "@limetech/lime-elements": "^37.1.0-next.84",
45
45
  "@limetech/lime-web-components": "^5.21.0",
46
46
  "@lundalogik/lime-icons8": "^2.16.0",
47
47
  "@lundalogik/limeclient.js": "^1.53.2",