@baloise/ds-tokens 20.0.0-next.4 → 20.0.0-next.7
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/LICENSE +9 -0
- package/dist/css/base.tokens.css +530 -129
- package/dist/css/tcs.tokens.css +1 -6
- package/dist/docs/base.tokens.json +30446 -17615
- package/dist/js/base.tokens.js +533 -128
- package/dist/out-tsc/index.js +1 -1
- package/dist/out-tsc/transformers.js +2 -0
- package/dist/sass/base.tokens.scss +494 -109
- package/dist/web/base.tokens.json +532 -147
- package/package.json +14 -8
- package/sbom.cdx.json +58887 -0
- package/README.md +0 -33
package/LICENSE
CHANGED
|
@@ -199,3 +199,12 @@
|
|
|
199
199
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
200
|
See the License for the specific language governing permissions and
|
|
201
201
|
limitations under the License.
|
|
202
|
+
|
|
203
|
+
================================================================================
|
|
204
|
+
|
|
205
|
+
THIRD-PARTY ASSETS
|
|
206
|
+
|
|
207
|
+
Streamline Icons
|
|
208
|
+
Icons from Streamline (https://streamlinehq.com) are included in this project
|
|
209
|
+
under the Streamline Premium License. No attribution is required for use under
|
|
210
|
+
this license.
|