@cas-smartdesign/styles 3.6.1 → 3.6.2

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/docs/doc.mjs CHANGED
@@ -269,5 +269,4 @@ apps that also use third party elements.</p>
269
269
  <li>A variable file must not reference to files outside the variables folder (e.g. the modules folder)</li>
270
270
  <li>A module file can use other modules and variables, but dependencies should be imported explicitly</li>
271
271
  </ul>
272
- <h2 id="examples">Examples</h2>
273
- `;document.querySelector("#markdown-container").innerHTML=Vo;Oo(Object.assign({"./examples/scss_example/index.ts":To,"./examples/styles_example/index.ts":Uo,"./examples/theme_example/index.ts":qo}));
272
+ `,Jo=document.querySelector("#markdown-container");Jo.innerHTML=Vo;Oo(Object.assign({"./examples/scss_example/index.ts":To,"./examples/styles_example/index.ts":Uo,"./examples/theme_example/index.ts":qo}),document.querySelector(".markdown-body"));
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/styles",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "A shared package providing style variables and basic style sheets to create SmartDesign like components and apps.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "devDependencies": {
7
7
  "sass": "^1.69.6",
8
- "@cas-smartdesign/element-preview": "^0.2.1",
9
- "@cas-smartdesign/license-generator": "^1.6.1"
8
+ "@cas-smartdesign/element-preview": "^0.2.2",
9
+ "@cas-smartdesign/license-generator": "^1.6.3"
10
10
  },
11
11
  "files": [
12
12
  "dist/docs/*",
package/readme.md CHANGED
@@ -55,5 +55,3 @@ Files in this folder contain rules that are specific for a topic or component.
55
55
  - Only use !important keyword for very specific rules (e.g. sd-hidden, sd-red)
56
56
  - A variable file must not reference to files outside the variables folder (e.g. the modules folder)
57
57
  - A module file can use other modules and variables, but dependencies should be imported explicitly
58
-
59
- ## Examples