@servicetitan/hammer-token 0.0.0-rc-1.48.0-20251104214834 → 0.0.0-rc-3.0.0-20260127161418
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 +37 -1
- package/README.md +222 -0
- package/build/web/core/component-variables.scss +176 -130
- package/build/web/core/component.d.ts +96 -0
- package/build/web/core/component.js +574 -252
- package/build/web/core/component.scss +94 -69
- package/build/web/core/css-utils/a2-border.css +39 -41
- package/build/web/core/css-utils/a2-color.css +367 -227
- package/build/web/core/css-utils/a2-font.css +0 -2
- package/build/web/core/css-utils/a2-spacing.css +0 -2
- package/build/web/core/css-utils/a2-utils.css +434 -292
- package/build/web/core/css-utils/border.css +39 -41
- package/build/web/core/css-utils/color.css +367 -227
- package/build/web/core/css-utils/font.css +0 -2
- package/build/web/core/css-utils/spacing.css +0 -2
- package/build/web/core/css-utils/utils.css +434 -292
- package/build/web/core/index.d.ts +6 -0
- package/build/web/core/index.js +1 -1
- package/build/web/core/primitive-variables.scss +130 -71
- package/build/web/core/primitive.d.ts +185 -0
- package/build/web/core/primitive.js +328 -72
- package/build/web/core/primitive.scss +183 -124
- package/build/web/core/semantic-variables.scss +295 -220
- package/build/web/core/semantic.d.ts +198 -0
- package/build/web/core/semantic.js +913 -341
- package/build/web/core/semantic.scss +196 -140
- package/build/web/index.d.ts +3 -4
- package/build/web/index.js +0 -1
- package/build/web/types.d.ts +17 -0
- package/config.js +121 -496
- package/package.json +5 -4
- package/src/global/primitive/breakpoint.tokens.json +39 -0
- package/src/global/primitive/color.tokens.json +536 -0
- package/src/global/primitive/duration.tokens.json +32 -0
- package/src/global/primitive/font.tokens.json +103 -0
- package/src/global/primitive/radius.tokens.json +67 -0
- package/src/global/primitive/size.tokens.json +123 -0
- package/src/global/primitive/transition.tokens.json +20 -0
- package/src/theme/core/background.tokens.json +1058 -0
- package/src/theme/core/border.tokens.json +148 -0
- package/src/theme/core/charts.tokens.json +802 -0
- package/src/theme/core/component/alert.tokens.json +180 -0
- package/src/theme/core/component/announcement.tokens.json +186 -0
- package/src/theme/core/component/avatar.tokens.json +132 -0
- package/src/theme/core/component/badge.tokens.json +40 -0
- package/src/theme/core/component/button.tokens.json +752 -0
- package/src/theme/core/component/checkbox.tokens.json +292 -0
- package/src/theme/core/focus.tokens.json +48 -0
- package/src/theme/core/foreground.tokens.json +306 -0
- package/src/theme/core/shadow.tokens.json +43 -0
- package/src/theme/core/status.tokens.json +70 -0
- package/src/theme/core/typography.tokens.json +100 -0
- package/src/utils/copy-css-utils-cli.js +13 -0
- package/src/utils/css-utils-format-utils.js +98 -1
- package/src/utils/sd-build-configs.js +372 -0
- package/src/utils/sd-formats.js +752 -0
- package/src/utils/sd-transforms.js +126 -0
- package/src/utils/token-helpers.js +555 -0
- package/tsconfig.json +18 -0
- package/.turbo/turbo-build.log +0 -37
- package/build/web/core/raw.js +0 -234
- package/src/global/primitive/breakpoint.js +0 -19
- package/src/global/primitive/color.js +0 -231
- package/src/global/primitive/duration.js +0 -16
- package/src/global/primitive/font.js +0 -60
- package/src/global/primitive/radius.js +0 -31
- package/src/global/primitive/size.js +0 -55
- package/src/global/primitive/transition.js +0 -16
- package/src/theme/core/background.js +0 -170
- package/src/theme/core/border.js +0 -103
- package/src/theme/core/charts.js +0 -464
- package/src/theme/core/component/button.js +0 -708
- package/src/theme/core/component/checkbox.js +0 -405
- package/src/theme/core/focus.js +0 -35
- package/src/theme/core/foreground.js +0 -148
- package/src/theme/core/overlay.js +0 -137
- package/src/theme/core/shadow.js +0 -29
- package/src/theme/core/status.js +0 -49
- package/src/theme/core/typography.js +0 -82
- package/type/types.ts +0 -344
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
.a2-fw-label {font-weight: 600}
|
|
23
23
|
.a2-fw-paragraph {font-weight: 400}
|
|
24
24
|
|
|
25
|
-
|
|
26
25
|
@layer application {
|
|
27
26
|
.a2-ff-heading {font-family: 'Sofia Pro', SofiaPro, sans-serif}
|
|
28
27
|
.a2-ff-label {font-family: 'Nunito Sans', sans-serif}
|
|
@@ -45,5 +44,4 @@
|
|
|
45
44
|
.a2-fw-heading {font-weight: 700}
|
|
46
45
|
.a2-fw-label {font-weight: 600}
|
|
47
46
|
.a2-fw-paragraph {font-weight: 400}
|
|
48
|
-
|
|
49
47
|
}
|
|
@@ -239,7 +239,6 @@
|
|
|
239
239
|
.a2-p-inline-start-quarter {padding-inline-start: var(--size-quarter, 0.0625rem)}
|
|
240
240
|
.a2-p-quarter {padding: var(--size-quarter, 0.0625rem)}
|
|
241
241
|
|
|
242
|
-
|
|
243
242
|
@layer application {
|
|
244
243
|
.a2-m-0 {margin: var(--size-0, 0rem)}
|
|
245
244
|
.a2-m-1 {margin: var(--size-1, 0.25rem)}
|
|
@@ -479,5 +478,4 @@
|
|
|
479
478
|
.a2-p-inline-start-half {padding-inline-start: var(--size-half, 0.125rem)}
|
|
480
479
|
.a2-p-inline-start-quarter {padding-inline-start: var(--size-quarter, 0.0625rem)}
|
|
481
480
|
.a2-p-quarter {padding: var(--size-quarter, 0.0625rem)}
|
|
482
|
-
|
|
483
481
|
}
|