@paprika/tokens 1.1.3 → 1.1.4-next.0

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,5 +1,11 @@
1
1
  # @paprika/tokens
2
2
 
3
+ ## 1.1.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 15b2a9a: replace / with div()
8
+
3
9
  ## 1.1.3
4
10
 
5
11
  ### Patch Changes
package/lib/tokens.yaml CHANGED
@@ -203,8 +203,8 @@ counter:
203
203
  medium: 19px
204
204
  #
205
205
  pill:
206
- small-radius: 8px / 50%
207
- medium-radius: 12px / 50%
206
+ small-radius: 8px unquote("/") 50%
207
+ medium-radius: 12px unquote("/") 50%
208
208
  #
209
209
  background-color:
210
210
  level0: $color--black-lighten-80
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paprika/tokens",
3
- "version": "1.1.3",
3
+ "version": "1.1.4-next.0",
4
4
  "description": "Design tokens generated as scss + js",
5
5
  "author": "@paprika",
6
6
  "main": "lib/index.js",