@bcc-code/design-tokens 5.1.60 → 5.1.61
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/build/bcc/css/auto.css +1 -1
- package/build/bcc/css/dark.css +1 -1
- package/build/bcc/css/light.css +1 -1
- package/build/bcc/css/tailwind-auto.css +1 -1
- package/build/bcc/css/tailwind-dark.css +1 -1
- package/build/bcc/css/tailwind-light.css +1 -1
- package/build/bcc/js/dark.js +1 -1
- package/build/bcc/js/light.js +1 -1
- package/build/primevue/config.js +2 -2
- package/build/primevue/primitive.js +1 -1
- package/package.json +1 -1
package/build/bcc/css/auto.css
CHANGED
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
--line-height-5xl: 40px;
|
|
204
204
|
--line-height-6xl: 56px;
|
|
205
205
|
--line-height-7xl: 64px;
|
|
206
|
-
--line-height-none:
|
|
206
|
+
--line-height-none: 1;
|
|
207
207
|
--font-size-xs: 0.75rem; /** 12px */
|
|
208
208
|
--font-size-sm: 0.875rem; /** 14px */
|
|
209
209
|
--font-size-md: 1rem; /** 16px */
|
package/build/bcc/css/dark.css
CHANGED
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
--line-height-5xl: 40px;
|
|
206
206
|
--line-height-6xl: 56px;
|
|
207
207
|
--line-height-7xl: 64px;
|
|
208
|
-
--line-height-none:
|
|
208
|
+
--line-height-none: 1;
|
|
209
209
|
--font-size-xs: 0.75rem; /** 12px */
|
|
210
210
|
--font-size-sm: 0.875rem; /** 14px */
|
|
211
211
|
--font-size-md: 1rem; /** 16px */
|
package/build/bcc/css/light.css
CHANGED
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
--line-height-5xl: 40px;
|
|
204
204
|
--line-height-6xl: 56px;
|
|
205
205
|
--line-height-7xl: 64px;
|
|
206
|
-
--line-height-none:
|
|
206
|
+
--line-height-none: 1;
|
|
207
207
|
--font-size-xs: 0.75rem; /** 12px */
|
|
208
208
|
--font-size-sm: 0.875rem; /** 14px */
|
|
209
209
|
--font-size-md: 1rem; /** 16px */
|
package/build/bcc/js/dark.js
CHANGED
package/build/bcc/js/light.js
CHANGED
package/build/primevue/config.js
CHANGED
|
@@ -576,7 +576,7 @@ const BCCPreset = definePreset(Aura, {
|
|
|
576
576
|
"5xl": "40px",
|
|
577
577
|
"6xl": "56px",
|
|
578
578
|
"7xl": "64px",
|
|
579
|
-
none: "
|
|
579
|
+
none: "1"
|
|
580
580
|
},
|
|
581
581
|
"line-height": {
|
|
582
582
|
xs: "12px",
|
|
@@ -590,7 +590,7 @@ const BCCPreset = definePreset(Aura, {
|
|
|
590
590
|
"5xl": "40px",
|
|
591
591
|
"6xl": "56px",
|
|
592
592
|
"7xl": "64px",
|
|
593
|
-
none: "
|
|
593
|
+
none: "1"
|
|
594
594
|
},
|
|
595
595
|
fontSize: {
|
|
596
596
|
xs: "0.75rem",
|