@htmlbricks/hb-area-code 0.68.1 → 0.68.3

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 (2) hide show
  1. package/manifest.json +17 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -84,15 +84,31 @@
84
84
  "examples": [
85
85
  {
86
86
  "name": "default",
87
+ "description": "Short snippet in a code block with copy control.",
87
88
  "data": {
88
89
  "content": "desc"
89
90
  }
90
91
  },
92
+ {
93
+ "name": "minimal",
94
+ "description": "Single-line value typical for env vars or tokens.",
95
+ "data": {
96
+ "content": "API_KEY=sk-…"
97
+ }
98
+ },
91
99
  {
92
100
  "name": "longText",
101
+ "description": "Stress-test wrapping and copy for long pasted content.",
93
102
  "data": {
94
103
  "content": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."
95
104
  }
105
+ },
106
+ {
107
+ "name": "multiline",
108
+ "description": "Newlines preserved inside the code area.",
109
+ "data": {
110
+ "content": "npm install\nnpm run build\nnpm run preview"
111
+ }
96
112
  }
97
113
  ],
98
114
  "iifeIntegrity": "sha384-so+4YI5Q5GoCEsnJw7Td1Lb56te7z4PB/hwHfcKveWz+YLUDuFKQhrpZJ8HLK7dp",
@@ -116,5 +132,5 @@
116
132
  "size": {},
117
133
  "iifePath": "main.iife.js",
118
134
  "repoName": "@htmlbricks/hb-area-code",
119
- "version": "0.68.1"
135
+ "version": "0.68.3"
120
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-area-code",
3
- "version": "0.68.1",
3
+ "version": "0.68.3",
4
4
  "contributors": [],
5
5
  "description": "Displays arbitrary text inside a `<code>` block with a themed background. A small copy button copies the content to the clipboard, briefly shows confirmation, and dispatches a `clipboardCopyText` custom event with the copied string.",
6
6
  "licenses": [